Browse Source

Removed inaccurate comment

Maxime Chevalier-Boisvert 7 years ago
parent
commit
50bd721381
1 changed files with 0 additions and 5 deletions
  1. 0 5
      gym_minigrid/minigrid.py

+ 0 - 5
gym_minigrid/minigrid.py

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