浏览代码

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)