Dimios45 commited on
Commit
bc54967
·
verified ·
1 Parent(s): e02e6aa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +319 -0
README.md ADDED
@@ -0,0 +1,319 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - lerobot
9
+ - simulation
10
+ - mujoco
11
+ - bimanual
12
+ - yam
13
+ - spd
14
+ - cube-stacking
15
+ configs:
16
+ - config_name: default
17
+ data_files: data/*/*.parquet
18
+ ---
19
+
20
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
21
+
22
+
23
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Dimios45/sim_cube_stack_50">
24
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
25
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
26
+ </a>
27
+
28
+
29
+ ## Dataset Description
30
+
31
+
32
+
33
+ - **Homepage:** [More Information Needed]
34
+ - **Paper:** [More Information Needed]
35
+ - **License:** apache-2.0
36
+
37
+ ## Dataset Structure
38
+
39
+ [meta/info.json](meta/info.json):
40
+ ```json
41
+ {
42
+ "codebase_version": "v3.0",
43
+ "fps": 20,
44
+ "features": {
45
+ "observation.state": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 14
49
+ ],
50
+ "names": [
51
+ "left_joint_1",
52
+ "left_joint_2",
53
+ "left_joint_3",
54
+ "left_joint_4",
55
+ "left_joint_5",
56
+ "left_joint_6",
57
+ "left_gripper",
58
+ "right_joint_1",
59
+ "right_joint_2",
60
+ "right_joint_3",
61
+ "right_joint_4",
62
+ "right_joint_5",
63
+ "right_joint_6",
64
+ "right_gripper"
65
+ ]
66
+ },
67
+ "action": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 14
71
+ ],
72
+ "names": [
73
+ "left_joint_1",
74
+ "left_joint_2",
75
+ "left_joint_3",
76
+ "left_joint_4",
77
+ "left_joint_5",
78
+ "left_joint_6",
79
+ "left_gripper",
80
+ "right_joint_1",
81
+ "right_joint_2",
82
+ "right_joint_3",
83
+ "right_joint_4",
84
+ "right_joint_5",
85
+ "right_joint_6",
86
+ "right_gripper"
87
+ ]
88
+ },
89
+ "observation.blocks": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 21
93
+ ],
94
+ "names": [
95
+ "cube_left_x",
96
+ "cube_left_y",
97
+ "cube_left_z",
98
+ "cube_left_qw",
99
+ "cube_left_qx",
100
+ "cube_left_qy",
101
+ "cube_left_qz",
102
+ "cube_centre_x",
103
+ "cube_centre_y",
104
+ "cube_centre_z",
105
+ "cube_centre_qw",
106
+ "cube_centre_qx",
107
+ "cube_centre_qy",
108
+ "cube_centre_qz",
109
+ "cube_right_x",
110
+ "cube_right_y",
111
+ "cube_right_z",
112
+ "cube_right_qw",
113
+ "cube_right_qx",
114
+ "cube_right_qy",
115
+ "cube_right_qz"
116
+ ]
117
+ },
118
+ "observation.ee": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 20
122
+ ],
123
+ "names": [
124
+ "left_ee_pos_x",
125
+ "left_ee_pos_y",
126
+ "left_ee_pos_z",
127
+ "left_ee_rot6d_1",
128
+ "left_ee_rot6d_2",
129
+ "left_ee_rot6d_3",
130
+ "left_ee_rot6d_4",
131
+ "left_ee_rot6d_5",
132
+ "left_ee_rot6d_6",
133
+ "left_gripper",
134
+ "right_ee_pos_x",
135
+ "right_ee_pos_y",
136
+ "right_ee_pos_z",
137
+ "right_ee_rot6d_1",
138
+ "right_ee_rot6d_2",
139
+ "right_ee_rot6d_3",
140
+ "right_ee_rot6d_4",
141
+ "right_ee_rot6d_5",
142
+ "right_ee_rot6d_6",
143
+ "right_gripper"
144
+ ]
145
+ },
146
+ "action.ee": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 20
150
+ ],
151
+ "names": [
152
+ "left_ee_pos_x",
153
+ "left_ee_pos_y",
154
+ "left_ee_pos_z",
155
+ "left_ee_rot6d_1",
156
+ "left_ee_rot6d_2",
157
+ "left_ee_rot6d_3",
158
+ "left_ee_rot6d_4",
159
+ "left_ee_rot6d_5",
160
+ "left_ee_rot6d_6",
161
+ "left_gripper",
162
+ "right_ee_pos_x",
163
+ "right_ee_pos_y",
164
+ "right_ee_pos_z",
165
+ "right_ee_rot6d_1",
166
+ "right_ee_rot6d_2",
167
+ "right_ee_rot6d_3",
168
+ "right_ee_rot6d_4",
169
+ "right_ee_rot6d_5",
170
+ "right_ee_rot6d_6",
171
+ "right_gripper"
172
+ ]
173
+ },
174
+ "observation.images.top": {
175
+ "dtype": "video",
176
+ "shape": [
177
+ 480,
178
+ 640,
179
+ 3
180
+ ],
181
+ "names": [
182
+ "height",
183
+ "width",
184
+ "channels"
185
+ ],
186
+ "info": {
187
+ "video.height": 480,
188
+ "video.width": 640,
189
+ "video.codec": "av1",
190
+ "video.pix_fmt": "yuv420p",
191
+ "video.fps": 20,
192
+ "video.channels": 3,
193
+ "has_audio": false,
194
+ "video.g": 2,
195
+ "video.crf": 30,
196
+ "video.preset": 12,
197
+ "video.fast_decode": 0,
198
+ "video.video_backend": "pyav",
199
+ "video.extra_options": {},
200
+ "is_depth_map": false
201
+ }
202
+ },
203
+ "observation.images.left_wrist": {
204
+ "dtype": "video",
205
+ "shape": [
206
+ 480,
207
+ 640,
208
+ 3
209
+ ],
210
+ "names": [
211
+ "height",
212
+ "width",
213
+ "channels"
214
+ ],
215
+ "info": {
216
+ "video.height": 480,
217
+ "video.width": 640,
218
+ "video.codec": "av1",
219
+ "video.pix_fmt": "yuv420p",
220
+ "video.fps": 20,
221
+ "video.channels": 3,
222
+ "has_audio": false,
223
+ "video.g": 2,
224
+ "video.crf": 30,
225
+ "video.preset": 12,
226
+ "video.fast_decode": 0,
227
+ "video.video_backend": "pyav",
228
+ "video.extra_options": {},
229
+ "is_depth_map": false
230
+ }
231
+ },
232
+ "observation.images.right_wrist": {
233
+ "dtype": "video",
234
+ "shape": [
235
+ 480,
236
+ 640,
237
+ 3
238
+ ],
239
+ "names": [
240
+ "height",
241
+ "width",
242
+ "channels"
243
+ ],
244
+ "info": {
245
+ "video.height": 480,
246
+ "video.width": 640,
247
+ "video.codec": "av1",
248
+ "video.pix_fmt": "yuv420p",
249
+ "video.fps": 20,
250
+ "video.channels": 3,
251
+ "has_audio": false,
252
+ "video.g": 2,
253
+ "video.crf": 30,
254
+ "video.preset": 12,
255
+ "video.fast_decode": 0,
256
+ "video.video_backend": "pyav",
257
+ "video.extra_options": {},
258
+ "is_depth_map": false
259
+ }
260
+ },
261
+ "timestamp": {
262
+ "dtype": "float32",
263
+ "shape": [
264
+ 1
265
+ ],
266
+ "names": null
267
+ },
268
+ "frame_index": {
269
+ "dtype": "int64",
270
+ "shape": [
271
+ 1
272
+ ],
273
+ "names": null
274
+ },
275
+ "episode_index": {
276
+ "dtype": "int64",
277
+ "shape": [
278
+ 1
279
+ ],
280
+ "names": null
281
+ },
282
+ "index": {
283
+ "dtype": "int64",
284
+ "shape": [
285
+ 1
286
+ ],
287
+ "names": null
288
+ },
289
+ "task_index": {
290
+ "dtype": "int64",
291
+ "shape": [
292
+ 1
293
+ ],
294
+ "names": null
295
+ }
296
+ },
297
+ "total_episodes": 50,
298
+ "total_frames": 28723,
299
+ "total_tasks": 1,
300
+ "chunks_size": 1000,
301
+ "data_files_size_in_mb": 100,
302
+ "video_files_size_in_mb": 200,
303
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
304
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
305
+ "robot_type": "bi_yam_sim",
306
+ "splits": {
307
+ "train": "0:50"
308
+ }
309
+ }
310
+ ```
311
+
312
+
313
+ ## Citation
314
+
315
+ **BibTeX:**
316
+
317
+ ```bibtex
318
+ [More Information Needed]
319
+ ```