问题描述
我在 Windows 10 上安装 OpenAI Gym Atari 环境时遇到问题.我已经在同一系统上成功安装并使用了 OpenAI Gym.
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.
它在尝试运行 makefile 时总是跳闸.
It keeps tripping up when trying to run a makefile.
我正在运行命令 pip installgym[atari]
这里是错误:
这是我目前系统上的内容...cmake
和 make
都已明确安装.
and here is what I currently have on my system...cmake
and make
are both clearly installed.
推荐答案
我最终在 Windows 上的 Ubuntu 上安装了 Bash,并使用它来运行 OpenAI Gym/Atari 环境.OpenAI Gym 目前对 Windows 的支持非常有限.
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.
这篇关于Windows 上的 OpenAI Gym Atari的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!