1
1
3DBall :
2
- # needs RandomNormal
2
+ # caffe2: needs RandomNormal
3
+ # onnxmsrtnext: int->float cast fails
3
4
disabled : true
4
5
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes
5
6
model : 3DBall.bytes
@@ -32,18 +33,16 @@ BananaIL:
32
33
- action:0
33
34
34
35
BananaRL :
35
- # needs RandomNormal
36
- disabled : true
37
36
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/BananaCollectors/TFModels/BananaRL.bytes
38
37
model : BananaRL.bytes
38
+ check_only_shape : true
39
39
input_get : get_random
40
40
inputs :
41
41
" vector_observation:0 " : [1, 159]
42
42
outputs :
43
43
- action_probs:0
44
44
- value_estimate:0
45
45
46
-
47
46
Basic :
48
47
# needs: onehot
49
48
disabled : true
58
57
- value_estimate:0
59
58
60
59
Bouncer :
61
- # needs RandomNormal
60
+ # caffe2: needs RandomNormal
61
+ # onnxmsrtnext: int->float cast fails
62
62
disabled : true
63
63
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes
64
64
model : Bouncer.bytes
@@ -70,7 +70,8 @@ Bouncer:
70
70
- value_estimate:0
71
71
72
72
crawler :
73
- # needs RandomNormal
73
+ # caffe2: needs RandomNormal
74
+ # onnxmsrtnext: int->float cast fails
74
75
disabled : true
75
76
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Crawler/TFModels/crawler.bytes
76
77
model : crawler.bytes
@@ -82,10 +83,9 @@ crawler:
82
83
- value_estimate:0
83
84
84
85
GridWorld_3x3 :
85
- # needs Multinomial
86
- disabled : true
87
86
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes
88
87
model : GridWorld_3x3.bytes
88
+ check_only_shape : true
89
89
input_get : get_random
90
90
inputs :
91
91
" visual_observation_0:0 " : [1, 84, 84, 3]
@@ -95,11 +95,10 @@ GridWorld_3x3:
95
95
- action:0
96
96
97
97
GridWorld_5x5 :
98
- # needs Multinomial
99
- disabled : true
100
98
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes
101
99
model : GridWorld_5x5.bytes
102
100
input_get : get_random
101
+ check_only_shape : true
103
102
inputs :
104
103
" visual_observation_0:0 " : [1, 84, 84, 3]
105
104
outputs :
@@ -115,14 +114,15 @@ Hallway:
115
114
input_get : get_random
116
115
inputs :
117
116
" vector_observation:0 " : [1, 36]
117
+ " recurrent_in:0 " : [1, 256]
118
+ " sequence_length:0 " : [256]
119
+ " prev_action:0 " : [1]
118
120
outputs :
119
121
- action_probs:0
120
122
- value_estimate:0
121
123
- action:0
122
124
123
125
PushBlock :
124
- # needs: Multinomial
125
- disabled : true
126
126
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes
127
127
model : PushBlock.bytes
128
128
input_get : get_random
@@ -134,7 +134,8 @@ PushBlock:
134
134
- action:0
135
135
136
136
Reacher :
137
- # needs RandomNormal
137
+ # caffe2: needs RandomNormal
138
+ # onnxmsrtnext: int->float cast fails
138
139
disabled : true
139
140
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes
140
141
model : Reacher.bytes
@@ -146,10 +147,9 @@ Reacher:
146
147
- action:0
147
148
148
149
Soccer :
149
- # needs Multinomial
150
- disabled : true
151
150
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes
152
151
model : Soccer.bytes
152
+ check_only_shape : true
153
153
input_get : get_random
154
154
inputs :
155
155
" GoalieBrain/vector_observation:0 " : [1, 336]
@@ -163,8 +163,6 @@ Soccer:
163
163
- StrikerBrain/value_estimate:0
164
164
165
165
Tennis :
166
- # needs RandomNormal
167
- disabled : true
168
166
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes
169
167
model : Tennis.bytes
170
168
input_get : get_random
@@ -174,10 +172,9 @@ Tennis:
174
172
- value_estimate:0
175
173
176
174
WallJump :
177
- # needs Multinomial
178
- disabled : true
179
175
url : https://github.com/Unity-Technologies/ml-agents/raw/master/unity-environment/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes
180
176
model : WallJump.bytes
177
+ check_only_shape : true
181
178
input_get : get_random
182
179
inputs :
183
180
" SmallWallBrain/vector_observation:0 " : [1, 444]
0 commit comments