Skip to content

Commit

Permalink
Fix maze tuto
Browse files Browse the repository at this point in the history
This notebook cannot be run because of a typo.
  • Loading branch information
dbarbier authored and galleon committed Nov 23, 2021
1 parent b6e75e3 commit 4859330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/1_maze_tuto.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4859330

Please sign in to comment.