Add some time estimates

This commit is contained in:
Chase Lambert
2022-08-21 12:48:05 -07:00
parent f84c511332
commit 6baf88341f

View File

@@ -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`. "
]
},
{