You will need the following packages installed to complete the exercises in this chapter and upcoming chapters:
- Python 3.5+
- NumPy
- OpenAI Gym (see Chapter 3, Setting Up Your First Environment with OpenAI Gym, for installation and setup instructions)
- TensorFlow
- Keras
We strongly encourage you to familiarize yourself with the official OpenAI Gym documentation for the Taxi-v2 environment as well as the other environments we will be working with in this book. You will find a great deal of useful information on these environments and how to access the information and functionality you need from them. You can find the documentation here: https://gym.openai.com/docs/.
You can find the code files for this chapter in the following link: https://github.com/PacktPublishing/Hands-On-Q-Learning-with-Python/tree/master/Chapter06.