leoperezz commited on
Commit
f111f66
·
verified ·
1 Parent(s): 25eaac4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -26
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - aloha
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
@@ -16,29 +15,27 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
16
 
17
 
18
 
19
- - **Homepage:** https://mobile-aloha.github.io/
20
- - **Paper:** https://arxiv.org/abs/2401.02117
21
- - **License:** mit
22
 
23
  ## Dataset Structure
24
 
25
  [meta/info.json](meta/info.json):
26
  ```json
27
  {
28
- "codebase_version": "v2.0",
29
  "robot_type": "aloha",
30
  "total_episodes": 50,
31
  "total_frames": 55000,
32
  "total_tasks": 1,
33
- "total_videos": 150,
34
- "total_chunks": 1,
35
  "chunks_size": 1000,
36
  "fps": 50,
37
  "splits": {
38
  "train": "0:50"
39
  },
40
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
  "features": {
43
  "observation.images.cam_high": {
44
  "dtype": "video",
@@ -122,7 +119,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
122
  "right_wrist_rotate",
123
  "right_gripper"
124
  ]
125
- }
 
126
  },
127
  "observation.effort": {
128
  "dtype": "float32",
@@ -146,7 +144,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
146
  "right_wrist_rotate",
147
  "right_gripper"
148
  ]
149
- }
 
150
  },
151
  "action": {
152
  "dtype": "float32",
@@ -170,51 +169,76 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
170
  "right_wrist_rotate",
171
  "right_gripper"
172
  ]
173
- }
 
174
  },
175
  "episode_index": {
176
  "dtype": "int64",
177
  "shape": [
178
  1
179
  ],
180
- "names": null
 
181
  },
182
  "frame_index": {
183
  "dtype": "int64",
184
  "shape": [
185
  1
186
  ],
187
- "names": null
 
188
  },
189
  "timestamp": {
190
  "dtype": "float32",
191
  "shape": [
192
  1
193
  ],
194
- "names": null
 
195
  },
196
  "next.done": {
197
  "dtype": "bool",
198
  "shape": [
199
  1
200
  ],
201
- "names": null
 
202
  },
203
  "index": {
204
  "dtype": "int64",
205
  "shape": [
206
  1
207
  ],
208
- "names": null
 
209
  },
210
  "task_index": {
211
  "dtype": "int64",
212
  "shape": [
213
  1
214
  ],
215
- "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  }
217
- }
 
 
218
  }
219
  ```
220
 
@@ -224,10 +248,5 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
224
  **BibTeX:**
225
 
226
  ```bibtex
227
- @inproceedings{fu2024mobile,
228
- author = {Fu, Zipeng and Zhao, Tony Z. and Finn, Chelsea},
229
- title = {Mobile ALOHA: Learning Bimanual Mobile Manipulation with Low-Cost Whole-Body Teleoperation},
230
- booktitle = {arXiv},
231
- year = {2024},
232
- }
233
  ```
 
1
  ---
2
+ license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
15
 
16
 
17
 
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "aloha",
29
  "total_episodes": 50,
30
  "total_frames": 55000,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 50,
34
  "splits": {
35
  "train": "0:50"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "observation.images.cam_high": {
41
  "dtype": "video",
 
119
  "right_wrist_rotate",
120
  "right_gripper"
121
  ]
122
+ },
123
+ "fps": 50
124
  },
125
  "observation.effort": {
126
  "dtype": "float32",
 
144
  "right_wrist_rotate",
145
  "right_gripper"
146
  ]
147
+ },
148
+ "fps": 50
149
  },
150
  "action": {
151
  "dtype": "float32",
 
169
  "right_wrist_rotate",
170
  "right_gripper"
171
  ]
172
+ },
173
+ "fps": 50
174
  },
175
  "episode_index": {
176
  "dtype": "int64",
177
  "shape": [
178
  1
179
  ],
180
+ "names": null,
181
+ "fps": 50
182
  },
183
  "frame_index": {
184
  "dtype": "int64",
185
  "shape": [
186
  1
187
  ],
188
+ "names": null,
189
+ "fps": 50
190
  },
191
  "timestamp": {
192
  "dtype": "float32",
193
  "shape": [
194
  1
195
  ],
196
+ "names": null,
197
+ "fps": 50
198
  },
199
  "next.done": {
200
  "dtype": "bool",
201
  "shape": [
202
  1
203
  ],
204
+ "names": null,
205
+ "fps": 50
206
  },
207
  "index": {
208
  "dtype": "int64",
209
  "shape": [
210
  1
211
  ],
212
+ "names": null,
213
+ "fps": 50
214
  },
215
  "task_index": {
216
  "dtype": "int64",
217
  "shape": [
218
  1
219
  ],
220
+ "names": null,
221
+ "fps": 50
222
+ },
223
+ "rewards": {
224
+ "dtype": "float32",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null,
229
+ "fps": 50
230
+ },
231
+ "subtask_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null,
237
+ "fps": 50
238
  }
239
+ },
240
+ "data_files_size_in_mb": 100,
241
+ "video_files_size_in_mb": 500
242
  }
243
  ```
244
 
 
248
  **BibTeX:**
249
 
250
  ```bibtex
251
+ [More Information Needed]
 
 
 
 
 
252
  ```