Merge pull request #444 from ashwinsnambiar/patch-1

Update train.mdx : this commit fixes #443
This commit is contained in:
Thomas Simonini
2024-01-15 09:40:56 +01:00
committed by GitHub

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.