반응형
윈도우에서 gym[atari]를 사용하기란 매우매우매우 어렵습니다.
그래서 각종 파훼법이 많은데요, 이미 많은 분들께서 찾아낸 방법들을 공유하겠습니다.
잘 정리된 티스토리
https://docs.google.com/document/d/14JwAHE_E0Y-39CvpdJ3F8yGT2MOZvv6zMTQHByWyCD4/edit
구글 독스 페이지
https://github.com/rybskej/atari-py
깃허브에도...
https://stackoverflow.com/questions/42605769/openai-gym-atari-on-windows
위 3개 다 해봤는데도 안될 때
특히나 저는 끝까지
Unable to execute 'make build -C atari_py/ale_interface -j 3'. HINT: are you sure `make` is installed?
error: [WinError 2] 지정된 파일을 찾을 수 없습니다.
라고 떠서 계속 고생했는데요,
pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py
라고 입력하니 비로소 해결되었습니다.
반응형
'각종공부 > 파이썬 오류 해결 & 팁' 카테고리의 다른 글
[파이썬] Graphviz PATH 오류 (0) | 2018.12.16 |
---|---|
[파이썬] UnicodeDecodeError: 'cp949' codec can't decode byte 0xeb in position 436: illegal multibyte sequence 오류 (0) | 2018.12.15 |
[파이썬] python matplotlib animation ffmpeg error (1) | 2018.12.09 |
[파이썬] pip install 사용 시SyntaxError 해결법 (0) | 2018.12.08 |
[파이썬] SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 해결법 (6) | 2018.12.08 |
댓글