jellyho commited on
Commit
ced1235
·
verified ·
1 Parent(s): 0a0792c

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 +110 -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,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - DROID
8
+ - robotics
9
+ - skill-filtered
10
+ - scooping
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ # DROID Skill Subset: scooping
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_scooping`
24
+ - Source dataset path used locally: `/scratch/jellyho/droid_1.0.1`
25
+ - Output subset path used locally: `/scratch/jellyho/droid_subsets/scooping`
26
+
27
+ ## Filtering
28
+
29
+ ```json
30
+ {
31
+ "skills": [
32
+ "scooping"
33
+ ],
34
+ "skill_keywords": {
35
+ "scooping": [
36
+ "scoop up",
37
+ "to scoop",
38
+ "scoop some",
39
+ "use the spoon to",
40
+ "spoon to take",
41
+ "spoon to get",
42
+ "spoon to transfer"
43
+ ]
44
+ },
45
+ "queries": [],
46
+ "exclude": [],
47
+ "regex": false,
48
+ "match_all": false,
49
+ "min_length": null,
50
+ "max_length": null,
51
+ "max_episodes": 300,
52
+ "sample_mode": "balanced",
53
+ "seed": 0
54
+ }
55
+ ```
56
+
57
+ ## Dataset Statistics
58
+
59
+ - Episodes: `300`
60
+ - Frames: `147394`
61
+ - Unique tasks: `300`
62
+ - Sampling mode: `balanced`
63
+ - Max episodes: `300`
64
+ - Seed: `0`
65
+ - Mean episode length: `491.31333333333333`
66
+ - Min/max episode length: `88` / `1239`
67
+ - Episode success rate: `1.0`
68
+
69
+ ## Top Tasks
70
+
71
+ | task_text | episodes |
72
+ | --- | --- |
73
+ | Use the spoon to place some coffee beans from the red bowl in the clear jug. | 1 |
74
+ | Move the black pot to the right then use the spoon to take some contents out of the pot | 1 |
75
+ | Scoop up the beans from the bowl on the right and put them to the bowl on the left | 1 |
76
+ | Use the silver spoon to get some coffee beans from the container and put them on the small white plate. | 1 |
77
+ | Use the spoon to scoop some of the contents in the white bowl into the glass on the right | 1 |
78
+ | Use the silver spoon to scoop some of the contents in the bowl into the glass cup | 1 |
79
+ | Use the spoon to transfer beans to the bowl on the left | 1 |
80
+ | Use the spoon to scoop some beans from the red bowl and put them in the pot | 1 |
81
+ | Use the spoon to move some of the brown objects to the other bowl | 1 |
82
+ | Put the orange objects on the silver spoon then use the spoon to place the objects in the small measuring cup. | 1 |
83
+
84
+ ## Files
85
+
86
+ This repository keeps the LeRobot-style layout:
87
+
88
+ ```text
89
+ meta/info.json
90
+ meta/tasks.parquet
91
+ meta/episodes/chunk-000/file-000.parquet
92
+ data/chunk-000/file-*.parquet
93
+ episodes.csv
94
+ episodes.jsonl
95
+ summary.json
96
+ stats.json
97
+ task_counts.csv
98
+ length_histogram.csv
99
+ source_episode_files.csv
100
+ ```
101
+
102
+ The subset keeps compact `episode_index`, `task_index`, and `index` values for
103
+ loader compatibility. `episodes.csv` keeps `original_episode_index` for tracing
104
+ rows back to the original DROID dataset when available.
105
+
106
+ ## Notes
107
+
108
+ Video files are not included unless explicitly materialized with video symlinks
109
+ or copies. These subsets are intended for lightweight skill-conditioned
110
+ 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:cb5e5964acce112a631c201974c6840359ed8c7190e55938b4cbd7e402356302
3
+ size 1195001
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b63f61bd42487433f4be18b7973c42c3585bcf053a30e548f8a78e1b9b0b1739
3
+ size 519499
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff08655228cc49a7baa4d623324edb2f4ef3a64ae9918e16fb7c62f796d41c89
3
+ size 312264
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b681062b35dd25ccc85448e20e967f1588ca28a6864f4833f1460c1023d16e94
3
+ size 1412342
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e93778326940a34eabfebc5e98c308a9113bae38b3f0688e449c435c0268e66
3
+ size 174076
data/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d44e9f8fe6b7495b8f7e1609fa9f9383a9eee8a7bad92b2b1c885ebd6854a64
3
+ size 804973
data/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0e4f49f80a5f8b1fb5bc251b0c549a377998a3ef8e7406266546595369f3e8
3
+ size 136521
data/chunk-000/file-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a412e4474386089c99ae8a63343d19bc7286b10eed64ae3f111ec5524c814ab0
3
+ size 911658
data/chunk-000/file-008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b39f1b79fc3fa9f96a6264246775198672760a0cc76bb54c48727b79667332
3
+ size 1094571
data/chunk-000/file-009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200ccebbf9a0b4ced3f78970af7c8028bff659d3bd53abf23d24258a3035b238
3
+ size 960582
data/chunk-000/file-010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a081761c103b2e143bc7044fe68f0e313982873a5cb15a588b5b37d9d568c59
3
+ size 356895
data/chunk-000/file-011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97fbe8a9b157f733b4359499f672c9ba01a5d81328a3e90494cd4e8e7b4205dd
3
+ size 636660
data/chunk-000/file-012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3c0c8670c9d2af42c7e311c19a929671c9ae2d9036c8718a50d6000e42670c3
3
+ size 569499
data/chunk-000/file-013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:665d659996ad83923018e03491c44f75c8da708166e04bc8e57d70022effcc1e
3
+ size 1127715
data/chunk-000/file-014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd9f5727dffd5ce5f0a897a6a27ac82eaf9fae8262c99bd8a534a0c872a6f4a0
3
+ size 647198
data/chunk-000/file-015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895fe55a6690fa37f337d39b866a679d83f865d27ee216f5e10d1b66f925e632
3
+ size 343644
data/chunk-000/file-016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cff39d43ea12199a5f1f141028d7e9a36cc56c8dd7a6189ce7a865f07e53a37
3
+ size 1053665
data/chunk-000/file-017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e31b1939d2c921becace48662d5cba1c085901496d42efaa33e8831934b4de
3
+ size 1373517
data/chunk-000/file-018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b271735f20f7594ea498a3cc1f4a526ec9a87db95b81550dd0d2df820cfe1c
3
+ size 540123
data/chunk-000/file-019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0e309b189a4b7051a8f8ef2c79519f9485a5e44f4928874f00b31fec455d69f
3
+ size 157517
data/chunk-000/file-020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef93feec94eae8ffabfa8bd212909073efcc2d34196710408e70dc164cab2b1
3
+ size 622648
data/chunk-000/file-021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5002a7b50e62b5882543ad95d6e5e3a6806a836abf1634476f56ebc45b7a82
3
+ size 749806
data/chunk-000/file-022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93b89f7161adcdb457942360530ec18fc10d2a121eca40c6cea54a68345c07b
3
+ size 425248
data/chunk-000/file-023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef0ccf177b1359b2653751413aa0181d086af725d06cd2c4ba15ea4aeafc3c6
3
+ size 1300303
data/chunk-000/file-024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5393fd8a8db907968bf7c8dbc8da4e300970b7bb7039586490c7bdbb33ced9c8
3
+ size 844949
data/chunk-000/file-025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525d700c6a90c8ed5bf258191e201e822ef08dcd86d47c024987afb11c95cbd2
3
+ size 474781
data/chunk-000/file-026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d7077bce00b2ddcb898ebbe579557f8905be6f85cd6b193f80645b7fd6df5b
3
+ size 558036
data/chunk-000/file-027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390b4711410f5ec4d7d78d1074d7c8356380631bb8226ab357a6dc41923d70ce
3
+ size 940097
data/chunk-000/file-028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1887243bfff73730fbf6ccc5625b8245b1954ddd3277809770dfcc59d764f9f
3
+ size 384247
data/chunk-000/file-029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c12d6af90b55aea7cd87334d6b88690e322a4cfb2e6f07f67539c79883079e5b
3
+ size 621630
data/chunk-000/file-030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:356840a60e1e9ba8e88cde79289815bec2e12dccaea52937d7ccaf79f078461e
3
+ size 979903
data/chunk-000/file-031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d00b00012b72ef39d601b212dbf080996a6f518b3dfe0129952c1ee3b53530a
3
+ size 466767
data/chunk-000/file-032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357f95aa20264dd491a533bc046d71cba37f9c5038397f8482bc588fa7165a68
3
+ size 1145706
data/chunk-000/file-033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7afac69e19f14c486dc22757822e368523d432a36a1fbcb4d5c50c219dd90e4
3
+ size 261552
data/chunk-000/file-034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d218cabc26a8ca25082284aaa7a24ceaf6f8dca5067dbe8db838c33c94a2985d
3
+ size 1017860
data/chunk-000/file-035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:362f8b0047d5225d1a378332affae83d0998cc9e747e5931e54ae1ad8fbc5578
3
+ size 358933
data/chunk-000/file-036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96cf61d62c0c0c5989e3dbcd0ba0336dc5fa7d6b1cf01cc8bc359003fbf55115
3
+ size 474984
data/chunk-000/file-037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d41cc7acb6cb3337138e387c4aaee296a87c8d09aabf0cbdf684dd6cc788da13
3
+ size 562331
data/chunk-000/file-038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f4d3a647abe970e2ec36ca9170c1dcac3a576fc17a4da5f22e2c00fb0a82326
3
+ size 989350
data/chunk-000/file-039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83658148dc9ab07765bed3776e11867738221d80cb9982307f8dda4911c83367
3
+ size 862585
data/chunk-000/file-040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f79c450d05a33204dab558b1d5eda661914aa9566d7fa449f9609cdb921608
3
+ size 528144
data/chunk-000/file-041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6705f5d4568e443c18ccb392c77db93b36a5a8bd1853d06785f0bdae35306d0
3
+ size 355232
data/chunk-000/file-042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe81318d3b64b11d16c728e8c6fc600a6036e9404d637dad0d234bbc3fc112d7
3
+ size 872134
data/chunk-000/file-043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33642f9e82fa6bf2164b572564eeb8329cb9fbbc757600aec66eca79e174e948
3
+ size 611149
data/chunk-000/file-044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049207fcc71c50890b954d99a2044f7d1f18a17874c1782ff5cff7b91352e5e3
3
+ size 658724
data/chunk-000/file-045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f543feb994e3a7a81af5091d51c1b6664232107f0a5f532dbff33090c058b34b
3
+ size 358144
data/chunk-000/file-046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5be4d35b155726b8a816141351b1c8af54b9e911377e8e26697818d48c2f761
3
+ size 1172469
data/chunk-000/file-047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a9449b32d543dafe19c9d03a92e59338e1566b38a30472d6d4160c1f3a2114d
3
+ size 916851
data/chunk-000/file-048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11b8e0e6de4155852fea2a3a1fa802d55d47aed2367b8bb9491056d0ddce43e
3
+ size 1137299