Skip to content

Commit 966bddf

Browse files
Develop scriptable brains ball scene (#1233)
* Created the Brains for the Ballance Ball Environment * Modified the Balance Ball Scene
1 parent f6adf88 commit 966bddf

File tree

8 files changed

+187
-178
lines changed

8 files changed

+187
-178
lines changed

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

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_PrefabParentObject: {fileID: 0}
7+
m_PrefabInternal: {fileID: 0}
8+
m_GameObject: {fileID: 0}
9+
m_Enabled: 1
10+
m_EditorHideFlags: 0
11+
m_Script: {fileID: 11500000, guid: 8b23992c8eb17439887f5e944bf04a40, type: 3}
12+
m_Name: 3DBallBrain
13+
m_EditorClassIdentifier:
14+
brainParameters:
15+
vectorObservationSize: 8
16+
numStackedVectorObservations: 1
17+
vectorActionSize: 02000000
18+
cameraResolutions: []
19+
vectorActionDescriptions:
20+
-
21+
-
22+
vectorActionSpaceType: 1
23+
isExternal: 0
24+
graphModel: {fileID: 4900000, guid: 93f91f35982184949a09d9ce97965cd5, type: 3}
25+
graphScope:
26+
graphPlaceholders: []
27+
BatchSizePlaceholderName: batch_size
28+
VectorObservationPlacholderName: vector_observation
29+
RecurrentInPlaceholderName: recurrent_in
30+
RecurrentOutPlaceholderName: recurrent_out
31+
VisualObservationPlaceholderName: []
32+
ActionPlaceholderName: action
33+
PreviousActionPlaceholderName: prev_action

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

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_PrefabParentObject: {fileID: 0}
7+
m_PrefabInternal: {fileID: 0}
8+
m_GameObject: {fileID: 0}
9+
m_Enabled: 1
10+
m_EditorHideFlags: 0
11+
m_Script: {fileID: 11500000, guid: 943466ab374444748a364f9d6c3e2fe2, type: 3}
12+
m_Name: 3DBallHeuristic
13+
m_EditorClassIdentifier:
14+
brainParameters:
15+
vectorObservationSize: 8
16+
numStackedVectorObservations: 1
17+
vectorActionSize: 02000000
18+
cameraResolutions: []
19+
vectorActionDescriptions:
20+
-
21+
-
22+
vectorActionSpaceType: 1
23+
isExternal: 0
24+
decision: {fileID: 0}
25+
decisionScript: {fileID: 11500000, guid: 67264e06e07fb40d8939b0860ebee773, type: 3}
26+
c_decision: RandomDecision

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

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &11400000
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 0
6+
m_PrefabParentObject: {fileID: 0}
7+
m_PrefabInternal: {fileID: 0}
8+
m_GameObject: {fileID: 0}
9+
m_Enabled: 1
10+
m_EditorHideFlags: 0
11+
m_Script: {fileID: 11500000, guid: 41e9bda8f3cf1492fa74926a530f6f70, type: 3}
12+
m_Name: 3DBallPlayer
13+
m_EditorClassIdentifier:
14+
brainParameters:
15+
vectorObservationSize: 8
16+
numStackedVectorObservations: 1
17+
vectorActionSize: 02000000
18+
cameraResolutions: []
19+
vectorActionDescriptions:
20+
-
21+
-
22+
vectorActionSpaceType: 1
23+
isExternal: 0
24+
keyContinuousPlayerActions: []
25+
axisContinuousPlayerActions:
26+
- axis: Horizontal
27+
index: 0
28+
scale: 1
29+
- axis: Vertical
30+
index: 1
31+
scale: 1
32+
discretePlayerActions:
33+
- key: 12
34+
branchIndex: 4
35+
value: 0
36+
- key: 0
37+
branchIndex: 4
38+
value: 0
39+
- key: 0
40+
branchIndex: 0
41+
value: 0
42+
- key: 0
43+
branchIndex: 0
44+
value: 0

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

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)