jellyho commited on
Commit
3c6441b
·
verified ·
1 Parent(s): 82702c8

Upload merged DROID skill dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +94 -0
  2. data/chunk-000/file-000.parquet +3 -0
  3. data/chunk-000/file-001.parquet +3 -0
  4. data/chunk-000/file-002.parquet +3 -0
  5. data/chunk-000/file-003.parquet +3 -0
  6. data/chunk-000/file-004.parquet +3 -0
  7. data/chunk-000/file-005.parquet +3 -0
  8. data/chunk-000/file-006.parquet +3 -0
  9. data/chunk-000/file-007.parquet +3 -0
  10. data/chunk-000/file-008.parquet +3 -0
  11. data/chunk-000/file-009.parquet +3 -0
  12. data/chunk-000/file-010.parquet +3 -0
  13. data/chunk-000/file-011.parquet +3 -0
  14. data/chunk-000/file-012.parquet +3 -0
  15. data/chunk-000/file-013.parquet +3 -0
  16. data/chunk-000/file-014.parquet +3 -0
  17. data/chunk-000/file-015.parquet +3 -0
  18. data/chunk-000/file-016.parquet +3 -0
  19. data/chunk-000/file-017.parquet +3 -0
  20. data/chunk-000/file-018.parquet +3 -0
  21. data/chunk-000/file-019.parquet +3 -0
  22. data/chunk-000/file-020.parquet +3 -0
  23. data/chunk-000/file-021.parquet +3 -0
  24. data/chunk-000/file-022.parquet +3 -0
  25. data/chunk-000/file-023.parquet +3 -0
  26. data/chunk-000/file-024.parquet +3 -0
  27. data/chunk-000/file-025.parquet +3 -0
  28. data/chunk-000/file-026.parquet +3 -0
  29. data/chunk-000/file-027.parquet +3 -0
  30. data/chunk-000/file-028.parquet +3 -0
  31. data/chunk-000/file-029.parquet +3 -0
  32. data/chunk-000/file-030.parquet +3 -0
  33. data/chunk-000/file-031.parquet +3 -0
  34. data/chunk-000/file-032.parquet +3 -0
  35. data/chunk-000/file-033.parquet +3 -0
  36. data/chunk-000/file-034.parquet +3 -0
  37. data/chunk-000/file-035.parquet +3 -0
  38. data/chunk-000/file-036.parquet +3 -0
  39. data/chunk-000/file-037.parquet +3 -0
  40. data/chunk-000/file-038.parquet +3 -0
  41. data/chunk-000/file-039.parquet +3 -0
  42. data/chunk-000/file-040.parquet +3 -0
  43. data/chunk-000/file-041.parquet +3 -0
  44. data/chunk-000/file-042.parquet +3 -0
  45. data/chunk-000/file-043.parquet +3 -0
  46. data/chunk-000/file-044.parquet +3 -0
  47. data/chunk-000/file-045.parquet +3 -0
  48. data/chunk-000/file-046.parquet +3 -0
  49. data/chunk-000/file-047.parquet +3 -0
  50. data/chunk-000/file-048.parquet +3 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - DROID
8
+ - robotics
9
+ - skill-filtered
10
+ - merged
11
+ - joint-velocity-action
12
+ - gripper-position
13
+ - stacking
14
+ configs:
15
+ - config_name: default
16
+ data_files: data/*/*.parquet
17
+ ---
18
+
19
+ # Merged DROID Skill Dataset: stacking
20
+
21
+ This dataset merges a language-filtered DROID skill subset with newly collected
22
+ environment data for the same skill.
23
+
24
+ ## Repository
25
+
26
+ - Hugging Face repo: `jellyho/droid_merged_skills_stacking`
27
+ - Local merged dataset path: `/scratch/jellyho/droid_merged_skills/stacking`
28
+ - Skill: `stacking`
29
+
30
+ ## Sources
31
+
32
+ ```json
33
+ [
34
+ "jellyho/droid_subsets_stacking",
35
+ "jellyho/droid_stack_bar"
36
+ ]
37
+ ```
38
+
39
+ | source_dataset | episodes |
40
+ | --- | --- |
41
+ | jellyho/droid_subsets_stacking | 300 |
42
+ | jellyho/droid_stack_bar | 20 |
43
+
44
+ ## State And Action
45
+
46
+ The compact LeRobot training fields are standardized as 8D vectors:
47
+
48
+ ```text
49
+ observation.state = [joint_position_0..6, gripper_position]
50
+ action = [joint_velocity_0..6, gripper_position]
51
+ ```
52
+
53
+ For original DROID subset rows, `action` is derived from
54
+ `action.joint_velocity` plus `action.gripper_position`. For newly collected
55
+ rows, `action` is derived from `observation.joint_velocities[:7]` plus the
56
+ collected gripper position from the original `action` vector.
57
+
58
+ Detailed columns such as `action.joint_position`, `action.joint_velocity`,
59
+ `action.gripper_position`, `observation.state.joint_position`, and
60
+ `observation.state.gripper_position` remain available in the parquet files.
61
+
62
+ ## Dataset Statistics
63
+
64
+ - Episodes: `320`
65
+ - Frames: `91911`
66
+ - Unique tasks: `301`
67
+ - `observation.state` shape: `[8]`
68
+ - `action` shape: `[8]`
69
+
70
+ ## Top Episode Task Strings
71
+
72
+ | task | episodes |
73
+ | --- | --- |
74
+ | ['Put the yellow bar on top of the red cube'] | 20 |
75
+ | ['Stack the cups from the top cup to the bottom cup'] | 1 |
76
+ | ['Pick up the lid and place it on top of the blue pot.'] | 1 |
77
+ | ['Move the white mug from on top of the paper towel to the counter'] | 1 |
78
+ | ['Remove the cap from the door coat hanging hook and put it on top of the cabinet'] | 1 |
79
+ | ['Stack the items on the tablecloth together.'] | 1 |
80
+ | ['Fold the white cloth in half, pick up the white cloth and put it on top of the far right throw pillow'] | 1 |
81
+ | ['Place the grey object at the top of the stack'] | 1 |
82
+ | ['Stack the cups on the table'] | 1 |
83
+ | ['Put the first towel on top of the backrest of the chair'] | 1 |
84
+
85
+ ## Files
86
+
87
+ ```text
88
+ meta/info.json
89
+ meta/tasks.parquet
90
+ meta/episodes/chunk-000/file-000.parquet
91
+ data/chunk-000/file-*.parquet
92
+ episodes.csv
93
+ merge_summary.json
94
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7fc309eb6b01aaebf645745a8f2fa8d8bc41b6de5495a3578396de7a1cf0dd9
3
+ size 826426
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b047083c4a0158d083e68e208123f7d169e8d2c1a5fb30fafcbe783e044a1aa9
3
+ size 164398
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d317be39039325094bfc1ce94ff6faaf012e48b2d977427e4a7762ef1c63a8
3
+ size 363015
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08ce4091e12ccabe111f0f23dba3ddfae3b315037bf00666621b7e97d8790cb
3
+ size 384300
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f9ab08f5fcb0d22c09f231b1dba8f15c5fb17703581cb10401cf315bc4831c6
3
+ size 204191
data/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fe55d4e8ce71bb89de0fb01151c0bd75f54372698de8cf8c7a72669c7c20be1
3
+ size 515283
data/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f92d8edde4aa5c40164ac5d909e31d4e0d6156e83fd7c54de112abeb2be8c0d
3
+ size 235546
data/chunk-000/file-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c6a109413ace25899cf8084e3636d84765f2506d65de81a552c9b6590e5e05
3
+ size 542888
data/chunk-000/file-008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0169ea6fa0a78302a48c71c937a9b54aafdab3e54cfad30283e37608da921da8
3
+ size 404879
data/chunk-000/file-009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53984c60c4db526291d3e622f90f6df4329cf57b7809438a54c99da04c04616b
3
+ size 522025
data/chunk-000/file-010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54413021afd7007cc90cd28ddfc1f088f38ed32f3eedf3b226009152f74c691a
3
+ size 176908
data/chunk-000/file-011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:870f76c9260df486b3a2e8efd4bac3493fe0cb0f1e9c6f084aa12dc2bddbffc1
3
+ size 270114
data/chunk-000/file-012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b389c0d78640fcf66e2b758468d2a19dbd7b37101c8ec4d0d7cd031c17013d60
3
+ size 205934
data/chunk-000/file-013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c85ea0c3c9cf7856fb4ec7903c5b5ec5bd8f8e3eb4fdb9ea24069a3bef05c4ae
3
+ size 405592
data/chunk-000/file-014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca3cb6779da09def32f659e203323d552db486bd1d28513431ab929e1db221c
3
+ size 442357
data/chunk-000/file-015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19b4cfdcfc125aa4fe6c721b9e84708e9ff53feb57316278653289621ae6175b
3
+ size 482445
data/chunk-000/file-016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798f5166b070592b9fe46847ba69247f25c34648737aef526df6e7b2e099d780
3
+ size 1110003
data/chunk-000/file-017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62387dbb1bffbdb7591015c7f7899d71de0fd224f58e4a51ec782214f0aa59ae
3
+ size 204753
data/chunk-000/file-018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53c12ae74ce923467540a6385ef2425a93af780d43dbd9c617dbea926f70b809
3
+ size 193718
data/chunk-000/file-019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d069e74468d5bd5f3eecd5f0f514f758ce723fd45190050d3464fd45b36e29
3
+ size 1180096
data/chunk-000/file-020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46eea9d247c2399b62e755d06d0ea2591b3a12ff448cc7d4cbedb13fc80baf1
3
+ size 128151
data/chunk-000/file-021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1646cb2090e378daea4f9f0b1f45a721771acb397b21ac7aa159339fac43e62e
3
+ size 265157
data/chunk-000/file-022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4fa5674fb883ebe247c9037472f2f9b501effb3af3f19cbed5e49a6cdbba7b8
3
+ size 129922
data/chunk-000/file-023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242e0b17ec9c8c8c0530c398a125f6800562c4f772b72e0a5b5429ed47970fe7
3
+ size 431364
data/chunk-000/file-024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fcb4f58ea0faa8b243f3feb043fd285903698da30b4974869850dedbd0f303e
3
+ size 547556
data/chunk-000/file-025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0379c38c885da04d874ee44dab71755652d2a4ac6dd43bd1034d34b20189a1e
3
+ size 1057576
data/chunk-000/file-026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f211234d985ac26ee56cd71b21ab0cf1a326e774377a69d3d0b7e8d742e2663
3
+ size 823660
data/chunk-000/file-027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d49d8a40efed2ddd847cc87ba5b4a40e47d8ca0b9e2b14fa3489d68cf1d9261
3
+ size 197158
data/chunk-000/file-028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1e7265cde1eeba05386de335ac2b8fd041267eb5f24916a043369d2b8b04a8
3
+ size 413374
data/chunk-000/file-029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429133875500f5e32d7e1b0ec8473e7afa427077a0e1a2b21202e5e537090063
3
+ size 370623
data/chunk-000/file-030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08753f5936c1744b2182c28cf9a436d8f6a9377c1757c1d0b527c86296e3a164
3
+ size 916219
data/chunk-000/file-031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb352c387571eee67abf30cd2cea6f51166a5f02387f80df4c451a7d360b8d77
3
+ size 934177
data/chunk-000/file-032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c7a51240f664a82833b09446ca901fccdfaa865881aa493a3247e84e4d0f7a
3
+ size 123372
data/chunk-000/file-033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4201e76f78e44799b57d312d322d523c47063c3b8260e380deec5270c59fcc90
3
+ size 174825
data/chunk-000/file-034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc190c38bd649a8a632955d454ff205bb5a5dc0cbf40b1db582fac49964634dd
3
+ size 139764
data/chunk-000/file-035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:645b53ab381dc4fcb2da3ed51c828f40a45f0a9ce8bfaa7a15f9c4b2c63fe78f
3
+ size 314258
data/chunk-000/file-036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2beb6859ad3d4336b032c71fdc7148aadcec8efa1108f39dc5ced8d142b0a3cf
3
+ size 1293762
data/chunk-000/file-037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e283257974783eb1348557204f88aebfae004654032a52c3b63f1a4445b7b36a
3
+ size 158512
data/chunk-000/file-038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d239d907c928d73e0550c9bdec5a50c8b736163ea959b6b6c4b13466126739
3
+ size 220369
data/chunk-000/file-039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217945ae9097e524320b4a0bdae1b1efb4e533bf67328ed6af43c912edd3506f
3
+ size 143920
data/chunk-000/file-040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0140143bcf8de8c3b96bcb232e8911a9e2de2ea8adf94a7b5db05f4042c219b9
3
+ size 443608
data/chunk-000/file-041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed8fbd05f1a2f03a155d552d8e7ddb51c29b1ab1ec3f146bca6e701397030d9
3
+ size 124551
data/chunk-000/file-042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:916322f2c513692729f1b853b975fa25847128b11e927486f328d763e5093258
3
+ size 702225
data/chunk-000/file-043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e88d4b42a6ecea89aa4daa1787db56890672efc9c7506b87104d2f346c32ff
3
+ size 88762
data/chunk-000/file-044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f8b02b131cb945b24c13ab44e6dee22741f2ce2c806d84f6594731117756a8
3
+ size 314330
data/chunk-000/file-045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba2ffd537705f16593a3fc8884580b13a2a73b20c87839078d4f72579c49241
3
+ size 153460
data/chunk-000/file-046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b640136ab37a81032d8fb843cd45e6096ec5c1fa8eeed47e37f647e34a92922c
3
+ size 277131
data/chunk-000/file-047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbcf1dc443cd6a7a1955ef697b5bf9c6150209c65f4994fd02f260862602a7b
3
+ size 206184
data/chunk-000/file-048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c9da5ae0028203b8e36864f42cf8ec2c0137ea1eff46b17abbe7724a08ca559
3
+ size 514049