typoverflow commited on
Commit
4fdce71
·
verified ·
1 Parent(s): 43c67ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +394 -0
README.md ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - roboarena
9
+ - franka
10
+ - droid
11
+ - failure
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+
20
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=typoverflow/roboarena_dump">
21
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
22
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
23
+ </a>
24
+
25
+
26
+ ## Dataset Description
27
+
28
+
29
+
30
+ - **Homepage:** [More Information Needed]
31
+ - **Paper:** [More Information Needed]
32
+ - **License:** mit
33
+
34
+ ## Dataset Structure
35
+
36
+ [meta/info.json](meta/info.json):
37
+ ```json
38
+ {
39
+ "codebase_version": "v3.0",
40
+ "robot_type": "franka",
41
+ "total_episodes": 9589,
42
+ "total_frames": 3428488,
43
+ "total_tasks": 2432,
44
+ "chunks_size": 1000,
45
+ "data_files_size_in_mb": 100,
46
+ "video_files_size_in_mb": 200,
47
+ "fps": 15,
48
+ "splits": {
49
+ "train": "0:9589"
50
+ },
51
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
52
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
53
+ "features": {
54
+ "observation.images.left": {
55
+ "dtype": "video",
56
+ "shape": [
57
+ 288,
58
+ 512,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "rgb"
65
+ ],
66
+ "info": {
67
+ "video.height": 288,
68
+ "video.width": 512,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "video.fps": 15,
73
+ "video.channels": 3,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.right": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 288,
81
+ 512,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "rgb"
88
+ ],
89
+ "info": {
90
+ "video.height": 288,
91
+ "video.width": 512,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 15,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.wrist": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 288,
104
+ 512,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "rgb"
111
+ ],
112
+ "info": {
113
+ "video.height": 288,
114
+ "video.width": 512,
115
+ "video.codec": "av1",
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.is_depth_map": false,
118
+ "video.fps": 15,
119
+ "video.channels": 3,
120
+ "has_audio": false
121
+ }
122
+ },
123
+ "raw_state.joint_pos": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 7
127
+ ],
128
+ "names": [
129
+ "joint_0",
130
+ "joint_1",
131
+ "joint_2",
132
+ "joint_3",
133
+ "joint_4",
134
+ "joint_5",
135
+ "joint_6"
136
+ ]
137
+ },
138
+ "raw_state.eef_xyz": {
139
+ "dtype": "float32",
140
+ "shape": [
141
+ 3
142
+ ],
143
+ "names": [
144
+ "x",
145
+ "y",
146
+ "z"
147
+ ]
148
+ },
149
+ "raw_state.eef_rpy": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 3
153
+ ],
154
+ "names": [
155
+ "roll",
156
+ "pitch",
157
+ "yaw"
158
+ ]
159
+ },
160
+ "raw_state.gripper_state": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": [
166
+ "gripper"
167
+ ]
168
+ },
169
+ "raw_target.joint_pos": {
170
+ "dtype": "float32",
171
+ "shape": [
172
+ 7
173
+ ],
174
+ "names": [
175
+ "joint_0",
176
+ "joint_1",
177
+ "joint_2",
178
+ "joint_3",
179
+ "joint_4",
180
+ "joint_5",
181
+ "joint_6"
182
+ ]
183
+ },
184
+ "raw_target.joint_vel": {
185
+ "dtype": "float32",
186
+ "shape": [
187
+ 7
188
+ ],
189
+ "names": [
190
+ "joint_0",
191
+ "joint_1",
192
+ "joint_2",
193
+ "joint_3",
194
+ "joint_4",
195
+ "joint_5",
196
+ "joint_6"
197
+ ]
198
+ },
199
+ "raw_target.gripper_state": {
200
+ "dtype": "float32",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": [
205
+ "gripper"
206
+ ]
207
+ },
208
+ "state.joint_pos": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 7
212
+ ],
213
+ "names": [
214
+ "joint_0",
215
+ "joint_1",
216
+ "joint_2",
217
+ "joint_3",
218
+ "joint_4",
219
+ "joint_5",
220
+ "joint_6"
221
+ ]
222
+ },
223
+ "state.eef_xyz": {
224
+ "dtype": "float32",
225
+ "shape": [
226
+ 3
227
+ ],
228
+ "names": [
229
+ "x",
230
+ "y",
231
+ "z"
232
+ ]
233
+ },
234
+ "state.eef_rot6d": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 6
238
+ ],
239
+ "names": [
240
+ "rot1",
241
+ "rot2",
242
+ "rot3",
243
+ "rot4",
244
+ "rot5",
245
+ "rot6"
246
+ ]
247
+ },
248
+ "state.gripper_state": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "names": [
254
+ "gripper"
255
+ ]
256
+ },
257
+ "target.joint_pos": {
258
+ "dtype": "float32",
259
+ "shape": [
260
+ 7
261
+ ],
262
+ "names": [
263
+ "joint_0",
264
+ "joint_1",
265
+ "joint_2",
266
+ "joint_3",
267
+ "joint_4",
268
+ "joint_5",
269
+ "joint_6"
270
+ ]
271
+ },
272
+ "target.joint_vel": {
273
+ "dtype": "float32",
274
+ "shape": [
275
+ 7
276
+ ],
277
+ "names": [
278
+ "joint_0",
279
+ "joint_1",
280
+ "joint_2",
281
+ "joint_3",
282
+ "joint_4",
283
+ "joint_5",
284
+ "joint_6"
285
+ ]
286
+ },
287
+ "target.gripper_state": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 1
291
+ ],
292
+ "names": [
293
+ "gripper"
294
+ ]
295
+ },
296
+ "control_is_position": {
297
+ "dtype": "float32",
298
+ "shape": [
299
+ 1
300
+ ],
301
+ "names": [
302
+ "is_position"
303
+ ]
304
+ },
305
+ "debug.gripper_eef_xyz": {
306
+ "dtype": "float32",
307
+ "shape": [
308
+ 3
309
+ ],
310
+ "names": [
311
+ "x",
312
+ "y",
313
+ "z"
314
+ ]
315
+ },
316
+ "debug.gripper_eef_rot6d": {
317
+ "dtype": "float32",
318
+ "shape": [
319
+ 6
320
+ ],
321
+ "names": [
322
+ "rot1",
323
+ "rot2",
324
+ "rot3",
325
+ "rot4",
326
+ "rot5",
327
+ "rot6"
328
+ ]
329
+ },
330
+ "binary_success": {
331
+ "dtype": "float32",
332
+ "shape": [
333
+ 1
334
+ ],
335
+ "names": [
336
+ "binary_success"
337
+ ]
338
+ },
339
+ "partial_success": {
340
+ "dtype": "float32",
341
+ "shape": [
342
+ 1
343
+ ],
344
+ "names": [
345
+ "partial_success"
346
+ ]
347
+ },
348
+ "timestamp": {
349
+ "dtype": "float32",
350
+ "shape": [
351
+ 1
352
+ ],
353
+ "names": null
354
+ },
355
+ "frame_index": {
356
+ "dtype": "int64",
357
+ "shape": [
358
+ 1
359
+ ],
360
+ "names": null
361
+ },
362
+ "episode_index": {
363
+ "dtype": "int64",
364
+ "shape": [
365
+ 1
366
+ ],
367
+ "names": null
368
+ },
369
+ "index": {
370
+ "dtype": "int64",
371
+ "shape": [
372
+ 1
373
+ ],
374
+ "names": null
375
+ },
376
+ "task_index": {
377
+ "dtype": "int64",
378
+ "shape": [
379
+ 1
380
+ ],
381
+ "names": null
382
+ }
383
+ }
384
+ }
385
+ ```
386
+
387
+
388
+ ## Citation
389
+
390
+ **BibTeX:**
391
+
392
+ ```bibtex
393
+ [More Information Needed]
394
+ ```