From 6baf88341fe67d7e0aef04174ed6791d373ed14c Mon Sep 17 00:00:00 2001 From: Chase Lambert Date: Sun, 21 Aug 2022 12:48:05 -0700 Subject: [PATCH] Add some time estimates --- unit3/unit3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit3/unit3.ipynb b/unit3/unit3.ipynb index 5999413..a15b327 100644 --- a/unit3/unit3.ipynb +++ b/unit3/unit3.ipynb @@ -281,7 +281,7 @@ "- We train it for 10 million `n_timesteps` \n", "- Memory (Experience Replay) size is 100000\n", "\n", - "💡 My advice is to **reduce the training timesteps to 1M,** if you want to train for 10M timesteps, you should run on your local machine (to avoid Colab timeout) to do that just click on: `File>Download`" + "💡 My advice is to **reduce the training timesteps to 1M,** which will take about 90 minutes on a P100. `!nvidia-smi` will tell you what GPU you're using. At 10 million steps, this will take about 9 hours, which could likely result in Colab timing out. I recommend running this on your local computer (or somewhere else). Just click on: `File>Download`. " ] }, {