From 39fd64286778dbe0d2641e25af09b39a0577ce6c Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 5 Dec 2022 17:48:02 +0100 Subject: [PATCH] Update units/en/unit1/hands-on.mdx Co-authored-by: Omar Sanseviero --- units/en/unit1/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index 096f109..6056cc0 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -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