Skip to content

Commit 98ea56a

Browse files
authored
ML-Agents Branding & Color Updates (#2583)
* new env styles rebased on develop * added new trained models * renamed food collector platforms * reduce training timescale on WallJump from 100 to 10 * uncheck academy control on walljump * new banner image * rename banner file * new example env images * add foodCollector image * change Banana to FoodCollector and update image * change bouncer description to include green cube * update image * update gridworld image * cleanup prefab names and tags * updated soccer env to reference purple agent instead of red * remove unused mats * rename files * remove more unused tags * update image * change platform to agent cube * update text. change platform to agents head * cleanup * cleaned up weird unused meta files * add new wall jump nn files and rename a prefab * walker change stacked states from 5 to 1 walker collects physics observations so stacked states are not needed * fixed reacher platform and crawlerstatic scene * add more space between agents * adjust x pos of camera based on new agent spacing * adjust colliders & testing new nn models * change speed on hallway agent and make rb continousDynamic also update goal collider size in pushblock * pushblock add new model, crawler decrease spawn radius * reset cube pos each agent reset * added new hallway nn model, fixed goal gameobjects * add new files for 3dball * added new models * fixed crawlerStatic target spawn * Increase bouncer steps * [format] Format code to be complaint with Unity coding conventions. (#2608) * Revert Batcher changes
1 parent efc9d84 commit 98ea56a

File tree

531 files changed

+44214
-47910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

531 files changed

+44214
-47910
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 52
6+
m_PrefabParentObject: {fileID: 0}
7+
m_PrefabInternal: {fileID: 0}
8+
m_GameObject: {fileID: 0}
9+
m_Enabled: 1
10+
m_EditorHideFlags: 1
11+
m_Script: {fileID: 12323, guid: 0000000000000000e000000000000000, type: 0}
12+
m_Name: UnityColors
13+
m_EditorClassIdentifier:
14+
m_Presets:
15+
- m_Name:
16+
m_Color: {r: 0.12941177, g: 0.5882353, b: 0.9529412, a: 1}
17+
- m_Name:
18+
m_Color: {r: 0, g: 0.34117648, b: 0.6039216, a: 1}
19+
- m_Name:
20+
m_Color: {r: 0.2627451, g: 0.7019608, b: 0.9019608, a: 1}
21+
- m_Name:
22+
m_Color: {r: 0.92156863, g: 0.25490198, b: 0.47843137, a: 1}
23+
- m_Name:
24+
m_Color: {r: 0.92941177, g: 0.3254902, b: 0.31764707, a: 1}
25+
- m_Name:
26+
m_Color: {r: 0.3647059, g: 0.41568628, b: 0.69411767, a: 1}
27+
- m_Name:
28+
m_Color: {r: 0.46666667, g: 0.5647059, b: 0.60784316, a: 1}
29+
- m_Name:
30+
m_Color: {r: 0.74509805, g: 0.7372549, b: 0.7411765, a: 1}
31+
- m_Name:
32+
m_Color: {r: 0.9254902, g: 0.9372549, b: 0.9411765, a: 1}
33+
- m_Name:
34+
m_Color: {r: 0.6039216, g: 0.31764707, b: 0.627451, a: 1}
35+
- m_Name:
36+
m_Color: {r: 0.2901961, g: 0.1764706, b: 0.5254902, a: 1}
37+
- m_Name:
38+
m_Color: {r: 0.4627451, g: 0.35686275, b: 0.654902, a: 1}
39+
- m_Name:
40+
m_Color: {r: 0.6039216, g: 0.31764707, b: 0.627451, a: 1}
41+
- m_Name:
42+
m_Color: {r: 0.20392157, g: 0.75686276, b: 0.8392157, a: 1}
43+
- m_Name:
44+
m_Color: {r: 0.1254902, g: 0.6509804, b: 0.60784316, a: 1}
45+
- m_Name:
46+
m_Color: {r: 0.39609292, g: 0.49962592, b: 0.6509434, a: 0}
47+
- m_Name:
48+
m_Color: {r: 0.40392157, g: 0.7372549, b: 0.41960785, a: 1}
49+
- m_Name:
50+
m_Color: {r: 0.60784316, g: 0.8039216, b: 0.39607844, a: 1}
51+
- m_Name:
52+
m_Color: {r: 0.8235294, g: 0.8784314, b: 0.34901962, a: 1}
53+
- m_Name:
54+
m_Color: {r: 1, g: 0.79607844, b: 0.15294118, a: 1}
55+
- m_Name:
56+
m_Color: {r: 1, g: 0.93333334, b: 0.34509805, a: 1}
57+
- m_Name:
58+
m_Color: {r: 0.98039216, g: 0.6509804, b: 0.16078432, a: 1}
59+
- m_Name:
60+
m_Color: {r: 0.9529412, g: 0.4392157, b: 0.27450982, a: 1}
61+
- m_Name:
62+
m_Color: {r: 0.74509805, g: 0.22745098, b: 0.15294118, a: 1}
63+
- m_Name:
64+
m_Color: {r: 0.9529412, g: 0.4392157, b: 0.27450982, a: 1}

UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat.meta renamed to UnitySDK/Assets/ML-Agents/Editor/UnityColors.colors.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitySDK/Assets/ML-Agents/Examples/3DBall/Brains/3DBallHardLearning.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ MonoBehaviour:
2020
-
2121
-
2222
vectorActionSpaceType: 1
23-
model: {fileID: 11400000, guid: 8be33caeca04d43498913448b5364f2b, type: 3}
23+
model: {fileID: 11400000, guid: cee7d20369b814d549573de7e76c4a81, type: 3}
24+
inferenceDevice: 0

UnitySDK/Assets/ML-Agents/Examples/3DBall/Brains/3DBallLearning.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ MonoBehaviour:
2020
-
2121
-
2222
vectorActionSpaceType: 1
23-
model: {fileID: 11400000, guid: c282d4bbc4c8f4e78b2bb29eccd17557, type: 3}
23+
model: {fileID: 11400000, guid: a0e8d1fda5a6f41be955d2b30479c2a1, type: 3}
24+
inferenceDevice: 0

UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat

Lines changed: 0 additions & 77 deletions
This file was deleted.

UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)