Explorar el Código

Update redbluedoors.py

Addressing #61
Maxime Chevalier-Boisvert hace 6 años
padre
commit
051761ec21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gym_minigrid/envs/redbluedoors.py

+ 1 - 1
gym_minigrid/envs/redbluedoors.py

@@ -14,7 +14,7 @@ class RedBlueDoorEnv(MiniGridEnv):
         super().__init__(
             width=2*size,
             height=size,
-            max_steps=10*size*size
+            max_steps=20*size*size
         )
 
     def _gen_grid(self, width, height):