-
Notifications
You must be signed in to change notification settings - Fork 4.3k
merge release 0.15.0 into master #3652
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
From 2018.4.14f1. An internal package dependency was updated as a side effect.
enforce onnx conversion in CI
…o-model [MLA-762] Better logging when no model + inference only
* Updated the release branch docs * Edited the README
In #2588 it was suggested that the space in the Product Name for our example environments causes confusion when using a default build because of the need to escape the space in the build filename. This change removes the space from the Product Name in the project's player settings.
…tats make sure top-level timer is closed before writing
* Updating the NN models * Update gridworld * [skip ci] Update BallHard * Update hallway
@@ -29,14 +29,14 @@ developer communities. | |||
* Unity environment control from Python | |||
* 15+ sample Unity environments | |||
* Two deep reinforcement learning algorithms, | |||
[Proximal Policy Optimization](https://github.com/Unity-Technologies/ml-agents/tree/latest_release/docs/Training-PPO.md) |
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 we keep these pointing to latest_release
?
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.
Why? Is there a reason for 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.
So that people landing on the main page will get linked to the latest_release of the docs instead of the master docs (which are sometime incompatible)
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 would mean that we would need to change it everytime we do a release right? (since we do not was any latest_release tag in the release branches.)
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.
That would only happen if they are on the master branch (in which case the docs should point to master). If they want the docs for the latest release, they should actually check the tag for latest_release.
I think you are pointing to another issue, which is latest_release branch should be the landing page of ml-agents.
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.
OK, let's take the discussion offline. This is good to merge as it is.
Proposed change(s)
From the release checklist
Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)