From 7574a4273023fd2eab5db0cea1d3b8bc690f11d8 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 24 May 2024 16:33:11 +0200 Subject: [PATCH 1/2] Update Huggy We updated Huggy loading model UI --- units/en/unitbonus1/train.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/units/en/unitbonus1/train.mdx b/units/en/unitbonus1/train.mdx index 5701940..4b911b7 100644 --- a/units/en/unitbonus1/train.mdx +++ b/units/en/unitbonus1/train.mdx @@ -281,9 +281,11 @@ This step is the simplest: load-huggy -1. In step 1, choose your model repository, which is the model id (in my case ThomasSimonini/ppo-Huggy). +1. In step 1, type your username (your username is case sensitive: for instance, my username is ThomasSimonini not thomassimonini or ThOmasImoNInI) and click on the search button. -2. In step 2, **choose which model you want to replay**: +2. In step 2, select your model repository. + +3. In step 3, **choose which model you want to replay**: - I have multiple ones, since we saved a model every 500000 timesteps. - But since I want the most recent one, I choose `Huggy.onnx` From a604c4985a5c10c9c3ab19a158cdfdc803cd7c1f Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 24 May 2024 16:35:24 +0200 Subject: [PATCH 2/2] Update bonus-unit1.ipynb --- notebooks/bonus-unit1/bonus-unit1.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notebooks/bonus-unit1/bonus-unit1.ipynb b/notebooks/bonus-unit1/bonus-unit1.ipynb index 39e32cb..75b3cc1 100644 --- a/notebooks/bonus-unit1/bonus-unit1.ipynb +++ b/notebooks/bonus-unit1/bonus-unit1.ipynb @@ -580,9 +580,11 @@ { "cell_type": "markdown", "source": [ - "1. In step 1, choose your model repository which is the model id (in my case ThomasSimonini/ppo-Huggy).\n", + "1. In step 1, type your username (your username is case sensitive: for instance, my username is ThomasSimonini not thomassimonini or ThOmasImoNInI) and click on the search button.", "\n", - "2. In step 2, **choose what model you want to replay**:\n", + "2. In step 2, select your model repository.", + "\n", + "3. In step 3, **choose which model you want to replay**:", " - I have multiple ones, since we saved a model every 500000 timesteps.\n", " - But since I want the more recent, I choose `Huggy.onnx`\n", "\n",