The-Kevin-Xie commited on
Commit
0bf7b39
·
verified ·
1 Parent(s): 9b6d7f6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +280 -0
README.md ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - franka
9
+ - isaac-sim
10
+ - cube-stacking
11
+ - motion-planner
12
+ - gepa
13
+ - simulation
14
+ - not-teleop
15
+ - reset-right
16
+ configs:
17
+ - config_name: default
18
+ data_files: data/*/*.parquet
19
+ ---
20
+
21
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
22
+
23
+
24
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=DecentVLA/moplan_Cube_Green_on_Blue_franka_right">
25
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
26
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
27
+ </a>
28
+
29
+
30
+ ## Dataset Description
31
+
32
+ > ## ⚠️ Read before mixing this with other DecentVLA data
33
+ >
34
+ > **This is a `Franka Panda` in simulation, driven by a motion planner.**
35
+ > Every other dataset in this organisation is **SO-101 hardware, teleoperated by a
36
+ > human**. Two things therefore differ, and neither is cosmetic:
37
+ >
38
+ > - **The embodiment.** A 7-DoF Franka arm, not a 5-DoF SO-101. Different
39
+ > kinematics, different joint count, different workspace.
40
+ > - **The action space.** `action` here is 8-D — 7 arm joints plus a gripper — and
41
+ > its values are normalised joint targets emitted by a planner. It is not the
42
+ > same quantity as an SO-101 teleop action and the two are not interchangeable.
43
+ >
44
+ > Concatenating these with the SO-101 sets as if they shared an embodiment will
45
+ > train on incompatible action vectors. That is worth checking deliberately rather
46
+ > than discovering in a loss curve.
47
+
48
+ **Green cube on Blue cube**, Franka Panda in Isaac Sim, reset distribution **right**.
49
+
50
+ > `Put the green cube on top of the blue cube.`
51
+
52
+ ### How the actions were produced
53
+
54
+ **These are not teleoperated demonstrations.** Every action is the output of a
55
+ **motion planner discovered by GEPA**, an LLM-driven program search, and then
56
+ frozen: the planner named `cubestack_fast` was promoted at
57
+ **1.026 train / 0.937 held-out**
58
+ and was not tuned, retrained or edited to produce this dataset. It is the same
59
+ planner across all twelve datasets in this collection, which is the point — the
60
+ datasets differ in the scene, never in the policy that acted in it.
61
+
62
+ ### The reset distribution
63
+
64
+ The two cubes spawn in the **-y half** of the region each one's ROLE was
65
+ searched over, so the whole episode is displaced toward **the arm's right**
66
+ relative to its twin. The halves are subsets of the region the planner was
67
+ evolved on, which is what lets it be recorded rather than re-tuned.
68
+
69
+ | role | colour | spawn box, metres (x, y, z) |
70
+ |---|---|---|
71
+ | moved | green | [0.42, -0.16, 0.0235] to [0.58, -0.11, 0.0235] |
72
+ | base | blue | [0.42, 0.06, 0.0235] to [0.58, 0.11, 0.0235] |
73
+
74
+ `observation.environment_state` carries both cubes as `(xyz + quaternion)` **in
75
+ the robot base frame**, ordered `['moved', 'base']`.
76
+
77
+ Note that the moved cube's y converges toward the base cube's over an episode —
78
+ it is *carried onto it*. The reset distribution is the first frame of each
79
+ episode; that is what distinguishes this dataset from its twin.
80
+
81
+ ### Contents
82
+
83
+ | | |
84
+ |---|---|
85
+ | episodes | **98** |
86
+ | frames | 31,437 |
87
+ | fps | 15 |
88
+ | success rate | **0.980** (98 of 100 attempts) |
89
+ | cameras | `observation.images.overhead`, `observation.images.wrist`, 480x640 |
90
+ | state / action | 8-D — 7 arm joints + gripper |
91
+ | scene | `cubestack_green_on_blue_yminus` (`06f63b7c6897a4c7`) |
92
+
93
+ **Successful episodes only.** Failed attempts are not included and are not
94
+ padding: the count above is the number of episodes in which the cube was placed
95
+ and stayed placed after the arm returned home.
96
+
97
+
98
+ - **Homepage:** [More Information Needed]
99
+ - **Paper:** [More Information Needed]
100
+ - **License:** apache-2.0
101
+
102
+ ## Dataset Structure
103
+
104
+ [meta/info.json](meta/info.json):
105
+ ```json
106
+ {
107
+ "codebase_version": "v3.0",
108
+ "fps": 15,
109
+ "features": {
110
+ "observation.images.overhead": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 480,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "info": {
123
+ "video.height": 480,
124
+ "video.width": 640,
125
+ "video.codec": "av1",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.fps": 15,
128
+ "video.channels": 3,
129
+ "has_audio": false,
130
+ "video.g": 2,
131
+ "video.crf": 30,
132
+ "video.preset": 12,
133
+ "video.fast_decode": 0,
134
+ "video.video_backend": "pyav",
135
+ "video.extra_options": {},
136
+ "is_depth_map": false
137
+ }
138
+ },
139
+ "observation.images.wrist": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 480,
143
+ 640,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channels"
150
+ ],
151
+ "info": {
152
+ "video.height": 480,
153
+ "video.width": 640,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.fps": 15,
157
+ "video.channels": 3,
158
+ "has_audio": false,
159
+ "video.g": 2,
160
+ "video.crf": 30,
161
+ "video.preset": 12,
162
+ "video.fast_decode": 0,
163
+ "video.video_backend": "pyav",
164
+ "video.extra_options": {},
165
+ "is_depth_map": false
166
+ }
167
+ },
168
+ "observation.state": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 8
172
+ ],
173
+ "names": [
174
+ "panda_joint1",
175
+ "panda_joint2",
176
+ "panda_joint3",
177
+ "panda_joint4",
178
+ "panda_joint5",
179
+ "panda_joint6",
180
+ "panda_joint7",
181
+ "gripper"
182
+ ]
183
+ },
184
+ "observation.environment_state": {
185
+ "dtype": "float32",
186
+ "shape": [
187
+ 14
188
+ ],
189
+ "names": [
190
+ "moved.x",
191
+ "moved.y",
192
+ "moved.z",
193
+ "moved.qw",
194
+ "moved.qx",
195
+ "moved.qy",
196
+ "moved.qz",
197
+ "base.x",
198
+ "base.y",
199
+ "base.z",
200
+ "base.qw",
201
+ "base.qx",
202
+ "base.qy",
203
+ "base.qz"
204
+ ]
205
+ },
206
+ "action": {
207
+ "dtype": "float32",
208
+ "shape": [
209
+ 8
210
+ ],
211
+ "names": [
212
+ "panda_joint1",
213
+ "panda_joint2",
214
+ "panda_joint3",
215
+ "panda_joint4",
216
+ "panda_joint5",
217
+ "panda_joint6",
218
+ "panda_joint7",
219
+ "gripper"
220
+ ]
221
+ },
222
+ "timestamp": {
223
+ "dtype": "float32",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "frame_index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "episode_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ },
243
+ "index": {
244
+ "dtype": "int64",
245
+ "shape": [
246
+ 1
247
+ ],
248
+ "names": null
249
+ },
250
+ "task_index": {
251
+ "dtype": "int64",
252
+ "shape": [
253
+ 1
254
+ ],
255
+ "names": null
256
+ }
257
+ },
258
+ "total_episodes": 98,
259
+ "total_frames": 31437,
260
+ "total_tasks": 1,
261
+ "chunks_size": 1000,
262
+ "data_files_size_in_mb": 100,
263
+ "video_files_size_in_mb": 200,
264
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
265
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
266
+ "robot_type": "franka",
267
+ "splits": {
268
+ "train": "0:98"
269
+ }
270
+ }
271
+ ```
272
+
273
+
274
+ ## Citation
275
+
276
+ **BibTeX:**
277
+
278
+ ```bibtex
279
+ [More Information Needed]
280
+ ```