-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Develop one to one with component #2753
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
vincentpierre
merged 10 commits into
develop-one-to-one
from
develop-one-to-one-with-component
Oct 21, 2019
Merged
Develop one to one with component #2753
vincentpierre
merged 10 commits into
develop-one-to-one
from
develop-one-to-one-with-component
Oct 21, 2019
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
chriselion
reviewed
Oct 18, 2019
surfnerd
approved these changes
Oct 21, 2019
vincentpierre
added a commit
that referenced
this pull request
Oct 23, 2019
* 1 to 1 Brain to Agent This is a work in progess In this PR : - Deleted all Brain Objects - Moved the BrainParameters into the Agent - Gave the Agent a Heuristic method (see Balance Ball for example) - Modified the Communicator and ModelRunner : Put can only take one agent at a time - Made the IBrain Interface with RequestDecision and DecideAction method No changes made to Python [Design Doc](https://docs.google.com/document/d/1hBhBxZ9lepGF4H6fc6Hu6AW7UwOmnyX3trmgI3HpOmo/edit#) * Removing editorconfig * Updating BallanceBall scene * grammar mistake * Clearing the Agents of the Model runner * Added Documentation on IBrain * Modified comments on GiveModel * Introduced a factory * Split Learning Brain in two * Changes to walljump * Fixing the Unit tests * Renaming the Brain to Policy * Heuristic now has priority over training * Edited code comments * Fixing bugs * Develop one to one scene edits (#2744) * Delting all brains, setting Behavior Parameters * Removing learning from all the configs * Forgot one agent * Removing leftover brains * Dead meta file * Adding Heuristics * Moving the policies in a separate folder * Missing meta file * Develop one to one with component (#2753) * Made Policy Factory a component * Broke the Heuristic * fix bug * BugFix * Reimplemented Heuristic * Changing all of the prefabs * forgotten file * Fixing under which conditions the Heuristic policy is used * Dispose of brain * Removing references to Brain in the Academy comments; * Develop one to one documentation (#2742) * initial changes to the documentation * More documentation changes, not done. * More documentation changes * More docs * Changed the images * addressing comments * Adding one line to the migrating doc * Removing warning in the Agent Inspector when Vis Obs is used * Fixing C# unit tests
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.