Skip to content

Hotfix 0.6.0a to develop #1589

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 9 commits into from
Jan 11, 2019
Merged

Hotfix 0.6.0a to develop #1589

merged 9 commits into from
Jan 11, 2019

Conversation

vincentpierre
Copy link
Contributor

Fixes and Improvements

  • Fixes typo on documentation.
  • Fixes Division by zero error when using recurrent and discrete control
  • Fixes UI bug on Learning Brain warnings with visual observations
  • Fixes Curriculum Learning Brain names
  • Fixes Ctrl-C bug on Windows in which the model would not be saved when training was interrupted
  • Fixes In Editor Training Bug with Docker
  • Fixes Docker Training Bug in which models would not be saved after training was interrupted

Note : Merge using the "Create a merge commit" option

vincentpierre and others added 9 commits December 14, 2018 15:42
* Enable buffer padding to be set other than 0

Allows buffer padding in AgentBufferField to be set to a custom value. In particular, 0-padding for `action_masks` causes a divide-by-zero error, and should be padded with 1’s instead.

This is done as a parameter passed to the `append` method, so that the pad value can be set right after the instantiation of an AgentBufferField.
As of v0.6, the WallJump example has new brain names while PushBlock
doesn't support curriculum learning.  This change renames the WallJump
curriculum files and removes the PushBlock files.
* Fix typo
* Fix line lengths
* Documentation tweaks and updates (#1479)

* Add blurb about using the --load flag in the intro guide, and typo fix.

* Add section in tutorial to create multiple area learning environment.

* Add mention of Done() method in agent design

* fixed the windows ctrl-c bug

* fixed typo

* removed some uncessary printing

* nothing

* make the import of the win api conditional

* removved the duplicate code

* added the ability to use python debugger on ml-agents

* added newline at the end, changed the import to be complete path

* changed the info.log into policy.export_model, changed the sys.platform to use startswith

* fixed a bug

* remove the printing of the path

* tweaked the info message to notify the user about the expected error message

* removed some logging according to comments

* removed the sys import

* Revert "Documentation tweaks and updates (#1479)"

This reverts commit 84ef07a.

* resolved the model path comment
Fixes the bug of the models not being saved in docker
@vincentpierre vincentpierre merged commit 9945e9c into develop Jan 11, 2019
@vincentpierre vincentpierre deleted the hotfix-0.6.0a branch January 11, 2019 23:20
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants