From 61d62566c334ab16933d679aef045c70940d08b2 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 5 Apr 2023 09:28:38 +0200 Subject: [PATCH] Update bonus unit 1 --- notebooks/bonus-unit1/bonus-unit1.ipynb | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/notebooks/bonus-unit1/bonus-unit1.ipynb b/notebooks/bonus-unit1/bonus-unit1.ipynb index 52b0835..fb128e4 100644 --- a/notebooks/bonus-unit1/bonus-unit1.ipynb +++ b/notebooks/bonus-unit1/bonus-unit1.ipynb @@ -192,6 +192,19 @@ "!pip3 install -e ./ml-agents" ] }, + { + "cell_type": "code", + "source": [ + "%%capture\n", + "# Due to some conflicts between mlagents and tensorflow we need to uninstall it\n", + "!pip3 uninstall tensorflow -y" + ], + "metadata": { + "id": "yBRsYPvtTjrm" + }, + "execution_count": null, + "outputs": [] + }, { "cell_type": "markdown", "metadata": { @@ -569,4 +582,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} +} \ No newline at end of file