From 1c4551e889061e3edb2698e3043d036ba384e3e5 Mon Sep 17 00:00:00 2001 From: Peterpig <309871271@qq.com> Date: Wed, 13 Dec 2023 14:19:47 +0800 Subject: [PATCH] Fix spelling mistakes --- 8-Reinforcement/1-QLearning/solution/notebook.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8-Reinforcement/1-QLearning/solution/notebook.ipynb b/8-Reinforcement/1-QLearning/solution/notebook.ipynb index de19ad0b..aa6155cb 100644 --- a/8-Reinforcement/1-QLearning/solution/notebook.ipynb +++ b/8-Reinforcement/1-QLearning/solution/notebook.ipynb @@ -58,7 +58,7 @@ "For simplicity, let's consider Peter's world to be a square board of size `width` x `height`. Each cell in this board can either be:\n", "* **ground**, on which Peter and other creatures can walk\n", "* **water**, on which you obviously cannot walk\n", - "* **a tree** or **grass** - a place where you cat take some rest\n", + "* **a tree** or **grass** - a place where you can take some rest\n", "* **an apple**, which represents something Peter would be glad to find in order to feed himself\n", "* **a wolf**, which is dangerous and should be avoided\n", "\n", @@ -566,4 +566,4 @@ "metadata": {} } ] -} \ No newline at end of file +}