anashoussaini commited on
Commit
afffacb
·
verified ·
1 Parent(s): fa5982f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +284 -0
README.md ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
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": null,
29
+ "total_episodes": 100,
30
+ "total_frames": 13209,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:100"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "obs.state.gripper.grasp_tip_pos": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 6
46
+ ]
47
+ },
48
+ "obs.state.gripper.pinch_min": {
49
+ "dtype": "float32",
50
+ "shape": [
51
+ 1
52
+ ]
53
+ },
54
+ "obs.state.gripper.pinch_widths": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 1
58
+ ]
59
+ },
60
+ "obs.state.gripper.qpos": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 6
64
+ ]
65
+ },
66
+ "obs.state.gripper.qtorque": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 6
70
+ ]
71
+ },
72
+ "obs.state.gripper.qvel": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 6
76
+ ]
77
+ },
78
+ "obs.state.gripper.tcp_pos": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 3
82
+ ]
83
+ },
84
+ "obs.state.gripper.tcp_quat": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 4
88
+ ]
89
+ },
90
+ "reward": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 1
94
+ ]
95
+ },
96
+ "truncated": {
97
+ "dtype": "bool",
98
+ "shape": [
99
+ 1
100
+ ]
101
+ },
102
+ "success": {
103
+ "dtype": "bool",
104
+ "shape": [
105
+ 1
106
+ ]
107
+ },
108
+ "failure": {
109
+ "dtype": "bool",
110
+ "shape": [
111
+ 1
112
+ ]
113
+ },
114
+ "action": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 8
118
+ ]
119
+ },
120
+ "obs.state.manipulator.eef_pos": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 1,
124
+ 3
125
+ ]
126
+ },
127
+ "obs.state.manipulator.eef_quat": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 1,
131
+ 4
132
+ ]
133
+ },
134
+ "obs.state.manipulator.qpos": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 6
138
+ ]
139
+ },
140
+ "obs.state.manipulator.qtorque": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 6
144
+ ]
145
+ },
146
+ "obs.state.manipulator.qvel": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 6
150
+ ]
151
+ },
152
+ "obs.state.other.action": {
153
+ "dtype": "float32",
154
+ "shape": [
155
+ 8
156
+ ]
157
+ },
158
+ "obs.state.other.cube_a_pos": {
159
+ "dtype": "float32",
160
+ "shape": [
161
+ 3
162
+ ]
163
+ },
164
+ "obs.state.other.cube_a_quat": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 4
168
+ ]
169
+ },
170
+ "obs.state.other.cube_b_pos": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 3
174
+ ]
175
+ },
176
+ "obs.state.other.cube_b_quat": {
177
+ "dtype": "float32",
178
+ "shape": [
179
+ 4
180
+ ]
181
+ },
182
+ "obs.state.other.cube_c_pos": {
183
+ "dtype": "float32",
184
+ "shape": [
185
+ 3
186
+ ]
187
+ },
188
+ "obs.state.other.cube_c_quat": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 4
192
+ ]
193
+ },
194
+ "obs.state.other.last_action": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 8
198
+ ]
199
+ },
200
+ "obs.cameras.front.rgb": {
201
+ "dtype": "video",
202
+ "shape": [
203
+ 224,
204
+ 224,
205
+ 3
206
+ ],
207
+ "info": {
208
+ "video.height": 224,
209
+ "video.width": 224,
210
+ "video.codec": "av1",
211
+ "video.pix_fmt": "yuv420p",
212
+ "video.is_depth_map": false,
213
+ "video.fps": 20,
214
+ "video.channels": 3,
215
+ "has_audio": false
216
+ }
217
+ },
218
+ "obs.cameras.wrist.rgb": {
219
+ "dtype": "video",
220
+ "shape": [
221
+ 224,
222
+ 224,
223
+ 3
224
+ ],
225
+ "info": {
226
+ "video.height": 224,
227
+ "video.width": 224,
228
+ "video.codec": "av1",
229
+ "video.pix_fmt": "yuv420p",
230
+ "video.is_depth_map": false,
231
+ "video.fps": 20,
232
+ "video.channels": 3,
233
+ "has_audio": false
234
+ }
235
+ },
236
+ "timestamp": {
237
+ "dtype": "float32",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ },
243
+ "frame_index": {
244
+ "dtype": "int64",
245
+ "shape": [
246
+ 1
247
+ ],
248
+ "names": null
249
+ },
250
+ "episode_index": {
251
+ "dtype": "int64",
252
+ "shape": [
253
+ 1
254
+ ],
255
+ "names": null
256
+ },
257
+ "index": {
258
+ "dtype": "int64",
259
+ "shape": [
260
+ 1
261
+ ],
262
+ "names": null
263
+ },
264
+ "task_index": {
265
+ "dtype": "int64",
266
+ "shape": [
267
+ 1
268
+ ],
269
+ "names": null
270
+ }
271
+ },
272
+ "task": "stack",
273
+ "options": null
274
+ }
275
+ ```
276
+
277
+
278
+ ## Citation
279
+
280
+ **BibTeX:**
281
+
282
+ ```bibtex
283
+ [More Information Needed]
284
+ ```