Update bonus unit 1

This commit is contained in:
Thomas Simonini
2023-04-05 09:28:38 +02:00
parent daa2a1d598
commit 61d62566c3

View File

@@ -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
}
}