anhtld commited on
Commit
65198ab
·
verified ·
1 Parent(s): da1ee15

manual-sync chart-synthesis 2026-07-02T22:45:08Z workspace/results/generator_v2_positive_tangent_chart_synthesis_i8_w6x_tau0p5_eval.json

Browse files
workspace/results/generator_v2_positive_tangent_chart_synthesis_i8_w6x_tau0p5_eval.json ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "report_type": "positive_tangent_chart_synthesis_eval",
3
+ "metric_scope": "offline_support_proxy",
4
+ "note": "Chart synthesis proposes train-only positive tangents from local atlas neighborhoods plus barycentric chart means. It tests whether local positive support is better represented as chart coordinates than as raw prototype replay.",
5
+ "config": {
6
+ "obs_dim": 96,
7
+ "text_dim": 64,
8
+ "val_fraction": 0.2,
9
+ "seed": 0,
10
+ "neighbor_pool": 64,
11
+ "direct_count": 8,
12
+ "barycentric_windows": [
13
+ 2,
14
+ 4,
15
+ 8,
16
+ 16,
17
+ 32,
18
+ 64
19
+ ],
20
+ "barycentric_temperature": 0.5,
21
+ "utility_weight": 0.0,
22
+ "order": "interleave",
23
+ "same_task_only": true
24
+ },
25
+ "task_ids": [
26
+ "LiftPegUpright-v1",
27
+ "PickCube-v1",
28
+ "PullCube-v1",
29
+ "PushCube-v1",
30
+ "StackCube-v1"
31
+ ],
32
+ "code_dim": 21,
33
+ "horizon": 16,
34
+ "action_dim": 7,
35
+ "num_examples": 43095,
36
+ "num_groups": 2873,
37
+ "num_train_examples": 34275,
38
+ "num_val_examples": 8820,
39
+ "num_train_positive": 1198,
40
+ "num_val_groups_with_positive": 93,
41
+ "label_counts": {
42
+ "neutral": 6310,
43
+ "negative": 35225,
44
+ "positive": 1560
45
+ },
46
+ "train_positive_by_task": {
47
+ "LiftPegUpright-v1": 50,
48
+ "PickCube-v1": 15,
49
+ "PullCube-v1": 723,
50
+ "PushCube-v1": 308,
51
+ "StackCube-v1": 102
52
+ },
53
+ "overall": {
54
+ "num_groups": 93,
55
+ "mean_positive_min_rms_l2_at_1": 0.7900737600636368,
56
+ "median_positive_min_rms_l2_at_1": 0.6695273756030672,
57
+ "positive_closer_than_negative_rate_at_1": 0.7066666666666667,
58
+ "ptr_proxy_at_1_thr_0p05": 0.0,
59
+ "negative_near_at_1_thr_0p05": 0.0,
60
+ "ptr_proxy_at_1_thr_0p1": 0.053763440860215055,
61
+ "negative_near_at_1_thr_0p1": 0.0,
62
+ "ptr_proxy_at_1_thr_0p2": 0.12903225806451613,
63
+ "negative_near_at_1_thr_0p2": 0.013333333333333334,
64
+ "ptr_proxy_at_1_thr_0p4": 0.3655913978494624,
65
+ "negative_near_at_1_thr_0p4": 0.28,
66
+ "mean_positive_min_rms_l2_at_2": 0.7337944527812279,
67
+ "median_positive_min_rms_l2_at_2": 0.6373361713513215,
68
+ "positive_closer_than_negative_rate_at_2": 0.72,
69
+ "ptr_proxy_at_2_thr_0p05": 0.0,
70
+ "negative_near_at_2_thr_0p05": 0.0,
71
+ "ptr_proxy_at_2_thr_0p1": 0.053763440860215055,
72
+ "negative_near_at_2_thr_0p1": 0.0,
73
+ "ptr_proxy_at_2_thr_0p2": 0.13978494623655913,
74
+ "negative_near_at_2_thr_0p2": 0.013333333333333334,
75
+ "ptr_proxy_at_2_thr_0p4": 0.3763440860215054,
76
+ "negative_near_at_2_thr_0p4": 0.29333333333333333,
77
+ "mean_positive_min_rms_l2_at_4": 0.6836835920892165,
78
+ "median_positive_min_rms_l2_at_4": 0.5132225365388742,
79
+ "positive_closer_than_negative_rate_at_4": 0.6933333333333334,
80
+ "ptr_proxy_at_4_thr_0p05": 0.0,
81
+ "negative_near_at_4_thr_0p05": 0.0,
82
+ "ptr_proxy_at_4_thr_0p1": 0.053763440860215055,
83
+ "negative_near_at_4_thr_0p1": 0.0,
84
+ "ptr_proxy_at_4_thr_0p2": 0.16129032258064516,
85
+ "negative_near_at_4_thr_0p2": 0.02666666666666667,
86
+ "ptr_proxy_at_4_thr_0p4": 0.44086021505376344,
87
+ "negative_near_at_4_thr_0p4": 0.3466666666666667,
88
+ "mean_positive_min_rms_l2_at_8": 0.5989559014302048,
89
+ "median_positive_min_rms_l2_at_8": 0.5007009460208661,
90
+ "positive_closer_than_negative_rate_at_8": 0.68,
91
+ "ptr_proxy_at_8_thr_0p05": 0.0,
92
+ "negative_near_at_8_thr_0p05": 0.013333333333333334,
93
+ "ptr_proxy_at_8_thr_0p1": 0.053763440860215055,
94
+ "negative_near_at_8_thr_0p1": 0.013333333333333334,
95
+ "ptr_proxy_at_8_thr_0p2": 0.21505376344086022,
96
+ "negative_near_at_8_thr_0p2": 0.04,
97
+ "ptr_proxy_at_8_thr_0p4": 0.46236559139784944,
98
+ "negative_near_at_8_thr_0p4": 0.36,
99
+ "mean_positive_min_rms_l2_at_16": 0.5260615776088148,
100
+ "median_positive_min_rms_l2_at_16": 0.3992540964446661,
101
+ "positive_closer_than_negative_rate_at_16": 0.64,
102
+ "ptr_proxy_at_16_thr_0p05": 0.0,
103
+ "negative_near_at_16_thr_0p05": 0.013333333333333334,
104
+ "ptr_proxy_at_16_thr_0p1": 0.08602150537634409,
105
+ "negative_near_at_16_thr_0p1": 0.013333333333333334,
106
+ "ptr_proxy_at_16_thr_0p2": 0.23655913978494625,
107
+ "negative_near_at_16_thr_0p2": 0.06666666666666667,
108
+ "ptr_proxy_at_16_thr_0p4": 0.5053763440860215,
109
+ "negative_near_at_16_thr_0p4": 0.44
110
+ },
111
+ "per_task": {
112
+ "LiftPegUpright-v1": {
113
+ "num_groups": 8,
114
+ "mean_positive_min_rms_l2_at_1": 0.3531036835477789,
115
+ "median_positive_min_rms_l2_at_1": 0.23071157225942066,
116
+ "positive_closer_than_negative_rate_at_1": 0.625,
117
+ "ptr_proxy_at_1_thr_0p05": 0.0,
118
+ "negative_near_at_1_thr_0p05": 0.0,
119
+ "ptr_proxy_at_1_thr_0p1": 0.125,
120
+ "negative_near_at_1_thr_0p1": 0.0,
121
+ "ptr_proxy_at_1_thr_0p2": 0.375,
122
+ "negative_near_at_1_thr_0p2": 0.0,
123
+ "ptr_proxy_at_1_thr_0p4": 0.625,
124
+ "negative_near_at_1_thr_0p4": 0.625,
125
+ "mean_positive_min_rms_l2_at_2": 0.33353596013534437,
126
+ "median_positive_min_rms_l2_at_2": 0.2083981458230849,
127
+ "positive_closer_than_negative_rate_at_2": 0.625,
128
+ "ptr_proxy_at_2_thr_0p05": 0.0,
129
+ "negative_near_at_2_thr_0p05": 0.0,
130
+ "ptr_proxy_at_2_thr_0p1": 0.125,
131
+ "negative_near_at_2_thr_0p1": 0.0,
132
+ "ptr_proxy_at_2_thr_0p2": 0.5,
133
+ "negative_near_at_2_thr_0p2": 0.0,
134
+ "ptr_proxy_at_2_thr_0p4": 0.625,
135
+ "negative_near_at_2_thr_0p4": 0.625,
136
+ "mean_positive_min_rms_l2_at_4": 0.30302916390034396,
137
+ "median_positive_min_rms_l2_at_4": 0.2083981458230849,
138
+ "positive_closer_than_negative_rate_at_4": 0.625,
139
+ "ptr_proxy_at_4_thr_0p05": 0.0,
140
+ "negative_near_at_4_thr_0p05": 0.0,
141
+ "ptr_proxy_at_4_thr_0p1": 0.125,
142
+ "negative_near_at_4_thr_0p1": 0.0,
143
+ "ptr_proxy_at_4_thr_0p2": 0.5,
144
+ "negative_near_at_4_thr_0p2": 0.0,
145
+ "ptr_proxy_at_4_thr_0p4": 0.75,
146
+ "negative_near_at_4_thr_0p4": 0.625,
147
+ "mean_positive_min_rms_l2_at_8": 0.26836699094960326,
148
+ "median_positive_min_rms_l2_at_8": 0.19534374223675327,
149
+ "positive_closer_than_negative_rate_at_8": 0.625,
150
+ "ptr_proxy_at_8_thr_0p05": 0.0,
151
+ "negative_near_at_8_thr_0p05": 0.125,
152
+ "ptr_proxy_at_8_thr_0p1": 0.125,
153
+ "negative_near_at_8_thr_0p1": 0.125,
154
+ "ptr_proxy_at_8_thr_0p2": 0.625,
155
+ "negative_near_at_8_thr_0p2": 0.125,
156
+ "ptr_proxy_at_8_thr_0p4": 0.75,
157
+ "negative_near_at_8_thr_0p4": 0.625,
158
+ "mean_positive_min_rms_l2_at_16": 0.2382672383616365,
159
+ "median_positive_min_rms_l2_at_16": 0.16487566011734434,
160
+ "positive_closer_than_negative_rate_at_16": 0.625,
161
+ "ptr_proxy_at_16_thr_0p05": 0.0,
162
+ "negative_near_at_16_thr_0p05": 0.125,
163
+ "ptr_proxy_at_16_thr_0p1": 0.25,
164
+ "negative_near_at_16_thr_0p1": 0.125,
165
+ "ptr_proxy_at_16_thr_0p2": 0.75,
166
+ "negative_near_at_16_thr_0p2": 0.375,
167
+ "ptr_proxy_at_16_thr_0p4": 0.75,
168
+ "negative_near_at_16_thr_0p4": 0.75
169
+ },
170
+ "PickCube-v1": {
171
+ "num_groups": 3,
172
+ "mean_positive_min_rms_l2_at_1": 0.0913872145257043,
173
+ "median_positive_min_rms_l2_at_1": 0.09334415320508621,
174
+ "positive_closer_than_negative_rate_at_1": 1.0,
175
+ "ptr_proxy_at_1_thr_0p05": 0.0,
176
+ "negative_near_at_1_thr_0p05": 0.0,
177
+ "ptr_proxy_at_1_thr_0p1": 1.0,
178
+ "negative_near_at_1_thr_0p1": 0.0,
179
+ "ptr_proxy_at_1_thr_0p2": 1.0,
180
+ "negative_near_at_1_thr_0p2": 0.3333333333333333,
181
+ "ptr_proxy_at_1_thr_0p4": 1.0,
182
+ "negative_near_at_1_thr_0p4": 1.0,
183
+ "mean_positive_min_rms_l2_at_2": 0.08913624926911003,
184
+ "median_positive_min_rms_l2_at_2": 0.08744113124496442,
185
+ "positive_closer_than_negative_rate_at_2": 1.0,
186
+ "ptr_proxy_at_2_thr_0p05": 0.0,
187
+ "negative_near_at_2_thr_0p05": 0.0,
188
+ "ptr_proxy_at_2_thr_0p1": 1.0,
189
+ "negative_near_at_2_thr_0p1": 0.0,
190
+ "ptr_proxy_at_2_thr_0p2": 1.0,
191
+ "negative_near_at_2_thr_0p2": 0.3333333333333333,
192
+ "ptr_proxy_at_2_thr_0p4": 1.0,
193
+ "negative_near_at_2_thr_0p4": 1.0,
194
+ "mean_positive_min_rms_l2_at_4": 0.08913624926911003,
195
+ "median_positive_min_rms_l2_at_4": 0.08744113124496442,
196
+ "positive_closer_than_negative_rate_at_4": 1.0,
197
+ "ptr_proxy_at_4_thr_0p05": 0.0,
198
+ "negative_near_at_4_thr_0p05": 0.0,
199
+ "ptr_proxy_at_4_thr_0p1": 1.0,
200
+ "negative_near_at_4_thr_0p1": 0.0,
201
+ "ptr_proxy_at_4_thr_0p2": 1.0,
202
+ "negative_near_at_4_thr_0p2": 0.3333333333333333,
203
+ "ptr_proxy_at_4_thr_0p4": 1.0,
204
+ "negative_near_at_4_thr_0p4": 1.0,
205
+ "mean_positive_min_rms_l2_at_8": 0.08913624926911003,
206
+ "median_positive_min_rms_l2_at_8": 0.08744113124496442,
207
+ "positive_closer_than_negative_rate_at_8": 1.0,
208
+ "ptr_proxy_at_8_thr_0p05": 0.0,
209
+ "negative_near_at_8_thr_0p05": 0.0,
210
+ "ptr_proxy_at_8_thr_0p1": 1.0,
211
+ "negative_near_at_8_thr_0p1": 0.0,
212
+ "ptr_proxy_at_8_thr_0p2": 1.0,
213
+ "negative_near_at_8_thr_0p2": 0.3333333333333333,
214
+ "ptr_proxy_at_8_thr_0p4": 1.0,
215
+ "negative_near_at_8_thr_0p4": 1.0,
216
+ "mean_positive_min_rms_l2_at_16": 0.08913624926911003,
217
+ "median_positive_min_rms_l2_at_16": 0.08744113124496442,
218
+ "positive_closer_than_negative_rate_at_16": 1.0,
219
+ "ptr_proxy_at_16_thr_0p05": 0.0,
220
+ "negative_near_at_16_thr_0p05": 0.0,
221
+ "ptr_proxy_at_16_thr_0p1": 1.0,
222
+ "negative_near_at_16_thr_0p1": 0.0,
223
+ "ptr_proxy_at_16_thr_0p2": 1.0,
224
+ "negative_near_at_16_thr_0p2": 0.3333333333333333,
225
+ "ptr_proxy_at_16_thr_0p4": 1.0,
226
+ "negative_near_at_16_thr_0p4": 1.0
227
+ },
228
+ "PullCube-v1": {
229
+ "num_groups": 51,
230
+ "mean_positive_min_rms_l2_at_1": 1.1381868619045734,
231
+ "median_positive_min_rms_l2_at_1": 1.258362297777372,
232
+ "positive_closer_than_negative_rate_at_1": 0.55,
233
+ "ptr_proxy_at_1_thr_0p05": 0.0,
234
+ "negative_near_at_1_thr_0p05": 0.0,
235
+ "ptr_proxy_at_1_thr_0p1": 0.0,
236
+ "negative_near_at_1_thr_0p1": 0.0,
237
+ "ptr_proxy_at_1_thr_0p2": 0.0392156862745098,
238
+ "negative_near_at_1_thr_0p2": 0.0,
239
+ "ptr_proxy_at_1_thr_0p4": 0.11764705882352941,
240
+ "negative_near_at_1_thr_0p4": 0.125,
241
+ "mean_positive_min_rms_l2_at_2": 1.061475302784226,
242
+ "median_positive_min_rms_l2_at_2": 1.183415145210114,
243
+ "positive_closer_than_negative_rate_at_2": 0.575,
244
+ "ptr_proxy_at_2_thr_0p05": 0.0,
245
+ "negative_near_at_2_thr_0p05": 0.0,
246
+ "ptr_proxy_at_2_thr_0p1": 0.0,
247
+ "negative_near_at_2_thr_0p1": 0.0,
248
+ "ptr_proxy_at_2_thr_0p2": 0.0392156862745098,
249
+ "negative_near_at_2_thr_0p2": 0.0,
250
+ "ptr_proxy_at_2_thr_0p4": 0.11764705882352941,
251
+ "negative_near_at_2_thr_0p4": 0.125,
252
+ "mean_positive_min_rms_l2_at_4": 1.0011149028376327,
253
+ "median_positive_min_rms_l2_at_4": 1.1525403188023107,
254
+ "positive_closer_than_negative_rate_at_4": 0.525,
255
+ "ptr_proxy_at_4_thr_0p05": 0.0,
256
+ "negative_near_at_4_thr_0p05": 0.0,
257
+ "ptr_proxy_at_4_thr_0p1": 0.0,
258
+ "negative_near_at_4_thr_0p1": 0.0,
259
+ "ptr_proxy_at_4_thr_0p2": 0.058823529411764705,
260
+ "negative_near_at_4_thr_0p2": 0.025,
261
+ "ptr_proxy_at_4_thr_0p4": 0.13725490196078433,
262
+ "negative_near_at_4_thr_0p4": 0.125,
263
+ "mean_positive_min_rms_l2_at_8": 0.8722284911225174,
264
+ "median_positive_min_rms_l2_at_8": 0.8951127537701101,
265
+ "positive_closer_than_negative_rate_at_8": 0.5,
266
+ "ptr_proxy_at_8_thr_0p05": 0.0,
267
+ "negative_near_at_8_thr_0p05": 0.0,
268
+ "ptr_proxy_at_8_thr_0p1": 0.0,
269
+ "negative_near_at_8_thr_0p1": 0.0,
270
+ "ptr_proxy_at_8_thr_0p2": 0.058823529411764705,
271
+ "negative_near_at_8_thr_0p2": 0.025,
272
+ "ptr_proxy_at_8_thr_0p4": 0.1568627450980392,
273
+ "negative_near_at_8_thr_0p4": 0.125,
274
+ "mean_positive_min_rms_l2_at_16": 0.7635099355182262,
275
+ "median_positive_min_rms_l2_at_16": 0.6971400912952269,
276
+ "positive_closer_than_negative_rate_at_16": 0.45,
277
+ "ptr_proxy_at_16_thr_0p05": 0.0,
278
+ "negative_near_at_16_thr_0p05": 0.0,
279
+ "ptr_proxy_at_16_thr_0p1": 0.0,
280
+ "negative_near_at_16_thr_0p1": 0.0,
281
+ "ptr_proxy_at_16_thr_0p2": 0.058823529411764705,
282
+ "negative_near_at_16_thr_0p2": 0.025,
283
+ "ptr_proxy_at_16_thr_0p4": 0.19607843137254902,
284
+ "negative_near_at_16_thr_0p4": 0.2
285
+ },
286
+ "PushCube-v1": {
287
+ "num_groups": 15,
288
+ "mean_positive_min_rms_l2_at_1": 0.38927339176122694,
289
+ "median_positive_min_rms_l2_at_1": 0.3547261281244719,
290
+ "positive_closer_than_negative_rate_at_1": 1.0,
291
+ "ptr_proxy_at_1_thr_0p05": 0.0,
292
+ "negative_near_at_1_thr_0p05": 0.0,
293
+ "ptr_proxy_at_1_thr_0p1": 0.0,
294
+ "negative_near_at_1_thr_0p1": 0.0,
295
+ "ptr_proxy_at_1_thr_0p2": 0.06666666666666667,
296
+ "negative_near_at_1_thr_0p2": 0.0,
297
+ "ptr_proxy_at_1_thr_0p4": 0.7333333333333333,
298
+ "negative_near_at_1_thr_0p4": 0.125,
299
+ "mean_positive_min_rms_l2_at_2": 0.3648681900057619,
300
+ "median_positive_min_rms_l2_at_2": 0.33351215621699914,
301
+ "positive_closer_than_negative_rate_at_2": 1.0,
302
+ "ptr_proxy_at_2_thr_0p05": 0.0,
303
+ "negative_near_at_2_thr_0p05": 0.0,
304
+ "ptr_proxy_at_2_thr_0p1": 0.0,
305
+ "negative_near_at_2_thr_0p1": 0.0,
306
+ "ptr_proxy_at_2_thr_0p2": 0.06666666666666667,
307
+ "negative_near_at_2_thr_0p2": 0.0,
308
+ "ptr_proxy_at_2_thr_0p4": 0.8,
309
+ "negative_near_at_2_thr_0p4": 0.125,
310
+ "mean_positive_min_rms_l2_at_4": 0.3509104747947253,
311
+ "median_positive_min_rms_l2_at_4": 0.3190477192911205,
312
+ "positive_closer_than_negative_rate_at_4": 1.0,
313
+ "ptr_proxy_at_4_thr_0p05": 0.0,
314
+ "negative_near_at_4_thr_0p05": 0.0,
315
+ "ptr_proxy_at_4_thr_0p1": 0.0,
316
+ "negative_near_at_4_thr_0p1": 0.0,
317
+ "ptr_proxy_at_4_thr_0p2": 0.06666666666666667,
318
+ "negative_near_at_4_thr_0p2": 0.0,
319
+ "ptr_proxy_at_4_thr_0p4": 0.8,
320
+ "negative_near_at_4_thr_0p4": 0.125,
321
+ "mean_positive_min_rms_l2_at_8": 0.3155690433834179,
322
+ "median_positive_min_rms_l2_at_8": 0.30451540653281584,
323
+ "positive_closer_than_negative_rate_at_8": 1.0,
324
+ "ptr_proxy_at_8_thr_0p05": 0.0,
325
+ "negative_near_at_8_thr_0p05": 0.0,
326
+ "ptr_proxy_at_8_thr_0p1": 0.0,
327
+ "negative_near_at_8_thr_0p1": 0.0,
328
+ "ptr_proxy_at_8_thr_0p2": 0.2,
329
+ "negative_near_at_8_thr_0p2": 0.0,
330
+ "ptr_proxy_at_8_thr_0p4": 0.8,
331
+ "negative_near_at_8_thr_0p4": 0.125,
332
+ "mean_positive_min_rms_l2_at_16": 0.28006449113488474,
333
+ "median_positive_min_rms_l2_at_16": 0.2732232728474503,
334
+ "positive_closer_than_negative_rate_at_16": 0.875,
335
+ "ptr_proxy_at_16_thr_0p05": 0.0,
336
+ "negative_near_at_16_thr_0p05": 0.0,
337
+ "ptr_proxy_at_16_thr_0p1": 0.0,
338
+ "negative_near_at_16_thr_0p1": 0.0,
339
+ "ptr_proxy_at_16_thr_0p2": 0.2,
340
+ "negative_near_at_16_thr_0p2": 0.0,
341
+ "ptr_proxy_at_16_thr_0p4": 0.8666666666666667,
342
+ "negative_near_at_16_thr_0p4": 0.25
343
+ },
344
+ "StackCube-v1": {
345
+ "num_groups": 16,
346
+ "mean_positive_min_rms_l2_at_1": 0.40570235877545263,
347
+ "median_positive_min_rms_l2_at_1": 0.34918462533288186,
348
+ "positive_closer_than_negative_rate_at_1": 0.9375,
349
+ "ptr_proxy_at_1_thr_0p05": 0.0,
350
+ "negative_near_at_1_thr_0p05": 0.0,
351
+ "ptr_proxy_at_1_thr_0p1": 0.0625,
352
+ "negative_near_at_1_thr_0p1": 0.0,
353
+ "ptr_proxy_at_1_thr_0p2": 0.1875,
354
+ "negative_near_at_1_thr_0p2": 0.0,
355
+ "ptr_proxy_at_1_thr_0p4": 0.5625,
356
+ "negative_near_at_1_thr_0p4": 0.4375,
357
+ "mean_positive_min_rms_l2_at_2": 0.3561827742301344,
358
+ "median_positive_min_rms_l2_at_2": 0.3305456475069998,
359
+ "positive_closer_than_negative_rate_at_2": 0.9375,
360
+ "ptr_proxy_at_2_thr_0p05": 0.0,
361
+ "negative_near_at_2_thr_0p05": 0.0,
362
+ "ptr_proxy_at_2_thr_0p1": 0.0625,
363
+ "negative_near_at_2_thr_0p1": 0.0,
364
+ "ptr_proxy_at_2_thr_0p2": 0.1875,
365
+ "negative_near_at_2_thr_0p2": 0.0,
366
+ "ptr_proxy_at_2_thr_0p4": 0.5625,
367
+ "negative_near_at_2_thr_0p4": 0.5,
368
+ "mean_positive_min_rms_l2_at_4": 0.2856509274154316,
369
+ "median_positive_min_rms_l2_at_4": 0.2539420780877142,
370
+ "positive_closer_than_negative_rate_at_4": 0.9375,
371
+ "ptr_proxy_at_4_thr_0p05": 0.0,
372
+ "negative_near_at_4_thr_0p05": 0.0,
373
+ "ptr_proxy_at_4_thr_0p1": 0.0625,
374
+ "negative_near_at_4_thr_0p1": 0.0,
375
+ "ptr_proxy_at_4_thr_0p2": 0.25,
376
+ "negative_near_at_4_thr_0p2": 0.0,
377
+ "ptr_proxy_at_4_thr_0p4": 0.8125,
378
+ "negative_near_at_4_thr_0p4": 0.75,
379
+ "mean_positive_min_rms_l2_at_8": 0.2544603412253277,
380
+ "median_positive_min_rms_l2_at_8": 0.21967916698089016,
381
+ "positive_closer_than_negative_rate_at_8": 0.9375,
382
+ "ptr_proxy_at_8_thr_0p05": 0.0,
383
+ "negative_near_at_8_thr_0p05": 0.0,
384
+ "ptr_proxy_at_8_thr_0p1": 0.0625,
385
+ "negative_near_at_8_thr_0p1": 0.0,
386
+ "ptr_proxy_at_8_thr_0p2": 0.375,
387
+ "negative_near_at_8_thr_0p2": 0.0,
388
+ "ptr_proxy_at_8_thr_0p4": 0.875,
389
+ "negative_near_at_8_thr_0p4": 0.8125,
390
+ "mean_positive_min_rms_l2_at_16": 0.22563787402915902,
391
+ "median_positive_min_rms_l2_at_16": 0.21036340476786553,
392
+ "positive_closer_than_negative_rate_at_16": 0.9375,
393
+ "ptr_proxy_at_16_thr_0p05": 0.0,
394
+ "negative_near_at_16_thr_0p05": 0.0,
395
+ "ptr_proxy_at_16_thr_0p1": 0.1875,
396
+ "negative_near_at_16_thr_0p1": 0.0,
397
+ "ptr_proxy_at_16_thr_0p2": 0.4375,
398
+ "negative_near_at_16_thr_0p2": 0.0,
399
+ "ptr_proxy_at_16_thr_0p4": 0.9375,
400
+ "negative_near_at_16_thr_0p4": 0.875
401
+ }
402
+ },
403
+ "targets": "/lustre09/project/6037638/knguy52/vla/results/generator_v2_positive_tangent_targets.json"
404
+ }