Skip to content

Commit

Permalink
Update train.mdx
Browse files Browse the repository at this point in the history
ML Agents parameter --run-id : misspelled with underscore instead of hypen
  • Loading branch information
ashwinsnambiar authored Dec 16, 2023
1 parent e7ecdff commit ed1638d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/en/unitbonus1/train.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed1638d

Please sign in to comment.