소스 검색

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)