From 25103b46210ac3fa3ad20ec96c03985ddaf1b196 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 3 Feb 2023 10:16:59 +0100 Subject: [PATCH] Update hands-on.mdx --- units/en/unit7/hands-on.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/units/en/unit7/hands-on.mdx b/units/en/unit7/hands-on.mdx index 6049aa0..f5a784f 100644 --- a/units/en/unit7/hands-on.mdx +++ b/units/en/unit7/hands-on.mdx @@ -88,6 +88,8 @@ We also need to install pytorch with: pip install torch ``` +Finally, you need to install git-lfs: https://git-lfs.com/ + Now that it’s installed, we need to add the environment training executable. Based on your operating system you need to download one of them, unzip it and place it in a new folder inside `ml-agents` that you call `training-envs-executables` At the end your executable should be in `mlagents/training-envs-executables/SoccerTwos`