-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Release v0.8.2 #2157
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.8.2 #2157
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
Install dependencies for ml-agents-envs and ml-agents in Docker
Hotfix gym unity
Features: - Reformat code via black. - Adding circleci configurations. - Add contribution guidelines. Steps to reproduce: - `pip install black` - `black <source code directory>`
Black formatting
… scene using environment variable (#1956) * Added the builder script * Removed the menu item * Changed the brainToControl to public * Added the scene for switching * Modified according to the comments * Removed the Builder and BuilderUtils script, made all of the logic into the Startup.cs * Switched back to the previous way using PreExport method * Added the return at the EOF. * Resolved the codacy comments. * Removed one empty line * Resolved the 2 round comments
* Add exception for external brains and array-ify * Fix exception message
* fixed the format * changed the circleci config
> Added the no_graphics argument to the gym interface. #1413
Added a paragraph in the docs/Learning-Environment-Design-Agents.md document regarding the use of SetReward and how it is different from AddReward
…nnot train with the default configurations (#1995)
Re-fix Black format on gym_unity
* Update Learning-Environment-Create-New.md Section : Final Editor Setup - Step 3. It says: Drag the Brain RollerBallPlayer from the Project window to the RollerAgent Brain field. Should say: Drag the Brain RollerBallBrain from the Project window to the RollerAgent Brain field. * Develop black format fix (#1998) * fixed the format * changed the circleci config * [Gym] Added no_graphics argument (#1997) > Added the no_graphics argument to the gym interface. #1413 * [Documentation] SetReward method (#1996) Added a paragraph in the docs/Learning-Environment-Design-Agents.md document regarding the use of SetReward and how it is different from AddReward * [Documentation] Added information for the environments the trainer cannot train with the default configurations (#1995) * Format gym_unity using black
* Sanitize demo filenames so that they can't be too long, overflow the header, and corrupt demo files * Fix issue where 1st demo of each episode is always recorded as 0 action
* Add allow_multiple_visual_obs option to the UnityEnv class * Edit associated documentation for the `allow_multiple_visual_obs` option
* Add GetTotalStepCount to the Academy This will allow the RecordVideos plugin to record based on the current academy step * fixup! Add GetTotalStepCount to the Academy * Add the video recorder to the documentation
* Fix for recording mid-play * Change docstring * Add additional null check
* Update Learning-Environment-Executable.md fixed issue when creating a build folder in the assets folder. Refering to #2033 * Update Learning-Environment-Executable.md
added missing instruction at the end
When using parallel SubprocessUnityEnvironment instances along with Academy Done(), a new step might be taken when reset should have been called because some environments may have been done while others were not (making "global done" less useful). This change manages the reset on `global_done` at the level of the environment worker, and removes the global reset from TrainerController.
The CircleCI checks have been broken because of outdated setuptools, this change should fix the issue.
* Update Learning-Environment-Create-New.md - Clarify that training is done in the original ml-agents project folder - Remove mistype - In the future it could help to show the user that they can copy the config folder and run training in a new project folder so they don't have to mix project settings in the original config folder * Update Learning-Environment-Create-New.md Add file paths
Barracuda 0.2.1 -> develop
Before the CSV file's mean rewards would lag much behind the rest of the code since this buffer was never cleared.
Run black after Barracuda 0.2 merge
Documentation change to Heuristic Brain
* Script to validate .meta files are set up correctly * Add command to CI * don't gitignore Gizmos, add .meta * Move to utils directory
* Minor basic guide fix * made it clear for training instruction
* Fixed the import issue * make black happy * Use find_namespace_packages
* ignore the idea file * Retrained most of the models * Updated the remaining models
chriselion
approved these changes
Jun 24, 2019
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.