Explorar o código

Update wrappers.py

Maxime Chevalier-Boisvert %!s(int64=6) %!d(string=hai) anos
pai
achega
b92d9e3b05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):