4
4
model : 3DBall.bytes
5
5
input_get : get_random
6
6
inputs :
7
- " vector_observation:0 " : [1, 24 ]
7
+ " vector_observation:0 " : [1, 8 ]
8
8
outputs :
9
9
- action:0
10
+ - action_probs:0
11
+ - value_estimate:0
10
12
11
13
3DBallHard :
12
14
# needs: lstm
21
23
outputs :
22
24
- action:0
23
25
24
- BananaIL :
25
- url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/BananaCollectors/TFModels/BananaIL.bytes
26
- model : BananaIL.bytes
27
- input_get : get_random
28
- inputs :
29
- " vector_observation:0 " : [1, 159]
30
- outputs :
31
- - action:0
32
-
33
- BananaRL :
34
- url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/BananaCollectors/TFModels/BananaRL.bytes
35
- model : BananaRL.bytes
36
- check_only_shape : true
37
- input_get : get_random
38
- inputs :
39
- " vector_observation:0 " : [1, 159]
40
- outputs :
41
- - action_probs:0
42
- - value_estimate:0
43
-
44
26
Basic :
45
27
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes
46
28
model : Basic.bytes
@@ -63,16 +45,29 @@ Bouncer:
63
45
- action_probs:0
64
46
- value_estimate:0
65
47
66
- crawler :
48
+ DynamicCrawler :
67
49
check_only_shape : true
68
- url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Crawler/TFModels/crawler .bytes
69
- model : crawler .bytes
50
+ url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler .bytes
51
+ model : DynamicCrawler .bytes
70
52
input_get : get_random
71
53
inputs :
72
- " vector_observation:0 " : [1, 117 ]
54
+ " vector_observation:0 " : [1, 129 ]
73
55
outputs :
74
56
- action_probs:0
75
57
- value_estimate:0
58
+ - action:0
59
+
60
+ FixedCrawler :
61
+ check_only_shape : true
62
+ url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes
63
+ model : FixedCrawler.bytes
64
+ input_get : get_random
65
+ inputs :
66
+ " vector_observation:0 " : [1, 129]
67
+ outputs :
68
+ - action_probs:0
69
+ - value_estimate:0
70
+ - action:0
76
71
77
72
GridWorld_3x3 :
78
73
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes
@@ -131,10 +126,11 @@ Reacher:
131
126
model : Reacher.bytes
132
127
input_get : get_random
133
128
inputs :
134
- " vector_observation:0 " : [1, 78 ]
129
+ " vector_observation:0 " : [1, 33 ]
135
130
outputs :
136
- - value_estimate:0
137
131
- action:0
132
+ - value_estimate:0
133
+ - action_probs:0
138
134
139
135
Soccer :
140
136
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes
0 commit comments