From 8a5643b7ce27cc3aa450918b9ba4af8df32e9d76 Mon Sep 17 00:00:00 2001 From: YaYaB Date: Thu, 9 Jun 2022 13:35:38 +0200 Subject: [PATCH] fix number of steps of training in readme to 10M --- unit3/unit3.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/unit3/unit3.ipynb b/unit3/unit3.ipynb index c970007..5ea14bf 100644 --- a/unit3/unit3.ipynb +++ b/unit3/unit3.ipynb @@ -3,8 +3,8 @@ { "cell_type": "markdown", "metadata": { - "id": "view-in-github", - "colab_type": "text" + "colab_type": "text", + "id": "view-in-github" }, "source": [ "\"Open" @@ -278,7 +278,7 @@ "Here we see that:\n", "- We use the Atari Wrapper that preprocess the input (Frame reduction ,grayscale, stack 4 frames)\n", "- We use `CnnPolicy`, since we use Convolutional layers to process the frames\n", - "- We train it for 1 million `n_timesteps` \n", + "- We train it for 10 million `n_timesteps` \n", "- Memory (Experience Replay) size is 100000" ] }, @@ -712,12 +712,12 @@ ], "metadata": { "colab": { + "authorship_tag": "ABX9TyPwiHKn+ccCskGi3ZMw9yH2", "collapsed_sections": [], + "include_colab_link": true, "name": "Copie de Unit 3: Deep Q-Learning with Space Invaders.ipynb", "private_outputs": true, - "provenance": [], - "authorship_tag": "ABX9TyPwiHKn+ccCskGi3ZMw9yH2", - "include_colab_link": true + "provenance": [] }, "kernelspec": { "display_name": "Python 3", @@ -729,4 +729,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}