Преглед изворни кода

lower-case upper-cased mission

saleml пре 2 година
родитељ
комит
0df8a0e56a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gym_minigrid/envs/fourrooms.py

+ 1 - 1
gym_minigrid/envs/fourrooms.py

@@ -66,7 +66,7 @@ class FourRoomsEnv(MiniGridEnv):
         else:
             self.place_obj(Goal())
 
-        self.mission = 'Reach the goal'
+        self.mission = 'reach the goal'
 
     def step(self, action):
         obs, reward, done, info = MiniGridEnv.step(self, action)