Merge pull request #78 from theicfire/main

Add time estimates to unit 3
This commit is contained in:
Thomas Simonini
2022-08-24 12:59:06 +02:00
committed by GitHub

View File

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