From d48eeab4a44cfedf204b6f6fca01ca459352eb58 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:20:02 +0100 Subject: [PATCH] Update 19_4_Temporal_Difference_Methods.ipynb --- Notebooks/Chap19/19_4_Temporal_Difference_Methods.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap19/19_4_Temporal_Difference_Methods.ipynb b/Notebooks/Chap19/19_4_Temporal_Difference_Methods.ipynb index f325c14..7135aec 100644 --- a/Notebooks/Chap19/19_4_Temporal_Difference_Methods.ipynb +++ b/Notebooks/Chap19/19_4_Temporal_Difference_Methods.ipynb @@ -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",