From 59d052b185b3f7b4d583dfd73ed822fa151d6317 Mon Sep 17 00:00:00 2001 From: sryu1 <95025816+sryu1@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:18:54 +1000 Subject: [PATCH] Minor fix typo and value --- units/en/unit7/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit7/hands-on.mdx b/units/en/unit7/hands-on.mdx index b46a614..990f7c4 100644 --- a/units/en/unit7/hands-on.mdx +++ b/units/en/unit7/hands-on.mdx @@ -74,7 +74,7 @@ To be able to train correctly our agents and push to the Hub, we need to install git clone --branch aivsai https://github.com/huggingface/ml-agents ``` -When the cloning is done (it takes 2.5Go), we go inside the repository and install the package +When the cloning is done (it takes 2.63 GB), we go inside the repository and install the package ```bash cd ml-agents