mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-13 16:49:44 +08:00
Solved bug username
This commit is contained in:
@@ -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, 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
|
||||
|
||||
|
||||
@@ -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 🐶
|
||||
|
||||
|
||||
Reference in New Issue
Block a user