-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Release v0.5 #1224
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
Release v0.5 #1224
Conversation
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
* fixed the loggers * Modified the documentation
* Replacing training screenshots with updated markdown. * Changing bash prompt to be simpler.
* improve the migration doc * fix typo * resolved all the issues * resolve the comment
* fixed the aws doc * remove the cd instruction
* Changing learn.py log messages. - learn.py refers to the mlagents-learn script now. - If a non-existant trainer config is passed, the log message correctly points that out now. * Changing the curriculum arg from file to dir.
* Updating re-trained GridWorld models * Modifying GridWorld scene to link to new models * Minor tweak to brain type —> Player for GridWorld
* Adding specific mlagents-learn vs. learn.py example. * Specifying where to run mlagents-learn in Migrating.md.
* Fixing learn.py, trainer_controller.py, and Docker
- learn.py has been moved under trainers.
- this was a two line change
- learn.py will no longer be run as a main method
- docopt arguments are strings by default. learn.py now uses
this assumption to correctly parse arguments.
- trainer_controller.py now considers the Docker volume when
accepting a trainer config file path.
- the Docker container now uses mlagents-learn.
* Removing extraneous unity-volume ref.
* Consistent string style in trainer_controller.py. * Linting error in doc.
* Make project version 2017.4 * updated the documentation * added the upgrade notes for 2017.1 to 2017.4 * removed the .10f1 * fix the typo and make the language nicer * resolved the comments * Wrapping lines. * Wording. * resolved part of jeff's comment * resolved part of jeff's comment * fixed the link * Update FAQ.md Missing "an". * Missing "an".
* Fix for TF NaNs * New soccer model
* The Android fix * additional documentation * added #
* Use new Soccer model * Use new basic model * New PushBlock model * Address comments
* updated the Pyramids model * updated the pyramids model, chnaged the max_steps to reflect the new max steps required to achive ~1.8 cumulative reward
* broken link for gym * added gym into feature list * fixed typo
* minor grammatical fix * fixed definition in table
* Update readmes to be more informative * Line lengths * Address comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.