Solved bug username

This commit is contained in:
simoninithomas
2022-12-05 14:30:51 +01:00
parent aa74867b44
commit 1d13074c32
2 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
# Hands on [[hands-on]]
<CourseFloatingBanner
<!--<CourseFloatingBanner
classNames="absolute z-10 right-0 top-0"
notebooks={[
{label: "Google Colab", value: "https://colab.research.google.com/github/huggingface/deep-rl-class/blob/master/notebooks/unit1/unit1.ipynb"}
]} />
]} />-->
Now that you've studied the bases of Reinforcement Learning, youre ready to train your first agent and share it with the community through the Hub 🔥:
@@ -488,7 +488,7 @@ Let's fill the `package_to_hub` function:
- `eval_env`: the evaluation environment defined in eval_env
- `repo_id`: the name of the Hugging Face Hub Repository that will be created/updated `(repo_id = {username}/{repo_name})`
💡 **A good name is {username}/{model_architecture}-{env_id}**
💡 **A good name is `{username}/{model_architecture}-{env_id}` **
- `commit_message`: message of the commit

View File

@@ -1,10 +1,10 @@
# Let's train and play with Huggy 🐶 [[train-play]]
<CourseFloatingBanner
<!--<CourseFloatingBanner
classNames="absolute z-10 right-0 top-0"
notebooks={[
{label: "Google Colab", value: "https://colab.research.google.com/github/huggingface/deep-rl-class/blob/master/notebooks/bonus-unit1/bonus-unit1.ipynb"}
]} />
]} />-->
## Let's train Huggy 🐶