-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ee6736f
Bumping version on the release (#3615)
vincentpierre ac6bfce
Update examples project to 2018.4.18f1 (#3618)
4745b8b
Remove dead components from the examples scenes (#3619) (#3624)
vincentpierre a13f595
Improve warnings and exception if using unsupported combo
1cec320
add meta file
69e1684
fix unit test
01c32ca
enforce onnx conversion (expect tf2 CI to fail) (#3600)
9e2adc9
Update error message
5f01d16
Merge pull request #3628 from Unity-Technologies/release-0.15.0-onnx-CI
3ad43b3
Merge pull request #3627 from Unity-Technologies/release-0.15.0-log-n…
01d5497
Updated the release branch docs (#3621)
vincentpierre f4359bb
make sure top-level timer is closed before writing
40d6547
Remove space from Product Name for examples
284b207
Merge pull request #3631 from Unity-Technologies/release-0.15.0-fix-s…
5d2d523
[bug-fix] Increase 3dballhard and GAIL default steps (#3636)
7507a5d
Updating the NN models (#3632)
vincentpierre 39c3054
Resolving the conflicts
vincentpierre 560935c
Merge branch 'master' into develop-merge-0.15.0
vincentpierre bcfaae0
[skip ci] Resolve a merging bug
vincentpierre 94b8489
Merge branch 'develop-merge-0.15.0' of https://github.com/Unity-Techn…
vincentpierre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file modified
BIN
+2.51 KB
(100%)
Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.nn
Binary file not shown.
Binary file modified
BIN
+2.51 KB
(100%)
Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.nn
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2.26 KB
(110%)
Project/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.nn
Binary file not shown.
Binary file modified
BIN
+41.5 KB
(100%)
Project/Assets/ML-Agents/Examples/Crawler/TFModels/CrawlerDynamic.nn
Binary file not shown.
Binary file modified
BIN
+41.5 KB
(100%)
Project/Assets/ML-Agents/Examples/Crawler/TFModels/CrawlerStatic.nn
Binary file not shown.
Binary file modified
BIN
-742 Bytes
(99%)
Project/Assets/ML-Agents/Examples/FoodCollector/TFModels/FoodCollector.nn
Binary file not shown.
Binary file modified
BIN
+70 Bytes
(100%)
Project/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld.nn
Binary file not shown.
Binary file modified
BIN
-327 KB
(50%)
Project/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.nn
Binary file not shown.
Binary file modified
BIN
+51 Bytes
(100%)
Project/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.nn
Binary file not shown.
Binary file modified
BIN
+51 Bytes
(100%)
Project/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.nn
Binary file not shown.
Binary file modified
BIN
+2.19 KB
(100%)
Project/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.nn
Binary file not shown.
Binary file modified
BIN
+285 Bytes
(100%)
Project/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.nn
Binary file not shown.
Binary file modified
BIN
+4.51 KB
(100%)
Project/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.nn
Binary file not shown.
Binary file modified
BIN
+79.5 KB
(100%)
Project/Assets/ML-Agents/Examples/Walker/TFModels/Walker.nn
Binary file not shown.
Binary file modified
BIN
+375 Bytes
(100%)
Project/Assets/ML-Agents/Examples/WallJump/TFModels/BigWallJump.nn
Binary file not shown.
Binary file modified
BIN
+375 Bytes
(100%)
Project/Assets/ML-Agents/Examples/WallJump/TFModels/SmallWallJump.nn
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
Uh oh!
There was an error while loading. Please reload this page.
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)
Uh oh!
There was an error while loading. Please reload this page.
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.