mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-10 06:08:31 +08:00
Update env_id variable position
This commit is contained in:
@@ -870,6 +870,10 @@
|
||||
"\n",
|
||||
"from huggingface_sb3 import package_to_hub\n",
|
||||
"\n",
|
||||
"## TODO: Define a repo_id\n",
|
||||
"## repo_id is the id of the model repository from the Hugging Face Hub (repo_id = {organization}/{repo_name} for instance ThomasSimonini/ppo-LunarLander-v2\n",
|
||||
"repo_id = \n",
|
||||
"\n",
|
||||
"# Create the evaluation env\n",
|
||||
"eval_env = DummyVecEnv([lambda: gym.make(env_id)])\n",
|
||||
"\n",
|
||||
@@ -879,10 +883,6 @@
|
||||
"# TODO: Define the model architecture we used\n",
|
||||
"model_architecture = \"\"\n",
|
||||
"\n",
|
||||
"## TODO: Define a repo_id\n",
|
||||
"## repo_id is the id of the model repository from the Hugging Face Hub (repo_id = {organization}/{repo_name} for instance ThomasSimonini/ppo-LunarLander-v2\n",
|
||||
"repo_id = \n",
|
||||
"\n",
|
||||
"## TODO: Define the commit message\n",
|
||||
"commit_message = \"\"\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user