Explorar o código

remove redundant docstring

saleml %!s(int64=2) %!d(string=hai) anos
pai
achega
3fa97a4c3c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      gym_minigrid/wrappers.py

+ 0 - 1
gym_minigrid/wrappers.py

@@ -268,7 +268,6 @@ class FullyObsWrapper(gym.ObservationWrapper):
 
 class DictObservationSpaceWrapper(gym.ObservationWrapper):
     """
-    Use a Dict Obsevation Space encoding images, missions, and directions
     Transforms the observation space (that has a textual component) to a fully numerical observation space,
     where the textual instructions are replaced by arrays representing the indices of each word in a fixed vocabulary.
     """