-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Soccer refactor (release) #3331
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
Changes from 21 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b59fec2
removed roles/modified reward soccer
andrewcoh d082707
updated config
andrewcoh 3dc2ef5
observation stacking in soccer
andrewcoh d634e39
Merge branch 'master' into develop-soccer-refactor
andrewcoh 97637c5
removing net rule from tennis
andrewcoh 7193f93
removed intermediate reward soccer
andrewcoh 301e1b6
branched actions soccer
andrewcoh 99fd879
add timestep penalty tennis
andrewcoh 8f89b9c
increased drag soccer ball/soccer brain
andrewcoh f6bc5b1
cleaned commented code tennis
andrewcoh 2453e3b
Merge branch 'master' into develop-soccer-refactor
andrewcoh 7f407a6
added heuristic and more obs raycast to soccer
andrewcoh c907b0b
testing tennis 0.0 prob play self
andrewcoh cc47674
new soccer policy
andrewcoh d492497
revert changes to Tennis
andrewcoh b4066aa
Merge branch 'master' into develop-soccer-refactor
andrewcoh 73dddf5
adding policy meta file
andrewcoh b8cd85e
TFModels meta
andrewcoh f561488
removed collision layers that are no longer used
andrewcoh 755a46f
reduced kick power
andrewcoh ed0bbe6
increasing kickpower and drag
andrewcoh f9b3ed7
running soccer 50 million timesteps
andrewcoh 18b9391
Merge branch 'master' into develop-soccer-refactor
andrewcoh 9724bff
reduced lateral speed
andrewcoh 5b99aaa
added ray perception backwards
andrewcoh fa54ddf
Merge branch 'master' into develop-soccer-refactor
andrewcoh 193c4f7
updated soccer brain
andrewcoh 0e2b785
fixed learning environment docs and updated soccer image
andrewcoh 1761aa1
new tennis image
andrewcoh 24a9117
x offset
andrewcoh 20882fa
new Soccer brain
andrewcoh cc726b5
compare against enum
andrewcoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2,984 changes: 1,331 additions & 1,653 deletions
2,984
Project/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
Project/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.nn.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could use explicitly assign these values [0, 1] to the
Team
enum and compare against that?