In this exercise, we will be using the Gym toolkit from OpenAI for developing reinforcement learning models. It supports teaching agents such as CartPole and pinball games.
To know more about the Gym toolkit from OpenAI and the games it supports, visit http://gym.openai.com/.
We will also be using the Keras deep learning library, which is a high-level neural network API capable of running on top of TensorFlow, Theano, or Cognitive Toolkit (CNTK).
To learn more about Keras and its functionalities visit https://keras.io/.