소스 검색

Removed inaccurate comment

Maxime Chevalier-Boisvert 7 년 전
부모
커밋
50bd721381
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      gym_minigrid/minigrid.py

+ 0 - 5
gym_minigrid/minigrid.py

@@ -565,11 +565,6 @@ class MiniGridEnv(gym.Env):
         return obs
         return obs
 
 
     def seed(self, seed=1337):
     def seed(self, seed=1337):
-        """
-        The seed function sets the random elements of the environment,
-        and initializes the world.
-        """
-
         # Seed the random number generator
         # Seed the random number generator
         self.np_random, _ = seeding.np_random(seed)
         self.np_random, _ = seeding.np_random(seed)