qualiaadmin commited on
Commit
f9b379b
·
verified ·
1 Parent(s): 72895cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +281 -0
README.md ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robosuite
8
+ - bc-rnn
9
+ - nutassemblysquare
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v3.0",
31
+ "robot_type": "panda",
32
+ "total_episodes": 6,
33
+ "total_frames": 1031,
34
+ "total_tasks": 1,
35
+ "chunks_size": 1000,
36
+ "data_files_size_in_mb": 100,
37
+ "video_files_size_in_mb": 200,
38
+ "fps": 20,
39
+ "splits": {
40
+ "train": "0:6"
41
+ },
42
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
44
+ "features": {
45
+ "observation.state.joint_00": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": [
51
+ "joint_00"
52
+ ]
53
+ },
54
+ "observation.state.joint_01": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": [
60
+ "joint_01"
61
+ ]
62
+ },
63
+ "observation.state.joint_02": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": [
69
+ "joint_02"
70
+ ]
71
+ },
72
+ "observation.state.joint_03": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": [
78
+ "joint_03"
79
+ ]
80
+ },
81
+ "observation.state.joint_04": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": [
87
+ "joint_04"
88
+ ]
89
+ },
90
+ "observation.state.joint_05": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": [
96
+ "joint_05"
97
+ ]
98
+ },
99
+ "observation.state.joint_06": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": [
105
+ "joint_06"
106
+ ]
107
+ },
108
+ "observation.state.joint_07": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": [
114
+ "joint_07"
115
+ ]
116
+ },
117
+ "observation.state.joint_08": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": [
123
+ "joint_08"
124
+ ]
125
+ },
126
+ "observation.images.agentview": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 480,
130
+ 640,
131
+ 3
132
+ ],
133
+ "names": [
134
+ "height",
135
+ "width",
136
+ "channels"
137
+ ],
138
+ "info": {
139
+ "video.height": 480,
140
+ "video.width": 640,
141
+ "video.codec": "av1",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "video.fps": 20,
145
+ "video.channels": 3,
146
+ "has_audio": false
147
+ }
148
+ },
149
+ "observation.images.wrist": {
150
+ "dtype": "video",
151
+ "shape": [
152
+ 480,
153
+ 640,
154
+ 3
155
+ ],
156
+ "names": [
157
+ "height",
158
+ "width",
159
+ "channels"
160
+ ],
161
+ "info": {
162
+ "video.height": 480,
163
+ "video.width": 640,
164
+ "video.codec": "av1",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.is_depth_map": false,
167
+ "video.fps": 20,
168
+ "video.channels": 3,
169
+ "has_audio": false
170
+ }
171
+ },
172
+ "action.joint_00": {
173
+ "dtype": "float32",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": [
178
+ "joint_00"
179
+ ]
180
+ },
181
+ "action.joint_01": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": [
187
+ "joint_01"
188
+ ]
189
+ },
190
+ "action.joint_02": {
191
+ "dtype": "float32",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": [
196
+ "joint_02"
197
+ ]
198
+ },
199
+ "action.joint_03": {
200
+ "dtype": "float32",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": [
205
+ "joint_03"
206
+ ]
207
+ },
208
+ "action.joint_04": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": [
214
+ "joint_04"
215
+ ]
216
+ },
217
+ "action.joint_05": {
218
+ "dtype": "float32",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": [
223
+ "joint_05"
224
+ ]
225
+ },
226
+ "action.joint_06": {
227
+ "dtype": "float32",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": [
232
+ "joint_06"
233
+ ]
234
+ },
235
+ "timestamp": {
236
+ "dtype": "float32",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": null
241
+ },
242
+ "frame_index": {
243
+ "dtype": "int64",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": null
248
+ },
249
+ "episode_index": {
250
+ "dtype": "int64",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "task_index": {
264
+ "dtype": "int64",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ }
270
+ }
271
+ }
272
+ ```
273
+
274
+
275
+ ## Citation
276
+
277
+ **BibTeX:**
278
+
279
+ ```bibtex
280
+ [More Information Needed]
281
+ ```