- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 142字
- 2021-08-27 18:52:00
The OpenAI Gym
In order to download and install OpenAI Gym, you can use any of the following options:
$ git clone https://github.com/openai/gym
$ cd gym
$ sudo pip install -e . # minimal install
This will do the minimum install. You can later run the following to do a full install:
$ sudo pip install -e .[all]
You can also fetch Gym as a package for different Python versions as follows:
For Python 2.7, you can use the following options:
$ sudo pip install gym # minimal install
$ sudo pip install gym[all] # full install
$ sudo pip install gym[atari] #for Atari specific environment installation
For Python 3.5, you can use the following options:
$ sudo pip3 install gym # minimal install
$ sudo pip3 install gym[all] # full install
$ sudo pip install gym[atari] #for Atari specific environment installation
推薦閱讀
- Getting Started with MariaDB
- 網(wǎng)上生活必備
- Hands-On Neural Networks with Keras
- 機艙監(jiān)測與主機遙控
- JMAG電機電磁仿真分析與實例解析
- Windows程序設(shè)計與架構(gòu)
- 單片機C語言應(yīng)用100例
- Excel 2010函數(shù)與公式速查手冊
- TensorFlow Deep Learning Projects
- WOW!Photoshop CS6完全自學(xué)寶典
- 無人駕駛感知智能
- 常用傳感器技術(shù)及應(yīng)用(第2版)
- WPF專業(yè)編程指南
- 大數(shù)據(jù):從基礎(chǔ)理論到最佳實踐
- 工廠電氣控制設(shè)備