Skip to content
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

Develop var len obs feature #4909

Merged
merged 52 commits into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
f810df2
Add Sequencer Env
Hunter-Unity Jan 16, 2021
b06ad7f
change inf mode
Hunter-Unity Jan 16, 2021
cb5c092
move scene
Hunter-Unity Jan 16, 2021
b793c93
move meshes and recreate prefabs
Hunter-Unity Jan 16, 2021
11964b8
add prefab
Hunter-Unity Jan 16, 2021
6e436e3
update rbsensor
Hunter-Unity Jan 16, 2021
6ba4b9b
refactored sequence env
andrewcoh Jan 18, 2021
e09f085
barracuda@1.3.0
Feb 1, 2021
90b6ebe
changelog
Feb 1, 2021
1c24785
Merge remote-tracking branch 'origin/barracuda-1.3.0' into develop-va…
vincentpierre Feb 2, 2021
a73c7e2
Merge remote-tracking branch 'origin/hh/develop-variableobs' into dev…
vincentpierre Feb 2, 2021
64516b8
-
vincentpierre Feb 2, 2021
a78b018
editing the prefab for the environment
vincentpierre Feb 2, 2021
f70ecdd
renaming some methods and verifying imiation learning works as expected
vincentpierre Feb 2, 2021
4c31897
Editing the scene to use the right observation size
vincentpierre Feb 2, 2021
833ec81
-
vincentpierre Feb 3, 2021
14bcfac
adding the bulet environment temporarily
vincentpierre Feb 3, 2021
665a038
Changing model export to be compatible with Barracuda
vincentpierre Feb 4, 2021
efc7a41
Fixing warning being raised for no reason
vincentpierre Feb 4, 2021
c9fc8ff
clean up
vincentpierre Feb 4, 2021
363d613
re-adding the Sorter environment
vincentpierre Feb 4, 2021
5a2184c
Adding a capabilities flag and bumping the communication to 1.5.0
vincentpierre Feb 4, 2021
1ebe2a6
adding the protos in a separate commit for cleaness
vincentpierre Feb 4, 2021
74626b1
removing a Debug.Log statement
vincentpierre Feb 4, 2021
8111e91
Implementing the dimension properties interface for the camera sensor
vincentpierre Feb 4, 2021
bc531d6
Beautification of the environment
vincentpierre Feb 5, 2021
3ab5d7a
adding documentation
vincentpierre Feb 5, 2021
74ac418
Merge branch 'master' into develop-var-len-obs-feature
vincentpierre Feb 5, 2021
0ae2525
Update docs/Learning-Environment-Design-Agents.md
vincentpierre Feb 5, 2021
88b3cd1
Update docs/Learning-Environment-Design-Agents.md
vincentpierre Feb 5, 2021
d107b24
Update docs/Learning-Environment-Design-Agents.md
vincentpierre Feb 5, 2021
fa57bef
Update docs/Learning-Environment-Design-Agents.md
vincentpierre Feb 5, 2021
4b268bf
Update docs/Learning-Environment-Examples.md
vincentpierre Feb 5, 2021
7a83003
reverting version change
vincentpierre Feb 5, 2021
eb31fd6
addressing some of the comments
vincentpierre Feb 5, 2021
b604efe
adding doc comments, making Dimension Properties static
vincentpierre Feb 5, 2021
539d9be
adding an exception when obs are not the correct size
vincentpierre Feb 5, 2021
c686faf
renaming variable
vincentpierre Feb 5, 2021
7f6ae88
Refactor of ModelParmLoaderChecks
vincentpierre Feb 5, 2021
392ac5d
removing observableAttributeTotalSize
vincentpierre Feb 5, 2021
03cb986
Merge pull request #4912 from Unity-Technologies/develop-var-len-obs-…
vincentpierre Feb 5, 2021
d4439cb
adding the example of enemies and projectiles
vincentpierre Feb 5, 2021
99f74ce
addressing comments
vincentpierre Feb 5, 2021
63a88c5
[skip ci] Attempting new config
vincentpierre Feb 8, 2021
8ee8524
Silencing a Torch warning that raises when exporting the attention mo…
vincentpierre Feb 8, 2021
7f30249
new curriculum
vincentpierre Feb 10, 2021
f3bdee5
use relative position instead of angle; need to change the comments a…
vincentpierre Feb 10, 2021
ec1b11b
Changing the comments and docs relative to the change of the observation
vincentpierre Feb 10, 2021
b710dde
adding the missing prefab
vincentpierre Feb 10, 2021
076c37f
New curriculum, new model
vincentpierre Feb 11, 2021
0b36e02
[skip ci] adding more prefabs to the scene
vincentpierre Feb 12, 2021
c8fcd49
Merge branch 'master' into develop-var-len-obs-feature
vincentpierre Feb 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Project/Assets/ML-Agents/Examples/Sorter.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Project/Assets/ML-Agents/Examples/Sorter/Meshes.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
247 changes: 247 additions & 0 deletions Project/Assets/ML-Agents/Examples/Sorter/Meshes/ArenaWalls.fbx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Project/Assets/ML-Agents/Examples/Sorter/Prefabs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading