반응형
문제 상황
from gym.wrappers import FlattenDictWrapper
gym.wrappers에서 FlattenDictwrapper 를 불러오려고 했으나, import가 안 되는 상태
[에러 메세지]
ImportError: cannot import name 'FlattenDictWrapper' from 'gym.wrappers'
해결 방법
gym version을 0.14 이하로 내려줌
(원래 gym version : 0.26.0)
참고 링크
반응형
'관심있는 주제 > Error' 카테고리의 다른 글
ERROR: Could not find a version that satisfies the requirement tensorflow (0) | 2023.02.02 |
---|---|
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. (0) | 2022.02.06 |
Could NOT find OpenMP_CXX (0) | 2022.02.04 |
lemon package 설치 에러 (0) | 2022.02.03 |
spdlog install (0) | 2022.02.03 |