From 075096d4f91517d0593061bb2fdb326a4d59a8ac Mon Sep 17 00:00:00 2001 From: Mike-Wazowsk1 <104924053+Mike-Wazowsk1@users.noreply.github.com> Date: Tue, 11 Oct 2022 01:38:06 +0300 Subject: [PATCH] description fix --- unit3/unit3.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit3/unit3.ipynb b/unit3/unit3.ipynb index 7f3d397..9657cce 100644 --- a/unit3/unit3.ipynb +++ b/unit3/unit3.ipynb @@ -402,7 +402,7 @@ "id": "ezbHS1q3HYVV" }, "source": [ - "By using `utils.push_to_hub.py` **you evaluate, record a replay, generate a model card of your agent and push it to the hub**.\n", + "By using `rl_zoo3.push_to_hub.py` **you evaluate, record a replay, generate a model card of your agent and push it to the hub**.\n", "\n", "This way:\n", "- You can **showcase our work** 🔥\n", @@ -592,7 +592,7 @@ "id": "7ZQNY_r6NJtC" }, "source": [ - "1. We download the model using `utils.load_from_hub`, and place it in a new folder that we can call `rl_trained`" + "1. We download the model using `rl_zoo3.load_from_hub`, and place it in a new folder that we can call `rl_trained`" ] }, {