From f85c8c7f27507e1dcf13afd7d1a349ff3b83a35d Mon Sep 17 00:00:00 2001
From: JonathanSum <777Jonathansum@gmail.com>
Date: Wed, 25 May 2022 06:41:21 -0700
Subject: [PATCH 1/2] Created using Colaboratory
---
unit1/unit1.ipynb | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/unit1/unit1.ipynb b/unit1/unit1.ipynb
index b9ab9f9..401b844 100644
--- a/unit1/unit1.ipynb
+++ b/unit1/unit1.ipynb
@@ -7,7 +7,7 @@
"colab_type": "text"
},
"source": [
- "
"
+ "
"
]
},
{
@@ -949,7 +949,11 @@
" env_id=env_id, # Name of the environment\n",
" eval_env=eval_env, # Evaluation Environment\n",
" repo_id=repo_id, # id of the model repository from the Hugging Face Hub (repo_id = {organization}/{repo_name} for instance ThomasSimonini/ppo-LunarLander-v2\n",
- " commit_message=commit_message)\n"
+ " commit_message=commit_message)\n",
+ "\n",
+ "# Note: if after running the package_to_hub function and it gives an issue of rebasing, please run the following code\n",
+ "# cd && git add . && git commit -m \"Add message\" && git pull \n",
+ "# And don't forget to do a \"git push\" at the end to push the change to the hub."
],
"metadata": {
"id": "JPG7ofdGIHN8"
@@ -1112,4 +1116,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
-}
+}
\ No newline at end of file
From 1d4b1b21add3f58f3482891dacb2f88e64b2060e Mon Sep 17 00:00:00 2001
From: Jonathan Sum <777JonathanSum@gmail.com>
Date: Wed, 25 May 2022 09:45:30 -0400
Subject: [PATCH 2/2] update
update
---
unit1/unit1.ipynb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unit1/unit1.ipynb b/unit1/unit1.ipynb
index 401b844..2dc1195 100644
--- a/unit1/unit1.ipynb
+++ b/unit1/unit1.ipynb
@@ -7,7 +7,7 @@
"colab_type": "text"
},
"source": [
- "
"
+ "
"
]
},
{