This project aims to replicate figure 3, 4 and 5 from the Richard Sutton’s 1988 paper “Learning to Predict by the Methods of Temporal Differences.”
These instructions will get you a copy of the project up and running on your local machine.
In order to get this prpject running on our machine, you need to have
Python v3.6
Jupyter-notebook
After setting up the environmnet, you need to install the used python libraries in this project
pip3 install -r requirements.txt
using Jupyter-notebook, open TD.ipynb file.