题意:在Windows系统上使用OpenAI Gym的Atari环境
问题背景:
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 tripping up when trying to run a makefile.
I am running the command pip install gym[atari]
Here is the error:
and here is what I currently have on my system...cmake
and make
are both clearly installed.
问题解决:
I ended up installing Bash on Ubuntu on Windows and using it to run the OpenAI Gym / Atari environment. OpenAI Gym has very limited support for Windows at the moment.