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.