jellyho commited on
Commit
772ba6b
·
verified ·
1 Parent(s): 607ae50

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +269 -0
README.md ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 20,
30
+ "total_frames": 2284,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:20"
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
+ "reward": {
43
+ "dtype": "float64",
44
+ "shape": [
45
+ 1
46
+ ]
47
+ },
48
+ "done": {
49
+ "dtype": "bool",
50
+ "shape": [
51
+ 1
52
+ ]
53
+ },
54
+ "observation.state.joint_position": {
55
+ "dtype": "float64",
56
+ "shape": [
57
+ 8
58
+ ],
59
+ "names": {
60
+ "motors": [
61
+ "j1",
62
+ "j2",
63
+ "j3",
64
+ "j4",
65
+ "j5",
66
+ "j6",
67
+ "j7",
68
+ "gripper"
69
+ ]
70
+ }
71
+ },
72
+ "observation.state.joint_velocity": {
73
+ "dtype": "float64",
74
+ "shape": [
75
+ 8
76
+ ],
77
+ "names": {
78
+ "motors": [
79
+ "j1",
80
+ "j2",
81
+ "j3",
82
+ "j4",
83
+ "j5",
84
+ "j6",
85
+ "j7",
86
+ "gripper"
87
+ ]
88
+ }
89
+ },
90
+ "observation.state.cartesian_position": {
91
+ "dtype": "float64",
92
+ "shape": [
93
+ 7
94
+ ],
95
+ "names": {
96
+ "motors": [
97
+ "x",
98
+ "y",
99
+ "z",
100
+ "rx",
101
+ "ry",
102
+ "rz",
103
+ "gripper"
104
+ ]
105
+ }
106
+ },
107
+ "observation.image.agentview": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 224,
111
+ 224,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.fps": 10.0,
121
+ "video.height": 224,
122
+ "video.width": 224,
123
+ "video.channels": 3,
124
+ "video.codec": "av1",
125
+ "video.pix_fmt": "yuv420p",
126
+ "video.is_depth_map": false,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "observation.image.wrist": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 224,
134
+ 224,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": {
143
+ "video.fps": 10.0,
144
+ "video.height": 224,
145
+ "video.width": 224,
146
+ "video.channels": 3,
147
+ "video.codec": "av1",
148
+ "video.pix_fmt": "yuv420p",
149
+ "video.is_depth_map": false,
150
+ "has_audio": false
151
+ }
152
+ },
153
+ "action.joint_position": {
154
+ "dtype": "float64",
155
+ "shape": [
156
+ 8
157
+ ],
158
+ "names": {
159
+ "motors": [
160
+ "j1",
161
+ "j2",
162
+ "j3",
163
+ "j4",
164
+ "j5",
165
+ "j6",
166
+ "j7",
167
+ "gripper"
168
+ ]
169
+ }
170
+ },
171
+ "action.joint_velocity": {
172
+ "dtype": "float64",
173
+ "shape": [
174
+ 8
175
+ ],
176
+ "names": {
177
+ "motors": [
178
+ "j1",
179
+ "j2",
180
+ "j3",
181
+ "j4",
182
+ "j5",
183
+ "j6",
184
+ "j7",
185
+ "gripper"
186
+ ]
187
+ }
188
+ },
189
+ "action.cartesian_velocity": {
190
+ "dtype": "float64",
191
+ "shape": [
192
+ 7
193
+ ],
194
+ "names": {
195
+ "motors": [
196
+ "x",
197
+ "y",
198
+ "z",
199
+ "rx",
200
+ "ry",
201
+ "rz",
202
+ "gripper"
203
+ ]
204
+ }
205
+ },
206
+ "action.cartesian_position": {
207
+ "dtype": "float64",
208
+ "shape": [
209
+ 7
210
+ ],
211
+ "names": {
212
+ "motors": [
213
+ "x",
214
+ "y",
215
+ "z",
216
+ "rx",
217
+ "ry",
218
+ "rz",
219
+ "gripper"
220
+ ]
221
+ }
222
+ },
223
+ "timestamp": {
224
+ "dtype": "float32",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ },
230
+ "frame_index": {
231
+ "dtype": "int64",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "names": null
236
+ },
237
+ "episode_index": {
238
+ "dtype": "int64",
239
+ "shape": [
240
+ 1
241
+ ],
242
+ "names": null
243
+ },
244
+ "index": {
245
+ "dtype": "int64",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": null
250
+ },
251
+ "task_index": {
252
+ "dtype": "int64",
253
+ "shape": [
254
+ 1
255
+ ],
256
+ "names": null
257
+ }
258
+ }
259
+ }
260
+ ```
261
+
262
+
263
+ ## Citation
264
+
265
+ **BibTeX:**
266
+
267
+ ```bibtex
268
+ [More Information Needed]
269
+ ```