From 8099fcae2274ac75fefebf93794f6de1840a30fb Mon Sep 17 00:00:00 2001 From: James Daniels Date: Sat, 30 Mar 2024 13:25:33 -0500 Subject: [PATCH] Add note about user input devices --- notebooks/bonus-unit1/bonus-unit1.ipynb | 2 ++ units/en/unitbonus1/play.mdx | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/notebooks/bonus-unit1/bonus-unit1.ipynb b/notebooks/bonus-unit1/bonus-unit1.ipynb index 39e32cbc..5fc8afb4 100644 --- a/notebooks/bonus-unit1/bonus-unit1.ipynb +++ b/notebooks/bonus-unit1/bonus-unit1.ipynb @@ -582,6 +582,8 @@ "source": [ "1. In step 1, choose your model repository which is the model id (in my case ThomasSimonini/ppo-Huggy).\n", "\n", + "πŸ‘‰ If you have any racing wheels/flight sim components connected to your computer be sure to disconnect them or you may have trouble selecting your model from the dropdown.", + "\n", "2. In step 2, **choose what model you want to replay**:\n", " - 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", diff --git a/units/en/unitbonus1/play.mdx b/units/en/unitbonus1/play.mdx index c28b143c..37003bfc 100644 --- a/units/en/unitbonus1/play.mdx +++ b/units/en/unitbonus1/play.mdx @@ -11,8 +11,10 @@ For this step it’s simple: 1. In step 1, choose your model repository which is the model id (in my case ThomasSimonini/ppo-Huggy). +πŸ‘‰ If you have any racing wheels/flight sim components connected to your computer be sure to disconnect them or you may have trouble selecting your model from the dropdown. + 2. In step 2, **choose which model you want to replay**: - I have multiple ones, since we saved a model every 500000 timesteps. - But if I want the most recent one I choose Huggy.onnx -πŸ‘‰ It's good to **try with different model checkpoints to see the improvement of the agent.** +πŸ‘‰ It's good to **try with different model checkpoints to see the improvement of the agent.** \ No newline at end of file