在Windows 10系统上安装gym等环境

在Win 10系统安装gym,atari,Box2D等环境

环境

  • win 10 专业版
  • python 3.6

安装gym

1
2
3
git clone https://github.com/openai/gym
cd gym
pip install -e .

安装atari

1
pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py

安装box2d

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pybox2d下载相应的.whl文件

注意分清python版本与操作系统位数

之后再cmd中输入:

1
2
cd download_dir
pip install [name].whl
-------------本文结束感谢您的阅读-------------

本文标题:在Windows 10系统上安装gym等环境

文章作者:Keavnn

发布时间:2019年10月17日 - 15:10

最后更新:2019年10月17日 - 22:10

原始链接:http://StepNeverStop.github.io/install-atari-and-box2d-on-win10.html

许可协议: 署名-非商业性使用-相同方式共享 4.0 国际 转载请保留原文链接及作者。

如果您获得了帮助,也可以资助一下小的啦~
0%