rkstgr commited on
Commit
76d904d
·
verified ·
1 Parent(s): e302a40

Initial upload: 20 CheatCode rollouts at 576x512 AV1

Browse files
.gitattributes CHANGED
@@ -58,3 +58,23 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ rrd/trial_01.rrd filter=lfs diff=lfs merge=lfs -text
62
+ rrd/trial_02.rrd filter=lfs diff=lfs merge=lfs -text
63
+ rrd/trial_03.rrd filter=lfs diff=lfs merge=lfs -text
64
+ rrd/trial_04.rrd filter=lfs diff=lfs merge=lfs -text
65
+ rrd/trial_05.rrd filter=lfs diff=lfs merge=lfs -text
66
+ rrd/trial_06.rrd filter=lfs diff=lfs merge=lfs -text
67
+ rrd/trial_07.rrd filter=lfs diff=lfs merge=lfs -text
68
+ rrd/trial_08.rrd filter=lfs diff=lfs merge=lfs -text
69
+ rrd/trial_09.rrd filter=lfs diff=lfs merge=lfs -text
70
+ rrd/trial_10.rrd filter=lfs diff=lfs merge=lfs -text
71
+ rrd/trial_11.rrd filter=lfs diff=lfs merge=lfs -text
72
+ rrd/trial_12.rrd filter=lfs diff=lfs merge=lfs -text
73
+ rrd/trial_13.rrd filter=lfs diff=lfs merge=lfs -text
74
+ rrd/trial_14.rrd filter=lfs diff=lfs merge=lfs -text
75
+ rrd/trial_15.rrd filter=lfs diff=lfs merge=lfs -text
76
+ rrd/trial_16.rrd filter=lfs diff=lfs merge=lfs -text
77
+ rrd/trial_17.rrd filter=lfs diff=lfs merge=lfs -text
78
+ rrd/trial_18.rrd filter=lfs diff=lfs merge=lfs -text
79
+ rrd/trial_19.rrd filter=lfs diff=lfs merge=lfs -text
80
+ rrd/trial_20.rrd filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - rerun
7
+ - cable-insertion
8
+ - aic
9
+ - cheatcode
10
+ - manipulation
11
+ - ur5e
12
+ size_categories:
13
+ - n<1K
14
+ pretty_name: AIC CheatCode Rollouts v1
15
+ ---
16
+
17
+ # AIC CheatCode Rollouts v1
18
+
19
+ Twenty trial rollouts of the [`CheatCode`](https://github.com/sealab-it/aic/blob/main/aic_example_policies/aic_example_policies/ros/CheatCode.py)
20
+ scripted policy on the [AIC](https://aic-challenge.com/) cable-insertion task,
21
+ recorded in [Rerun](https://rerun.io) `.rrd` format with AV1-compressed video.
22
+
23
+ Each file is a self-contained [Rerun recording](https://rerun.io/docs/concepts/timelines)
24
+ containing synchronized:
25
+
26
+ - 3× camera streams (`left`, `center`, `right`) — Basler acA2440-20gc at **576×512**, AV1-encoded MP4 (`AssetVideo` + `VideoFrameReference`).
27
+ - TCP pose (position + quaternion), velocity (linear + angular), and 6-dof error.
28
+ - Joint positions (7 joints).
29
+ - Force/torque wrench (3+3) plus pre-computed `|F|`.
30
+ - Commanded action twist (`linear`, `angular`) — note: `CheatCode` publishes via
31
+ `MotionUpdate.pose`, so the velocity-action streams here are all zero. See
32
+ `index.json:t3_message` and the scoring file for what the policy did.
33
+ - 3D world frame of the TCP point.
34
+
35
+ Trajectories are trimmed to the motion-relevant window (first non-trivial
36
+ TCP velocity to the end of the post-success held-pose period).
37
+
38
+ ## Contents
39
+
40
+ ```
41
+ rrd/trial_01.rrd … rrd/trial_20.rrd # 20 trial recordings (~1 MB each)
42
+ index.json # per-trial metadata + scoring (used by the viewer)
43
+ ```
44
+
45
+ ## Summary
46
+
47
+ | | |
48
+ |---|---|
49
+ | Trials | 20 |
50
+ | Successes (T3 = 75) | 15 / 20 |
51
+ | Plug types | 12 SFP, 8 SC |
52
+ | SFP success | 11 / 12 (92 %) |
53
+ | SC success | 4 / 8 (50 %) |
54
+ | Force-penalized (Tier 2: >20 N for >1 s) | 0 / 20 |
55
+ | Camera resolution | 576 × 512 |
56
+ | Codec | AV1 (libsvtav1 preset 10 CRF 50) in MP4 |
57
+ | Per-trial size | ≈ 1 MB |
58
+ | Trim window | first arm motion → motion-stopped + 1.5 s tail |
59
+ | Recorded | 2026-05-15 |
60
+
61
+ ## Per-trial metadata
62
+
63
+ (All have Tier 1 = 1.0. `T3 = 75` indicates a fully-seated cable; lower values
64
+ mean partial / no insertion. See [AIC scoring docs](https://github.com/sealab-it/aic/blob/main/docs/scoring.md).)
65
+
66
+ | trial | plug | T3 | success | trim dur (s) |
67
+ |---:|---|---:|:---:|---:|
68
+ | 1 | sfp | 75.0 | ✓ | 43.0 |
69
+ | 2 | sfp | 75.0 | ✓ | 54.8 |
70
+ | 3 | sfp | 75.0 | ✓ | 43.9 |
71
+ | 4 | sc | 75.0 | ✓ | 96.5 |
72
+ | 5 | sfp | 75.0 | ✓ | 65.7 |
73
+ | 6 | sc | 39.5 | ✗ | 63.9 |
74
+ | 7 | sfp | 75.0 | ✓ | 62.7 |
75
+ | 8 | sfp | 75.0 | ✓ | 66.8 |
76
+ | 9 | sfp | 75.0 | ✓ | 62.4 |
77
+ | 10 | sc | 75.0 | ✓ | 82.5 |
78
+ | 11 | sc | 75.0 | ✓ | 82.5 |
79
+ | 12 | sc | 39.7 | ✗ | 63.6 |
80
+ | 13 | sfp | 75.0 | ✓ | 56.8 |
81
+ | 14 | sc | 75.0 | ✓ | 88.8 |
82
+ | 15 | sfp | 75.0 | ✓ | 59.2 |
83
+ | 16 | sc | 39.7 | ✗ | 55.4 |
84
+ | 17 | sfp | 75.0 | ✓ | 61.9 |
85
+ | 18 | sfp | 75.0 | ✓ | 41.0 |
86
+ | 19 | sfp | 38.6 | ✗ | 47.7 |
87
+ | 20 | sc | 22.7 | ✗ | 61.5 |
88
+
89
+ The four SC partials all stop ≈ 1 cm short of full seating — see [`cheatcode-sc-seating`](https://huggingface.co/datasets/rkstgr/aic-cheatcode-rollouts-v1).
90
+ Trial 19 is the most interesting outlier: a partial SFP, which usually seats cleanly.
91
+
92
+ ## How to view
93
+
94
+ **One-file open in Rerun (no setup):**
95
+
96
+ ```bash
97
+ pip install rerun-sdk==0.26.2
98
+ rerun --serve rrd/trial_01.rrd
99
+ ```
100
+
101
+ **Filterable web viewer** with all 20 trials + scoring columns: see the
102
+ companion repo [`rkstgr/aic-trial-viewer`](https://github.com/rkstgr/aic-trial-viewer).
103
+ Clone it, drop these files into `viewer/`, and serve.
104
+
105
+ ## Generation
106
+
107
+ These recordings come from `record_smoke_runner.sh` invoking `CheatCode` against
108
+ the AIC eval sim (Gazebo). Pipeline: record → AV1-compress → trim → index.
109
+ Full source in [`rkstgr/aic-trial-viewer`](https://github.com/rkstgr/aic-trial-viewer)
110
+ under `pipeline/`.
111
+
112
+ ## Known limitations
113
+
114
+ - Wrench is captured **untared** (raw `/fts_broadcaster/wrench`, ≈ 7 N baseline
115
+ from cable/gripper weight); the AIC scoring subtracts `fts_tare_offset`
116
+ before applying the 20 N penalty threshold. Use `index.json[*].force_penalized`
117
+ (parsed from `scoring.yaml`) for the canonical answer.
118
+ - The `action/linear` and `action/angular` streams are all zeros: `CheatCode`
119
+ commands `MotionUpdate.pose`, not `.velocity`. A future recorder version
120
+ should capture `.pose` too.
index.json ADDED
@@ -0,0 +1,468 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at": "2026-05-15T23:36:13Z",
3
+ "dataset": "20 CheatCode trials @ 576\u00d7512",
4
+ "kind": "eval_rollouts",
5
+ "n_episodes": 20,
6
+ "episodes": [
7
+ {
8
+ "trial": 1,
9
+ "rrd": "rrd/trial_01.rrd",
10
+ "rrd_size_kb": 558.1,
11
+ "image_hw": "576x512",
12
+ "frames": 801,
13
+ "duration_s": 42.96,
14
+ "rec_duration_s": 120.92,
15
+ "plug_type": "sfp",
16
+ "port_type": "sfp",
17
+ "cable_type": "sfp_sc_cable",
18
+ "target_module": "nic_card_mount_1",
19
+ "success": 1,
20
+ "force_penalized": 0,
21
+ "force_message": "No excessive force detected",
22
+ "t3_message": "Cable insertion successful.",
23
+ "tier1": 1.0,
24
+ "tier2": 16.225,
25
+ "tier3": 75.0,
26
+ "total_score": 92.225,
27
+ "elapsed_s": 160.0,
28
+ "seed": 43
29
+ },
30
+ {
31
+ "trial": 2,
32
+ "rrd": "rrd/trial_02.rrd",
33
+ "rrd_size_kb": 893.7,
34
+ "image_hw": "576x512",
35
+ "frames": 930,
36
+ "duration_s": 54.75,
37
+ "rec_duration_s": 131.4,
38
+ "plug_type": "sfp",
39
+ "port_type": "sfp",
40
+ "cable_type": "sfp_sc_cable",
41
+ "target_module": "nic_card_mount_4",
42
+ "success": 1,
43
+ "force_penalized": 0,
44
+ "force_message": "No excessive force detected",
45
+ "t3_message": "Cable insertion successful.",
46
+ "tier1": 1.0,
47
+ "tier2": 15.946,
48
+ "tier3": 75.0,
49
+ "total_score": 91.946,
50
+ "elapsed_s": 167.0,
51
+ "seed": 44
52
+ },
53
+ {
54
+ "trial": 3,
55
+ "rrd": "rrd/trial_03.rrd",
56
+ "rrd_size_kb": 842.0,
57
+ "image_hw": "576x512",
58
+ "frames": 1056,
59
+ "duration_s": 43.86,
60
+ "rec_duration_s": 143.54,
61
+ "plug_type": "sfp",
62
+ "port_type": "sfp",
63
+ "cable_type": "sfp_sc_cable",
64
+ "target_module": "nic_card_mount_3",
65
+ "success": 1,
66
+ "force_penalized": 0,
67
+ "force_message": "No excessive force detected",
68
+ "t3_message": "Cable insertion successful.",
69
+ "tier1": 1.0,
70
+ "tier2": 16.116,
71
+ "tier3": 75.0,
72
+ "total_score": 92.116,
73
+ "elapsed_s": 179.0,
74
+ "seed": 45
75
+ },
76
+ {
77
+ "trial": 4,
78
+ "rrd": "rrd/trial_04.rrd",
79
+ "rrd_size_kb": 1307.1,
80
+ "image_hw": "576x512",
81
+ "frames": 1105,
82
+ "duration_s": 96.53,
83
+ "rec_duration_s": 150.25,
84
+ "plug_type": "sc",
85
+ "port_type": "sc",
86
+ "cable_type": "sfp_sc_cable_reversed",
87
+ "target_module": "sc_port_1",
88
+ "success": 1,
89
+ "force_penalized": 0,
90
+ "force_message": "No excessive force detected",
91
+ "t3_message": "Cable insertion successful.",
92
+ "tier1": 1.0,
93
+ "tier2": 14.792,
94
+ "tier3": 75.0,
95
+ "total_score": 90.792,
96
+ "elapsed_s": 186.0,
97
+ "seed": 46
98
+ },
99
+ {
100
+ "trial": 5,
101
+ "rrd": "rrd/trial_05.rrd",
102
+ "rrd_size_kb": 924.4,
103
+ "image_hw": "576x512",
104
+ "frames": 1023,
105
+ "duration_s": 65.72,
106
+ "rec_duration_s": 149.65,
107
+ "plug_type": "sfp",
108
+ "port_type": "sfp",
109
+ "cable_type": "sfp_sc_cable",
110
+ "target_module": "nic_card_mount_3",
111
+ "success": 1,
112
+ "force_penalized": 0,
113
+ "force_message": "No excessive force detected",
114
+ "t3_message": "Cable insertion successful.",
115
+ "tier1": 1.0,
116
+ "tier2": 16.066,
117
+ "tier3": 75.0,
118
+ "total_score": 92.066,
119
+ "elapsed_s": 185.0,
120
+ "seed": 47
121
+ },
122
+ {
123
+ "trial": 6,
124
+ "rrd": "rrd/trial_06.rrd",
125
+ "rrd_size_kb": 940.7,
126
+ "image_hw": "576x512",
127
+ "frames": 821,
128
+ "duration_s": 63.91,
129
+ "rec_duration_s": 129.09,
130
+ "plug_type": "sc",
131
+ "port_type": "sc",
132
+ "cable_type": "sfp_sc_cable_reversed",
133
+ "target_module": "sc_port_0",
134
+ "success": 0,
135
+ "force_penalized": 0,
136
+ "force_message": "Insertion force above 20.00 N, detected for a time of 0.05 seconds. Max detected force: 23.83N. This is below the threshold of 1.00 seconds. Penalty not applied.",
137
+ "t3_message": "Partial insertion detected with distance of 0.01m.",
138
+ "tier1": 1.0,
139
+ "tier2": 15.304,
140
+ "tier3": 39.487,
141
+ "total_score": 55.791,
142
+ "elapsed_s": 165.0,
143
+ "seed": 48
144
+ },
145
+ {
146
+ "trial": 7,
147
+ "rrd": "rrd/trial_07.rrd",
148
+ "rrd_size_kb": 1100.7,
149
+ "image_hw": "576x512",
150
+ "frames": 1120,
151
+ "duration_s": 62.74,
152
+ "rec_duration_s": 149.36,
153
+ "plug_type": "sfp",
154
+ "port_type": "sfp",
155
+ "cable_type": "sfp_sc_cable",
156
+ "target_module": "nic_card_mount_3",
157
+ "success": 1,
158
+ "force_penalized": 0,
159
+ "force_message": "No excessive force detected",
160
+ "t3_message": "Cable insertion successful.",
161
+ "tier1": 1.0,
162
+ "tier2": 16.643,
163
+ "tier3": 75.0,
164
+ "total_score": 92.643,
165
+ "elapsed_s": 185.0,
166
+ "seed": 49
167
+ },
168
+ {
169
+ "trial": 8,
170
+ "rrd": "rrd/trial_08.rrd",
171
+ "rrd_size_kb": 1090.1,
172
+ "image_hw": "576x512",
173
+ "frames": 1287,
174
+ "duration_s": 66.85,
175
+ "rec_duration_s": 158.64,
176
+ "plug_type": "sfp",
177
+ "port_type": "sfp",
178
+ "cable_type": "sfp_sc_cable",
179
+ "target_module": "nic_card_mount_2",
180
+ "success": 1,
181
+ "force_penalized": 0,
182
+ "force_message": "No excessive force detected",
183
+ "t3_message": "Cable insertion successful.",
184
+ "tier1": 1.0,
185
+ "tier2": 16.028,
186
+ "tier3": 75.0,
187
+ "total_score": 92.028,
188
+ "elapsed_s": 194.0,
189
+ "seed": 50
190
+ },
191
+ {
192
+ "trial": 9,
193
+ "rrd": "rrd/trial_09.rrd",
194
+ "rrd_size_kb": 994.5,
195
+ "image_hw": "576x512",
196
+ "frames": 937,
197
+ "duration_s": 62.35,
198
+ "rec_duration_s": 134.32,
199
+ "plug_type": "sfp",
200
+ "port_type": "sfp",
201
+ "cable_type": "sfp_sc_cable",
202
+ "target_module": "nic_card_mount_4",
203
+ "success": 1,
204
+ "force_penalized": 0,
205
+ "force_message": "No excessive force detected",
206
+ "t3_message": "Cable insertion successful.",
207
+ "tier1": 1.0,
208
+ "tier2": 15.967,
209
+ "tier3": 75.0,
210
+ "total_score": 91.967,
211
+ "elapsed_s": 170.0,
212
+ "seed": 51
213
+ },
214
+ {
215
+ "trial": 10,
216
+ "rrd": "rrd/trial_10.rrd",
217
+ "rrd_size_kb": 1218.7,
218
+ "image_hw": "576x512",
219
+ "frames": 1094,
220
+ "duration_s": 82.52,
221
+ "rec_duration_s": 137.96,
222
+ "plug_type": "sc",
223
+ "port_type": "sc",
224
+ "cable_type": "sfp_sc_cable_reversed",
225
+ "target_module": "sc_port_0",
226
+ "success": 1,
227
+ "force_penalized": 0,
228
+ "force_message": "No excessive force detected",
229
+ "t3_message": "Cable insertion successful.",
230
+ "tier1": 1.0,
231
+ "tier2": 16.118,
232
+ "tier3": 75.0,
233
+ "total_score": 92.118,
234
+ "elapsed_s": 173.0,
235
+ "seed": 52
236
+ },
237
+ {
238
+ "trial": 11,
239
+ "rrd": "rrd/trial_11.rrd",
240
+ "rrd_size_kb": 1158.7,
241
+ "image_hw": "576x512",
242
+ "frames": 915,
243
+ "duration_s": 82.55,
244
+ "rec_duration_s": 134.9,
245
+ "plug_type": "sc",
246
+ "port_type": "sc",
247
+ "cable_type": "sfp_sc_cable_reversed",
248
+ "target_module": "sc_port_0",
249
+ "success": 1,
250
+ "force_penalized": 0,
251
+ "force_message": "No excessive force detected",
252
+ "t3_message": "Cable insertion successful.",
253
+ "tier1": 1.0,
254
+ "tier2": 15.806,
255
+ "tier3": 75.0,
256
+ "total_score": 91.806,
257
+ "elapsed_s": 171.0,
258
+ "seed": 53
259
+ },
260
+ {
261
+ "trial": 12,
262
+ "rrd": "rrd/trial_12.rrd",
263
+ "rrd_size_kb": 1102.1,
264
+ "image_hw": "576x512",
265
+ "frames": 966,
266
+ "duration_s": 63.61,
267
+ "rec_duration_s": 134.51,
268
+ "plug_type": "sc",
269
+ "port_type": "sc",
270
+ "cable_type": "sfp_sc_cable_reversed",
271
+ "target_module": "sc_port_0",
272
+ "success": 0,
273
+ "force_penalized": 0,
274
+ "force_message": "Insertion force above 20.00 N, detected for a time of 0.25 seconds. Max detected force: 44.38N. This is below the threshold of 1.00 seconds. Penalty not applied.",
275
+ "t3_message": "Partial insertion detected with distance of 0.01m.",
276
+ "tier1": 1.0,
277
+ "tier2": 13.345,
278
+ "tier3": 39.666,
279
+ "total_score": 54.012,
280
+ "elapsed_s": 170.0,
281
+ "seed": 54
282
+ },
283
+ {
284
+ "trial": 13,
285
+ "rrd": "rrd/trial_13.rrd",
286
+ "rrd_size_kb": 762.1,
287
+ "image_hw": "576x512",
288
+ "frames": 1321,
289
+ "duration_s": 56.83,
290
+ "rec_duration_s": 189.59,
291
+ "plug_type": "sfp",
292
+ "port_type": "sfp",
293
+ "cable_type": "sfp_sc_cable",
294
+ "target_module": "nic_card_mount_1",
295
+ "success": 1,
296
+ "force_penalized": 0,
297
+ "force_message": "No excessive force detected",
298
+ "t3_message": "Cable insertion successful.",
299
+ "tier1": 1.0,
300
+ "tier2": 16.295,
301
+ "tier3": 75.0,
302
+ "total_score": 92.295,
303
+ "elapsed_s": 225.0,
304
+ "seed": 55
305
+ },
306
+ {
307
+ "trial": 14,
308
+ "rrd": "rrd/trial_14.rrd",
309
+ "rrd_size_kb": 1327.5,
310
+ "image_hw": "576x512",
311
+ "frames": 1064,
312
+ "duration_s": 88.81,
313
+ "rec_duration_s": 137.8,
314
+ "plug_type": "sc",
315
+ "port_type": "sc",
316
+ "cable_type": "sfp_sc_cable_reversed",
317
+ "target_module": "sc_port_0",
318
+ "success": 1,
319
+ "force_penalized": 0,
320
+ "force_message": "No excessive force detected",
321
+ "t3_message": "Cable insertion successful.",
322
+ "tier1": 1.0,
323
+ "tier2": 15.552,
324
+ "tier3": 75.0,
325
+ "total_score": 91.552,
326
+ "elapsed_s": 173.0,
327
+ "seed": 56
328
+ },
329
+ {
330
+ "trial": 15,
331
+ "rrd": "rrd/trial_15.rrd",
332
+ "rrd_size_kb": 1018.6,
333
+ "image_hw": "576x512",
334
+ "frames": 1110,
335
+ "duration_s": 59.23,
336
+ "rec_duration_s": 146.71,
337
+ "plug_type": "sfp",
338
+ "port_type": "sfp",
339
+ "cable_type": "sfp_sc_cable",
340
+ "target_module": "nic_card_mount_4",
341
+ "success": 1,
342
+ "force_penalized": 0,
343
+ "force_message": "No excessive force detected",
344
+ "t3_message": "Cable insertion successful.",
345
+ "tier1": 1.0,
346
+ "tier2": 16.343,
347
+ "tier3": 75.0,
348
+ "total_score": 92.343,
349
+ "elapsed_s": 182.0,
350
+ "seed": 57
351
+ },
352
+ {
353
+ "trial": 16,
354
+ "rrd": "rrd/trial_16.rrd",
355
+ "rrd_size_kb": 953.2,
356
+ "image_hw": "576x512",
357
+ "frames": 939,
358
+ "duration_s": 55.36,
359
+ "rec_duration_s": 128.08,
360
+ "plug_type": "sc",
361
+ "port_type": "sc",
362
+ "cable_type": "sfp_sc_cable_reversed",
363
+ "target_module": "sc_port_0",
364
+ "success": 0,
365
+ "force_penalized": 0,
366
+ "force_message": "Insertion force above 20.00 N, detected for a time of 0.08 seconds. Max detected force: 28.16N. This is below the threshold of 1.00 seconds. Penalty not applied.",
367
+ "t3_message": "Partial insertion detected with distance of 0.01m.",
368
+ "tier1": 1.0,
369
+ "tier2": 13.223,
370
+ "tier3": 39.672,
371
+ "total_score": 53.896,
372
+ "elapsed_s": 164.0,
373
+ "seed": 58
374
+ },
375
+ {
376
+ "trial": 17,
377
+ "rrd": "rrd/trial_17.rrd",
378
+ "rrd_size_kb": 968.4,
379
+ "image_hw": "576x512",
380
+ "frames": 1033,
381
+ "duration_s": 61.85,
382
+ "rec_duration_s": 140.76,
383
+ "plug_type": "sfp",
384
+ "port_type": "sfp",
385
+ "cable_type": "sfp_sc_cable",
386
+ "target_module": "nic_card_mount_3",
387
+ "success": 1,
388
+ "force_penalized": 0,
389
+ "force_message": "No excessive force detected",
390
+ "t3_message": "Cable insertion successful.",
391
+ "tier1": 1.0,
392
+ "tier2": 16.31,
393
+ "tier3": 75.0,
394
+ "total_score": 92.31,
395
+ "elapsed_s": 176.0,
396
+ "seed": 59
397
+ },
398
+ {
399
+ "trial": 18,
400
+ "rrd": "rrd/trial_18.rrd",
401
+ "rrd_size_kb": 629.6,
402
+ "image_hw": "576x512",
403
+ "frames": 1166,
404
+ "duration_s": 41.02,
405
+ "rec_duration_s": 156.03,
406
+ "plug_type": "sfp",
407
+ "port_type": "sfp",
408
+ "cable_type": "sfp_sc_cable",
409
+ "target_module": "nic_card_mount_4",
410
+ "success": 1,
411
+ "force_penalized": 0,
412
+ "force_message": "Insertion force above 20.00 N, detected for a time of 0.02 seconds. Max detected force: 24.02N. This is below the threshold of 1.00 seconds. Penalty not applied.",
413
+ "t3_message": "Cable insertion successful.",
414
+ "tier1": 1.0,
415
+ "tier2": 16.02,
416
+ "tier3": 75.0,
417
+ "total_score": 92.02,
418
+ "elapsed_s": 191.0,
419
+ "seed": 60
420
+ },
421
+ {
422
+ "trial": 19,
423
+ "rrd": "rrd/trial_19.rrd",
424
+ "rrd_size_kb": 751.3,
425
+ "image_hw": "576x512",
426
+ "frames": 1124,
427
+ "duration_s": 47.66,
428
+ "rec_duration_s": 143.2,
429
+ "plug_type": "sfp",
430
+ "port_type": "sfp",
431
+ "cable_type": "sfp_sc_cable",
432
+ "target_module": "nic_card_mount_4",
433
+ "success": 0,
434
+ "force_penalized": 0,
435
+ "force_message": "No excessive force detected",
436
+ "t3_message": "Partial insertion detected with distance of 0.04m.",
437
+ "tier1": 1.0,
438
+ "tier2": 16.581,
439
+ "tier3": 38.613,
440
+ "total_score": 56.194,
441
+ "elapsed_s": 176.0,
442
+ "seed": 61
443
+ },
444
+ {
445
+ "trial": 20,
446
+ "rrd": "rrd/trial_20.rrd",
447
+ "rrd_size_kb": 1099.1,
448
+ "image_hw": "576x512",
449
+ "frames": 1010,
450
+ "duration_s": 61.45,
451
+ "rec_duration_s": 138.05,
452
+ "plug_type": "sc",
453
+ "port_type": "sc",
454
+ "cable_type": "sfp_sc_cable_reversed",
455
+ "target_module": "sc_port_0",
456
+ "success": 0,
457
+ "force_penalized": 0,
458
+ "force_message": "No excessive force detected",
459
+ "t3_message": "No insertion detected. Final plug port distance: 0.03m.",
460
+ "tier1": 1.0,
461
+ "tier2": 12.91,
462
+ "tier3": 22.697,
463
+ "total_score": 36.608,
464
+ "elapsed_s": 174.0,
465
+ "seed": 62
466
+ }
467
+ ]
468
+ }
rrd/trial_01.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4266966f308216607fef660f751079a81b68d14f539fb5eddd021938f27fa81
3
+ size 571485
rrd/trial_02.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4de578225981ed2764bb2af5c7646f122ef733c44e932e646a4c851f908a7d9
3
+ size 915169
rrd/trial_03.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb0ee27b34ba7ce7b828e49dc5c590de09b6114b27e5e5ea825d3b23f5169c2
3
+ size 862199
rrd/trial_04.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c1c2080ce9617a522ceeecb71e8fbe072ae9df5c07fea94a94e541768fe563c
3
+ size 1338454
rrd/trial_05.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfcb848c1f7d8ed57156ac8ee86a3738092f2474a4068ef92c794969013c61d
3
+ size 946543
rrd/trial_06.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa831a547f48abc8c916b6bbdc617e361fa69169d2b5c91328c51926472cd0f
3
+ size 963306
rrd/trial_07.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaebd71a18fc423946e1ae164d6c1dce7b7db82f2fe9ddab6b0a751d0563b888
3
+ size 1127075
rrd/trial_08.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d48eabe0d64479339e1fe0ee122bb48eda1d60f0b7f80318a7ffacaec60796
3
+ size 1116246
rrd/trial_09.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def22ab2915601b256083050a0742944d27259e91fd28e5df6f00649c7a23c38
3
+ size 1018399
rrd/trial_10.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d682f3b14e347ee80c7dee27abcdd2d00ecad08d254b862ab32899467eadb94
3
+ size 1247997
rrd/trial_11.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75bf636c87aa66fd1c10c3c473e5f510441f8d8ac0d272328bb9421f43e7c320
3
+ size 1186514
rrd/trial_12.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0e55700a871ecc048904949b2bfd964423d495c526833a783c4c8434a5733f
3
+ size 1128561
rrd/trial_13.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8409d1585e143a54130daa67453a539ce4ce047f2c7c478625f7b7af6c5a22f
3
+ size 780357
rrd/trial_14.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a0f60913a077d31dfd4434700634001346722bb88392ae499c2178a693ea185
3
+ size 1359407
rrd/trial_15.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fadb0b2fc0e7684378e2256181d4924928f0d9f1ca3560ebd0e3f4e548c0734e
3
+ size 1043090
rrd/trial_16.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a653390b4b67c1f2a3dc7587c77c2ba051c7428eb999ed732c41e11742ab7fee
3
+ size 976055
rrd/trial_17.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bfd7d19991c52ec310231c5280d4d12036dac58593d0755ca8095249c63669f
3
+ size 991654
rrd/trial_18.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15b5993cdb5fc4a819abd0d3ce28be386e34377f67ad4e324e9ac49bf8b4ee8
3
+ size 644717
rrd/trial_19.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795c48b382bb133cd623b4214b2e6df8baa5cde81761da6f1fd37c602f2d4461
3
+ size 769323
rrd/trial_20.rrd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a148977bff9bbe4b8f54ed9a1b9dd4f3148d0bdeaff3a38ba0d8bbfaccf91b5
3
+ size 1125511