mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-13 16:29:42 +08:00
Update units/en/unit1/hands-on.mdx
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
This commit is contained in:
@@ -445,7 +445,7 @@ 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 🌛🥳.
|
||||
|
||||
## 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.
|
||||
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.
|
||||
|
||||
📚 The libraries documentation 👉 https://github.com/huggingface/huggingface_sb3/tree/main#hugging-face--x-stable-baselines3-v20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user