Skip to content

Release 0.11.0 #2833

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 89 commits into from
Nov 4, 2019
Merged

Release 0.11.0 #2833

merged 89 commits into from
Nov 4, 2019

Conversation

harperj
Copy link
Contributor

@harperj harperj commented Oct 31, 2019

No description provided.

anupambhatnagar and others added 30 commits September 9, 2019 12:27
- exclude .meta files from mixed line ending checks.
- update CommunicatorObjects directory in CI scripts and Proto generation scripts.
* Wait for env process to exit before killing it

* don't propagate signals, better error logging

* set proc1 to None when done

* comments
* small mypy cleanup

* sac cleanup

* types for ppo policy init
Merge Release 0.10.0 back to develop
* DRY up the setup code

* fstrings
…2651)

* Modified meta_curriculum JSON reading loop

* Switched quote styling

* Removed whitespace
* Add console log section to Bug Report form (#2566)

* Fixed typos
* Feature Deprecation : Online Behavioral Cloning

In this PR :
 - Delete the online_bc_trainer
 - Delete the tests for online bc
 - delete the configuration file for online bc training

* Deleting the BCTeacherHelper.cs Script
   TODO :
 - Remove usages in the scene
 - Documentation Edits

*DO NOT MERGE*

* IMPORTANT : REMOVED ALL IL SCENES
 - Removed all the IL scenes from the Examples folder

* Removed all mentions of online BC training in the Documentation

* Made a note in the Migrating.md doc about the removal of the Online BC feature.
surfnerd and others added 20 commits October 23, 2019 09:54
* update visual obs docs in Design Agents

* update screenshots with personal editor skin
* tests and handle uint8 vis

* check num brains first
* add VERSION variable to each setup.py

* update setups and config

* fix index

* fix indent for real

* fix parameter

* Bump version to 0.11.0.dev0

* Change CircleCI config to support dev releases

* Minor fix to deploy regex

* fix url in comments

* More circleCI tweaks

* Remove filters / 0.11.0.dev3

* Use test .pypirc

* Add config file flag to twine

* Manually pass user and pass to twine

* 0.11.0.dev0

* add precommit validation step

* remove todo

* Revert version to 0.10.1

* Docstring tweaks

* fix gym version
* Editing documentation : Migrating.md

* Update docs/Migrating.md

Co-Authored-By: Jonathan Harper <jharper+moar@unity3d.com>
This change removes the caching fallback in the case where dependencies
change, since it can cause CI failures when we have incompatible
dependencies in the cache.
* rename CompressionType enum

* fix standalone build test for 2018+
agents were pointing to the wrong laser gameObject.
This change updates all of the .nn models, and uses the new output
filenames (e.g. 3DBallLearning.nn becomes 3dBall.nn).
@harperj harperj requested review from chriselion and ervteng October 31, 2019 20:24
Copy link
Contributor

@ervteng ervteng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as we've gone through all the checklist items and retrained the models, LGTM. I'll defer to Chris though for approval as I've been pretty hands-off with these changes.

@chriselion do we still have the Barracuda conversion issue with TF 1.15 on the release branch?

@chriselion
Copy link
Contributor

Sorry, didn't realize I was a reviewer for this.

@ervteng The known issue with Barracuda and tenorflow 1.15 (and 2.0) was fixed on develop, and is present in the release branch and this merge.

@harperj
Copy link
Contributor Author

harperj commented Nov 1, 2019

Thanks @ervteng @chriselion -- I'll merge this on Monday and create the release.

@harperj harperj merged commit 3d7c4b8 into master Nov 4, 2019
@delete-merged-branch delete-merged-branch bot deleted the release-0.11.0 branch November 4, 2019 18:15
@harperj harperj restored the release-0.11.0 branch November 4, 2019 18:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 17, 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.