From da63862afe8ed01d43964a32ca4a12c019d764b1 Mon Sep 17 00:00:00 2001 From: Richard Khanh Manh Nguyen <68620723+RichardKhanhWin@users.noreply.github.com> Date: Sun, 28 Jan 2024 00:57:15 -0600 Subject: [PATCH 1/2] Update hands-on.mdx Fix typo --- units/en/unit1/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index 3c87f27d..7ef7469e 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -332,7 +332,7 @@ The action space (the set of possible actions the agent can take) is discrete wi - Action 2: Fire the main engine, - Action 3: Fire right orientation engine. -Reward function (the function that will gives a reward at each timestep) 💰: +Reward function (the function that will give a reward at each timestep) 💰: 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**. 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 2/2] 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 80064086..eb02ad40 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",