Merge pull request #477 from RichardKhanhWin/unit1-typo-fix

Unit 1 typo fixes
This commit is contained in:
Thomas Simonini
2024-01-29 10:50:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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**.