mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-02 10:10:15 +08:00
Merge pull request #444 from ashwinsnambiar/patch-1
Update train.mdx : this commit fixes #443
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user