Datasets:

Formats:
parquet
License:
wonjun-lts commited on
Commit
14bb729
·
verified ·
1 Parent(s): ac182be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +661 -0
README.md ADDED
@@ -0,0 +1,661 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "Unitree_G1_Dex3_Sim",
29
+ "total_episodes": 20,
30
+ "total_frames": 14823,
31
+ "total_tasks": 1,
32
+ "total_videos": 60,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:20"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state_0": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "names": [
48
+ "kLeftShoulderPitch"
49
+ ]
50
+ },
51
+ "action_0": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 1
55
+ ],
56
+ "names": [
57
+ "kLeftShoulderPitch"
58
+ ]
59
+ },
60
+ "observation.state_1": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 1
64
+ ],
65
+ "names": [
66
+ "kLeftShoulderRoll"
67
+ ]
68
+ },
69
+ "action_1": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": [
75
+ "kLeftShoulderRoll"
76
+ ]
77
+ },
78
+ "observation.state_2": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": [
84
+ "kLeftShoulderYaw"
85
+ ]
86
+ },
87
+ "action_2": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": [
93
+ "kLeftShoulderYaw"
94
+ ]
95
+ },
96
+ "observation.state_3": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": [
102
+ "kLeftElbow"
103
+ ]
104
+ },
105
+ "action_3": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": [
111
+ "kLeftElbow"
112
+ ]
113
+ },
114
+ "observation.state_4": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": [
120
+ "kLeftWristRoll"
121
+ ]
122
+ },
123
+ "action_4": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": [
129
+ "kLeftWristRoll"
130
+ ]
131
+ },
132
+ "observation.state_5": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": [
138
+ "kLeftWristPitch"
139
+ ]
140
+ },
141
+ "action_5": {
142
+ "dtype": "float32",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": [
147
+ "kLeftWristPitch"
148
+ ]
149
+ },
150
+ "observation.state_6": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": [
156
+ "kLeftWristYaw"
157
+ ]
158
+ },
159
+ "action_6": {
160
+ "dtype": "float32",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": [
165
+ "kLeftWristYaw"
166
+ ]
167
+ },
168
+ "observation.state_7": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": [
174
+ "kRightShoulderPitch"
175
+ ]
176
+ },
177
+ "action_7": {
178
+ "dtype": "float32",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": [
183
+ "kRightShoulderPitch"
184
+ ]
185
+ },
186
+ "observation.state_8": {
187
+ "dtype": "float32",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": [
192
+ "kRightShoulderRoll"
193
+ ]
194
+ },
195
+ "action_8": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": [
201
+ "kRightShoulderRoll"
202
+ ]
203
+ },
204
+ "observation.state_9": {
205
+ "dtype": "float32",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": [
210
+ "kRightShoulderYaw"
211
+ ]
212
+ },
213
+ "action_9": {
214
+ "dtype": "float32",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": [
219
+ "kRightShoulderYaw"
220
+ ]
221
+ },
222
+ "observation.state_10": {
223
+ "dtype": "float32",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": [
228
+ "kRightElbow"
229
+ ]
230
+ },
231
+ "action_10": {
232
+ "dtype": "float32",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": [
237
+ "kRightElbow"
238
+ ]
239
+ },
240
+ "observation.state_11": {
241
+ "dtype": "float32",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": [
246
+ "kRightWristRoll"
247
+ ]
248
+ },
249
+ "action_11": {
250
+ "dtype": "float32",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": [
255
+ "kRightWristRoll"
256
+ ]
257
+ },
258
+ "observation.state_12": {
259
+ "dtype": "float32",
260
+ "shape": [
261
+ 1
262
+ ],
263
+ "names": [
264
+ "kRightWristPitch"
265
+ ]
266
+ },
267
+ "action_12": {
268
+ "dtype": "float32",
269
+ "shape": [
270
+ 1
271
+ ],
272
+ "names": [
273
+ "kRightWristPitch"
274
+ ]
275
+ },
276
+ "observation.state_13": {
277
+ "dtype": "float32",
278
+ "shape": [
279
+ 1
280
+ ],
281
+ "names": [
282
+ "kRightWristYaw"
283
+ ]
284
+ },
285
+ "action_13": {
286
+ "dtype": "float32",
287
+ "shape": [
288
+ 1
289
+ ],
290
+ "names": [
291
+ "kRightWristYaw"
292
+ ]
293
+ },
294
+ "observation.state_14": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 1
298
+ ],
299
+ "names": [
300
+ "kLeftHandThumb0"
301
+ ]
302
+ },
303
+ "action_14": {
304
+ "dtype": "float32",
305
+ "shape": [
306
+ 1
307
+ ],
308
+ "names": [
309
+ "kLeftHandThumb0"
310
+ ]
311
+ },
312
+ "observation.state_15": {
313
+ "dtype": "float32",
314
+ "shape": [
315
+ 1
316
+ ],
317
+ "names": [
318
+ "kLeftHandThumb1"
319
+ ]
320
+ },
321
+ "action_15": {
322
+ "dtype": "float32",
323
+ "shape": [
324
+ 1
325
+ ],
326
+ "names": [
327
+ "kLeftHandThumb1"
328
+ ]
329
+ },
330
+ "observation.state_16": {
331
+ "dtype": "float32",
332
+ "shape": [
333
+ 1
334
+ ],
335
+ "names": [
336
+ "kLeftHandThumb2"
337
+ ]
338
+ },
339
+ "action_16": {
340
+ "dtype": "float32",
341
+ "shape": [
342
+ 1
343
+ ],
344
+ "names": [
345
+ "kLeftHandThumb2"
346
+ ]
347
+ },
348
+ "observation.state_17": {
349
+ "dtype": "float32",
350
+ "shape": [
351
+ 1
352
+ ],
353
+ "names": [
354
+ "kLeftHandMiddle0"
355
+ ]
356
+ },
357
+ "action_17": {
358
+ "dtype": "float32",
359
+ "shape": [
360
+ 1
361
+ ],
362
+ "names": [
363
+ "kLeftHandMiddle0"
364
+ ]
365
+ },
366
+ "observation.state_18": {
367
+ "dtype": "float32",
368
+ "shape": [
369
+ 1
370
+ ],
371
+ "names": [
372
+ "kLeftHandMiddle1"
373
+ ]
374
+ },
375
+ "action_18": {
376
+ "dtype": "float32",
377
+ "shape": [
378
+ 1
379
+ ],
380
+ "names": [
381
+ "kLeftHandMiddle1"
382
+ ]
383
+ },
384
+ "observation.state_19": {
385
+ "dtype": "float32",
386
+ "shape": [
387
+ 1
388
+ ],
389
+ "names": [
390
+ "kLeftHandIndex0"
391
+ ]
392
+ },
393
+ "action_19": {
394
+ "dtype": "float32",
395
+ "shape": [
396
+ 1
397
+ ],
398
+ "names": [
399
+ "kLeftHandIndex0"
400
+ ]
401
+ },
402
+ "observation.state_20": {
403
+ "dtype": "float32",
404
+ "shape": [
405
+ 1
406
+ ],
407
+ "names": [
408
+ "kLeftHandIndex1"
409
+ ]
410
+ },
411
+ "action_20": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 1
415
+ ],
416
+ "names": [
417
+ "kLeftHandIndex1"
418
+ ]
419
+ },
420
+ "observation.state_21": {
421
+ "dtype": "float32",
422
+ "shape": [
423
+ 1
424
+ ],
425
+ "names": [
426
+ "kRightHandThumb0"
427
+ ]
428
+ },
429
+ "action_21": {
430
+ "dtype": "float32",
431
+ "shape": [
432
+ 1
433
+ ],
434
+ "names": [
435
+ "kRightHandThumb0"
436
+ ]
437
+ },
438
+ "observation.state_22": {
439
+ "dtype": "float32",
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "names": [
444
+ "kRightHandThumb1"
445
+ ]
446
+ },
447
+ "action_22": {
448
+ "dtype": "float32",
449
+ "shape": [
450
+ 1
451
+ ],
452
+ "names": [
453
+ "kRightHandThumb1"
454
+ ]
455
+ },
456
+ "observation.state_23": {
457
+ "dtype": "float32",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": [
462
+ "kRightHandThumb2"
463
+ ]
464
+ },
465
+ "action_23": {
466
+ "dtype": "float32",
467
+ "shape": [
468
+ 1
469
+ ],
470
+ "names": [
471
+ "kRightHandThumb2"
472
+ ]
473
+ },
474
+ "observation.state_24": {
475
+ "dtype": "float32",
476
+ "shape": [
477
+ 1
478
+ ],
479
+ "names": [
480
+ "kRightHandIndex0"
481
+ ]
482
+ },
483
+ "action_24": {
484
+ "dtype": "float32",
485
+ "shape": [
486
+ 1
487
+ ],
488
+ "names": [
489
+ "kRightHandIndex0"
490
+ ]
491
+ },
492
+ "observation.state_25": {
493
+ "dtype": "float32",
494
+ "shape": [
495
+ 1
496
+ ],
497
+ "names": [
498
+ "kRightHandIndex1"
499
+ ]
500
+ },
501
+ "action_25": {
502
+ "dtype": "float32",
503
+ "shape": [
504
+ 1
505
+ ],
506
+ "names": [
507
+ "kRightHandIndex1"
508
+ ]
509
+ },
510
+ "observation.state_26": {
511
+ "dtype": "float32",
512
+ "shape": [
513
+ 1
514
+ ],
515
+ "names": [
516
+ "kRightHandMiddle0"
517
+ ]
518
+ },
519
+ "action_26": {
520
+ "dtype": "float32",
521
+ "shape": [
522
+ 1
523
+ ],
524
+ "names": [
525
+ "kRightHandMiddle0"
526
+ ]
527
+ },
528
+ "observation.state_27": {
529
+ "dtype": "float32",
530
+ "shape": [
531
+ 1
532
+ ],
533
+ "names": [
534
+ "kRightHandMiddle1"
535
+ ]
536
+ },
537
+ "action_27": {
538
+ "dtype": "float32",
539
+ "shape": [
540
+ 1
541
+ ],
542
+ "names": [
543
+ "kRightHandMiddle1"
544
+ ]
545
+ },
546
+ "observation.images.cam_left_high": {
547
+ "dtype": "video",
548
+ "shape": [
549
+ 480,
550
+ 640,
551
+ 3
552
+ ],
553
+ "names": [
554
+ "height",
555
+ "width",
556
+ "channel"
557
+ ],
558
+ "info": {
559
+ "video.height": 480,
560
+ "video.width": 640,
561
+ "video.codec": "av1",
562
+ "video.pix_fmt": "yuv420p",
563
+ "video.is_depth_map": false,
564
+ "video.fps": 30,
565
+ "video.channels": 3,
566
+ "has_audio": false
567
+ }
568
+ },
569
+ "observation.images.cam_left_wrist": {
570
+ "dtype": "video",
571
+ "shape": [
572
+ 480,
573
+ 640,
574
+ 3
575
+ ],
576
+ "names": [
577
+ "height",
578
+ "width",
579
+ "channel"
580
+ ],
581
+ "info": {
582
+ "video.height": 480,
583
+ "video.width": 640,
584
+ "video.codec": "av1",
585
+ "video.pix_fmt": "yuv420p",
586
+ "video.is_depth_map": false,
587
+ "video.fps": 30,
588
+ "video.channels": 3,
589
+ "has_audio": false
590
+ }
591
+ },
592
+ "observation.images.cam_right_wrist": {
593
+ "dtype": "video",
594
+ "shape": [
595
+ 480,
596
+ 640,
597
+ 3
598
+ ],
599
+ "names": [
600
+ "height",
601
+ "width",
602
+ "channel"
603
+ ],
604
+ "info": {
605
+ "video.height": 480,
606
+ "video.width": 640,
607
+ "video.codec": "av1",
608
+ "video.pix_fmt": "yuv420p",
609
+ "video.is_depth_map": false,
610
+ "video.fps": 30,
611
+ "video.channels": 3,
612
+ "has_audio": false
613
+ }
614
+ },
615
+ "timestamp": {
616
+ "dtype": "float32",
617
+ "shape": [
618
+ 1
619
+ ],
620
+ "names": null
621
+ },
622
+ "frame_index": {
623
+ "dtype": "int64",
624
+ "shape": [
625
+ 1
626
+ ],
627
+ "names": null
628
+ },
629
+ "episode_index": {
630
+ "dtype": "int64",
631
+ "shape": [
632
+ 1
633
+ ],
634
+ "names": null
635
+ },
636
+ "index": {
637
+ "dtype": "int64",
638
+ "shape": [
639
+ 1
640
+ ],
641
+ "names": null
642
+ },
643
+ "task_index": {
644
+ "dtype": "int64",
645
+ "shape": [
646
+ 1
647
+ ],
648
+ "names": null
649
+ }
650
+ }
651
+ }
652
+ ```
653
+
654
+
655
+ ## Citation
656
+
657
+ **BibTeX:**
658
+
659
+ ```bibtex
660
+ [More Information Needed]
661
+ ```