From 48593301210458e7b6c2fffe34a7e29af1cb3e01 Mon Sep 17 00:00:00 2001 From: Denis Barbier Date: Sat, 20 Nov 2021 19:50:47 +0100 Subject: [PATCH] Fix maze tuto This notebook cannot be run because of a typo. --- notebooks/1_maze_tuto.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/1_maze_tuto.ipynb b/notebooks/1_maze_tuto.ipynb index 2b3b035510..1bec597b68 100644 --- a/notebooks/1_maze_tuto.ipynb +++ b/notebooks/1_maze_tuto.ipynb @@ -284,7 +284,7 @@ " )\n", " return self._image.figure\n", "\n", - " def heuristic(self, s: D.T_State) -> Value[D.T_value]:\n", + " def heuristic(self, s: D.T_state) -> Value[D.T_value]:\n", " \"\"\"Heuristic to be used by search algorithms.\n", "\n", " Here Euclidean distance to goal.\n",