You will need the following packages installed to complete the exercises in this chapter:
- Python 3.5+
- NumPy
- Pandas (for working with flat dataframes)
We will not be using the OpenAI Gym package in this chapter, but it will be helpful to be familiar with it and the projects we've worked through using the introductory Gym environments at this point. If you haven't completed the projects in the previous chapters, we recommend you do so before diving into this chapter.
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...