Procházet zdrojové kódy

Update wrappers.py

Maxime Chevalier-Boisvert před 6 roky
rodič
revize
b92d9e3b05
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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):