Maxime Chevalier-Boisvert 5 anni fa
parent
commit
eff8975443
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -119,6 +119,7 @@ These values are **not pixels**. If you want to obtain an array of RGB pixels as
 use the `RGBImgPartialObsWrapper`. You can use it as follows:
 
 ```
+from gym_minigrid.wrappers import *
 env = gym.make('MiniGrid-Empty-8x8-v0')
 env = RGBImgPartialObsWrapper(env) # Get pixel observations
 env = ImgObsWrapper(env) # Get rid of the 'mission' field