소스 검색

remove redundant docstring

saleml 2 년 전
부모
커밋
3fa97a4c3c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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.
     """