Browse Source

lower-case upper-cased mission

saleml 2 years ago
parent
commit
0df8a0e56a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gym_minigrid/envs/fourrooms.py

+ 1 - 1
gym_minigrid/envs/fourrooms.py

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