November 2018
Intermediate to advanced
322 pages
7h 54m
English
OpenAI Gym is a Python-based toolkit for the development of reinforcement learning algorithms. It provides more than 700 open source contributed environments at the time of writing this book. Custom environments for OpenAI can also be created. OpenAI Gym provides a unified interface for working with reinforcement learning environments and takes care of running the simulation, while the user of OpenAI can focus on designing and implementing the reinforcement learning algorithms.
Let's take a look at the following steps to learn how to install and explore OpenAI Gym:
pip3 ...
Read now
Unlock full access