Przeglądaj źródła

Update redbluedoors.py

Maxime Chevalier-Boisvert 6 lat temu
rodzic
commit
e52a8e3c21
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      gym_minigrid/envs/redbluedoors.py

+ 3 - 1
gym_minigrid/envs/redbluedoors.py

@@ -3,7 +3,9 @@ from gym_minigrid.register import register
 
 class RedBlueDoorEnv(MiniGridEnv):
     """
-    Empty grid environment, no obstacles, sparse reward
+    Single room with red and blue doors on opposite sides.
+    The red door must be opened before the blue door to
+    obtain a reward.
     """
 
     def __init__(self, size=8):