Update units/en/unit1/hands-on.mdx

Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
This commit is contained in:
Thomas Simonini
2022-12-05 17:48:02 +01:00
committed by GitHub
parent fddc0173ac
commit 39fd642867

View File

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