February 2020
Intermediate to advanced
432 pages
10h 50m
English
The code is a Python file located in the Chapter12_OpenAI_Gym/taxi folder of the repository. As for the cart pole, the program is written in Python and the filename is Taxi-v3.ipynb. The .ipynb extension is the known Jupyter notebook extension. We have chosen this way of coding in Python so that the example can be understood by just following the notebook, because you have the code and the explanations in one place.
We suggest that you open the notebook, read it from the beginning until the end, and ...