From 00c6120fe67dde9fed96c2cbd6ff34b46adb6f14 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 26 Feb 2024 10:10:56 +0100 Subject: [PATCH] Update hands-on.mdx --- units/en/unit5/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit5/hands-on.mdx b/units/en/unit5/hands-on.mdx index 15c70ef..1b9dfc3 100644 --- a/units/en/unit5/hands-on.mdx +++ b/units/en/unit5/hands-on.mdx @@ -288,7 +288,7 @@ Now let's try a more challenging environment called Pyramids. - We need to download it and place it into `./training-envs-executables/linux/` - We use a linux executable because we're using colab, and the colab machine's OS is Ubuntu (linux) -We downloaded the file Pyramids-linux.zip from from https://huggingface.co/spaces/unity/ML-Agents-Pyramids/resolve/main/Pyramids.zip using `wget` +We downloaded the file Pyramids.zip from from https://huggingface.co/spaces/unity/ML-Agents-Pyramids/resolve/main/Pyramids.zip using `wget` ```python wget "https://huggingface.co/spaces/unity/ML-Agents-Pyramids/resolve/main/Pyramids.zip" -O ./training-envs-executables/linux/Pyramids.zip