Explorar o código

Removed inaccurate comment

Maxime Chevalier-Boisvert %!s(int64=7) %!d(string=hai) anos
pai
achega
50bd721381
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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)