- 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
推薦閱讀
- 玩轉智能機器人程小奔
- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- Learning Microsoft Azure Storage
- 人工免疫算法改進及其應用
- 微型計算機控制技術
- 讓每張照片都成為佳作的Photoshop后期技法
- Ceph:Designing and Implementing Scalable Storage Systems
- Docker High Performance(Second Edition)
- 人工智能:語言智能處理
- 電子設備及系統人機工程設計(第2版)
- R Data Analysis Projects
- 計算機組成與操作系統
- Cortex-M3嵌入式處理器原理與應用
- 電動汽車驅動與控制技術
- 漢字錄入技能訓練