You will need the following packages installed to complete the exercises in this chapter and the upcoming chapters:
- Python 3.5+ (we will be using Python 3.6 in this book)
- NumPy
- OpenAI Gym (see Chapter 3, Setting Up Your First Environment with OpenAI Gym, for installation and setup instructions)
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 at https://gym.openai.com/docs/.
The code for the exercises in this chapter can be found at https://github.com/PacktPublishing/Hands-On-Q-Learning-with-Python/tree/master/Chapter04.