OpenAI Gym Atari on Windows

前端 未结 5 1092
别那么骄傲
别那么骄傲 2020-12-07 09:59

I\'m having issues installing OpenAI Gym Atari environment on Windows 10. I have successfully installed and used OpenAI Gym already on the same system.

It keeps tr

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 10:37

    I encountered that gym now requires later version v0.1.4 of atari-py than any of other cloned repos.

    Thanks to Nikita Kniazev - I ported his Windows edits to latest code from openai/atari-py and got gym working.

    Use: pip install git+https://github.com/Kojoley/atari-py.git

提交回复
热议问题