From ed1638df55a57b9f589f1719e6b4bfd669dc8259 Mon Sep 17 00:00:00 2001 From: ashwinsnambiar <124048775+ashwinsnambiar@users.noreply.github.com> Date: Sat, 16 Dec 2023 22:05:51 +0100 Subject: [PATCH] Update train.mdx ML Agents parameter --run-id : misspelled with underscore instead of hypen --- units/en/unitbonus1/train.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unitbonus1/train.mdx b/units/en/unitbonus1/train.mdx index 235606e8..814d604d 100644 --- a/units/en/unitbonus1/train.mdx +++ b/units/en/unitbonus1/train.mdx @@ -203,7 +203,7 @@ With ML Agents, we run a training script. We define four parameters: 1. `mlagents-learn `: the path where the hyperparameter config file is. 2. `--env`: where the environment executable is. -3. `--run_id`: the name you want to give to your training run id. +3. `--run-id`: the name you want to give to your training run id. 4. `--no-graphics`: to not launch the visualization during the training. Train the model and use the `--resume` flag to continue training in case of interruption.