azithromycin commited on
Commit
1e7cada
·
verified ·
1 Parent(s): d8f5819

Upload 3 files

Browse files
Files changed (3) hide show
  1. meta/info.json +677 -0
  2. meta/stats.json +629 -0
  3. meta/tasks.parquet +3 -0
meta/info.json ADDED
@@ -0,0 +1,677 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "Unitree_G1",
4
+ "total_episodes": 210,
5
+ "total_frames": 98266,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:210"
11
+ },
12
+ "data_path": "data/g1_dex3_objectplacement_dataset_train.tsfile",
13
+ "features": {
14
+ "Time": {
15
+ "dtype": "int64",
16
+ "shape": [
17
+ 1
18
+ ],
19
+ "tsfile_role": "TIME",
20
+ "unit": "ms"
21
+ },
22
+ "episode_index": {
23
+ "dtype": "string",
24
+ "shape": [
25
+ 1
26
+ ],
27
+ "tsfile_role": "TAG",
28
+ "source_dtype": "int64"
29
+ },
30
+ "task_index": {
31
+ "dtype": "string",
32
+ "shape": [
33
+ 1
34
+ ],
35
+ "tsfile_role": "TAG",
36
+ "source_dtype": "int64"
37
+ },
38
+ "frame_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "tsfile_role": "FIELD"
44
+ },
45
+ "sample_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "tsfile_role": "FIELD"
51
+ },
52
+ "observation_state_0": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "tsfile_role": "FIELD"
58
+ },
59
+ "observation_state_1": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "tsfile_role": "FIELD"
65
+ },
66
+ "observation_state_2": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "tsfile_role": "FIELD"
72
+ },
73
+ "observation_state_3": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "tsfile_role": "FIELD"
79
+ },
80
+ "observation_state_4": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "tsfile_role": "FIELD"
86
+ },
87
+ "observation_state_5": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "tsfile_role": "FIELD"
93
+ },
94
+ "observation_state_6": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "tsfile_role": "FIELD"
100
+ },
101
+ "observation_state_7": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "tsfile_role": "FIELD"
107
+ },
108
+ "observation_state_8": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "tsfile_role": "FIELD"
114
+ },
115
+ "observation_state_9": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "tsfile_role": "FIELD"
121
+ },
122
+ "observation_state_10": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "tsfile_role": "FIELD"
128
+ },
129
+ "observation_state_11": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "tsfile_role": "FIELD"
135
+ },
136
+ "observation_state_12": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "tsfile_role": "FIELD"
142
+ },
143
+ "observation_state_13": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "tsfile_role": "FIELD"
149
+ },
150
+ "observation_state_14": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "tsfile_role": "FIELD"
156
+ },
157
+ "observation_state_15": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "tsfile_role": "FIELD"
163
+ },
164
+ "observation_state_16": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "tsfile_role": "FIELD"
170
+ },
171
+ "observation_state_17": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "tsfile_role": "FIELD"
177
+ },
178
+ "observation_state_18": {
179
+ "dtype": "float32",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "tsfile_role": "FIELD"
184
+ },
185
+ "observation_state_19": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "tsfile_role": "FIELD"
191
+ },
192
+ "observation_state_20": {
193
+ "dtype": "float32",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "tsfile_role": "FIELD"
198
+ },
199
+ "observation_state_21": {
200
+ "dtype": "float32",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "tsfile_role": "FIELD"
205
+ },
206
+ "observation_state_22": {
207
+ "dtype": "float32",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "tsfile_role": "FIELD"
212
+ },
213
+ "observation_state_23": {
214
+ "dtype": "float32",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "tsfile_role": "FIELD"
219
+ },
220
+ "observation_state_24": {
221
+ "dtype": "float32",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "tsfile_role": "FIELD"
226
+ },
227
+ "observation_state_25": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "tsfile_role": "FIELD"
233
+ },
234
+ "observation_state_26": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "tsfile_role": "FIELD"
240
+ },
241
+ "observation_state_27": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "tsfile_role": "FIELD"
247
+ },
248
+ "action_0": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "tsfile_role": "FIELD"
254
+ },
255
+ "action_1": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "tsfile_role": "FIELD"
261
+ },
262
+ "action_2": {
263
+ "dtype": "float32",
264
+ "shape": [
265
+ 1
266
+ ],
267
+ "tsfile_role": "FIELD"
268
+ },
269
+ "action_3": {
270
+ "dtype": "float32",
271
+ "shape": [
272
+ 1
273
+ ],
274
+ "tsfile_role": "FIELD"
275
+ },
276
+ "action_4": {
277
+ "dtype": "float32",
278
+ "shape": [
279
+ 1
280
+ ],
281
+ "tsfile_role": "FIELD"
282
+ },
283
+ "action_5": {
284
+ "dtype": "float32",
285
+ "shape": [
286
+ 1
287
+ ],
288
+ "tsfile_role": "FIELD"
289
+ },
290
+ "action_6": {
291
+ "dtype": "float32",
292
+ "shape": [
293
+ 1
294
+ ],
295
+ "tsfile_role": "FIELD"
296
+ },
297
+ "action_7": {
298
+ "dtype": "float32",
299
+ "shape": [
300
+ 1
301
+ ],
302
+ "tsfile_role": "FIELD"
303
+ },
304
+ "action_8": {
305
+ "dtype": "float32",
306
+ "shape": [
307
+ 1
308
+ ],
309
+ "tsfile_role": "FIELD"
310
+ },
311
+ "action_9": {
312
+ "dtype": "float32",
313
+ "shape": [
314
+ 1
315
+ ],
316
+ "tsfile_role": "FIELD"
317
+ },
318
+ "action_10": {
319
+ "dtype": "float32",
320
+ "shape": [
321
+ 1
322
+ ],
323
+ "tsfile_role": "FIELD"
324
+ },
325
+ "action_11": {
326
+ "dtype": "float32",
327
+ "shape": [
328
+ 1
329
+ ],
330
+ "tsfile_role": "FIELD"
331
+ },
332
+ "action_12": {
333
+ "dtype": "float32",
334
+ "shape": [
335
+ 1
336
+ ],
337
+ "tsfile_role": "FIELD"
338
+ },
339
+ "action_13": {
340
+ "dtype": "float32",
341
+ "shape": [
342
+ 1
343
+ ],
344
+ "tsfile_role": "FIELD"
345
+ },
346
+ "action_14": {
347
+ "dtype": "float32",
348
+ "shape": [
349
+ 1
350
+ ],
351
+ "tsfile_role": "FIELD"
352
+ },
353
+ "action_15": {
354
+ "dtype": "float32",
355
+ "shape": [
356
+ 1
357
+ ],
358
+ "tsfile_role": "FIELD"
359
+ },
360
+ "action_16": {
361
+ "dtype": "float32",
362
+ "shape": [
363
+ 1
364
+ ],
365
+ "tsfile_role": "FIELD"
366
+ },
367
+ "action_17": {
368
+ "dtype": "float32",
369
+ "shape": [
370
+ 1
371
+ ],
372
+ "tsfile_role": "FIELD"
373
+ },
374
+ "action_18": {
375
+ "dtype": "float32",
376
+ "shape": [
377
+ 1
378
+ ],
379
+ "tsfile_role": "FIELD"
380
+ },
381
+ "action_19": {
382
+ "dtype": "float32",
383
+ "shape": [
384
+ 1
385
+ ],
386
+ "tsfile_role": "FIELD"
387
+ },
388
+ "action_20": {
389
+ "dtype": "float32",
390
+ "shape": [
391
+ 1
392
+ ],
393
+ "tsfile_role": "FIELD"
394
+ },
395
+ "action_21": {
396
+ "dtype": "float32",
397
+ "shape": [
398
+ 1
399
+ ],
400
+ "tsfile_role": "FIELD"
401
+ },
402
+ "action_22": {
403
+ "dtype": "float32",
404
+ "shape": [
405
+ 1
406
+ ],
407
+ "tsfile_role": "FIELD"
408
+ },
409
+ "action_23": {
410
+ "dtype": "float32",
411
+ "shape": [
412
+ 1
413
+ ],
414
+ "tsfile_role": "FIELD"
415
+ },
416
+ "action_24": {
417
+ "dtype": "float32",
418
+ "shape": [
419
+ 1
420
+ ],
421
+ "tsfile_role": "FIELD"
422
+ },
423
+ "action_25": {
424
+ "dtype": "float32",
425
+ "shape": [
426
+ 1
427
+ ],
428
+ "tsfile_role": "FIELD"
429
+ },
430
+ "action_26": {
431
+ "dtype": "float32",
432
+ "shape": [
433
+ 1
434
+ ],
435
+ "tsfile_role": "FIELD"
436
+ },
437
+ "action_27": {
438
+ "dtype": "float32",
439
+ "shape": [
440
+ 1
441
+ ],
442
+ "tsfile_role": "FIELD"
443
+ }
444
+ },
445
+ "data_files_size_in_mb": 100,
446
+ "video_files_size_in_mb": 500,
447
+ "video_path_original": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
448
+ "tsfile_conversion": {
449
+ "source_dataset": "unitreerobotics/G1_Dex3_ObjectPlacement_Dataset",
450
+ "source_data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
451
+ "converted_data_path": "data/g1_dex3_objectplacement_dataset_train.tsfile",
452
+ "table_name": "g1_dex3_objectplacement_dataset_train",
453
+ "granularity": "merged",
454
+ "time_precision": "ms",
455
+ "time_mapping": {
456
+ "source": "timestamp",
457
+ "fps": 30,
458
+ "unit": "milliseconds",
459
+ "formula": "Time = round(timestamp * 1000); timestamp resets per episode"
460
+ },
461
+ "tag_columns": [
462
+ "episode_index",
463
+ "task_index"
464
+ ],
465
+ "row_count": 98266,
466
+ "feature_source": "features describe the converted TsFile schema",
467
+ "flattened_features": {
468
+ "observation.state": [
469
+ "observation_state_0",
470
+ "observation_state_1",
471
+ "observation_state_2",
472
+ "observation_state_3",
473
+ "observation_state_4",
474
+ "observation_state_5",
475
+ "observation_state_6",
476
+ "observation_state_7",
477
+ "observation_state_8",
478
+ "observation_state_9",
479
+ "observation_state_10",
480
+ "observation_state_11",
481
+ "observation_state_12",
482
+ "observation_state_13",
483
+ "observation_state_14",
484
+ "observation_state_15",
485
+ "observation_state_16",
486
+ "observation_state_17",
487
+ "observation_state_18",
488
+ "observation_state_19",
489
+ "observation_state_20",
490
+ "observation_state_21",
491
+ "observation_state_22",
492
+ "observation_state_23",
493
+ "observation_state_24",
494
+ "observation_state_25",
495
+ "observation_state_26",
496
+ "observation_state_27"
497
+ ],
498
+ "action": [
499
+ "action_0",
500
+ "action_1",
501
+ "action_2",
502
+ "action_3",
503
+ "action_4",
504
+ "action_5",
505
+ "action_6",
506
+ "action_7",
507
+ "action_8",
508
+ "action_9",
509
+ "action_10",
510
+ "action_11",
511
+ "action_12",
512
+ "action_13",
513
+ "action_14",
514
+ "action_15",
515
+ "action_16",
516
+ "action_17",
517
+ "action_18",
518
+ "action_19",
519
+ "action_20",
520
+ "action_21",
521
+ "action_22",
522
+ "action_23",
523
+ "action_24",
524
+ "action_25",
525
+ "action_26",
526
+ "action_27"
527
+ ]
528
+ },
529
+ "renamed_features": {
530
+ "index": "sample_index"
531
+ },
532
+ "dropped_features": [
533
+ "timestamp"
534
+ ],
535
+ "omitted_features": [
536
+ "observation.images.cam_left_high",
537
+ "observation.images.cam_right_high",
538
+ "observation.images.cam_left_wrist",
539
+ "observation.images.cam_right_wrist"
540
+ ],
541
+ "original_video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
542
+ "original_video_features": {
543
+ "observation.images.cam_left_high": {
544
+ "dtype": "video",
545
+ "shape": [
546
+ 3,
547
+ 480,
548
+ 640
549
+ ],
550
+ "names": [
551
+ "channels",
552
+ "height",
553
+ "width"
554
+ ],
555
+ "info": {
556
+ "video.fps": 30,
557
+ "video.height": 480,
558
+ "video.width": 640,
559
+ "video.channels": 3,
560
+ "video.codec": "av1",
561
+ "video.pix_fmt": "yuv420p",
562
+ "video.is_depth_map": false,
563
+ "has_audio": false
564
+ }
565
+ },
566
+ "observation.images.cam_right_high": {
567
+ "dtype": "video",
568
+ "shape": [
569
+ 3,
570
+ 480,
571
+ 640
572
+ ],
573
+ "names": [
574
+ "channels",
575
+ "height",
576
+ "width"
577
+ ],
578
+ "info": {
579
+ "video.fps": 30,
580
+ "video.height": 480,
581
+ "video.width": 640,
582
+ "video.channels": 3,
583
+ "video.codec": "av1",
584
+ "video.pix_fmt": "yuv420p",
585
+ "video.is_depth_map": false,
586
+ "has_audio": false
587
+ }
588
+ },
589
+ "observation.images.cam_left_wrist": {
590
+ "dtype": "video",
591
+ "shape": [
592
+ 3,
593
+ 480,
594
+ 640
595
+ ],
596
+ "names": [
597
+ "channels",
598
+ "height",
599
+ "width"
600
+ ],
601
+ "info": {
602
+ "video.fps": 30,
603
+ "video.height": 480,
604
+ "video.width": 640,
605
+ "video.channels": 3,
606
+ "video.codec": "av1",
607
+ "video.pix_fmt": "yuv420p",
608
+ "video.is_depth_map": false,
609
+ "has_audio": false
610
+ }
611
+ },
612
+ "observation.images.cam_right_wrist": {
613
+ "dtype": "video",
614
+ "shape": [
615
+ 3,
616
+ 480,
617
+ 640
618
+ ],
619
+ "names": [
620
+ "channels",
621
+ "height",
622
+ "width"
623
+ ],
624
+ "info": {
625
+ "video.fps": 30,
626
+ "video.height": 480,
627
+ "video.width": 640,
628
+ "video.channels": 3,
629
+ "video.codec": "av1",
630
+ "video.pix_fmt": "yuv420p",
631
+ "video.is_depth_map": false,
632
+ "has_audio": false
633
+ }
634
+ }
635
+ },
636
+ "original_video_source": "https://huggingface.co/datasets/unitreerobotics/G1_Dex3_ObjectPlacement_Dataset/tree/main/videos",
637
+ "video_policy": "Videos are not included in this TsFile repository.",
638
+ "actual_tag_storage": "TsFile TAG columns are stored as STRING; source integer dtypes are recorded as source_dtype.",
639
+ "episode_file_count": 1,
640
+ "frame_video_alignment": "episode_index and frame_index remain unchanged; source video frames stay in the original Hugging Face dataset",
641
+ "encoding": {
642
+ "float": "GORILLA",
643
+ "double": "GORILLA",
644
+ "int32": "TS_2DIFF",
645
+ "int64": "TS_2DIFF",
646
+ "time": "TS_2DIFF",
647
+ "boolean": "RLE"
648
+ },
649
+ "compression": {
650
+ "default": "LZ4",
651
+ "time": "LZ4"
652
+ },
653
+ "source_revision": "2e1d63e5fd9587e1240b889c51c6553be6910027",
654
+ "source_parquet_sha256": "2ec5cb3cbdc32e791eb5907646fca771d3d739bbafac71ba6672fa2def23c707",
655
+ "source_parquet_bytes": 22754008,
656
+ "converted_data_sha256": "4d0c85835b6865480e57825ed029778269dda5f61d2ed4c5d8176e394a40cb24",
657
+ "converted_data_bytes": 25547130,
658
+ "tsfile_to_source_ratio": 1.122752967301409,
659
+ "video_file_count": 9,
660
+ "video_file_counts": {
661
+ "cam_left_high": 3,
662
+ "cam_right_high": 2,
663
+ "cam_left_wrist": 2,
664
+ "cam_right_wrist": 2
665
+ },
666
+ "video_bytes": 3443394912
667
+ },
668
+ "source_revision": "2e1d63e5fd9587e1240b889c51c6553be6910027",
669
+ "video_file_count": 9,
670
+ "video_file_counts": {
671
+ "cam_left_high": 3,
672
+ "cam_right_high": 2,
673
+ "cam_left_wrist": 2,
674
+ "cam_right_wrist": 2
675
+ },
676
+ "video_bytes": 3443394912
677
+ }
meta/stats.json ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.cam_right_wrist": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.38752572631083687
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.42504078919555127
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.45175331908166555
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.3216214649749717
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.2823189861845214
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.2956940426091474
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 22471
73
+ ]
74
+ },
75
+ "action": {
76
+ "min": [
77
+ -1.6947271823883057,
78
+ -0.21392884850502014,
79
+ -1.5606167316436768,
80
+ -1.0471996068954468,
81
+ -0.7129273414611816,
82
+ -1.6144287586212158,
83
+ -1.6144285202026367,
84
+ -1.6966737508773804,
85
+ -1.6465511322021484,
86
+ -0.7037820219993591,
87
+ -1.0471997261047363,
88
+ -1.7988795042037964,
89
+ -1.6144253015518188,
90
+ -1.543895959854126,
91
+ -1.047161340713501,
92
+ 0.2968688905239105,
93
+ 0.015484875999391079,
94
+ -1.832338571548462,
95
+ -2.094395160675049,
96
+ -1.6468144655227661,
97
+ -2.094395160675049,
98
+ -1.0471594333648682,
99
+ -1.0471975803375244,
100
+ -1.1353391408920288,
101
+ -0.19198620319366455,
102
+ 7.605784873421853e-22,
103
+ -0.19198620319366455,
104
+ 4.726498294499505e-23
105
+ ],
106
+ "max": [
107
+ 0.40309232473373413,
108
+ 1.6970700025558472,
109
+ 0.6345113515853882,
110
+ 1.3979402780532837,
111
+ 1.9722166061401367,
112
+ 1.3940378427505493,
113
+ 1.5139461755752563,
114
+ 0.21482700109481812,
115
+ -0.06555764377117157,
116
+ 1.4867838621139526,
117
+ 1.4014081954956055,
118
+ 0.9294281005859375,
119
+ 0.8362047672271729,
120
+ 1.3173768520355225,
121
+ 0.22706091403961182,
122
+ 1.0471975803375244,
123
+ 1.6149935722351074,
124
+ 0.19198620319366455,
125
+ -2.2152217649677453e-23,
126
+ 0.19198620319366455,
127
+ -4.637137961313369e-22,
128
+ 0.09754559397697449,
129
+ -0.5126544237136841,
130
+ -0.000534587015863508,
131
+ 1.7546679973602295,
132
+ 2.094395160675049,
133
+ 1.4526877403259277,
134
+ 2.094395160675049
135
+ ],
136
+ "mean": [
137
+ -0.6303001467344836,
138
+ 0.5373470258525219,
139
+ 0.013897246606372812,
140
+ 0.2744717824271219,
141
+ 0.22154599229127395,
142
+ -0.043903959573880325,
143
+ -0.22263727065420502,
144
+ -0.6502219431384784,
145
+ -0.47960897520224854,
146
+ -0.016766172854446232,
147
+ 0.3327810331659097,
148
+ -0.11475529314274999,
149
+ -0.11486360144759139,
150
+ 0.22445691966475606,
151
+ -0.6304752279336173,
152
+ 1.0269490115908175,
153
+ 0.45001160061558604,
154
+ -0.05872032982791331,
155
+ -0.49697523634975405,
156
+ 0.03125459544705803,
157
+ -0.44952237805957,
158
+ -0.624420067786787,
159
+ -1.0099888024022392,
160
+ -0.4930655994010256,
161
+ 0.05179803513524635,
162
+ 0.3672507324069693,
163
+ 0.016892433410999656,
164
+ 0.363360849366211
165
+ ],
166
+ "std": [
167
+ 0.29507387040172,
168
+ 0.28730979024335496,
169
+ 0.33154319976916347,
170
+ 0.4311159605318834,
171
+ 0.555501645084854,
172
+ 0.39714907989348136,
173
+ 0.37006356822180725,
174
+ 0.2457977742987407,
175
+ 0.23951954095269748,
176
+ 0.25556193070836836,
177
+ 0.33048673542854506,
178
+ 0.4178311566285055,
179
+ 0.3810751709092386,
180
+ 0.29913525174731187,
181
+ 0.199589441114285,
182
+ 0.05863452602583238,
183
+ 0.2312543085890805,
184
+ 0.3876709024072656,
185
+ 0.8343453451167141,
186
+ 0.24114232655455403,
187
+ 0.7801117585903568,
188
+ 0.16163820593435443,
189
+ 0.0860775466363706,
190
+ 0.29903862637650086,
191
+ 0.4158592500452836,
192
+ 0.7393663102999183,
193
+ 0.345968647232568,
194
+ 0.7255945665595489
195
+ ],
196
+ "count": [
197
+ 98266
198
+ ]
199
+ },
200
+ "observation.images.cam_left_high": {
201
+ "min": [
202
+ [
203
+ [
204
+ 0.0
205
+ ]
206
+ ],
207
+ [
208
+ [
209
+ 0.0
210
+ ]
211
+ ],
212
+ [
213
+ [
214
+ 0.0
215
+ ]
216
+ ]
217
+ ],
218
+ "max": [
219
+ [
220
+ [
221
+ 1.0
222
+ ]
223
+ ],
224
+ [
225
+ [
226
+ 1.0
227
+ ]
228
+ ],
229
+ [
230
+ [
231
+ 1.0
232
+ ]
233
+ ]
234
+ ],
235
+ "mean": [
236
+ [
237
+ [
238
+ 0.4746011972910126
239
+ ]
240
+ ],
241
+ [
242
+ [
243
+ 0.4964363225022239
244
+ ]
245
+ ],
246
+ [
247
+ [
248
+ 0.5050764241448169
249
+ ]
250
+ ]
251
+ ],
252
+ "std": [
253
+ [
254
+ [
255
+ 0.2789213165535472
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 0.24672779080195273
261
+ ]
262
+ ],
263
+ [
264
+ [
265
+ 0.23309188893486202
266
+ ]
267
+ ]
268
+ ],
269
+ "count": [
270
+ 22471
271
+ ]
272
+ },
273
+ "observation.images.cam_right_high": {
274
+ "min": [
275
+ [
276
+ [
277
+ 0.0
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 0.0
283
+ ]
284
+ ],
285
+ [
286
+ [
287
+ 0.0
288
+ ]
289
+ ]
290
+ ],
291
+ "max": [
292
+ [
293
+ [
294
+ 1.0
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 1.0
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 1.0
305
+ ]
306
+ ]
307
+ ],
308
+ "mean": [
309
+ [
310
+ [
311
+ 0.4784358317095205
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.49998799746644806
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.5094381449330894
322
+ ]
323
+ ]
324
+ ],
325
+ "std": [
326
+ [
327
+ [
328
+ 0.2750927406611197
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.24141310376064687
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.22817001449206392
339
+ ]
340
+ ]
341
+ ],
342
+ "count": [
343
+ 22471
344
+ ]
345
+ },
346
+ "episode_index": {
347
+ "min": [
348
+ 0
349
+ ],
350
+ "max": [
351
+ 209
352
+ ],
353
+ "mean": [
354
+ 100.6419717908534
355
+ ],
356
+ "std": [
357
+ 61.869843502079995
358
+ ],
359
+ "count": [
360
+ 98266
361
+ ]
362
+ },
363
+ "task_index": {
364
+ "min": [
365
+ 0
366
+ ],
367
+ "max": [
368
+ 0
369
+ ],
370
+ "mean": [
371
+ 0.0
372
+ ],
373
+ "std": [
374
+ 0.0
375
+ ],
376
+ "count": [
377
+ 98266
378
+ ]
379
+ },
380
+ "observation.state": {
381
+ "min": [
382
+ -1.6584677696228027,
383
+ -0.0542302131652832,
384
+ -1.5237743854522705,
385
+ -1.0381853580474854,
386
+ -0.7090926170349121,
387
+ -1.6055958271026611,
388
+ -1.6001253128051758,
389
+ -1.664736270904541,
390
+ -1.6288942098617554,
391
+ -0.6911377906799316,
392
+ -1.0365793704986572,
393
+ -1.7968089580535889,
394
+ -1.5785975456237793,
395
+ -1.5337748527526855,
396
+ -1.0468664169311523,
397
+ 0.28028640151023865,
398
+ 0.0181747917085886,
399
+ -1.5888615846633911,
400
+ -2.1528871059417725,
401
+ -0.8809672594070435,
402
+ -2.1007843017578125,
403
+ -0.9937965273857117,
404
+ -1.0905760526657104,
405
+ -0.9490417242050171,
406
+ -0.22938935458660126,
407
+ 0.009271007031202316,
408
+ -3363.48291015625,
409
+ 0.009611617773771286
410
+ ],
411
+ "max": [
412
+ 0.39452600479125977,
413
+ 1.6369357109069824,
414
+ 0.6179623603820801,
415
+ 1.3892912864685059,
416
+ 1.9704604148864746,
417
+ 1.3866946697235107,
418
+ 1.5046826601028442,
419
+ 0.16949748992919922,
420
+ -0.06486892700195312,
421
+ 1.4801161289215088,
422
+ 1.391460657119751,
423
+ 0.9175701141357422,
424
+ 0.8239079713821411,
425
+ 1.3107242584228516,
426
+ 0.16434736549854279,
427
+ 1.1196123361587524,
428
+ 1.2816572189331055,
429
+ 0.19437913596630096,
430
+ -0.007857115939259529,
431
+ 0.3255143165588379,
432
+ -0.008767188526690006,
433
+ 0.012970603071153164,
434
+ 0.01704305037856102,
435
+ -0.014719018712639809,
436
+ 1.5161428451538086,
437
+ 2.145251750946045,
438
+ 1.0744980573654175,
439
+ 2.0934629440307617
440
+ ],
441
+ "mean": [
442
+ -0.6267872739103234,
443
+ 0.5322862265857995,
444
+ 0.012816322800030928,
445
+ 0.2805156929322854,
446
+ 0.22169236928609795,
447
+ -0.040813847054385746,
448
+ -0.22214194243214774,
449
+ -0.6486131159679566,
450
+ -0.47573993012054017,
451
+ -0.01285295859868446,
452
+ 0.34122413632600224,
453
+ -0.11727252491314177,
454
+ -0.11125472860351082,
455
+ 0.22511238094576266,
456
+ -0.6485333931123869,
457
+ 0.9959283802606989,
458
+ 0.4389976205313477,
459
+ -0.048560776064552176,
460
+ -0.491204141283461,
461
+ 0.07449670083218601,
462
+ -0.4018328771513146,
463
+ -0.6455801465529374,
464
+ -0.9742370543086041,
465
+ -0.4827190140565187,
466
+ 0.028228643052465453,
467
+ 0.3580104813453842,
468
+ -0.060339493139637296,
469
+ 0.3094725166750553
470
+ ],
471
+ "std": [
472
+ 0.2925650223485301,
473
+ 0.2863961897873776,
474
+ 0.32930073844643587,
475
+ 0.4277450866102738,
476
+ 0.5549170451011365,
477
+ 0.39687062989788313,
478
+ 0.3688464318615774,
479
+ 0.24319807968214205,
480
+ 0.23853517083881445,
481
+ 0.25416090777780836,
482
+ 0.3283424388240131,
483
+ 0.41737384277321277,
484
+ 0.3817692930664923,
485
+ 0.29805001926830776,
486
+ 0.17193695431608833,
487
+ 0.07520833251800306,
488
+ 0.23303883187671207,
489
+ 0.3481650084591605,
490
+ 0.7949160935326961,
491
+ 0.1558753573967532,
492
+ 0.6697447642410341,
493
+ 0.14304085889101836,
494
+ 0.09757706004207742,
495
+ 0.3051985375482617,
496
+ 0.33969789049555527,
497
+ 0.6834660628661356,
498
+ 10.738801630449874,
499
+ 0.5772984573712372
500
+ ],
501
+ "count": [
502
+ 98266
503
+ ]
504
+ },
505
+ "observation.images.cam_left_wrist": {
506
+ "min": [
507
+ [
508
+ [
509
+ 0.0
510
+ ]
511
+ ],
512
+ [
513
+ [
514
+ 0.0
515
+ ]
516
+ ],
517
+ [
518
+ [
519
+ 0.0
520
+ ]
521
+ ]
522
+ ],
523
+ "max": [
524
+ [
525
+ [
526
+ 1.0
527
+ ]
528
+ ],
529
+ [
530
+ [
531
+ 1.0
532
+ ]
533
+ ],
534
+ [
535
+ [
536
+ 1.0
537
+ ]
538
+ ]
539
+ ],
540
+ "mean": [
541
+ [
542
+ [
543
+ 0.3991880866139696
544
+ ]
545
+ ],
546
+ [
547
+ [
548
+ 0.432487576184023
549
+ ]
550
+ ],
551
+ [
552
+ [
553
+ 0.4576286203931475
554
+ ]
555
+ ]
556
+ ],
557
+ "std": [
558
+ [
559
+ [
560
+ 0.3170912081213546
561
+ ]
562
+ ],
563
+ [
564
+ [
565
+ 0.28101559733446263
566
+ ]
567
+ ],
568
+ [
569
+ [
570
+ 0.2964950862133165
571
+ ]
572
+ ]
573
+ ],
574
+ "count": [
575
+ 22471
576
+ ]
577
+ },
578
+ "timestamp": {
579
+ "min": [
580
+ 0.0
581
+ ],
582
+ "max": [
583
+ 31.96666717529297
584
+ ],
585
+ "mean": [
586
+ 8.304849059483905
587
+ ],
588
+ "std": [
589
+ 5.437966687169097
590
+ ],
591
+ "count": [
592
+ 98266
593
+ ]
594
+ },
595
+ "index": {
596
+ "min": [
597
+ 0
598
+ ],
599
+ "max": [
600
+ 98265
601
+ ],
602
+ "mean": [
603
+ 49132.5
604
+ ],
605
+ "std": [
606
+ 28366.95077462504
607
+ ],
608
+ "count": [
609
+ 98266
610
+ ]
611
+ },
612
+ "frame_index": {
613
+ "min": [
614
+ 0
615
+ ],
616
+ "max": [
617
+ 959
618
+ ],
619
+ "mean": [
620
+ 249.14547249302913
621
+ ],
622
+ "std": [
623
+ 163.13900104015005
624
+ ],
625
+ "count": [
626
+ 98266
627
+ ]
628
+ }
629
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca70e2a9d6f5d76c82dc8ceb352286ceb289f915f5e07b62e978e2dffec3956
3
+ size 2126