From 108870e2c9cb7ec4e8f73e8e1165a7c7d3becdf6 Mon Sep 17 00:00:00 2001 From: Richard Khanh Manh Nguyen <68620723+RichardKhanhWin@users.noreply.github.com> Date: Sun, 28 Jan 2024 01:03:44 -0600 Subject: [PATCH] Update unit1.ipynb Fix typo. --- notebooks/unit1/unit1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/unit1/unit1.ipynb b/notebooks/unit1/unit1.ipynb index 8006408..eb02ad4 100644 --- a/notebooks/unit1/unit1.ipynb +++ b/notebooks/unit1/unit1.ipynb @@ -518,7 +518,7 @@ "- Action 2: Fire the main engine,\n", "- Action 3: Fire right orientation engine.\n", "\n", - "Reward function (the function that will gives a reward at each timestep) 💰:\n", + "Reward function (the function that will give a reward at each timestep) 💰:\n", "\n", "After every step a reward is granted. The total reward of an episode is the **sum of the rewards for all the steps within that episode**.\n", "\n",