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
I encountered that gym now requires later version v0.1.4 of atari-py than any of other cloned repos.
gym
atari-py
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
pip install git+https://github.com/Kojoley/atari-py.git