V4ldeLund commited on
Commit
b931e30
·
verified ·
1 Parent(s): dcf4c06

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d338b93f5fc3e0487095e0fbd12693929380e612224113430f78970e636f372a
3
+ size 83023
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:735f203af317ea6958a7746f3c0c555fcfb56f9779b7dfa951a15dc0ec56ff44
3
+ size 63378
meta/info.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "openarm_v2.0_bimanual",
4
+ "total_episodes": 1,
5
+ "total_frames": 605,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 16
21
+ ],
22
+ "names": [
23
+ "left_joint_1",
24
+ "left_joint_2",
25
+ "left_joint_3",
26
+ "left_joint_4",
27
+ "left_joint_5",
28
+ "left_joint_6",
29
+ "left_joint_7",
30
+ "left_gripper",
31
+ "right_joint_1",
32
+ "right_joint_2",
33
+ "right_joint_3",
34
+ "right_joint_4",
35
+ "right_joint_5",
36
+ "right_joint_6",
37
+ "right_joint_7",
38
+ "right_gripper"
39
+ ]
40
+ },
41
+ "action": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 16
45
+ ],
46
+ "names": [
47
+ "left_joint_1",
48
+ "left_joint_2",
49
+ "left_joint_3",
50
+ "left_joint_4",
51
+ "left_joint_5",
52
+ "left_joint_6",
53
+ "left_joint_7",
54
+ "left_gripper",
55
+ "right_joint_1",
56
+ "right_joint_2",
57
+ "right_joint_3",
58
+ "right_joint_4",
59
+ "right_joint_5",
60
+ "right_joint_6",
61
+ "right_joint_7",
62
+ "right_gripper"
63
+ ]
64
+ },
65
+ "observation.images.context": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 376,
69
+ 672,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "video.height": 376,
79
+ "video.width": 672,
80
+ "video.codec": "h264",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 30,
84
+ "video.channels": 3,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.images.wrist_left": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 600,
92
+ 960,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channels"
99
+ ],
100
+ "info": {
101
+ "video.height": 600,
102
+ "video.width": 960,
103
+ "video.codec": "h264",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "video.fps": 30,
107
+ "video.channels": 3,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.wrist_right": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 600,
115
+ 960,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ],
123
+ "info": {
124
+ "video.height": 600,
125
+ "video.width": 960,
126
+ "video.codec": "h264",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 30,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "timestamp": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "frame_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "episode_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "task_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ }
169
+ }
170
+ }
meta/qsim_episode_report.json ADDED
@@ -0,0 +1,816 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "passed": true,
3
+ "terminal_phase": "done",
4
+ "failure_reason": null,
5
+ "simulation_duration_seconds": 20.149999919400376,
6
+ "wall_duration_seconds": 100.4729692999972,
7
+ "phase_history": [
8
+ {
9
+ "phase": "reset",
10
+ "started_at_seconds": 0.0,
11
+ "finished_at_seconds": 0.0749999997,
12
+ "duration_seconds": 0.0749999997,
13
+ "object_position_world_m": [
14
+ -0.08000006526708603,
15
+ 0.1449996381998062,
16
+ 0.16932906210422516
17
+ ],
18
+ "object_up_axis_world": [
19
+ -2.466681308033132e-06,
20
+ -7.496733731079387e-06,
21
+ 0.9999999999688572
22
+ ]
23
+ },
24
+ {
25
+ "phase": "pregrasp",
26
+ "started_at_seconds": 0.083333333,
27
+ "finished_at_seconds": 1.3583333278999974,
28
+ "duration_seconds": 1.2749999948999975,
29
+ "object_position_world_m": [
30
+ -0.07999999076128006,
31
+ 0.1449999213218689,
32
+ 0.16932901740074158
33
+ ],
34
+ "object_up_axis_world": [
35
+ -1.129738698540708e-06,
36
+ -4.04312184047547e-06,
37
+ 0.9999999999911884
38
+ ]
39
+ },
40
+ {
41
+ "phase": "approach",
42
+ "started_at_seconds": 1.3666666611999974,
43
+ "finished_at_seconds": 2.0583333250999947,
44
+ "duration_seconds": 0.6916666638999973,
45
+ "object_position_world_m": [
46
+ -0.08000006526708603,
47
+ 0.1449996381998062,
48
+ 0.16932904720306396
49
+ ],
50
+ "object_up_axis_world": [
51
+ -2.490909520796136e-06,
52
+ -7.391921832074656e-06,
53
+ 0.9999999999695774
54
+ ]
55
+ },
56
+ {
57
+ "phase": "close",
58
+ "started_at_seconds": 2.0666666583999946,
59
+ "finished_at_seconds": 2.5916666562999926,
60
+ "duration_seconds": 0.524999997899998,
61
+ "object_position_world_m": [
62
+ -0.07997561991214752,
63
+ 0.14470209181308746,
64
+ 0.1694425344467163
65
+ ],
66
+ "object_up_axis_world": [
67
+ 9.092230744447382e-05,
68
+ -0.006563714391450536,
69
+ 0.9999784544611556
70
+ ]
71
+ },
72
+ {
73
+ "phase": "lift",
74
+ "started_at_seconds": 2.5999999895999926,
75
+ "finished_at_seconds": 5.616666644200067,
76
+ "duration_seconds": 3.0166666546000744,
77
+ "object_position_world_m": [
78
+ -0.08046030253171921,
79
+ 0.1461746245622635,
80
+ 0.30884626507759094
81
+ ],
82
+ "object_up_axis_world": [
83
+ -0.002595362289997451,
84
+ -0.0037196715481021404,
85
+ 0.9999897140161782
86
+ ]
87
+ },
88
+ {
89
+ "phase": "clearance",
90
+ "started_at_seconds": 5.624999977500067,
91
+ "finished_at_seconds": 9.941666626900075,
92
+ "duration_seconds": 4.316666649400007,
93
+ "object_position_world_m": [
94
+ -0.08006217330694199,
95
+ 0.3830507695674896,
96
+ 0.5037134289741516
97
+ ],
98
+ "object_up_axis_world": [
99
+ 0.008165513889991498,
100
+ 0.0009737182941641025,
101
+ 0.9999661875561573
102
+ ]
103
+ },
104
+ {
105
+ "phase": "transport",
106
+ "started_at_seconds": 9.949999960200074,
107
+ "finished_at_seconds": 16.91666659899987,
108
+ "duration_seconds": 6.966666638799797,
109
+ "object_position_world_m": [
110
+ 0.22567050158977509,
111
+ 0.17938320338726044,
112
+ 0.5030563473701477
113
+ ],
114
+ "object_up_axis_world": [
115
+ -0.012476919044334542,
116
+ 0.02133910589655559,
117
+ 0.9996944378412319
118
+ ]
119
+ },
120
+ {
121
+ "phase": "lower",
122
+ "started_at_seconds": 16.924999932299873,
123
+ "finished_at_seconds": 18.683333258600147,
124
+ "duration_seconds": 1.7583333263002743,
125
+ "object_position_world_m": [
126
+ 0.23114114999771118,
127
+ 0.1786958873271942,
128
+ 0.46678200364112854
129
+ ],
130
+ "object_up_axis_world": [
131
+ -0.03197933688627599,
132
+ -0.020948018036909065,
133
+ 0.9992689840841851
134
+ ]
135
+ },
136
+ {
137
+ "phase": "release",
138
+ "started_at_seconds": 18.691666591900148,
139
+ "finished_at_seconds": 19.299999922800243,
140
+ "duration_seconds": 0.6083333309000949,
141
+ "object_position_world_m": [
142
+ 0.23307663202285767,
143
+ 0.1800422966480255,
144
+ 0.46548792719841003
145
+ ],
146
+ "object_up_axis_world": [
147
+ 0.008562618215833626,
148
+ 0.006549012384504609,
149
+ 0.9999418943149034
150
+ ]
151
+ },
152
+ {
153
+ "phase": "retract",
154
+ "started_at_seconds": 19.308333256100244,
155
+ "finished_at_seconds": 20.141666586100374,
156
+ "duration_seconds": 0.83333333000013,
157
+ "object_position_world_m": [
158
+ 0.23307663202285767,
159
+ 0.18004223704338074,
160
+ 0.4654879570007324
161
+ ],
162
+ "object_up_axis_world": [
163
+ 0.00856302354239742,
164
+ 0.006547271316873714,
165
+ 0.9999419022453833
166
+ ]
167
+ }
168
+ ],
169
+ "plans": [
170
+ {
171
+ "phase": "pregrasp",
172
+ "goal": "pregrasp",
173
+ "duration_seconds": 1.2440706603229046,
174
+ "terminal_position_error_m": 1.0629141719682526e-07,
175
+ "terminal_orientation_error_rad": 0.005639527959344666,
176
+ "maximum_tracking_error_rad": 0.08486941906835056,
177
+ "final_tracking_error_rad": 0.001243499835377763,
178
+ "terminal_joint_positions_rad": [
179
+ 0.2654123604297638,
180
+ 0.06942254304885864,
181
+ -0.05910611152648926,
182
+ 1.1111149787902832,
183
+ 0.0978587418794632,
184
+ -0.2176939696073532,
185
+ -0.023269984871149063
186
+ ],
187
+ "terminal_joint_velocities_rad_s": [
188
+ 0.0,
189
+ 0.0,
190
+ 0.0,
191
+ 0.0,
192
+ 0.0,
193
+ 0.0,
194
+ 0.0
195
+ ],
196
+ "final_actual_joint_positions_rad": [
197
+ 0.2662738859653473,
198
+ 0.06950866430997849,
199
+ -0.05934138968586922,
200
+ 1.1102744340896606,
201
+ 0.09785257279872894,
202
+ -0.21786895394325256,
203
+ -0.023334171622991562
204
+ ],
205
+ "final_actual_joint_velocities_rad_s": null,
206
+ "final_joint_error_rad": [
207
+ 0.0008615255355834961,
208
+ 8.612126111984253e-05,
209
+ -0.0002352781593799591,
210
+ -0.0008405447006225586,
211
+ -6.16908073425293e-06,
212
+ -0.00017498433589935303,
213
+ -6.418675184249878e-05
214
+ ],
215
+ "final_commanded_joint_positions_rad": [
216
+ 0.2654123604297638,
217
+ 0.06942254304885864,
218
+ -0.05910611152648926,
219
+ 1.1111149787902832,
220
+ 0.0978587418794632,
221
+ -0.2176939696073532,
222
+ -0.023269984871149063
223
+ ],
224
+ "final_instantaneous_joint_error_rad": [
225
+ 0.0008615255355834961,
226
+ 8.612126111984253e-05,
227
+ -0.0002352781593799591,
228
+ -0.0008405447006225586,
229
+ -6.16908073425293e-06,
230
+ -0.00017498433589935303,
231
+ -6.418675184249878e-05
232
+ ],
233
+ "final_applied_joint_efforts_nm": null,
234
+ "final_measured_joint_efforts_nm": null,
235
+ "final_generalized_gravity_forces_nm": null,
236
+ "drive_max_efforts_nm": null,
237
+ "drive_stiffness_nm_rad": null,
238
+ "drive_damping_nm_s_rad": null,
239
+ "final_drive_position_targets_rad": null,
240
+ "final_drive_velocity_targets_rad_s": null,
241
+ "final_finger_positions_rad": null,
242
+ "final_finger_position_targets_rad": null,
243
+ "final_cartesian_position_error_m": 0.00048545883111847566,
244
+ "final_cartesian_orientation_error_rad": 0.0068280758528627946,
245
+ "maximum_grasp_translation_drift_m": 0.0,
246
+ "maximum_grasp_rotation_drift_rad": 0.0,
247
+ "maximum_contact_loss_frames": 0,
248
+ "path_goal_count": 1,
249
+ "path_knot_count": null,
250
+ "planned_minimum_obstacle_clearance_m": null,
251
+ "planned_maximum_upright_error_deg": null
252
+ },
253
+ {
254
+ "phase": "approach",
255
+ "goal": "approach",
256
+ "duration_seconds": 0.6646513286978006,
257
+ "terminal_position_error_m": 1.7337479600172304e-08,
258
+ "terminal_orientation_error_rad": 0.0070624421754417206,
259
+ "maximum_tracking_error_rad": 0.035848019821927125,
260
+ "final_tracking_error_rad": 0.0011101998682929632,
261
+ "terminal_joint_positions_rad": [
262
+ 0.13293494284152985,
263
+ 0.04010641202330589,
264
+ -0.02280530519783497,
265
+ 0.8846182227134705,
266
+ 0.046327777206897736,
267
+ -0.12195107340812683,
268
+ 0.014356888830661774
269
+ ],
270
+ "terminal_joint_velocities_rad_s": [
271
+ 0.0,
272
+ 0.0,
273
+ 0.0,
274
+ 0.0,
275
+ 0.0,
276
+ 0.0,
277
+ 0.0
278
+ ],
279
+ "final_actual_joint_positions_rad": [
280
+ 0.13306207954883575,
281
+ 0.039666905999183655,
282
+ -0.022564850747585297,
283
+ 0.8836440443992615,
284
+ 0.046201400458812714,
285
+ -0.12193167209625244,
286
+ 0.014351865276694298
287
+ ],
288
+ "final_actual_joint_velocities_rad_s": null,
289
+ "final_joint_error_rad": [
290
+ 0.0001271367073059082,
291
+ -0.00043950602412223816,
292
+ 0.00024045445024967194,
293
+ -0.0009741783142089844,
294
+ -0.00012637674808502197,
295
+ 1.940131187438965e-05,
296
+ -5.023553967475891e-06
297
+ ],
298
+ "final_commanded_joint_positions_rad": [
299
+ 0.13293494284152985,
300
+ 0.04010641202330589,
301
+ -0.02280530519783497,
302
+ 0.8846182227134705,
303
+ 0.046327777206897736,
304
+ -0.12195107340812683,
305
+ 0.014356888830661774
306
+ ],
307
+ "final_instantaneous_joint_error_rad": [
308
+ 0.0001271367073059082,
309
+ -0.00043950602412223816,
310
+ 0.00024045445024967194,
311
+ -0.0009741783142089844,
312
+ -0.00012637674808502197,
313
+ 1.940131187438965e-05,
314
+ -5.023553967475891e-06
315
+ ],
316
+ "final_applied_joint_efforts_nm": null,
317
+ "final_measured_joint_efforts_nm": null,
318
+ "final_generalized_gravity_forces_nm": null,
319
+ "drive_max_efforts_nm": null,
320
+ "drive_stiffness_nm_rad": null,
321
+ "drive_damping_nm_s_rad": null,
322
+ "final_drive_position_targets_rad": null,
323
+ "final_drive_velocity_targets_rad_s": null,
324
+ "final_finger_positions_rad": null,
325
+ "final_finger_position_targets_rad": null,
326
+ "final_cartesian_position_error_m": 0.00027927494668932734,
327
+ "final_cartesian_orientation_error_rad": 0.007156205264324922,
328
+ "maximum_grasp_translation_drift_m": 0.0,
329
+ "maximum_grasp_rotation_drift_rad": 0.0,
330
+ "maximum_contact_loss_frames": 0,
331
+ "path_goal_count": 1,
332
+ "path_knot_count": null,
333
+ "planned_minimum_obstacle_clearance_m": null,
334
+ "planned_maximum_upright_error_deg": null
335
+ },
336
+ {
337
+ "phase": "lift",
338
+ "goal": "lift",
339
+ "duration_seconds": 2.9837076738476753,
340
+ "terminal_position_error_m": 8.84451020619022e-06,
341
+ "terminal_orientation_error_rad": 0.007463144465354482,
342
+ "maximum_tracking_error_rad": 0.03692884169301559,
343
+ "final_tracking_error_rad": 0.0053017089796694745,
344
+ "terminal_joint_positions_rad": [
345
+ 0.4334408640861511,
346
+ 0.0870092436671257,
347
+ 0.06340144574642181,
348
+ 1.825784683227539,
349
+ -0.2631765305995941,
350
+ -0.6981958746910095,
351
+ 0.4569401741027832
352
+ ],
353
+ "terminal_joint_velocities_rad_s": [
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 0.0,
358
+ 0.0,
359
+ 0.0,
360
+ 0.0
361
+ ],
362
+ "final_actual_joint_positions_rad": [
363
+ 0.4348563253879547,
364
+ 0.0862727165222168,
365
+ 0.06294713914394379,
366
+ 1.824559211730957,
367
+ -0.2614983022212982,
368
+ -0.6989008784294128,
369
+ 0.4614723324775696
370
+ ],
371
+ "final_actual_joint_velocities_rad_s": null,
372
+ "final_joint_error_rad": [
373
+ 0.0014154613018035889,
374
+ -0.000736527144908905,
375
+ -0.00045430660247802734,
376
+ -0.0012254714965820312,
377
+ 0.0016782283782958984,
378
+ -0.0007050037384033203,
379
+ 0.004532158374786377
380
+ ],
381
+ "final_commanded_joint_positions_rad": [
382
+ 0.4334408640861511,
383
+ 0.0870092436671257,
384
+ 0.06340144574642181,
385
+ 1.825784683227539,
386
+ -0.2631765305995941,
387
+ -0.6981958746910095,
388
+ 0.4569401741027832
389
+ ],
390
+ "final_instantaneous_joint_error_rad": [
391
+ 0.0014154613018035889,
392
+ -0.000736527144908905,
393
+ -0.00045430660247802734,
394
+ -0.0012254714965820312,
395
+ 0.0016782283782958984,
396
+ -0.0007050037384033203,
397
+ 0.004532158374786377
398
+ ],
399
+ "final_applied_joint_efforts_nm": null,
400
+ "final_measured_joint_efforts_nm": null,
401
+ "final_generalized_gravity_forces_nm": null,
402
+ "drive_max_efforts_nm": null,
403
+ "drive_stiffness_nm_rad": null,
404
+ "drive_damping_nm_s_rad": null,
405
+ "final_drive_position_targets_rad": null,
406
+ "final_drive_velocity_targets_rad_s": null,
407
+ "final_finger_positions_rad": null,
408
+ "final_finger_position_targets_rad": null,
409
+ "final_cartesian_position_error_m": 0.001660965712971855,
410
+ "final_cartesian_orientation_error_rad": 0.0045356369906389415,
411
+ "maximum_grasp_translation_drift_m": 1.811731185505067e-05,
412
+ "maximum_grasp_rotation_drift_rad": 0.0005120489665349275,
413
+ "maximum_contact_loss_frames": 312,
414
+ "path_goal_count": 1,
415
+ "path_knot_count": null,
416
+ "planned_minimum_obstacle_clearance_m": null,
417
+ "planned_maximum_upright_error_deg": null
418
+ },
419
+ {
420
+ "phase": "clearance",
421
+ "goal": "clearance",
422
+ "duration_seconds": 4.283835738897324,
423
+ "terminal_position_error_m": 3.831976435929552e-08,
424
+ "terminal_orientation_error_rad": 0.004485563743161995,
425
+ "maximum_tracking_error_rad": 0.054091337754186467,
426
+ "final_tracking_error_rad": 0.0050165575913180185,
427
+ "terminal_joint_positions_rad": [
428
+ -1.081906795501709,
429
+ 0.08722767233848572,
430
+ -1.2443636655807495,
431
+ 1.6599007844924927,
432
+ 0.10607176274061203,
433
+ -0.692197859287262,
434
+ 1.4254884719848633
435
+ ],
436
+ "terminal_joint_velocities_rad_s": [
437
+ 0.0,
438
+ 0.0,
439
+ 0.0,
440
+ 0.0,
441
+ 0.0,
442
+ 0.0,
443
+ 0.0
444
+ ],
445
+ "final_actual_joint_positions_rad": [
446
+ -1.080962896347046,
447
+ 0.08809129148721695,
448
+ -1.2454166412353516,
449
+ 1.6594486236572266,
450
+ 0.10707756131887436,
451
+ -0.6928805708885193,
452
+ 1.4300423860549927
453
+ ],
454
+ "final_actual_joint_velocities_rad_s": null,
455
+ "final_joint_error_rad": [
456
+ 0.0009438991546630859,
457
+ 0.0008636191487312317,
458
+ -0.0010529756546020508,
459
+ -0.0004521608352661133,
460
+ 0.001005798578262329,
461
+ -0.0006827116012573242,
462
+ 0.0045539140701293945
463
+ ],
464
+ "final_commanded_joint_positions_rad": [
465
+ -1.081906795501709,
466
+ 0.08722767233848572,
467
+ -1.2443636655807495,
468
+ 1.6599007844924927,
469
+ 0.10607176274061203,
470
+ -0.692197859287262,
471
+ 1.4254884719848633
472
+ ],
473
+ "final_instantaneous_joint_error_rad": [
474
+ 0.0009438991546630859,
475
+ 0.0008636191487312317,
476
+ -0.0010529756546020508,
477
+ -0.0004521608352661133,
478
+ 0.001005798578262329,
479
+ -0.0006827116012573242,
480
+ 0.0045539140701293945
481
+ ],
482
+ "final_applied_joint_efforts_nm": null,
483
+ "final_measured_joint_efforts_nm": null,
484
+ "final_generalized_gravity_forces_nm": null,
485
+ "drive_max_efforts_nm": null,
486
+ "drive_stiffness_nm_rad": null,
487
+ "drive_damping_nm_s_rad": null,
488
+ "final_drive_position_targets_rad": null,
489
+ "final_drive_velocity_targets_rad_s": null,
490
+ "final_finger_positions_rad": null,
491
+ "final_finger_position_targets_rad": null,
492
+ "final_cartesian_position_error_m": 0.003090540051069777,
493
+ "final_cartesian_orientation_error_rad": 0.00822345844414842,
494
+ "maximum_grasp_translation_drift_m": 1.8020260576008078e-05,
495
+ "maximum_grasp_rotation_drift_rad": 0.0005279224676512332,
496
+ "maximum_contact_loss_frames": 831,
497
+ "path_goal_count": 1,
498
+ "path_knot_count": null,
499
+ "planned_minimum_obstacle_clearance_m": null,
500
+ "planned_maximum_upright_error_deg": null
501
+ },
502
+ {
503
+ "phase": "transport",
504
+ "goal": "transport_5",
505
+ "duration_seconds": 6.93587122754127,
506
+ "terminal_position_error_m": 9.281140350488335e-08,
507
+ "terminal_orientation_error_rad": 0.03152157193464808,
508
+ "maximum_tracking_error_rad": 0.02961631593443647,
509
+ "final_tracking_error_rad": 0.005468404209444488,
510
+ "terminal_joint_positions_rad": [
511
+ -1.4658535718917847,
512
+ 0.0597514845430851,
513
+ -1.331185221672058,
514
+ 0.08904112875461578,
515
+ 0.7009297013282776,
516
+ -0.6570912003517151,
517
+ 0.7745106220245361
518
+ ],
519
+ "terminal_joint_velocities_rad_s": [
520
+ 3.469446951953614e-18,
521
+ -1.734723475976807e-18,
522
+ 1.3877787807814457e-17,
523
+ 4.163336342344337e-17,
524
+ 6.938893903907228e-17,
525
+ 8.673617379884035e-17,
526
+ 1.249000902703301e-16
527
+ ],
528
+ "final_actual_joint_positions_rad": [
529
+ -1.463488221168518,
530
+ 0.059569068253040314,
531
+ -1.3312703371047974,
532
+ 0.08877050876617432,
533
+ 0.702165424823761,
534
+ -0.6580972075462341,
535
+ 0.77916419506073
536
+ ],
537
+ "final_actual_joint_velocities_rad_s": null,
538
+ "final_joint_error_rad": [
539
+ 0.0023653507232666016,
540
+ -0.00018241629004478455,
541
+ -8.511543273925781e-05,
542
+ -0.0002706199884414673,
543
+ 0.0012357234954833984,
544
+ -0.001006007194519043,
545
+ 0.004653573036193848
546
+ ],
547
+ "final_commanded_joint_positions_rad": [
548
+ -1.4658535718917847,
549
+ 0.0597514845430851,
550
+ -1.331185221672058,
551
+ 0.08904112875461578,
552
+ 0.7009297013282776,
553
+ -0.6570912003517151,
554
+ 0.7745106220245361
555
+ ],
556
+ "final_instantaneous_joint_error_rad": [
557
+ 0.0023653507232666016,
558
+ -0.00018241629004478455,
559
+ -8.511543273925781e-05,
560
+ -0.0002706199884414673,
561
+ 0.0012357234954833984,
562
+ -0.001006007194519043,
563
+ 0.004653573036193848
564
+ ],
565
+ "final_applied_joint_efforts_nm": null,
566
+ "final_measured_joint_efforts_nm": null,
567
+ "final_generalized_gravity_forces_nm": null,
568
+ "drive_max_efforts_nm": null,
569
+ "drive_stiffness_nm_rad": null,
570
+ "drive_damping_nm_s_rad": null,
571
+ "final_drive_position_targets_rad": null,
572
+ "final_drive_velocity_targets_rad_s": null,
573
+ "final_finger_positions_rad": null,
574
+ "final_finger_position_targets_rad": null,
575
+ "final_cartesian_position_error_m": 0.001989323002340175,
576
+ "final_cartesian_orientation_error_rad": 0.02472155826028578,
577
+ "maximum_grasp_translation_drift_m": 1.7442443681147716e-05,
578
+ "maximum_grasp_rotation_drift_rad": 0.0005488040870721193,
579
+ "maximum_contact_loss_frames": 1668,
580
+ "path_goal_count": 5,
581
+ "path_knot_count": 12,
582
+ "planned_minimum_obstacle_clearance_m": 0.06738543255427351,
583
+ "planned_maximum_upright_error_deg": 1.885221736893941
584
+ },
585
+ {
586
+ "phase": "lower",
587
+ "goal": "lower",
588
+ "duration_seconds": 1.659287940710783,
589
+ "terminal_position_error_m": 7.224210070954179e-08,
590
+ "terminal_orientation_error_rad": 0.03842792971764788,
591
+ "maximum_tracking_error_rad": 0.022277870048561122,
592
+ "final_tracking_error_rad": 0.005383700741644966,
593
+ "terminal_joint_positions_rad": [
594
+ -1.366779088973999,
595
+ 0.04193652421236038,
596
+ -1.2316348552703857,
597
+ 0.09175776690244675,
598
+ 0.9178369045257568,
599
+ -0.6852245926856995,
600
+ 0.39597684144973755
601
+ ],
602
+ "terminal_joint_velocities_rad_s": [
603
+ 0.0,
604
+ 0.0,
605
+ 0.0,
606
+ 0.0,
607
+ 0.0,
608
+ 0.0,
609
+ 0.0
610
+ ],
611
+ "final_actual_joint_positions_rad": [
612
+ -1.3685235977172852,
613
+ 0.04249032586812973,
614
+ -1.2315877676010132,
615
+ 0.09152361005544662,
616
+ 0.9192289113998413,
617
+ -0.6869205832481384,
618
+ 0.4005334973335266
619
+ ],
620
+ "final_actual_joint_velocities_rad_s": null,
621
+ "final_joint_error_rad": [
622
+ -0.0017445087432861328,
623
+ 0.0005538016557693481,
624
+ 4.7087669372558594e-05,
625
+ -0.00023415684700012207,
626
+ 0.0013920068740844727,
627
+ -0.0016959905624389648,
628
+ 0.0045566558837890625
629
+ ],
630
+ "final_commanded_joint_positions_rad": [
631
+ -1.366779088973999,
632
+ 0.04193652421236038,
633
+ -1.2316348552703857,
634
+ 0.09175776690244675,
635
+ 0.9178369045257568,
636
+ -0.6852245926856995,
637
+ 0.39597684144973755
638
+ ],
639
+ "final_instantaneous_joint_error_rad": [
640
+ -0.0017445087432861328,
641
+ 0.0005538016557693481,
642
+ 4.7087669372558594e-05,
643
+ -0.00023415684700012207,
644
+ 0.0013920068740844727,
645
+ -0.0016959905624389648,
646
+ 0.0045566558837890625
647
+ ],
648
+ "final_applied_joint_efforts_nm": null,
649
+ "final_measured_joint_efforts_nm": null,
650
+ "final_generalized_gravity_forces_nm": null,
651
+ "drive_max_efforts_nm": null,
652
+ "drive_stiffness_nm_rad": null,
653
+ "drive_damping_nm_s_rad": null,
654
+ "final_drive_position_targets_rad": null,
655
+ "final_drive_velocity_targets_rad_s": null,
656
+ "final_finger_positions_rad": null,
657
+ "final_finger_position_targets_rad": null,
658
+ "final_cartesian_position_error_m": 0.0015959917448416855,
659
+ "final_cartesian_orientation_error_rad": 0.038238854512806675,
660
+ "maximum_grasp_translation_drift_m": 3.020893652370043e-05,
661
+ "maximum_grasp_rotation_drift_rad": 0.0017719477575654091,
662
+ "maximum_contact_loss_frames": 1880,
663
+ "path_goal_count": 1,
664
+ "path_knot_count": null,
665
+ "planned_minimum_obstacle_clearance_m": null,
666
+ "planned_maximum_upright_error_deg": null
667
+ },
668
+ {
669
+ "phase": "retract",
670
+ "goal": "retract",
671
+ "duration_seconds": 0.8057614509016275,
672
+ "terminal_position_error_m": 7.714490892061943e-08,
673
+ "terminal_orientation_error_rad": 0.003734765370091768,
674
+ "maximum_tracking_error_rad": 0.07637131465188736,
675
+ "final_tracking_error_rad": 0.0017934890101212208,
676
+ "terminal_joint_positions_rad": [
677
+ -1.5492147207260132,
678
+ 0.04550483077764511,
679
+ -1.4044139385223389,
680
+ 0.2824777364730835,
681
+ 0.6750369668006897,
682
+ -0.6924534440040588,
683
+ 0.9718102216720581
684
+ ],
685
+ "terminal_joint_velocities_rad_s": [
686
+ 0.0,
687
+ 0.0,
688
+ 0.0,
689
+ 0.0,
690
+ 0.0,
691
+ 0.0,
692
+ 0.0
693
+ ],
694
+ "final_actual_joint_positions_rad": [
695
+ -1.5475010871887207,
696
+ 0.04536586254835129,
697
+ -1.4048779010772705,
698
+ 0.2823909819126129,
699
+ 0.6748492121696472,
700
+ -0.692470908164978,
701
+ 0.9718592762947083
702
+ ],
703
+ "final_actual_joint_velocities_rad_s": null,
704
+ "final_joint_error_rad": [
705
+ 0.0017136335372924805,
706
+ -0.00013896822929382324,
707
+ -0.0004639625549316406,
708
+ -8.675456047058105e-05,
709
+ -0.00018775463104248047,
710
+ -1.7464160919189453e-05,
711
+ 4.9054622650146484e-05
712
+ ],
713
+ "final_commanded_joint_positions_rad": [
714
+ -1.5492147207260132,
715
+ 0.04550483077764511,
716
+ -1.4044139385223389,
717
+ 0.2824777364730835,
718
+ 0.6750369668006897,
719
+ -0.6924534440040588,
720
+ 0.9718102216720581
721
+ ],
722
+ "final_instantaneous_joint_error_rad": [
723
+ 0.0017136335372924805,
724
+ -0.00013896822929382324,
725
+ -0.0004639625549316406,
726
+ -8.675456047058105e-05,
727
+ -0.00018775463104248047,
728
+ -1.7464160919189453e-05,
729
+ 4.9054622650146484e-05
730
+ ],
731
+ "final_applied_joint_efforts_nm": null,
732
+ "final_measured_joint_efforts_nm": null,
733
+ "final_generalized_gravity_forces_nm": null,
734
+ "drive_max_efforts_nm": null,
735
+ "drive_stiffness_nm_rad": null,
736
+ "drive_damping_nm_s_rad": null,
737
+ "final_drive_position_targets_rad": null,
738
+ "final_drive_velocity_targets_rad_s": null,
739
+ "final_finger_positions_rad": null,
740
+ "final_finger_position_targets_rad": null,
741
+ "final_cartesian_position_error_m": 0.0007683990987172687,
742
+ "final_cartesian_orientation_error_rad": 0.002304169626113225,
743
+ "maximum_grasp_translation_drift_m": 0.0,
744
+ "maximum_grasp_rotation_drift_rad": 0.0,
745
+ "maximum_contact_loss_frames": 0,
746
+ "path_goal_count": 1,
747
+ "path_knot_count": null,
748
+ "planned_minimum_obstacle_clearance_m": null,
749
+ "planned_maximum_upright_error_deg": null
750
+ }
751
+ ],
752
+ "final_object_position_world_m": [
753
+ 0.23307624459266663,
754
+ 0.18004216253757477,
755
+ 0.4654880166053772
756
+ ],
757
+ "final_position_error_m": 0.003815633824873394,
758
+ "final_upright_error_deg": 0.6173681323450649,
759
+ "smoothness": {
760
+ "maximum_joint_velocity_rad_s": 1.7439509630203247,
761
+ "maximum_joint_acceleration_rad_s2": 194.4897918701172,
762
+ "maximum_joint_jerk_rad_s3": 35428.16015625
763
+ },
764
+ "measured_tool_from_object": {
765
+ "position_m": [
766
+ -0.03944408169184626,
767
+ -8.38697839898872e-05,
768
+ -0.1600689565564312
769
+ ],
770
+ "rotation_matrix": [
771
+ [
772
+ 0.8091488570576486,
773
+ 0.0001596937673909763,
774
+ 0.5876036943554744
775
+ ],
776
+ [
777
+ -0.0027891551664327744,
778
+ 0.9999897414221955,
779
+ 0.0035689863866764466
780
+ ],
781
+ [
782
+ -0.5875970964323757,
783
+ -0.00452675913556011,
784
+ 0.8091410017518392
785
+ ]
786
+ ]
787
+ },
788
+ "arm_contact_pairs": [],
789
+ "object_contact_pairs": [],
790
+ "recording": {
791
+ "format": "qsim_raw_episode_v1",
792
+ "passed": true,
793
+ "fps": 30,
794
+ "physics_dt": 0.0083333333,
795
+ "frame_count": 605,
796
+ "task": "Pick up the SOLHETTA light-bulb box and place it on the OMAR shelf.",
797
+ "report_path": "C:\\Users\\V4lde\\Downloads\\Qsim\\q-research-reference\\sim\\outputs\\lerobot_raw_omar_solhetta_v1_report.json",
798
+ "cameras": {
799
+ "context": {
800
+ "file": "context.mp4",
801
+ "width": 672,
802
+ "height": 376
803
+ },
804
+ "wrist_left": {
805
+ "file": "wrist_left.mp4",
806
+ "width": 960,
807
+ "height": 600
808
+ },
809
+ "wrist_right": {
810
+ "file": "wrist_right.mp4",
811
+ "width": 960,
812
+ "height": 600
813
+ }
814
+ }
815
+ }
816
+ }
meta/qsim_recording.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "qsim_raw_episode_v1",
3
+ "passed": true,
4
+ "fps": 30,
5
+ "physics_dt": 0.0083333333,
6
+ "frame_count": 605,
7
+ "task": "Pick up the SOLHETTA light-bulb box and place it on the OMAR shelf.",
8
+ "report_path": "C:\\Users\\V4lde\\Downloads\\Qsim\\q-research-reference\\sim\\outputs\\lerobot_raw_omar_solhetta_v1_report.json",
9
+ "cameras": {
10
+ "context": {
11
+ "file": "context.mp4",
12
+ "width": 672,
13
+ "height": 376
14
+ },
15
+ "wrist_left": {
16
+ "file": "wrist_left.mp4",
17
+ "width": 960,
18
+ "height": 600
19
+ },
20
+ "wrist_right": {
21
+ "file": "wrist_right.mp4",
22
+ "width": 960,
23
+ "height": 600
24
+ }
25
+ }
26
+ }
meta/stats.json ADDED
@@ -0,0 +1,970 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -1.5523622035980225,
5
+ -0.032279666513204575,
6
+ -1.408187985420227,
7
+ 0.08301624655723572,
8
+ -0.3960193693637848,
9
+ -0.7513325810432434,
10
+ -0.030245255678892136,
11
+ 0.1883888989686966,
12
+ 0.7982584834098816,
13
+ -4.8185283958446234e-06,
14
+ -6.847781151009258e-06,
15
+ 1.348920226097107,
16
+ -3.667603607482306e-07,
17
+ 0.0003613781009335071,
18
+ -1.449709884582262e-06,
19
+ -8.116677463476663e-08
20
+ ],
21
+ "max": [
22
+ 0.43639859557151794,
23
+ 0.1456342488527298,
24
+ 0.06297507882118225,
25
+ 1.8257509469985962,
26
+ 0.9200609922409058,
27
+ -0.0003266509738750756,
28
+ 1.487632155418396,
29
+ 0.785400390625,
30
+ 0.7983009815216064,
31
+ -2.264254817418987e-06,
32
+ -6.165042577777058e-06,
33
+ 1.3489524126052856,
34
+ -2.4342732274362788e-08,
35
+ 0.00036283006193116307,
36
+ -1.4314142617877224e-06,
37
+ -6.025954490951335e-08
38
+ ],
39
+ "mean": [
40
+ -0.69589763879776,
41
+ 0.052678678184747696,
42
+ -0.7323812246322632,
43
+ 0.9800418019294739,
44
+ 0.14465230703353882,
45
+ -0.5458211302757263,
46
+ 0.7622088193893433,
47
+ 0.29331108927726746,
48
+ 0.7983031272888184,
49
+ -2.2999952307145577e-06,
50
+ -6.177014711283846e-06,
51
+ 1.348942756652832,
52
+ -2.6413975007244517e-08,
53
+ 0.0003613866283558309,
54
+ -1.4401890666704276e-06,
55
+ -7.324254625018511e-08
56
+ ],
57
+ "std": [
58
+ 0.7222752571105957,
59
+ 0.04064027592539787,
60
+ 0.5617609024047852,
61
+ 0.6035322546958923,
62
+ 0.3920077979564667,
63
+ 0.21172377467155457,
64
+ 0.518383264541626,
65
+ 0.2214411348104477,
66
+ 0.000732421875,
67
+ 2.1508309089313116e-07,
68
+ 6.2696756231162e-08,
69
+ 0.006422337144613266,
70
+ 1.5040134471178135e-08,
71
+ 7.99680208274367e-07,
72
+ 1.975633434625479e-09,
73
+ 4.197363789870678e-09
74
+ ],
75
+ "count": [
76
+ 605
77
+ ],
78
+ "q01": [
79
+ -1.5463760336919201,
80
+ -0.032171139124709355,
81
+ -1.4028770868575937,
82
+ 0.08301624645723572,
83
+ -0.3940386685192687,
84
+ -0.7508744675257791,
85
+ -0.029015775075741334,
86
+ 0.18838889886869659,
87
+ 0.7983009731509363,
88
+ -3.444806960631532e-06,
89
+ -6.528942007924088e-06,
90
+ 1.3489524063005585,
91
+ -2.7048770651563752e-08,
92
+ 0.0003613849858279058,
93
+ -1.445034129820484e-06,
94
+ -8.065445390043703e-08
95
+ ],
96
+ "q10": [
97
+ -1.4395000283338009,
98
+ -0.018776000421750157,
99
+ -1.3006459655095601,
100
+ 0.091459495610343,
101
+ -0.27270263956268526,
102
+ -0.7186638231765259,
103
+ 0.014158496491596992,
104
+ 0.18838889886869659,
105
+ 0.7983009739209973,
106
+ -2.266351664696433e-06,
107
+ -6.166923099639431e-06,
108
+ 1.3489524068828065,
109
+ -2.5851607554737973e-08,
110
+ 0.0003613855946629059,
111
+ -1.442605839503789e-06,
112
+ -7.879406267245321e-08
113
+ ],
114
+ "q50": [
115
+ -1.0781421910883555,
116
+ 0.05223833897639256,
117
+ -1.0022940960408422,
118
+ 1.0455286216214592,
119
+ 0.04637598230931656,
120
+ -0.6552789226617912,
121
+ 0.7788972452484098,
122
+ 0.18854659552969288,
123
+ 0.7983009773434903,
124
+ -2.2650883892943455e-06,
125
+ -6.165779300359946e-06,
126
+ 1.348952409470575,
127
+ -2.5471100722678107e-08,
128
+ 0.0003613857943350431,
129
+ -1.4400830365546137e-06,
130
+ -7.207035464347377e-08
131
+ ],
132
+ "q90": [
133
+ 0.3570470397766732,
134
+ 0.10160055485016105,
135
+ 0.04782209935743564,
136
+ 1.6990541343619694,
137
+ 0.7996396392357766,
138
+ -0.14774911498575205,
139
+ 1.4458146328371557,
140
+ 0.7852186534032143,
141
+ 0.7983009807659832,
142
+ -2.2647171084499137e-06,
143
+ -6.1654943000626234e-06,
144
+ 1.3489524120583436,
145
+ -2.5157257790366106e-08,
146
+ 0.0003613860646625137,
147
+ -1.437896853940299e-06,
148
+ -6.920821429272943e-08
149
+ ],
150
+ "q99": [
151
+ 0.4355931475477733,
152
+ 0.14292817829697194,
153
+ 0.06290387462886328,
154
+ 1.8246138127064275,
155
+ 0.9192022499048282,
156
+ -0.006192007189278835,
157
+ 1.4873209906490799,
158
+ 0.7853714953687941,
159
+ 0.7983009815360441,
160
+ -2.2642692956793536e-06,
161
+ -6.165226785290995e-06,
162
+ 1.3489524126405914,
163
+ -2.499675460902717e-08,
164
+ 0.00036138613055431893,
165
+ -1.4367632572192218e-06,
166
+ -6.351580550812587e-08
167
+ ]
168
+ },
169
+ "action": {
170
+ "min": [
171
+ -1.5492147207260132,
172
+ -0.032733164727687836,
173
+ -1.4044139385223389,
174
+ 0.08339779078960419,
175
+ -0.39652755856513977,
176
+ -0.7501897215843201,
177
+ -0.029712434858083725,
178
+ 0.17837868630886078,
179
+ 0.800000011920929,
180
+ 0.0,
181
+ 0.0,
182
+ 1.350000023841858,
183
+ 0.0,
184
+ 0.0,
185
+ 0.0,
186
+ 0.7853999733924866
187
+ ],
188
+ "max": [
189
+ 0.43485698103904724,
190
+ 0.14529193937778473,
191
+ 0.0634259581565857,
192
+ 1.825784683227539,
193
+ 0.9178369045257568,
194
+ 0.0,
195
+ 1.4829164743423462,
196
+ 0.7853999733924866,
197
+ 0.800000011920929,
198
+ 0.0,
199
+ 0.0,
200
+ 1.350000023841858,
201
+ 0.0,
202
+ 0.0,
203
+ 0.0,
204
+ 0.7853999733924866
205
+ ],
206
+ "mean": [
207
+ -0.6956802606582642,
208
+ 0.05337546393275261,
209
+ -0.7282370328903198,
210
+ 0.9837436676025391,
211
+ 0.14191965758800507,
212
+ -0.543300986289978,
213
+ 0.7559061050415039,
214
+ 0.2851976752281189,
215
+ 0.7999953627586365,
216
+ 0.0,
217
+ 0.0,
218
+ 1.3499935865402222,
219
+ 0.0,
220
+ 0.0,
221
+ 0.0,
222
+ 0.7854003310203552
223
+ ],
224
+ "std": [
225
+ 0.7205753922462463,
226
+ 0.042266279458999634,
227
+ 0.5615734457969666,
228
+ 0.6027804017066956,
229
+ 0.39102765917778015,
230
+ 0.213155597448349,
231
+ 0.5185130834579468,
232
+ 0.22536511719226837,
233
+ 0.0034698902163654566,
234
+ 0.0,
235
+ 0.0,
236
+ 0.004919297061860561,
237
+ 0.0,
238
+ 0.0,
239
+ 0.0,
240
+ 0.0
241
+ ],
242
+ "count": [
243
+ 605
244
+ ],
245
+ "q01": [
246
+ -1.530941420450915,
247
+ -0.0326245695140615,
248
+ -1.3894272932752052,
249
+ 0.08339779068960419,
250
+ -0.39414855898658324,
251
+ -0.7497321059540316,
252
+ -0.02849476868601638,
253
+ 0.17837868620886077,
254
+ 0.8000000119209294,
255
+ 3.9999999999994176e-16,
256
+ 3.9999999999994176e-16,
257
+ 1.3500000238418584,
258
+ 3.9999999999994176e-16,
259
+ 3.9999999999994176e-16,
260
+ 3.9999999999994176e-16,
261
+ 0.785399973392487
262
+ ],
263
+ "q10": [
264
+ -1.4406859987285245,
265
+ -0.019612714640374507,
266
+ -1.2982891140779926,
267
+ 0.09152312156560577,
268
+ -0.27547459159604815,
269
+ -0.7184566964528434,
270
+ 0.014162206908469858,
271
+ 0.17837868620886077,
272
+ 0.800000011920933,
273
+ 3.999999999999417e-15,
274
+ 3.999999999999417e-15,
275
+ 1.350000023841862,
276
+ 3.999999999999417e-15,
277
+ 3.999999999999417e-15,
278
+ 3.999999999999417e-15,
279
+ 0.7853999733924906
280
+ ],
281
+ "q50": [
282
+ -1.0788905238751958,
283
+ 0.051739747165258906,
284
+ -0.9953269593621826,
285
+ 1.0540815285781977,
286
+ 0.046314688129145604,
287
+ -0.6536403044906781,
288
+ 0.7739473046063647,
289
+ 0.17837868620886077,
290
+ 0.8000000119209489,
291
+ 1.9999999999997088e-14,
292
+ 1.9999999999997088e-14,
293
+ 1.350000023841878,
294
+ 1.9999999999997088e-14,
295
+ 1.9999999999997088e-14,
296
+ 1.9999999999997088e-14,
297
+ 0.7853999733925066
298
+ ],
299
+ "q90": [
300
+ 0.3580734062729992,
301
+ 0.10155117134993014,
302
+ 0.04772007135998113,
303
+ 1.6973707693401232,
304
+ 0.7941552086300836,
305
+ -0.1454617869539796,
306
+ 1.440411602088194,
307
+ 0.7853209954540336,
308
+ 0.8000000119209649,
309
+ 3.599999999999476e-14,
310
+ 3.599999999999476e-14,
311
+ 1.3500000238418939,
312
+ 3.599999999999476e-14,
313
+ 3.599999999999476e-14,
314
+ 3.599999999999476e-14,
315
+ 0.7853999733925225
316
+ ],
317
+ "q99": [
318
+ 0.4345568902941249,
319
+ 0.14450684876779762,
320
+ 0.0633324800315739,
321
+ 1.8254187820800851,
322
+ 0.9177757361257345,
323
+ -0.002558146851284486,
324
+ 1.4824551226249791,
325
+ 0.7853920756886412,
326
+ 0.8000000119209685,
327
+ 3.9599999999994235e-14,
328
+ 3.9599999999994235e-14,
329
+ 1.3500000238418974,
330
+ 3.9599999999994235e-14,
331
+ 3.9599999999994235e-14,
332
+ 3.9599999999994235e-14,
333
+ 0.7853999733925261
334
+ ]
335
+ },
336
+ "timestamp": {
337
+ "min": [
338
+ 0.0
339
+ ],
340
+ "max": [
341
+ 20.133333333333333
342
+ ],
343
+ "mean": [
344
+ 10.066666666666666
345
+ ],
346
+ "std": [
347
+ 5.821607261840251
348
+ ],
349
+ "count": [
350
+ 605
351
+ ],
352
+ "q01": [
353
+ 0.19750799990196194
354
+ ],
355
+ "q10": [
356
+ 1.9992399999198596
357
+ ],
358
+ "q50": [
359
+ 10.068680000000017
360
+ ],
361
+ "q90": [
362
+ 18.134093333413468
363
+ ],
364
+ "q99": [
365
+ 19.935825333431367
366
+ ]
367
+ },
368
+ "frame_index": {
369
+ "min": [
370
+ 0
371
+ ],
372
+ "max": [
373
+ 604
374
+ ],
375
+ "mean": [
376
+ 302.0
377
+ ],
378
+ "std": [
379
+ 174.64821785520743
380
+ ],
381
+ "count": [
382
+ 605
383
+ ],
384
+ "q01": [
385
+ 5.925239999901963
386
+ ],
387
+ "q10": [
388
+ 59.97719999991986
389
+ ],
390
+ "q50": [
391
+ 301.93960000000004
392
+ ],
393
+ "q90": [
394
+ 544.0228000000802
395
+ ],
396
+ "q99": [
397
+ 598.0747600000981
398
+ ]
399
+ },
400
+ "episode_index": {
401
+ "min": [
402
+ 0
403
+ ],
404
+ "max": [
405
+ 0
406
+ ],
407
+ "mean": [
408
+ 0.0
409
+ ],
410
+ "std": [
411
+ 0.0
412
+ ],
413
+ "count": [
414
+ 605
415
+ ],
416
+ "q01": [
417
+ 3.9999999999994176e-16
418
+ ],
419
+ "q10": [
420
+ 3.999999999999417e-15
421
+ ],
422
+ "q50": [
423
+ 1.9999999999997088e-14
424
+ ],
425
+ "q90": [
426
+ 3.599999999999476e-14
427
+ ],
428
+ "q99": [
429
+ 3.9599999999994235e-14
430
+ ]
431
+ },
432
+ "index": {
433
+ "min": [
434
+ 0
435
+ ],
436
+ "max": [
437
+ 604
438
+ ],
439
+ "mean": [
440
+ 302.0
441
+ ],
442
+ "std": [
443
+ 174.64821785520743
444
+ ],
445
+ "count": [
446
+ 605
447
+ ],
448
+ "q01": [
449
+ 5.925239999901963
450
+ ],
451
+ "q10": [
452
+ 59.97719999991986
453
+ ],
454
+ "q50": [
455
+ 301.93960000000004
456
+ ],
457
+ "q90": [
458
+ 544.0228000000802
459
+ ],
460
+ "q99": [
461
+ 598.0747600000981
462
+ ]
463
+ },
464
+ "task_index": {
465
+ "min": [
466
+ 0
467
+ ],
468
+ "max": [
469
+ 0
470
+ ],
471
+ "mean": [
472
+ 0.0
473
+ ],
474
+ "std": [
475
+ 0.0
476
+ ],
477
+ "count": [
478
+ 605
479
+ ],
480
+ "q01": [
481
+ 3.9999999999994176e-16
482
+ ],
483
+ "q10": [
484
+ 3.999999999999417e-15
485
+ ],
486
+ "q50": [
487
+ 1.9999999999997088e-14
488
+ ],
489
+ "q90": [
490
+ 3.599999999999476e-14
491
+ ],
492
+ "q99": [
493
+ 3.9599999999994235e-14
494
+ ]
495
+ },
496
+ "observation.images.context": {
497
+ "min": [
498
+ [
499
+ [
500
+ 0.0
501
+ ]
502
+ ],
503
+ [
504
+ [
505
+ 0.0
506
+ ]
507
+ ],
508
+ [
509
+ [
510
+ 0.0
511
+ ]
512
+ ]
513
+ ],
514
+ "max": [
515
+ [
516
+ [
517
+ 0.9529411764705882
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.9568627450980393
523
+ ]
524
+ ],
525
+ [
526
+ [
527
+ 0.9764705882352941
528
+ ]
529
+ ]
530
+ ],
531
+ "mean": [
532
+ [
533
+ [
534
+ 0.4267930676168243
535
+ ]
536
+ ],
537
+ [
538
+ [
539
+ 0.4290734092710993
540
+ ]
541
+ ],
542
+ [
543
+ [
544
+ 0.45488270831455474
545
+ ]
546
+ ]
547
+ ],
548
+ "std": [
549
+ [
550
+ [
551
+ 0.0
552
+ ]
553
+ ],
554
+ [
555
+ [
556
+ 0.0
557
+ ]
558
+ ],
559
+ [
560
+ [
561
+ 0.0
562
+ ]
563
+ ]
564
+ ],
565
+ "count": [
566
+ 9554160
567
+ ],
568
+ "q01": [
569
+ [
570
+ [
571
+ 0.01944166310824019
572
+ ]
573
+ ],
574
+ [
575
+ [
576
+ 0.019580851934664772
577
+ ]
578
+ ],
579
+ [
580
+ [
581
+ 0.027401372450714823
582
+ ]
583
+ ]
584
+ ],
585
+ "q10": [
586
+ [
587
+ [
588
+ 0.1017959889424542
589
+ ]
590
+ ],
591
+ [
592
+ [
593
+ 0.09815526552720234
594
+ ]
595
+ ],
596
+ [
597
+ [
598
+ 0.113742996580736
599
+ ]
600
+ ]
601
+ ],
602
+ "q50": [
603
+ [
604
+ [
605
+ 0.4980109958966156
606
+ ]
607
+ ],
608
+ [
609
+ [
610
+ 0.4981205057455905
611
+ ]
612
+ ],
613
+ [
614
+ [
615
+ 0.5294105899339389
616
+ ]
617
+ ]
618
+ ],
619
+ "q90": [
620
+ [
621
+ [
622
+ 0.6352483955781039
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 0.6352428702482074
628
+ ]
629
+ ],
630
+ [
631
+ [
632
+ 0.6627569414417767
633
+ ]
634
+ ]
635
+ ],
636
+ "q99": [
637
+ [
638
+ [
639
+ 0.7254614828129526
640
+ ]
641
+ ],
642
+ [
643
+ [
644
+ 0.7293317752241526
645
+ ]
646
+ ],
647
+ [
648
+ [
649
+ 0.7490499130150886
650
+ ]
651
+ ]
652
+ ]
653
+ },
654
+ "observation.images.wrist_left": {
655
+ "min": [
656
+ [
657
+ [
658
+ 0.0
659
+ ]
660
+ ],
661
+ [
662
+ [
663
+ 0.0
664
+ ]
665
+ ],
666
+ [
667
+ [
668
+ 0.0
669
+ ]
670
+ ]
671
+ ],
672
+ "max": [
673
+ [
674
+ [
675
+ 0.996078431372549
676
+ ]
677
+ ],
678
+ [
679
+ [
680
+ 1.0
681
+ ]
682
+ ],
683
+ [
684
+ [
685
+ 1.0
686
+ ]
687
+ ]
688
+ ],
689
+ "mean": [
690
+ [
691
+ [
692
+ 0.331849371657754
693
+ ]
694
+ ],
695
+ [
696
+ [
697
+ 0.3361041216982658
698
+ ]
699
+ ],
700
+ [
701
+ [
702
+ 0.35236080740560655
703
+ ]
704
+ ]
705
+ ],
706
+ "std": [
707
+ [
708
+ [
709
+ 0.0
710
+ ]
711
+ ],
712
+ [
713
+ [
714
+ 0.0
715
+ ]
716
+ ],
717
+ [
718
+ [
719
+ 0.0
720
+ ]
721
+ ]
722
+ ],
723
+ "count": [
724
+ 9680000
725
+ ],
726
+ "q01": [
727
+ [
728
+ [
729
+ 0.0040238564510760065
730
+ ]
731
+ ],
732
+ [
733
+ [
734
+ 0.003852922331008057
735
+ ]
736
+ ],
737
+ [
738
+ [
739
+ 0.0038468907986107088
740
+ ]
741
+ ]
742
+ ],
743
+ "q10": [
744
+ [
745
+ [
746
+ 0.015758432983865554
747
+ ]
748
+ ],
749
+ [
750
+ [
751
+ 0.015703692080252067
752
+ ]
753
+ ],
754
+ [
755
+ [
756
+ 0.01573589611454482
757
+ ]
758
+ ]
759
+ ],
760
+ "q50": [
761
+ [
762
+ [
763
+ 0.3374286867601889
764
+ ]
765
+ ],
766
+ [
767
+ [
768
+ 0.34500650521790066
769
+ ]
770
+ ],
771
+ [
772
+ [
773
+ 0.36865776914981174
774
+ ]
775
+ ]
776
+ ],
777
+ "q90": [
778
+ [
779
+ [
780
+ 0.6626784808004498
781
+ ]
782
+ ],
783
+ [
784
+ [
785
+ 0.6665388013546858
786
+ ]
787
+ ],
788
+ [
789
+ [
790
+ 0.6745555757375403
791
+ ]
792
+ ]
793
+ ],
794
+ "q99": [
795
+ [
796
+ [
797
+ 0.8626886840849963
798
+ ]
799
+ ],
800
+ [
801
+ [
802
+ 0.8784605866141536
803
+ ]
804
+ ],
805
+ [
806
+ [
807
+ 0.8940205573185904
808
+ ]
809
+ ]
810
+ ]
811
+ },
812
+ "observation.images.wrist_right": {
813
+ "min": [
814
+ [
815
+ [
816
+ 0.0
817
+ ]
818
+ ],
819
+ [
820
+ [
821
+ 0.0
822
+ ]
823
+ ],
824
+ [
825
+ [
826
+ 0.0
827
+ ]
828
+ ]
829
+ ],
830
+ "max": [
831
+ [
832
+ [
833
+ 0.9215686274509803
834
+ ]
835
+ ],
836
+ [
837
+ [
838
+ 0.9294117647058824
839
+ ]
840
+ ],
841
+ [
842
+ [
843
+ 0.9529411764705882
844
+ ]
845
+ ]
846
+ ],
847
+ "mean": [
848
+ [
849
+ [
850
+ 0.34261072395073705
851
+ ]
852
+ ],
853
+ [
854
+ [
855
+ 0.34736846256684484
856
+ ]
857
+ ],
858
+ [
859
+ [
860
+ 0.36984206165937444
861
+ ]
862
+ ]
863
+ ],
864
+ "std": [
865
+ [
866
+ [
867
+ 0.0
868
+ ]
869
+ ],
870
+ [
871
+ [
872
+ 0.0
873
+ ]
874
+ ],
875
+ [
876
+ [
877
+ 0.0
878
+ ]
879
+ ]
880
+ ],
881
+ "count": [
882
+ 9680000
883
+ ],
884
+ "q01": [
885
+ [
886
+ [
887
+ 0.011626560198130232
888
+ ]
889
+ ],
890
+ [
891
+ [
892
+ 0.011717295786588847
893
+ ]
894
+ ],
895
+ [
896
+ [
897
+ 0.011665471522301811
898
+ ]
899
+ ]
900
+ ],
901
+ "q10": [
902
+ [
903
+ [
904
+ 0.02348077983582343
905
+ ]
906
+ ],
907
+ [
908
+ [
909
+ 0.019639704444137207
910
+ ]
911
+ ],
912
+ [
913
+ [
914
+ 0.03540830578080226
915
+ ]
916
+ ]
917
+ ],
918
+ "q50": [
919
+ [
920
+ [
921
+ 0.30206663569587844
922
+ ]
923
+ ],
924
+ [
925
+ [
926
+ 0.3214909660522784
927
+ ]
928
+ ],
929
+ [
930
+ [
931
+ 0.3490581054530811
932
+ ]
933
+ ]
934
+ ],
935
+ "q90": [
936
+ [
937
+ [
938
+ 0.7372539280955442
939
+ ]
940
+ ],
941
+ [
942
+ [
943
+ 0.7451765202600025
944
+ ]
945
+ ],
946
+ [
947
+ [
948
+ 0.7685766194435873
949
+ ]
950
+ ]
951
+ ],
952
+ "q99": [
953
+ [
954
+ [
955
+ 0.8941407906902892
956
+ ]
957
+ ],
958
+ [
959
+ [
960
+ 0.8981425393125755
961
+ ]
962
+ ],
963
+ [
964
+ [
965
+ 0.9137015826623188
966
+ ]
967
+ ]
968
+ ]
969
+ }
970
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab35d26ac31dd487c9b13ad601d7677dd7797ebf62c928fe069bfecde1cddf3b
3
+ size 2435
videos/observation.images.context/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae09bccea779190b1cd8ecf19005b0f341adaccb0caabe8311c8a03e142050d
3
+ size 2429558
videos/observation.images.wrist_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226d65f00fadca0a6da4f3f70153043ea20be9acd07773a3a25881c43a42f6ca
3
+ size 3557609
videos/observation.images.wrist_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e7c9280c8e5ba07ccc7d1d46ccf8132e9144f83e732ff420aa54a9ec3a448e7
3
+ size 2588695