January 2019
Intermediate to advanced
390 pages
9h 16m
English
OpenAI gym is an open source toolkit to develop and compare RL algorithms. It contains a variety of simulated environments that can be used to train agents and develop new RL algorithms. To start, you'll first have to install gym. For Python 3.5+, you can install gym using pip:
pip install gym
OpenAI gym supports various environments, from simple text-based to three-dimensional. The environments supported in the latest version can be grouped as follows:
Read now
Unlock full access