Skip to content

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
merged 10 commits into from
Oct 21, 2019

Conversation

vincentpierre
Copy link
Contributor

No description provided.

@vincentpierre vincentpierre self-assigned this Oct 17, 2019
@vincentpierre vincentpierre merged commit 3ca1516 into develop-one-to-one Oct 21, 2019
@vincentpierre vincentpierre deleted the develop-one-to-one-with-component branch October 21, 2019 18:05
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
@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.

3 participants