From c217bf056f467fd04d26c5e3200501d6f9af8a75 Mon Sep 17 00:00:00 2001 From: Slava Date: Wed, 25 Oct 2023 19:33:50 +0100 Subject: [PATCH] Removed unnecessary pip install's --- units/en/unit7/hands-on.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/units/en/unit7/hands-on.mdx b/units/en/unit7/hands-on.mdx index 51bd1d7b..5aa33d04 100644 --- a/units/en/unit7/hands-on.mdx +++ b/units/en/unit7/hands-on.mdx @@ -78,18 +78,6 @@ pip install -e ./ml-agents-envs pip install -e ./ml-agents ``` -We also need to install pytorch with: - -```bash -pip install torch -``` - -As well as the following dependency: - -```bash -pip install onnx==1.12.0 -``` - 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`