From 1d13074c32a07adf9aa6e2a1cdd54d10d690f00f Mon Sep 17 00:00:00 2001 From: simoninithomas Date: Mon, 5 Dec 2022 14:30:51 +0100 Subject: [PATCH] Solved bug username --- units/en/unit1/hands-on.mdx | 6 +++--- units/en/unitbonus1/train.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index a261772..82598eb 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -1,11 +1,11 @@ # Hands on [[hands-on]] - + ]} />--> Now that you've studied the bases of Reinforcement Learning, youโ€™re 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 diff --git a/units/en/unitbonus1/train.mdx b/units/en/unitbonus1/train.mdx index e296b3a..d189a99 100644 --- a/units/en/unitbonus1/train.mdx +++ b/units/en/unitbonus1/train.mdx @@ -1,10 +1,10 @@ # Let's train and play with Huggy ๐Ÿถ [[train-play]] - + ]} />--> ## Let's train Huggy ๐Ÿถ