-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[docs] Update docs for new results and trainer config #3916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/Training-ML-Agents.md
Outdated
|
|
||
| The implementation of the samplers can be found at | ||
| `ml-agents-envs/mlagents_envs/sampler_class.py`. | ||
| `ml-agents/mlagents/trainers/sampler_class.py`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this is likely wrong in the release docs as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you link to the file so that we get some automated checks on it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| the --port option. | ||
|
|
||
| **Note:** If you don't assign a `run-id` identifier, `mlagents-learn` uses the | ||
| default string, "ppo". All the statistics will be saved to the same sub-folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was also missed in the release docs - the new behavior is that it will delete old summaries if run with --force
|
There were two fairly small things that I noticed could be wrong in the release docs as well. I'll PR those in into |
Co-authored-by: Chris Elion <[email protected]>
…echnologies/ml-agents into develop-doc-updates-after-1merge
Proposed change(s)
Recent PRs merged the curriculum and parameter randomization YAML files into the main configuration, and moved all artifacts to a single
results/directory. These doc changes weren't reflected in the refactored release docs. This PR ports those changes over to the new doc format.Types of change(s)
Checklist
Other comments