Update env_id variable position

This commit is contained in:
Thomas Simonini
2022-07-25 08:02:51 +02:00
parent b40bf8fac4
commit a886ce7f97

View File

@@ -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",