Преглед на файлове

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
 
     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)