Update 19_4_Temporal_Difference_Methods.ipynb

This commit is contained in:
Pietro Monticone
2023-10-30 18:20:02 +01:00
parent f855263f9f
commit d48eeab4a4

View File

@@ -31,7 +31,7 @@
"source": [
"# **Notebook 19.4: Temporal difference methods**\n",
"\n",
"This notebook investigates temporal differnece methods for tabular reinforcement learning as described in section 19.3.3 of the book\n",
"This notebook investigates temporal difference methods for tabular reinforcement learning as described in section 19.3.3 of the book\n",
"\n",
"Work through the cells below, running each cell in turn. In various places you will see the words \"TO DO\". Follow the instructions at these places and make predictions about what is going to happen or write code to complete the functions.\n",
"\n",