Skip to content

ML-Agents Branding & Color Updates #2583

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 41 commits into from
Sep 24, 2019
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e028474
new env styles rebased on develop
Hunter-Unity Sep 17, 2019
910a0ea
added new trained models
Hunter-Unity Sep 18, 2019
962c63a
renamed food collector platforms
Hunter-Unity Sep 18, 2019
85c9869
reduce training timescale on WallJump from 100 to 10
Hunter-Unity Sep 18, 2019
2fc5863
uncheck academy control on walljump
Hunter-Unity Sep 18, 2019
5cf0d25
new banner image
Hunter-Unity Sep 18, 2019
7c535a8
rename banner file
Hunter-Unity Sep 18, 2019
d9beaaf
new example env images
Hunter-Unity Sep 18, 2019
d7683c5
add foodCollector image
Hunter-Unity Sep 18, 2019
8399a50
change Banana to FoodCollector and update image
Hunter-Unity Sep 18, 2019
311ebcb
change bouncer description to include green cube
Hunter-Unity Sep 18, 2019
0029803
update image
Hunter-Unity Sep 18, 2019
1c01e79
update gridworld image
Hunter-Unity Sep 18, 2019
d19bdc0
cleanup prefab names and tags
Hunter-Unity Sep 18, 2019
fa35d73
Merge branch 'hh/new_env_styles' of https://github.com/Unity-Technolo…
Hunter-Unity Sep 18, 2019
6f7fb62
updated soccer env to reference purple agent instead of red
Hunter-Unity Sep 19, 2019
8df65c0
remove unused mats
Hunter-Unity Sep 19, 2019
b920b16
rename files
Hunter-Unity Sep 19, 2019
35b594a
remove more unused tags
Hunter-Unity Sep 19, 2019
380d6a6
update image
Hunter-Unity Sep 19, 2019
7c35885
change platform to agent cube
Hunter-Unity Sep 19, 2019
afa6918
update text. change platform to agents head
Hunter-Unity Sep 19, 2019
8b98182
cleanup
Hunter-Unity Sep 19, 2019
481e1ef
cleaned up weird unused meta files
Hunter-Unity Sep 19, 2019
de09ced
add new wall jump nn files and rename a prefab
Hunter-Unity Sep 19, 2019
be46f7e
walker change stacked states from 5 to 1
Hunter-Unity Sep 19, 2019
018553b
fixed reacher platform and crawlerstatic scene
Hunter-Unity Sep 19, 2019
2ea9d3f
add more space between agents
Hunter-Unity Sep 19, 2019
86a9b19
adjust x pos of camera based on new agent spacing
Hunter-Unity Sep 19, 2019
bd277b1
adjust colliders & testing new nn models
Hunter-Unity Sep 20, 2019
c29ac0c
change speed on hallway agent and make rb continousDynamic
Hunter-Unity Sep 20, 2019
0b5942c
pushblock add new model, crawler decrease spawn radius
Hunter-Unity Sep 20, 2019
3d73cc7
reset cube pos each agent reset
Hunter-Unity Sep 20, 2019
79f7760
added new hallway nn model, fixed goal gameobjects
Hunter-Unity Sep 23, 2019
18809b2
add new files for 3dball
Hunter-Unity Sep 23, 2019
5fbdce8
added new models
Hunter-Unity Sep 23, 2019
d665d0d
fixed crawlerStatic target spawn
Hunter-Unity Sep 23, 2019
5afd80c
Increase bouncer steps
Sep 23, 2019
4968b02
[format] Format code to be complaint with Unity coding conventions. (…
surfnerd Sep 23, 2019
a7dd6ba
Merge pull request #2609 from Unity-Technologies/hh/new_env_styles_bo…
Hunter-Unity Sep 23, 2019
9dec98a
Revert Batcher changes
Sep 23, 2019
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
Prev Previous commit
Next Next commit
reduce training timescale on WallJump from 100 to 10
  • Loading branch information
Hunter-Unity committed Sep 18, 2019
commit 85c98694c213c3dbd648753838d2f7a8331a7c36
Original file line number Diff line number Diff line change
Expand Up @@ -1332,13 +1332,15 @@ MonoBehaviour:
broadcastingBrains:
- {fileID: 11400000, guid: b5f530c5bf8d64bf8a18df92e283bb9c, type: 2}
- {fileID: 11400000, guid: 2069d6ef649a549feb29054d6af8a86f, type: 2}
m_BrainsToControl: []
m_BrainsToControl:
- {fileID: 11400000, guid: b5f530c5bf8d64bf8a18df92e283bb9c, type: 2}
- {fileID: 11400000, guid: 2069d6ef649a549feb29054d6af8a86f, type: 2}
m_MaxSteps: 0
m_TrainingConfiguration:
width: 80
height: 80
qualityLevel: 1
timeScale: 100
timeScale: 10
targetFrameRate: -1
m_InferenceConfiguration:
width: 1280
Expand Down