From 11f488d0c1f31a1fffd48df61a5147b05ba991b8 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 10 Jan 2023 10:02:33 +0100 Subject: [PATCH] Update --- notebooks/unit5/unit5.ipynb | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/notebooks/unit5/unit5.ipynb b/notebooks/unit5/unit5.ipynb index c84ad48..56b65da 100644 --- a/notebooks/unit5/unit5.ipynb +++ b/notebooks/unit5/unit5.ipynb @@ -277,15 +277,6 @@ "!wget --load-cookies /tmp/cookies.txt \"https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1YHHLjyj6gaZ3Gemx1hQgqrPgSS2ZhmB5' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\\1\\n/p')&id=1YHHLjyj6gaZ3Gemx1hQgqrPgSS2ZhmB5\" -O ./training-envs-executables/linux/SnowballTarget.zip && rm -rf /tmp/cookies.txt" ] }, - { - "cell_type": "markdown", - "metadata": { - "id": "5yIV74OPOa1i" - }, - "source": [ - "**OR** Download directly to local machine and then drag and drop the file from local machine to `./training-envs-executables/linux`" - ] - }, { "cell_type": "markdown", "source": [ @@ -514,17 +505,6 @@ "id": "KK4fPfnczunT" } }, - { - "cell_type": "code", - "source": [ - "!mlagents-push-to-hf --run-id=\"SnowballTarget1\" --local-dir=\"./results/SnowballTarget1\" --repo-id=\"ThomasSimonini/ppo-SnowballTarget\" --commit-message=\"First Push\"" - ], - "metadata": { - "id": "kj6cZIAV7WhO" - }, - "execution_count": null, - "outputs": [] - }, { "cell_type": "code", "execution_count": null, @@ -815,7 +795,7 @@ "source": [ "You have the full list of the one currently available on Hugging Face here 👉 https://github.com/huggingface/ml-agents#the-environments\n", "\n", - "For the demos to visualize your agent, the temporary link is: https://singularite.itch.io\n", + "For the demos to visualize your agent, the temporary link is: https://singularite.itch.io (temporary because we'll also put the demos on Hugging Face Space)\n", "\n", "For now we have integrated: \n", "- [Worm](https://singularite.itch.io/worm) demo where you teach a **worm to crawl**.\n",