jellyho commited on
Commit
d66b85f
·
verified ·
1 Parent(s): 0570235

Upload DROID skill subset

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 +109 -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,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - DROID
8
+ - robotics
9
+ - skill-filtered
10
+ - moving
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ # DROID Skill Subset: moving
17
+
18
+ This is a skill-filtered subset of the local DROID 1.0.1 LeRobot-format dataset.
19
+ It was generated with `droid_filter.py` from `/scratch/jellyho/prsl_skills`.
20
+
21
+ ## Repository
22
+
23
+ - Hugging Face repo: `jellyho/droid_subsets_moving`
24
+ - Source dataset path used locally: `/scratch/jellyho/droid_1.0.1`
25
+ - Output subset path used locally: `/scratch/jellyho/droid_subsets/moving`
26
+
27
+ ## Filtering
28
+
29
+ ```json
30
+ {
31
+ "skills": [
32
+ "moving"
33
+ ],
34
+ "skill_keywords": {
35
+ "moving": [
36
+ "move",
37
+ "slide",
38
+ "push",
39
+ "pull",
40
+ "drag",
41
+ "shift"
42
+ ]
43
+ },
44
+ "queries": [],
45
+ "exclude": [],
46
+ "regex": false,
47
+ "match_all": false,
48
+ "min_length": null,
49
+ "max_length": null,
50
+ "max_episodes": 300,
51
+ "sample_mode": "balanced",
52
+ "seed": 0
53
+ }
54
+ ```
55
+
56
+ ## Dataset Statistics
57
+
58
+ - Episodes: `300`
59
+ - Frames: `74339`
60
+ - Unique tasks: `300`
61
+ - Sampling mode: `balanced`
62
+ - Max episodes: `300`
63
+ - Seed: `0`
64
+ - Mean episode length: `247.79666666666665`
65
+ - Min/max episode length: `73` / `796`
66
+ - Episode success rate: `0.9933333333333333`
67
+
68
+ ## Top Tasks
69
+
70
+ | task_text | episodes |
71
+ | --- | --- |
72
+ | Move the marker slightly forward | 1 |
73
+ | Move the green plushie to the left of the orange plushie | 1 |
74
+ | Move the can of fanta from the bottom shelf to the counter top to the left of the pink cup | 1 |
75
+ | Push the top drawer on the light grey cabinet backwards | 1 |
76
+ | Move the cushions to the right shoulder of the couch | 1 |
77
+ | Push the top of the bottle on the left of the tap | 1 |
78
+ | Move the mug to the right | 1 |
79
+ | Move the book forward | 1 |
80
+ | Move the green towel to the top third rack | 1 |
81
+ | Move the green cloth | 1 |
82
+
83
+ ## Files
84
+
85
+ This repository keeps the LeRobot-style layout:
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
+ episodes.jsonl
94
+ summary.json
95
+ stats.json
96
+ task_counts.csv
97
+ length_histogram.csv
98
+ source_episode_files.csv
99
+ ```
100
+
101
+ The subset keeps compact `episode_index`, `task_index`, and `index` values for
102
+ loader compatibility. `episodes.csv` keeps `original_episode_index` for tracing
103
+ rows back to the original DROID dataset when available.
104
+
105
+ ## Notes
106
+
107
+ Video files are not included unless explicitly materialized with video symlinks
108
+ or copies. These subsets are intended for lightweight skill-conditioned
109
+ fine-tuning experiments.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a4a61cdeebaef14be335e2a7d10634c177ec634aa59666ea04c5132becdaf8
3
+ size 496741
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7410079f2e262976bb5bead3d15ad30267e88fb3aa94fc9a4c376396049da03
3
+ size 132399
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:985e29b996cc979b5f752302ec7301358ba300555e4b9ad03c1887f37b418c60
3
+ size 232804
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1fef4208979c5f21e72748892f956e7e7eba14f58e66d741c224d875a807f07
3
+ size 582310
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb798ed04e355cde949145d479d42aa0a3f2c46a0570e1fad81eb56b0a27f062
3
+ size 279025
data/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4d34f1e1b4a4e4a00574feaa227b337e2abd9aaf155b33fe06b4862f7d8683a
3
+ size 227559
data/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533490079b900f1d5e2d9c5fa47fe1a35cca35c644d8bcb79bd0cc9a27958abf
3
+ size 355732
data/chunk-000/file-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2855295d4dbe1cf78af6750cb69a0a75169b87cf6c17ed392029de1d1dc59aeb
3
+ size 316130
data/chunk-000/file-008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45502fbcc3be7c6bb1ba60730bff1f7c96d8c71e084aa8d5e6d648a8d130379f
3
+ size 258393
data/chunk-000/file-009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d7b083e5d9747ec3079e8dd38fb028591970869c4cea1fd80504bef6897f890
3
+ size 513598
data/chunk-000/file-010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cf8ca2fed6b2a26c3737e08e36059ad846dd87a391a144ad6129d54923e351
3
+ size 315952
data/chunk-000/file-011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f125dfc7f380d45238cade0e8b286c18fff950e255e490857524c01b936a2f
3
+ size 220777
data/chunk-000/file-012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4c1a8b78143e28152ca56438feab84d89f3b4df9ae2aa607ce891642963fcc
3
+ size 124979
data/chunk-000/file-013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913b1925303f4c00c2cdd0d8d7759e1f3fa9f8c8dd8c494ac8da7c1561a76034
3
+ size 662485
data/chunk-000/file-014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edefed080e41a6e24aef8a284bc85a2a2552dff71419a190b024f768577683f6
3
+ size 341139
data/chunk-000/file-015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80909b7d98b7c709148cd88cc2524d8d9055be282e29b0acecd51a38a16f02b
3
+ size 194840
data/chunk-000/file-016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576af545ae67c9b7abbf1909e712c498a6da23abb20036b575ea56a8aa2fdb7b
3
+ size 95953
data/chunk-000/file-017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c053a007424d85cfe8bd8227e546683637abf77ebee91a09b73316074b35610
3
+ size 372741
data/chunk-000/file-018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e228b8f19bc1d08231a0a404b5d0e7e59caede5f180fafdf85da92dc8a665cae
3
+ size 92176
data/chunk-000/file-019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfce877cc322af0f04237a1e96bbdb7e3d093c40663715e9c378c4c36fb17f7e
3
+ size 328091
data/chunk-000/file-020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:015273bd94bcdc1ad1c2be9ec4f79034891e59cae10a7dbb29b2a76b45389a15
3
+ size 437309
data/chunk-000/file-021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e26ba4419cd26a76e1aa6bd666bc7e90b02e96c84bfca0f9674b53f06eea761
3
+ size 299724
data/chunk-000/file-022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be2baa48c3bbc2b1694a8f70a031d5404cda5f0b4b2ed3e9a06eb00cb1ec85d
3
+ size 273066
data/chunk-000/file-023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca88d98967aab58503f455c6bb6cf5e9284f8f0a408528422fdc4f0d52e9b80
3
+ size 107763
data/chunk-000/file-024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f2bc52f78a6123ce73df75d0169bed1abf25235b3daf58558a203a115f1e4d
3
+ size 421010
data/chunk-000/file-025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8089949538703670a44087806478d2ac4d68c7f159f96e2fa4b08dbacda09815
3
+ size 509283
data/chunk-000/file-026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bd76ba08fa2b95ae080db7b8e3d1bf8ee540aad21348f44811f5e0c82a248eb
3
+ size 168246
data/chunk-000/file-027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d2aca71a71afb141ad6aac0fe72ffeca96be7c701e40ee990e142f5a2e5ed9
3
+ size 170061
data/chunk-000/file-028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d7b60560e3c522d4cab0a30e12cab724fb9009d25f630c14821f149a53ca49
3
+ size 104240
data/chunk-000/file-029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14f85a65bd754b0287a3dd3beb5d0a2000c832c994368bfbcc35c346ddab2646
3
+ size 449483
data/chunk-000/file-030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4612d15dd9f567a10ffe3052f65f197886ea8386d58e090362ea44d2ee34360e
3
+ size 73859
data/chunk-000/file-031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d2ca0e5e497d0f0e35428d60955205990d6b07804a49b9143edc2a2653355b
3
+ size 162759
data/chunk-000/file-032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd492c2c4a5398a32e71e15953b83ad5430cece4b5cf2216152bdd5c0554d04e
3
+ size 330509
data/chunk-000/file-033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f1047446c6c78aba56daf5d0d4069e9a21263fc1ccabd3cc98ea667de840735
3
+ size 77406
data/chunk-000/file-034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0791d4a496569f6504ad8f49f70c5b9081723894eb65d134c7f7154dce49103
3
+ size 381787
data/chunk-000/file-035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:010fe7f165df312669e4336eb61444866fb678bf2562c04af7d13eed27887982
3
+ size 549235
data/chunk-000/file-036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae4e6a85e2cefec091b7f93a62d029204372c8d62d79db9a11e8a39f447af1d
3
+ size 645558
data/chunk-000/file-037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747dd2e6c31f524d90d4f7a4cb334202d085b5352a60dad83eaca8c31d681653
3
+ size 393937
data/chunk-000/file-038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f56aa4aff385bdf5707b63580e2fb7626bde7686c31bcb917e3de2977de5b2
3
+ size 417179
data/chunk-000/file-039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e218bbfcbed916062afcc145f4ffcd7beb1803ad4a8be3b98079c68fa8f33ca8
3
+ size 244098
data/chunk-000/file-040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00d20e9a558805a073edec2769478c43d126b83290ba2ce586f649696217a978
3
+ size 368442
data/chunk-000/file-041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef89e919e034a9b1be1ecc982f310c5ba7f039ecaeab19302b5786b9eb8babc
3
+ size 633872
data/chunk-000/file-042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a2082f3f110d355c6d2fb024d2e175782fa913eb3e2e034eb6711b7a973442
3
+ size 531436
data/chunk-000/file-043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dece638de3d86048a4bd56a295f69724259158589a5362d7708923151f333a2
3
+ size 761057
data/chunk-000/file-044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b56ac36ee4403de1a13260a99a6fa311000a085d13199240c905de30bba056
3
+ size 117163
data/chunk-000/file-045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c57e23c5add93aa878aeec415341502519c4994da722c751d7e75e3103e7c9
3
+ size 69230
data/chunk-000/file-046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef920daf9b3a59012a97830d8ae36f1d788491e9dcf2f5a2ade17d78361db38f
3
+ size 382366
data/chunk-000/file-047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a59f1e3b38fd56c26de006d6b1d9955ffda3567128eba788adc93bb8197585
3
+ size 371509
data/chunk-000/file-048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af4b1cbc7236ccce9283ba030c213daaef81a99c0e05d72ebfbf6c6547ebc408
3
+ size 349729