Skip to content

Commit

Permalink
Merge pull request #477 from RichardKhanhWin/unit1-typo-fix
Browse files Browse the repository at this point in the history
Unit 1 typo fixes
  • Loading branch information
simoninithomas authored Jan 29, 2024
2 parents 04f2277 + 108870e commit d7ec1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/unit1/unit1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion units/en/unit1/hands-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down

0 comments on commit d7ec1b4

Please sign in to comment.