瀏覽代碼

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):