villekuosmanen commited on
Commit
4f6acdd
·
verified ·
1 Parent(s): 3b1b926

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +261 -0
README.md ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=villekuosmanen/rl_pick_stack_block_structured_5">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "arx5",
36
+ "total_episodes": 26,
37
+ "total_frames": 7345,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:26"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action.pos": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "joint_0",
53
+ "joint_1",
54
+ "joint_2",
55
+ "joint_3",
56
+ "joint_4",
57
+ "joint_5",
58
+ "joint_6"
59
+ ],
60
+ "shape": [
61
+ 7
62
+ ]
63
+ },
64
+ "action.velocity": {
65
+ "dtype": "float32",
66
+ "names": [
67
+ "joint_0",
68
+ "joint_1",
69
+ "joint_2",
70
+ "joint_3",
71
+ "joint_4",
72
+ "joint_5",
73
+ "joint_6"
74
+ ],
75
+ "shape": [
76
+ 7
77
+ ]
78
+ },
79
+ "action.effort": {
80
+ "dtype": "float32",
81
+ "names": [
82
+ "joint_0",
83
+ "joint_1",
84
+ "joint_2",
85
+ "joint_3",
86
+ "joint_4",
87
+ "joint_5",
88
+ "joint_6"
89
+ ],
90
+ "shape": [
91
+ 7
92
+ ]
93
+ },
94
+ "action.eef_pose": {
95
+ "dtype": "float32",
96
+ "names": [
97
+ "joint_0",
98
+ "joint_1",
99
+ "joint_2",
100
+ "joint_3",
101
+ "joint_4",
102
+ "joint_5",
103
+ "joint_6"
104
+ ],
105
+ "shape": [
106
+ 7
107
+ ]
108
+ },
109
+ "observation.state.pos": {
110
+ "dtype": "float32",
111
+ "names": [
112
+ "joint_0",
113
+ "joint_1",
114
+ "joint_2",
115
+ "joint_3",
116
+ "joint_4",
117
+ "joint_5",
118
+ "joint_6"
119
+ ],
120
+ "shape": [
121
+ 7
122
+ ]
123
+ },
124
+ "observation.state.velocity": {
125
+ "dtype": "float32",
126
+ "names": [
127
+ "joint_0",
128
+ "joint_1",
129
+ "joint_2",
130
+ "joint_3",
131
+ "joint_4",
132
+ "joint_5",
133
+ "joint_6"
134
+ ],
135
+ "shape": [
136
+ 7
137
+ ]
138
+ },
139
+ "observation.state.effort": {
140
+ "dtype": "float32",
141
+ "names": [
142
+ "joint_0",
143
+ "joint_1",
144
+ "joint_2",
145
+ "joint_3",
146
+ "joint_4",
147
+ "joint_5",
148
+ "joint_6"
149
+ ],
150
+ "shape": [
151
+ 7
152
+ ]
153
+ },
154
+ "observation.state.eef_pose": {
155
+ "dtype": "float32",
156
+ "names": [
157
+ "joint_0",
158
+ "joint_1",
159
+ "joint_2",
160
+ "joint_3",
161
+ "joint_4",
162
+ "joint_5",
163
+ "joint_6"
164
+ ],
165
+ "shape": [
166
+ 7
167
+ ]
168
+ },
169
+ "observation.images.front": {
170
+ "dtype": "video",
171
+ "shape": [
172
+ 480,
173
+ 640,
174
+ 3
175
+ ],
176
+ "names": [
177
+ "height",
178
+ "width",
179
+ "channels"
180
+ ],
181
+ "info": {
182
+ "video.height": 480,
183
+ "video.width": 640,
184
+ "video.codec": "h264",
185
+ "video.pix_fmt": "yuv420p",
186
+ "video.is_depth_map": false,
187
+ "video.fps": 20,
188
+ "video.channels": 3,
189
+ "has_audio": false
190
+ }
191
+ },
192
+ "observation.images.wrist": {
193
+ "dtype": "video",
194
+ "shape": [
195
+ 480,
196
+ 640,
197
+ 3
198
+ ],
199
+ "names": [
200
+ "height",
201
+ "width",
202
+ "channels"
203
+ ],
204
+ "info": {
205
+ "video.height": 480,
206
+ "video.width": 640,
207
+ "video.codec": "h264",
208
+ "video.pix_fmt": "yuv420p",
209
+ "video.is_depth_map": false,
210
+ "video.fps": 20,
211
+ "video.channels": 3,
212
+ "has_audio": false
213
+ }
214
+ },
215
+ "timestamp": {
216
+ "dtype": "float32",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "frame_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "episode_index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ },
243
+ "task_index": {
244
+ "dtype": "int64",
245
+ "shape": [
246
+ 1
247
+ ],
248
+ "names": null
249
+ }
250
+ }
251
+ }
252
+ ```
253
+
254
+
255
+ ## Citation
256
+
257
+ **BibTeX:**
258
+
259
+ ```bibtex
260
+ [More Information Needed]
261
+ ```