瀏覽代碼

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)