소스 검색

Update wrappers.py

Maxime Chevalier-Boisvert 6 년 전
부모
커밋
b92d9e3b05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gym_minigrid/wrappers.py

+ 1 - 1
gym_minigrid/wrappers.py

@@ -76,7 +76,7 @@ class StateBonus(gym.core.Wrapper):
 
 class ImgObsWrapper(gym.core.ObservationWrapper):
     """
-    Use rgb image as the only observation output
+    Use the image as the only observation output, no language/mission.
     """
 
     def __init__(self, env):