在Win 10系统安装gym,atari,Box2D等环境
环境
- win 10 专业版
- python 3.6
安装gym
1 | git clone https://github.com/openai/gym |
安装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 | cd download_dir |