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