April 2017
Intermediate to advanced
320 pages
7h 46m
English
To implement a Q-learning algorithm we'll use the OpenAI Gym framework, which is a TensorFlow compatible toolkit for developing and comparing Reinforcement Learning algorithms.
OpenAI Gym consists of two main parts:
To get started, you'll need to have Python 2.7 or Python 3.5. To install Gym, use the pip installer:
sudo pip ...
Read now
Unlock full access