Update hands-on.mdx

Fix typo
This commit is contained in:
Richard Khanh Manh Nguyen
2024-01-28 00:57:15 -06:00
committed by GitHub
parent 04f2277489
commit da63862afe

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