Skip to content

Commit

Permalink
Merge pull request #146 from edbeeching/Ivan-267-patch-1
Browse files Browse the repository at this point in the history
Update ADV_STABLE_BASELINES_3.md
  • Loading branch information
Ivan-267 authored Sep 2, 2023
2 parents 6c6f95d + d2dc1cc commit 00ddb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ADV_STABLE_BASELINES_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You can optionally set an experiment directory and name to override the default.
python stable_baselines3_example.py --experiment_dir="experiments" --experiment_name="experiment1"
```

### Train a model for 10_000 steps then save and export the model
### Train a model for 100_000 steps then save and export the model
The exported .onnx model can be used by the Godot sync node to run inference from Godot directly, while the saved .zip model can be used to resume training later or run inference from the example script by adding `--inference`.
```bash
python stable_baselines3_example.py --timesteps=100_000 --onnx_export_path=model.onnx --save_model_path=model.zip
Expand Down

0 comments on commit 00ddb9e

Please sign in to comment.