From b7859aa28717190bb3b9d2cd22034a0555294560 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Thu, 16 Mar 2023 09:05:21 +0100 Subject: [PATCH] Update unit3.ipynb --- notebooks/unit3/unit3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/unit3/unit3.ipynb b/notebooks/unit3/unit3.ipynb index 8a4711c..1c4b17b 100644 --- a/notebooks/unit3/unit3.ipynb +++ b/notebooks/unit3/unit3.ipynb @@ -289,7 +289,7 @@ }, "outputs": [], "source": [ - "!pip install -r requirements.txt", + "!pip install -r requirements.txt\n", "# Since colab uses Python 3.9 we need to add this installation\n", "!pip install gym[atari,accept-rom-license]==0.21.0" ]