mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-05 03:28:05 +08:00
Update bonus unit 1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user