Update train.mdx

ML Agents parameter --run-id : misspelled with underscore instead of hypen
This commit is contained in:
ashwinsnambiar
2023-12-16 22:05:51 +01:00
committed by GitHub
parent e7ecdffd41
commit ed1638df55

View File

@@ -203,7 +203,7 @@ With ML Agents, we run a training script. We define four parameters:
1. `mlagents-learn <config>`: 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.