Datasets:

Formats:
parquet
ArXiv:
License:
wanggd-meituan commited on
Commit
66e0cfe
·
verified ·
1 Parent(s): ebf6a60

Upload folder using huggingface_hub

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 +152 -3
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. data/chunk-000/episode_000028.parquet +3 -0
  31. data/chunk-000/episode_000029.parquet +3 -0
  32. data/chunk-000/episode_000030.parquet +3 -0
  33. data/chunk-000/episode_000031.parquet +3 -0
  34. data/chunk-000/episode_000032.parquet +3 -0
  35. data/chunk-000/episode_000033.parquet +3 -0
  36. data/chunk-000/episode_000034.parquet +3 -0
  37. data/chunk-000/episode_000035.parquet +3 -0
  38. data/chunk-000/episode_000036.parquet +3 -0
  39. data/chunk-000/episode_000037.parquet +3 -0
  40. data/chunk-000/episode_000038.parquet +3 -0
  41. data/chunk-000/episode_000039.parquet +3 -0
  42. data/chunk-000/episode_000040.parquet +3 -0
  43. data/chunk-000/episode_000041.parquet +3 -0
  44. data/chunk-000/episode_000042.parquet +3 -0
  45. data/chunk-000/episode_000043.parquet +3 -0
  46. data/chunk-000/episode_000044.parquet +3 -0
  47. data/chunk-000/episode_000045.parquet +3 -0
  48. data/chunk-000/episode_000046.parquet +3 -0
  49. data/chunk-000/episode_000047.parquet +3 -0
  50. data/chunk-000/episode_000048.parquet +3 -0
README.md CHANGED
@@ -1,3 +1,152 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.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) (commit [`12f5263`](https://github.com/huggingface/lerobot/commit/12f5263)).
13
+
14
+ - **Homepage:** https://meituan.github.io/LIBERO-X/
15
+ - **Paper:** https://arxiv.org/pdf/2602.06556
16
+ - **License:** CC-BY-4.0
17
+
18
+ ## Dataset Description
19
+
20
+ <font color="gray" style="text-decoration: underline;">Stay tuned for the full release!</font>
21
+
22
+
23
+ LIBERO-X introduces finer-grained task-level extensions to expose models to diverse task formulations and workspace configurations, includeing 2,520 demonstrations, 600 tasks, and 100 scenes, ensuring broad generalization across diverse scenarios, featuring:
24
+
25
+ - **Multi-Task Scene Design:**
26
+ Each scene averages 6 distinct tasks, a significant increase compared to the original LIBERO dataset’s average of 2.6 tasks per scene, enabling more complex and realistic multi-objective learning.
27
+
28
+ - **Attribute-Conditioned Manipulation:**
29
+ Actions are explicitly conditioned on fine-grained object properties (e.g., size, color, texture) beyond broad categories.
30
+
31
+ - **Spatial Relationship Reasoning:**
32
+ Tasks extend beyond target localization to require understanding and reasoning about spatial relationships among objects, including left/right, front/back, and near/far.
33
+
34
+ - **Human Demonstration Collection:**
35
+ All trajectories were human-collected via VR teleoperation using a Meta Quest 3.
36
+
37
+
38
+ ## Dataset Structure
39
+ [meta/info.json](meta/info.json):
40
+ ```json
41
+ {
42
+ "codebase_version": "v2.1",
43
+ "robot_type": "panda",
44
+ "total_episodes": 2520,
45
+ "total_frames": 889277,
46
+ "total_tasks": 428,
47
+ "total_videos": 0,
48
+ "total_chunks": 3,
49
+ "chunks_size": 1000,
50
+ "fps": 10,
51
+ "splits": {
52
+ "train": "0:2520"
53
+ },
54
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
55
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
56
+ "features": {
57
+ "image": {
58
+ "dtype": "image",
59
+ "shape": [
60
+ 256,
61
+ 256,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channel"
68
+ ]
69
+ },
70
+ "wrist_image": {
71
+ "dtype": "image",
72
+ "shape": [
73
+ 256,
74
+ 256,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channel"
81
+ ]
82
+ },
83
+ "state": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 8
87
+ ],
88
+ "names": [
89
+ "state"
90
+ ]
91
+ },
92
+ "actions": {
93
+ "dtype": "float32",
94
+ "shape": [
95
+ 7
96
+ ],
97
+ "names": [
98
+ "actions"
99
+ ]
100
+ },
101
+ "timestamp": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "frame_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "episode_index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "task_index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ }
136
+ }
137
+ }
138
+ ```
139
+
140
+
141
+
142
+
143
+ ## Citation
144
+
145
+ ```bibtex
146
+ @article{wang2026libero,
147
+ title={LIBERO-X: Robustness Litmus for Vision-Language-Action Models},
148
+ author={Wang, Guodong and Zhang, Chenkai and Liu, Qingjie and Zhang, Jinjin and Cai, Jiancheng and Liu, Junjie and Liu, Xinmin},
149
+ journal={arXiv preprint arXiv:2602.06556},
150
+ year={2026}
151
+ }
152
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5696c5e5d5406c36fd1119bd19bad4b3ad6ecd33547cde2d7ab568a390d12e4d
3
+ size 33075959
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:413a07339a0d80051b2c4fd8fec5ca02a35c4da20632697c0eb9bdb6cc0f247a
3
+ size 36114648
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7c33682e0b9723fca78af30df79e11ec1a3d3d1fd29594b96c0a5b415a0984
3
+ size 40680458
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a817484c9403aa47cac7f0ef83e5cede5bb2d06b34f25e80b3abc423ba0e2a9
3
+ size 36873663
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1dacef89e8ea7465bd9c555ee74fb38cfb958a174b17ed57378a2bc5da81ae1
3
+ size 58975822
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11513c6931fe35b68b3a4755ca0d148175db4e6f12d0f25e8d391e9e5f475c10
3
+ size 64424513
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6e2dec6ddf606601f331e5399c5cd8e0314278d291ce96c90c2a162912e3716
3
+ size 52082177
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5312a67d5adc45ac36da9f70d1d36711259f9dfeed831a052a60b85438b52b
3
+ size 63394769
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c3ea4f8f65d410c35ff1c1f99532b9b33033a19afb59d3a7ede42de7582ed8
3
+ size 61014743
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1039552e0f6b0e1eb235d8add83035604892ea9c2830efaa4ebed27668f69442
3
+ size 49455479
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:851c26f4b73fa226b5ce3aa281f75eff651070db63cd7f47c831036b90641f4d
3
+ size 50061518
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3773736e81ba966b359042d116c8ed92f98ac6a265fbab757ff7a20d9ab6a3f2
3
+ size 44977535
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a298ffd29f9264800946b2108306c6707a1f0015475eaf57817975d5e76857b
3
+ size 54766064
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89814334f6016902e58c8ceac9cbab310fab181d42a5d139cb2cdfa31c4f220a
3
+ size 51903870
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a84bdedd9185a83483f6a17566265bc1d63147f0e104f79b0695e2d880a32b
3
+ size 45327245
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ba07d83f05010877707d13407346e36b40f8604b5fc940a2545fb821166611
3
+ size 42466471
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72f3d6aaa1202fd9df1e12e3e6f9f23ac3207b06d303e6fb9e7489c450e11f33
3
+ size 47782172
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f8623c8c27b9c2a535fc2678e24004c58267ea0ff268724e521014a67cd515b
3
+ size 46461089
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd24bb341b6e5b88babbcd036a69662606d87ce6fba07514af57f81da7dd12fc
3
+ size 38446567
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f59552577073be0147f737a0092496ed0e8cc08d366f40d47246e3c5f4c173c6
3
+ size 37960366
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8d4d37f5f52a01239d7d8bfedb83928375204a4c021f15413648de827f01095
3
+ size 33203111
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69af72130020acf6e915b6c954bc07887584756789fdea1fadb2eef0f9396d4e
3
+ size 33912979
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39bce60d08d5d0f251b3c6f9b7df57c550b91898e40fa89540f120d215823791
3
+ size 30454499
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3520225016024f3ff92a5d1cde805526835452b3c7a8cbc5abcd594e5c37c0e
3
+ size 25285493
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aac7bd605ddc841df36a791620d19adce632199ec489c00061fd59636f610cb
3
+ size 37214417
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aef00dd8ca1b4ad6f477e05ad2ab32609680c08779c50062fb605e92b43d613
3
+ size 25251794
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec13ed5b4e354b5517f9a865de63091b368ce8158ac6ba0b3d5d66b7f2412f6d
3
+ size 31828905
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03faadd591bd3ba76acef342cb22a7635a89cdd0fa3bf6558cc4d3ab9a30b86c
3
+ size 31449203
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b8c10ada6d9ca2f73e0aba584ca811f59103818c71cdc4d4a8bbdb2435d47a
3
+ size 26292570
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d427c25fd766b074c2098348b5ba2f2327bcfb0762034e9d98990dca4de71e
3
+ size 37772654
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebc3ec73f4fdc6d3e258d587fb22ddb8f18590260a724bbc303b14794120e0f0
3
+ size 33524270
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1408dfb47954dedb8a6fc252af6984753780074406ea9338ba7099d0f162e219
3
+ size 32345211
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:191576b93acff3afd25695f979ad5c9c440efc340fea02ad99b0110931b6ab83
3
+ size 40363470
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b71779a07ee7e921099f9ab074abeea02cb1e8b6c1b1cd4e3163854e2bab618e
3
+ size 33252238
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58e9943b092aea799c20babe8cb37d37693048ec690c807033098f39882b2aa
3
+ size 47709534
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d56e5e0005560a2c7c68fe2f132766de23f5c4aaedffb6da0465cbfa16b3608
3
+ size 53686870
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3289067a77852903234560ade3c541323ea4d70c317aa5fa79faccb386a75ff
3
+ size 56334164
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad83237df877e62384dd18869808f0658905b1dd81aec9f91a5996a655d4f29a
3
+ size 55938011
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687e8aafccb9f279874a0f138e47a3741b05c4811d68f7eace8a084a208f8fe4
3
+ size 74953470
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e2f87c4605d22b3d8b30d1f9ed9429589aea7fc362b54ce9c48925d3d56323f
3
+ size 44108811
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:776c63a989b8a1bdb0b0896f848a40ce37ab87967af9fddea5b3af15b1b967e7
3
+ size 74921870
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e4e3ff7677f313cc7789de5c09343cedca0aedeeb36999ff29927cc986ef044
3
+ size 84137825
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8315aaf1fef804fe85101f0504af69ca76fbc33cbfb37057595cbe6089bced98
3
+ size 87649595
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6667eee7e58da441ed4fd587b75919fc393303fe2c24ee53526641956a131d
3
+ size 84542276
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8ada1175022af6d9f404408f05a57a3d26ec8f5b4f179e37d2bec6b0c52dac
3
+ size 83516227
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f01cdecf69baa290a8a5baaed280dfdbf3a6d4576e7eca90106f3f0056950418
3
+ size 86445407
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09495fb20bfd868dc97b467009a40cb14d023f1ef9b88a4761a6395ddd59ed9
3
+ size 62946145
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bad15b788c53416c337929155a33ddd1813387a5207467d46bab7543b9fd52b
3
+ size 66935669
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a7d40504de4a95268ef4f5d459b241c6cf5a031e596b81ecffc9f462845af10
3
+ size 76384108