- 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
推薦閱讀
- 輕松學Java Web開發
- Dreamweaver CS3網頁設計50例
- 機器自動化控制器原理與應用
- 四向穿梭式自動化密集倉儲系統的設計與控制
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- Kubernetes for Developers
- Machine Learning with Apache Spark Quick Start Guide
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- 網絡服務搭建、配置與管理大全(Linux版)
- 從零開始學SQL Server
- Salesforce Advanced Administrator Certification Guide
- Windows安全指南
- 和機器人一起進化
- Redash v5 Quick Start Guide