cadene commited on
Commit
1b390c2
·
verified ·
1 Parent(s): 9432d8b

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:40706f6c5d98a156212e0e8499add4a94b0619dff3cb8fed86598a25a00cf2ff
3
+ size 2099673
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:612d54563f76a78418b2e68ded04a49c276af4fa6c97e97d81ff638baf30d638
3
+ size 115470
meta/info.json ADDED
@@ -0,0 +1,464 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "AgiBot_A2D",
4
+ "total_episodes": 1,
5
+ "total_frames": 3373,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
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.effector.position": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 2
21
+ ],
22
+ "names": {
23
+ "axes": [
24
+ "left_gripper",
25
+ "right_gripper"
26
+ ]
27
+ }
28
+ },
29
+ "observation.state.end.position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 6
33
+ ],
34
+ "names": {
35
+ "axes": [
36
+ "left_x",
37
+ "left_y",
38
+ "left_z",
39
+ "right_x",
40
+ "right_y",
41
+ "right_z"
42
+ ]
43
+ }
44
+ },
45
+ "observation.state.end.orientation": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 8
49
+ ],
50
+ "names": {
51
+ "axes": [
52
+ "left_x",
53
+ "left_y",
54
+ "left_z",
55
+ "left_w",
56
+ "right_x",
57
+ "right_y",
58
+ "right_z",
59
+ "right_w"
60
+ ]
61
+ }
62
+ },
63
+ "observation.state.head.position": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 2
67
+ ],
68
+ "names": {
69
+ "axes": [
70
+ "yaw",
71
+ "pitch"
72
+ ]
73
+ }
74
+ },
75
+ "observation.state.joint.current_value": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 14
79
+ ],
80
+ "names": {
81
+ "axes": [
82
+ "left_joint_0",
83
+ "left_joint_1",
84
+ "left_joint_2",
85
+ "left_joint_3",
86
+ "left_joint_4",
87
+ "left_joint_5",
88
+ "left_joint_6",
89
+ "right_joint_0",
90
+ "right_joint_1",
91
+ "right_joint_2",
92
+ "right_joint_3",
93
+ "right_joint_4",
94
+ "right_joint_5",
95
+ "right_joint_6"
96
+ ]
97
+ }
98
+ },
99
+ "observation.state.joint.position": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 14
103
+ ],
104
+ "names": {
105
+ "axes": [
106
+ "left_joint_0",
107
+ "left_joint_1",
108
+ "left_joint_2",
109
+ "left_joint_3",
110
+ "left_joint_4",
111
+ "left_joint_5",
112
+ "left_joint_6",
113
+ "right_joint_0",
114
+ "right_joint_1",
115
+ "right_joint_2",
116
+ "right_joint_3",
117
+ "right_joint_4",
118
+ "right_joint_5",
119
+ "right_joint_6"
120
+ ]
121
+ }
122
+ },
123
+ "observation.state.waist.position": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 2
127
+ ],
128
+ "names": {
129
+ "axes": [
130
+ "pitch",
131
+ "lift"
132
+ ]
133
+ }
134
+ },
135
+ "observation.state": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 20
139
+ ],
140
+ "names": {
141
+ "axes": [
142
+ "head_yaw",
143
+ "head_pitch",
144
+ "left_joint_0",
145
+ "left_joint_1",
146
+ "left_joint_2",
147
+ "left_joint_3",
148
+ "left_joint_4",
149
+ "left_joint_5",
150
+ "left_joint_6",
151
+ "left_gripper",
152
+ "right_joint_0",
153
+ "right_joint_1",
154
+ "right_joint_2",
155
+ "right_joint_3",
156
+ "right_joint_4",
157
+ "right_joint_5",
158
+ "right_joint_6",
159
+ "right_gripper",
160
+ "waist_pitch",
161
+ "waist_lift"
162
+ ]
163
+ }
164
+ },
165
+ "action.effector.position": {
166
+ "dtype": "float32",
167
+ "shape": [
168
+ 2
169
+ ],
170
+ "names": {
171
+ "axes": [
172
+ "left_gripper",
173
+ "right_gripper"
174
+ ]
175
+ }
176
+ },
177
+ "action.end.position": {
178
+ "dtype": "float32",
179
+ "shape": [
180
+ 6
181
+ ],
182
+ "names": {
183
+ "axes": [
184
+ "left_x",
185
+ "left_y",
186
+ "left_z",
187
+ "right_x",
188
+ "right_y",
189
+ "right_z"
190
+ ]
191
+ }
192
+ },
193
+ "action.end.orientation": {
194
+ "dtype": "float32",
195
+ "shape": [
196
+ 8
197
+ ],
198
+ "names": {
199
+ "axes": [
200
+ "left_x",
201
+ "left_y",
202
+ "left_z",
203
+ "left_w",
204
+ "right_x",
205
+ "right_y",
206
+ "right_z",
207
+ "right_w"
208
+ ]
209
+ }
210
+ },
211
+ "action.head.position": {
212
+ "dtype": "float32",
213
+ "shape": [
214
+ 2
215
+ ],
216
+ "names": {
217
+ "axes": [
218
+ "yaw",
219
+ "pitch"
220
+ ]
221
+ }
222
+ },
223
+ "action.joint.position": {
224
+ "dtype": "float32",
225
+ "shape": [
226
+ 14
227
+ ],
228
+ "names": {
229
+ "axes": [
230
+ "left_joint_0",
231
+ "left_joint_1",
232
+ "left_joint_2",
233
+ "left_joint_3",
234
+ "left_joint_4",
235
+ "left_joint_5",
236
+ "left_joint_6",
237
+ "right_joint_0",
238
+ "right_joint_1",
239
+ "right_joint_2",
240
+ "right_joint_3",
241
+ "right_joint_4",
242
+ "right_joint_5",
243
+ "right_joint_6"
244
+ ]
245
+ }
246
+ },
247
+ "action.robot.velocity": {
248
+ "dtype": "float32",
249
+ "shape": [
250
+ 2
251
+ ],
252
+ "names": {
253
+ "axes": [
254
+ "velocity_x",
255
+ "yaw_rate"
256
+ ]
257
+ }
258
+ },
259
+ "action.waist.position": {
260
+ "dtype": "float32",
261
+ "shape": [
262
+ 2
263
+ ],
264
+ "names": {
265
+ "axes": [
266
+ "pitch",
267
+ "lift"
268
+ ]
269
+ }
270
+ },
271
+ "action": {
272
+ "dtype": "float32",
273
+ "shape": [
274
+ 22
275
+ ],
276
+ "names": {
277
+ "axes": [
278
+ "head_yaw",
279
+ "head_pitch",
280
+ "left_joint_0",
281
+ "left_joint_1",
282
+ "left_joint_2",
283
+ "left_joint_3",
284
+ "left_joint_4",
285
+ "left_joint_5",
286
+ "left_joint_6",
287
+ "left_gripper",
288
+ "right_joint_0",
289
+ "right_joint_1",
290
+ "right_joint_2",
291
+ "right_joint_3",
292
+ "right_joint_4",
293
+ "right_joint_5",
294
+ "right_joint_6",
295
+ "right_gripper",
296
+ "waist_pitch",
297
+ "waist_lift",
298
+ "velocity_x",
299
+ "yaw_rate"
300
+ ]
301
+ }
302
+ },
303
+ "init_scene_text": {
304
+ "dtype": "string",
305
+ "shape": [
306
+ 1
307
+ ],
308
+ "names": null
309
+ },
310
+ "action_text": {
311
+ "dtype": "string",
312
+ "shape": [
313
+ 1
314
+ ],
315
+ "names": null
316
+ },
317
+ "skill": {
318
+ "dtype": "string",
319
+ "shape": [
320
+ 1
321
+ ],
322
+ "names": null
323
+ },
324
+ "timestamp": {
325
+ "dtype": "float32",
326
+ "shape": [
327
+ 1
328
+ ],
329
+ "names": null
330
+ },
331
+ "frame_index": {
332
+ "dtype": "int64",
333
+ "shape": [
334
+ 1
335
+ ],
336
+ "names": null
337
+ },
338
+ "episode_index": {
339
+ "dtype": "int64",
340
+ "shape": [
341
+ 1
342
+ ],
343
+ "names": null
344
+ },
345
+ "index": {
346
+ "dtype": "int64",
347
+ "shape": [
348
+ 1
349
+ ],
350
+ "names": null
351
+ },
352
+ "task_index": {
353
+ "dtype": "int64",
354
+ "shape": [
355
+ 1
356
+ ],
357
+ "names": null
358
+ },
359
+ "observation.images.top_head": {
360
+ "dtype": "video",
361
+ "shape": [
362
+ 480,
363
+ 640,
364
+ 3
365
+ ],
366
+ "names": [
367
+ "height",
368
+ "width",
369
+ "channel"
370
+ ]
371
+ },
372
+ "observation.images.hand_left": {
373
+ "dtype": "video",
374
+ "shape": [
375
+ 480,
376
+ 640,
377
+ 3
378
+ ],
379
+ "names": [
380
+ "height",
381
+ "width",
382
+ "channel"
383
+ ]
384
+ },
385
+ "observation.images.hand_right": {
386
+ "dtype": "video",
387
+ "shape": [
388
+ 480,
389
+ 640,
390
+ 3
391
+ ],
392
+ "names": [
393
+ "height",
394
+ "width",
395
+ "channel"
396
+ ]
397
+ },
398
+ "observation.images.head_center_fisheye": {
399
+ "dtype": "video",
400
+ "shape": [
401
+ 748,
402
+ 960,
403
+ 3
404
+ ],
405
+ "names": [
406
+ "height",
407
+ "width",
408
+ "channel"
409
+ ]
410
+ },
411
+ "observation.images.head_left_fisheye": {
412
+ "dtype": "video",
413
+ "shape": [
414
+ 748,
415
+ 960,
416
+ 3
417
+ ],
418
+ "names": [
419
+ "height",
420
+ "width",
421
+ "channel"
422
+ ]
423
+ },
424
+ "observation.images.head_right_fisheye": {
425
+ "dtype": "video",
426
+ "shape": [
427
+ 748,
428
+ 960,
429
+ 3
430
+ ],
431
+ "names": [
432
+ "height",
433
+ "width",
434
+ "channel"
435
+ ]
436
+ },
437
+ "observation.images.back_left_fisheye": {
438
+ "dtype": "video",
439
+ "shape": [
440
+ 748,
441
+ 960,
442
+ 3
443
+ ],
444
+ "names": [
445
+ "height",
446
+ "width",
447
+ "channel"
448
+ ]
449
+ },
450
+ "observation.images.back_right_fisheye": {
451
+ "dtype": "video",
452
+ "shape": [
453
+ 748,
454
+ 960,
455
+ 3
456
+ ],
457
+ "names": [
458
+ "height",
459
+ "width",
460
+ "channel"
461
+ ]
462
+ }
463
+ }
464
+ }
meta/stats.json ADDED
@@ -0,0 +1,799 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state.effector.position": {
3
+ "min": [
4
+ 35.06666564941406,
5
+ 34.844444274902344
6
+ ],
7
+ "max": [
8
+ 35.06666564941406,
9
+ 119.95999908447266
10
+ ],
11
+ "mean": [
12
+ 35.06817626953125,
13
+ 80.09518432617188
14
+ ],
15
+ "std": [
16
+ 0.0015105821657925844,
17
+ 35.903507232666016
18
+ ],
19
+ "count": [
20
+ 3373
21
+ ]
22
+ },
23
+ "observation.state.end.position": {
24
+ "min": [
25
+ 0.6289188861846924,
26
+ 0.1869441270828247,
27
+ 0.7438547015190125,
28
+ 0.555444598197937,
29
+ -0.5552831888198853,
30
+ 0.6408848762512207
31
+ ],
32
+ "max": [
33
+ 0.7602265477180481,
34
+ 0.3285195827484131,
35
+ 0.9237045049667358,
36
+ 0.8010638952255249,
37
+ -0.15977226197719574,
38
+ 0.8985318541526794
39
+ ],
40
+ "mean": [
41
+ 0.6439241766929626,
42
+ 0.2564694583415985,
43
+ 0.7809098362922668,
44
+ 0.6633212566375732,
45
+ -0.4298565089702606,
46
+ 0.7466026544570923
47
+ ],
48
+ "std": [
49
+ 0.027594663202762604,
50
+ 0.05373826622962952,
51
+ 0.056590404361486435,
52
+ 0.048376403748989105,
53
+ 0.09391209483146667,
54
+ 0.06515806168317795
55
+ ],
56
+ "count": [
57
+ 3373
58
+ ]
59
+ },
60
+ "observation.state.end.orientation": {
61
+ "min": [
62
+ -0.09606963396072388,
63
+ -0.7068871259689331,
64
+ -0.7068882584571838,
65
+ -0.05873407423496246,
66
+ -0.8145318031311035,
67
+ -0.4851670265197754,
68
+ -0.4122813940048218,
69
+ -0.49963757395744324
70
+ ],
71
+ "max": [
72
+ 0.1852235049009323,
73
+ 0.8553371429443359,
74
+ 0.7309726476669312,
75
+ 0.2288338989019394,
76
+ 0.92983078956604,
77
+ 0.4637060761451721,
78
+ 0.7020301818847656,
79
+ 0.636240541934967
80
+ ],
81
+ "mean": [
82
+ -0.013582299463450909,
83
+ 0.5323249101638794,
84
+ -0.41543465852737427,
85
+ 0.008410691283643246,
86
+ 0.24192290008068085,
87
+ 0.10216116905212402,
88
+ 0.16407044231891632,
89
+ 0.014060799032449722
90
+ ],
91
+ "std": [
92
+ 0.06345827877521515,
93
+ 0.5403463840484619,
94
+ 0.49354973435401917,
95
+ 0.064737968146801,
96
+ 0.7343338131904602,
97
+ 0.23588399589061737,
98
+ 0.3598962724208832,
99
+ 0.423683226108551
100
+ ],
101
+ "count": [
102
+ 3373
103
+ ]
104
+ },
105
+ "observation.state.head.position": {
106
+ "min": [
107
+ -0.0872771143913269,
108
+ 0.4363296329975128
109
+ ],
110
+ "max": [
111
+ -0.0872238501906395,
112
+ 0.4363403022289276
113
+ ],
114
+ "mean": [
115
+ -0.08724697679281235,
116
+ 0.4363200068473816
117
+ ],
118
+ "std": [
119
+ 1.3325143299880438e-05,
120
+ 1.2658027117140591e-05
121
+ ],
122
+ "count": [
123
+ 3373
124
+ ]
125
+ },
126
+ "observation.state.joint.current_value": {
127
+ "min": [
128
+ -4704.0,
129
+ -1387.0,
130
+ -4697.0,
131
+ -2501.0,
132
+ -2872.0,
133
+ -968.0,
134
+ -903.0,
135
+ 400.0,
136
+ -3248.0,
137
+ -225.0,
138
+ -5843.0,
139
+ -33.0,
140
+ -4665.0,
141
+ -1988.0
142
+ ],
143
+ "max": [
144
+ -832.0,
145
+ 599.0,
146
+ -440.0,
147
+ 2359.0,
148
+ -311.0,
149
+ 2755.0,
150
+ 676.0,
151
+ 4976.0,
152
+ 2746.0,
153
+ 5849.0,
154
+ 3184.0,
155
+ 3114.0,
156
+ 2115.0,
157
+ 1260.0
158
+ ],
159
+ "mean": [
160
+ -2395.72021484375,
161
+ -8.447672843933105,
162
+ -1852.5748291015625,
163
+ 160.52000427246094,
164
+ -1633.930908203125,
165
+ 551.7106323242188,
166
+ 15.562110900878906,
167
+ 2104.2080078125,
168
+ -386.68011474609375,
169
+ 1957.2979736328125,
170
+ -1337.336181640625,
171
+ 1413.21728515625,
172
+ -499.6931457519531,
173
+ 2.7898013591766357
174
+ ],
175
+ "std": [
176
+ 794.9091186523438,
177
+ 242.134521484375,
178
+ 911.1279907226562,
179
+ 586.1268920898438,
180
+ 539.810302734375,
181
+ 369.25262451171875,
182
+ 223.8844451904297,
183
+ 1033.5123291015625,
184
+ 923.9896850585938,
185
+ 1177.541015625,
186
+ 1615.874755859375,
187
+ 675.43798828125,
188
+ 849.5389404296875,
189
+ 295.7652893066406
190
+ ],
191
+ "count": [
192
+ 3373
193
+ ]
194
+ },
195
+ "observation.state.joint.position": {
196
+ "min": [
197
+ 0.9796111583709717,
198
+ -1.2528825998306274,
199
+ -1.3465338945388794,
200
+ -0.801458477973938,
201
+ -0.355019211769104,
202
+ 1.5062175989151,
203
+ 0.2268357127904892,
204
+ -2.3176159858703613,
205
+ 0.2066960483789444,
206
+ 0.22517764568328857,
207
+ -0.8947852253913879,
208
+ -0.8551472425460815,
209
+ -1.714125633239746,
210
+ -2.4504122734069824
211
+ ],
212
+ "max": [
213
+ 1.4953484535217285,
214
+ -0.6634489893913269,
215
+ -1.025449275970459,
216
+ -0.13468344509601593,
217
+ 0.07185975462198257,
218
+ 1.7072781324386597,
219
+ 0.523604691028595,
220
+ -0.34014612436294556,
221
+ 1.351731300354004,
222
+ 1.5126577615737915,
223
+ 1.1994826793670654,
224
+ 1.4319297075271606,
225
+ -0.7380164861679077,
226
+ -0.15830639004707336
227
+ ],
228
+ "mean": [
229
+ 1.343113899230957,
230
+ -0.8587138056755066,
231
+ -1.1531543731689453,
232
+ -0.6381415128707886,
233
+ -0.152871236205101,
234
+ 1.6182931661605835,
235
+ 0.393139123916626,
236
+ -1.4611098766326904,
237
+ 0.7150006890296936,
238
+ 0.9031198024749756,
239
+ 0.295327365398407,
240
+ 0.546700656414032,
241
+ -1.354972243309021,
242
+ -1.0242356061935425
243
+ ],
244
+ "std": [
245
+ 0.15236830711364746,
246
+ 0.1178615391254425,
247
+ 0.0695851519703865,
248
+ 0.13947372138500214,
249
+ 0.14427193999290466,
250
+ 0.05986083671450615,
251
+ 0.12265963107347488,
252
+ 0.4268593192100525,
253
+ 0.2325017750263214,
254
+ 0.3216138482093811,
255
+ 0.5422137379646301,
256
+ 0.5282424092292786,
257
+ 0.24726971983909607,
258
+ 0.476340651512146
259
+ ],
260
+ "count": [
261
+ 3373
262
+ ]
263
+ },
264
+ "observation.state.waist.position": {
265
+ "min": [
266
+ 0.36651602387428284,
267
+ 0.27999991178512573
268
+ ],
269
+ "max": [
270
+ 0.3665217459201813,
271
+ 0.28000009059906006
272
+ ],
273
+ "mean": [
274
+ 0.3665267825126648,
275
+ 0.2800128161907196
276
+ ],
277
+ "std": [
278
+ 7.688901860092301e-06,
279
+ 1.2813148714485578e-05
280
+ ],
281
+ "count": [
282
+ 3373
283
+ ]
284
+ },
285
+ "observation.state": {
286
+ "min": [
287
+ -0.0872771143913269,
288
+ 0.4363296329975128,
289
+ 0.9796111583709717,
290
+ -1.2528825998306274,
291
+ -1.3465338945388794,
292
+ -0.801458477973938,
293
+ -0.355019211769104,
294
+ 1.5062175989151,
295
+ 0.2268357127904892,
296
+ 35.06666564941406,
297
+ -2.3176159858703613,
298
+ 0.2066960483789444,
299
+ 0.22517764568328857,
300
+ -0.8947852253913879,
301
+ -0.8551472425460815,
302
+ -1.714125633239746,
303
+ -2.4504122734069824,
304
+ 34.844444274902344,
305
+ 0.36651602387428284,
306
+ 0.27999991178512573
307
+ ],
308
+ "max": [
309
+ -0.0872238501906395,
310
+ 0.4363403022289276,
311
+ 1.4953484535217285,
312
+ -0.6634489893913269,
313
+ -1.025449275970459,
314
+ -0.13468344509601593,
315
+ 0.07185975462198257,
316
+ 1.7072781324386597,
317
+ 0.523604691028595,
318
+ 35.06666564941406,
319
+ -0.34014612436294556,
320
+ 1.351731300354004,
321
+ 1.5126577615737915,
322
+ 1.1994826793670654,
323
+ 1.4319297075271606,
324
+ -0.7380164861679077,
325
+ -0.15830639004707336,
326
+ 119.95999908447266,
327
+ 0.3665217459201813,
328
+ 0.28000009059906006
329
+ ],
330
+ "mean": [
331
+ -0.08724697679281235,
332
+ 0.4363200068473816,
333
+ 1.343113899230957,
334
+ -0.8587138056755066,
335
+ -1.1531543731689453,
336
+ -0.6381415128707886,
337
+ -0.152871236205101,
338
+ 1.6182931661605835,
339
+ 0.393139123916626,
340
+ 35.06817626953125,
341
+ -1.4611098766326904,
342
+ 0.7150006890296936,
343
+ 0.9031198024749756,
344
+ 0.295327365398407,
345
+ 0.546700656414032,
346
+ -1.354972243309021,
347
+ -1.0242356061935425,
348
+ 80.09518432617188,
349
+ 0.3665267825126648,
350
+ 0.2800128161907196
351
+ ],
352
+ "std": [
353
+ 1.3325143299880438e-05,
354
+ 1.2658027117140591e-05,
355
+ 0.15236830711364746,
356
+ 0.1178615391254425,
357
+ 0.0695851519703865,
358
+ 0.13947372138500214,
359
+ 0.14427193999290466,
360
+ 0.05986083671450615,
361
+ 0.12265963107347488,
362
+ 0.0015105821657925844,
363
+ 0.4268593192100525,
364
+ 0.2325017750263214,
365
+ 0.3216138482093811,
366
+ 0.5422137379646301,
367
+ 0.5282424092292786,
368
+ 0.24726971983909607,
369
+ 0.476340651512146,
370
+ 35.903507232666016,
371
+ 7.688901860092301e-06,
372
+ 1.2813148714485578e-05
373
+ ],
374
+ "count": [
375
+ 3373
376
+ ]
377
+ },
378
+ "action.effector.position": {
379
+ "min": [
380
+ 0.0,
381
+ 0.0
382
+ ],
383
+ "max": [
384
+ 0.0,
385
+ 1.0
386
+ ],
387
+ "mean": [
388
+ 0.0,
389
+ 0.6078771948814392
390
+ ],
391
+ "std": [
392
+ 0.0,
393
+ 0.4867943227291107
394
+ ],
395
+ "count": [
396
+ 3373
397
+ ]
398
+ },
399
+ "action.end.position": {
400
+ "min": [
401
+ 0.6289188861846924,
402
+ 0.1869441270828247,
403
+ 0.7438547015190125,
404
+ 0.555444598197937,
405
+ -0.5552831888198853,
406
+ 0.6408848762512207
407
+ ],
408
+ "max": [
409
+ 0.7602265477180481,
410
+ 0.3285195827484131,
411
+ 0.9237045049667358,
412
+ 0.8010638952255249,
413
+ -0.15977226197719574,
414
+ 0.8985318541526794
415
+ ],
416
+ "mean": [
417
+ 0.6439241766929626,
418
+ 0.2564694583415985,
419
+ 0.7809098362922668,
420
+ 0.6633212566375732,
421
+ -0.4298565089702606,
422
+ 0.7466026544570923
423
+ ],
424
+ "std": [
425
+ 0.027594663202762604,
426
+ 0.05373826622962952,
427
+ 0.056590404361486435,
428
+ 0.048376403748989105,
429
+ 0.09391209483146667,
430
+ 0.06515806168317795
431
+ ],
432
+ "count": [
433
+ 3373
434
+ ]
435
+ },
436
+ "action.end.orientation": {
437
+ "min": [
438
+ -0.09606963396072388,
439
+ -0.7068871259689331,
440
+ -0.7068882584571838,
441
+ -0.05873407423496246,
442
+ -0.8145318031311035,
443
+ -0.4851670265197754,
444
+ -0.4122813940048218,
445
+ -0.49963757395744324
446
+ ],
447
+ "max": [
448
+ 0.1852235049009323,
449
+ 0.8553371429443359,
450
+ 0.7309726476669312,
451
+ 0.2288338989019394,
452
+ 0.92983078956604,
453
+ 0.4637060761451721,
454
+ 0.7020301818847656,
455
+ 0.636240541934967
456
+ ],
457
+ "mean": [
458
+ -0.013582299463450909,
459
+ 0.5323249101638794,
460
+ -0.41543465852737427,
461
+ 0.008410691283643246,
462
+ 0.24192290008068085,
463
+ 0.10216116905212402,
464
+ 0.16407044231891632,
465
+ 0.014060799032449722
466
+ ],
467
+ "std": [
468
+ 0.06345827877521515,
469
+ 0.5403463840484619,
470
+ 0.49354973435401917,
471
+ 0.064737968146801,
472
+ 0.7343338131904602,
473
+ 0.23588399589061737,
474
+ 0.3598962724208832,
475
+ 0.423683226108551
476
+ ],
477
+ "count": [
478
+ 3373
479
+ ]
480
+ },
481
+ "action.head.position": {
482
+ "min": [
483
+ -0.0872771143913269,
484
+ 0.4363296329975128
485
+ ],
486
+ "max": [
487
+ -0.0872238501906395,
488
+ 0.4363403022289276
489
+ ],
490
+ "mean": [
491
+ -0.08724697679281235,
492
+ 0.4363200068473816
493
+ ],
494
+ "std": [
495
+ 1.3325143299880438e-05,
496
+ 1.2658027117140591e-05
497
+ ],
498
+ "count": [
499
+ 3373
500
+ ]
501
+ },
502
+ "action.joint.position": {
503
+ "min": [
504
+ 0.9796111583709717,
505
+ -1.2528825998306274,
506
+ -1.3465338945388794,
507
+ -0.801458477973938,
508
+ -0.355019211769104,
509
+ 1.5062175989151,
510
+ 0.2268357127904892,
511
+ -2.3176159858703613,
512
+ 0.2066960483789444,
513
+ 0.22517764568328857,
514
+ -0.8947852253913879,
515
+ -0.8551472425460815,
516
+ -1.714125633239746,
517
+ -2.4504122734069824
518
+ ],
519
+ "max": [
520
+ 1.4953484535217285,
521
+ -0.6634489893913269,
522
+ -1.025449275970459,
523
+ -0.13468344509601593,
524
+ 0.07185975462198257,
525
+ 1.7072781324386597,
526
+ 0.523604691028595,
527
+ -0.34014612436294556,
528
+ 1.351731300354004,
529
+ 1.5126577615737915,
530
+ 1.1994826793670654,
531
+ 1.4319297075271606,
532
+ -0.7380164861679077,
533
+ -0.15830639004707336
534
+ ],
535
+ "mean": [
536
+ 1.343113899230957,
537
+ -0.8587138056755066,
538
+ -1.1531543731689453,
539
+ -0.6381415128707886,
540
+ -0.152871236205101,
541
+ 1.6182931661605835,
542
+ 0.393139123916626,
543
+ -1.4611098766326904,
544
+ 0.7150006890296936,
545
+ 0.9031198024749756,
546
+ 0.295327365398407,
547
+ 0.546700656414032,
548
+ -1.354972243309021,
549
+ -1.0242356061935425
550
+ ],
551
+ "std": [
552
+ 0.15236830711364746,
553
+ 0.1178615391254425,
554
+ 0.0695851519703865,
555
+ 0.13947372138500214,
556
+ 0.14427193999290466,
557
+ 0.05986083671450615,
558
+ 0.12265963107347488,
559
+ 0.4268593192100525,
560
+ 0.2325017750263214,
561
+ 0.3216138482093811,
562
+ 0.5422137379646301,
563
+ 0.5282424092292786,
564
+ 0.24726971983909607,
565
+ 0.476340651512146
566
+ ],
567
+ "count": [
568
+ 3373
569
+ ]
570
+ },
571
+ "action.robot.velocity": {
572
+ "min": [
573
+ 0.0,
574
+ 0.0
575
+ ],
576
+ "max": [
577
+ 0.0,
578
+ 0.0
579
+ ],
580
+ "mean": [
581
+ 0.0,
582
+ 0.0
583
+ ],
584
+ "std": [
585
+ 0.0,
586
+ 0.0
587
+ ],
588
+ "count": [
589
+ 3373
590
+ ]
591
+ },
592
+ "action.waist.position": {
593
+ "min": [
594
+ 0.36651602387428284,
595
+ 0.27999991178512573
596
+ ],
597
+ "max": [
598
+ 0.3665217459201813,
599
+ 0.28000009059906006
600
+ ],
601
+ "mean": [
602
+ 0.3665267825126648,
603
+ 0.2800128161907196
604
+ ],
605
+ "std": [
606
+ 7.688901860092301e-06,
607
+ 1.2813148714485578e-05
608
+ ],
609
+ "count": [
610
+ 3373
611
+ ]
612
+ },
613
+ "action": {
614
+ "min": [
615
+ -0.0872771143913269,
616
+ 0.4363296329975128,
617
+ 0.9796111583709717,
618
+ -1.2528825998306274,
619
+ -1.3465338945388794,
620
+ -0.801458477973938,
621
+ -0.355019211769104,
622
+ 1.5062175989151,
623
+ 0.2268357127904892,
624
+ 0.0,
625
+ -2.3176159858703613,
626
+ 0.2066960483789444,
627
+ 0.22517764568328857,
628
+ -0.8947852253913879,
629
+ -0.8551472425460815,
630
+ -1.714125633239746,
631
+ -2.4504122734069824,
632
+ 0.0,
633
+ 0.36651602387428284,
634
+ 0.27999991178512573,
635
+ 0.0,
636
+ 0.0
637
+ ],
638
+ "max": [
639
+ -0.0872238501906395,
640
+ 0.4363403022289276,
641
+ 1.4953484535217285,
642
+ -0.6634489893913269,
643
+ -1.025449275970459,
644
+ -0.13468344509601593,
645
+ 0.07185975462198257,
646
+ 1.7072781324386597,
647
+ 0.523604691028595,
648
+ 0.0,
649
+ -0.34014612436294556,
650
+ 1.351731300354004,
651
+ 1.5126577615737915,
652
+ 1.1994826793670654,
653
+ 1.4319297075271606,
654
+ -0.7380164861679077,
655
+ -0.15830639004707336,
656
+ 1.0,
657
+ 0.3665217459201813,
658
+ 0.28000009059906006,
659
+ 0.0,
660
+ 0.0
661
+ ],
662
+ "mean": [
663
+ -0.08724697679281235,
664
+ 0.4363200068473816,
665
+ 1.343113899230957,
666
+ -0.8587138056755066,
667
+ -1.1531543731689453,
668
+ -0.6381415128707886,
669
+ -0.152871236205101,
670
+ 1.6182931661605835,
671
+ 0.393139123916626,
672
+ 0.0,
673
+ -1.4611098766326904,
674
+ 0.7150006890296936,
675
+ 0.9031198024749756,
676
+ 0.295327365398407,
677
+ 0.546700656414032,
678
+ -1.354972243309021,
679
+ -1.0242356061935425,
680
+ 0.6078771948814392,
681
+ 0.3665267825126648,
682
+ 0.2800128161907196,
683
+ 0.0,
684
+ 0.0
685
+ ],
686
+ "std": [
687
+ 1.3325143299880438e-05,
688
+ 1.2658027117140591e-05,
689
+ 0.15236830711364746,
690
+ 0.1178615391254425,
691
+ 0.0695851519703865,
692
+ 0.13947372138500214,
693
+ 0.14427193999290466,
694
+ 0.05986083671450615,
695
+ 0.12265963107347488,
696
+ 0.0,
697
+ 0.4268593192100525,
698
+ 0.2325017750263214,
699
+ 0.3216138482093811,
700
+ 0.5422137379646301,
701
+ 0.5282424092292786,
702
+ 0.24726971983909607,
703
+ 0.476340651512146,
704
+ 0.4867943227291107,
705
+ 7.688901860092301e-06,
706
+ 1.2813148714485578e-05,
707
+ 0.0,
708
+ 0.0
709
+ ],
710
+ "count": [
711
+ 3373
712
+ ]
713
+ },
714
+ "timestamp": {
715
+ "min": [
716
+ 0.0
717
+ ],
718
+ "max": [
719
+ 112.4
720
+ ],
721
+ "mean": [
722
+ 56.2
723
+ ],
724
+ "std": [
725
+ 32.45670620654193
726
+ ],
727
+ "count": [
728
+ 3373
729
+ ]
730
+ },
731
+ "frame_index": {
732
+ "min": [
733
+ 0
734
+ ],
735
+ "max": [
736
+ 3372
737
+ ],
738
+ "mean": [
739
+ 1686.0
740
+ ],
741
+ "std": [
742
+ 973.701186196258
743
+ ],
744
+ "count": [
745
+ 3373
746
+ ]
747
+ },
748
+ "episode_index": {
749
+ "min": [
750
+ 0
751
+ ],
752
+ "max": [
753
+ 0
754
+ ],
755
+ "mean": [
756
+ 0.0
757
+ ],
758
+ "std": [
759
+ 0.0
760
+ ],
761
+ "count": [
762
+ 3373
763
+ ]
764
+ },
765
+ "index": {
766
+ "min": [
767
+ 0
768
+ ],
769
+ "max": [
770
+ 3372
771
+ ],
772
+ "mean": [
773
+ 1686.0
774
+ ],
775
+ "std": [
776
+ 973.701186196258
777
+ ],
778
+ "count": [
779
+ 3373
780
+ ]
781
+ },
782
+ "task_index": {
783
+ "min": [
784
+ 0
785
+ ],
786
+ "max": [
787
+ 0
788
+ ],
789
+ "mean": [
790
+ 0.0
791
+ ],
792
+ "std": [
793
+ 0.0
794
+ ],
795
+ "count": [
796
+ 3373
797
+ ]
798
+ }
799
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf143bd02f385175f4c908318dc1082cf25e94b60d721f38d963849f4bec2782
3
+ size 2155
videos/observation.images.back_left_fisheye/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e07dd0f61e8f1c546fd262d8a9e835f7e7d2974a0fafa3d2182e304d0ce8622
3
+ size 294307740
videos/observation.images.back_right_fisheye/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c4878036eacc2b346eedba0110b1d287e2ce190317524c6f4f7d4c607ee560
3
+ size 272032173
videos/observation.images.hand_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09179b2f1c8bfd5d24103bd6b85cfeb91dfc6149be36b7f91dc63ef4cf519e5a
3
+ size 100100620
videos/observation.images.hand_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3500b2f5f20128932f0f03a2f0a44fdf215efcf4c9a4a8050b621bca5cbcbf6e
3
+ size 100804357
videos/observation.images.head_center_fisheye/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c812c297589d72252a42a2ceaa4a2c70267432a7cd67c442ce1bf32602a3b6
3
+ size 204050071
videos/observation.images.head_left_fisheye/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79ac06a6f4a480d2b99506a4bbc97c38b8156c7a07f4605558af1713373c8c43
3
+ size 234558874
videos/observation.images.head_right_fisheye/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbebc15945e981275bd76d0c957fc017652ef3daccbfeea0ffff3fba8afce383
3
+ size 201353079
videos/observation.images.top_head/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fac135f9ba23e2552f759e52ddecd7434c5532ccbd27dda9ba025b3a16efdad
3
+ size 148877743