Skip to content

Commit

Permalink
Merge pull request #522 from AbhishekRana21/main
Browse files Browse the repository at this point in the history
a small grammatical error fix
  • Loading branch information
simoninithomas authored May 2, 2024
2 parents ebfd6d5 + 763c7c0 commit fb3cb0c
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 @@ -787,7 +787,7 @@
"id": "reBhoODwcXfr"
},
"source": [
"- In my case, I got a mean reward is `200.20 +/- 20.80` after training for 1 million steps, which means that our lunar lander agent is ready to land on the moon 🌛🥳."
"- In my case, I got a mean reward of `200.20 +/- 20.80` after training for 1 million steps, which means that our lunar lander agent is ready to land on the moon 🌛🥳."
]
},
{
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 @@ -478,7 +478,7 @@ mean_reward, std_reward = evaluate_policy(model, eval_env, n_eval_episodes=10, d
print(f"mean_reward={mean_reward:.2f} +/- {std_reward}")
```

- In my case, I got a mean reward is `200.20 +/- 20.80` after training for 1 million steps, which means that our lunar lander agent is ready to land on the moon 🌛🥳.
- In my case, I got a mean reward of `200.20 +/- 20.80` after training for 1 million steps, which means that our lunar lander agent is ready to land on the moon 🌛🥳.

## Publish our trained model on the Hub 🔥
Now that we saw we got good results after the training, we can publish our trained model on the hub 🤗 with one line of code.
Expand Down

0 comments on commit fb3cb0c

Please sign in to comment.