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