Linus-Schwarz commited on
Commit
f1020ce
·
verified ·
1 Parent(s): 4c4f7af

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +241 -0
README.md ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - lego
8
+ - stacking
9
+ - franka
10
+ - real-world
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** apache-2.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v2.1",
32
+ "robot_type": "franka",
33
+ "total_episodes": 300,
34
+ "total_frames": 23303,
35
+ "total_tasks": 1,
36
+ "total_videos": 0,
37
+ "total_chunks": 1,
38
+ "chunks_size": 1000,
39
+ "fps": 15,
40
+ "splits": {
41
+ "train": "0:300"
42
+ },
43
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
44
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
45
+ "features": {
46
+ "observation.state.cartesian": {
47
+ "shape": [
48
+ 6
49
+ ],
50
+ "dtype": "float32",
51
+ "names": [
52
+ "x",
53
+ "y",
54
+ "z",
55
+ "roll",
56
+ "pitch",
57
+ "yaw"
58
+ ]
59
+ },
60
+ "observation.state.joints": {
61
+ "shape": [
62
+ 7
63
+ ],
64
+ "dtype": "float32"
65
+ },
66
+ "observation.velocity.cartesian": {
67
+ "shape": [
68
+ 3
69
+ ],
70
+ "dtype": "float32",
71
+ "names": [
72
+ "vx",
73
+ "vy",
74
+ "vz"
75
+ ]
76
+ },
77
+ "observation.error.cartesian": {
78
+ "shape": [
79
+ 3
80
+ ],
81
+ "dtype": "float32",
82
+ "names": [
83
+ "ex",
84
+ "ey",
85
+ "ez"
86
+ ]
87
+ },
88
+ "observation.previous.action": {
89
+ "shape": [
90
+ 3
91
+ ],
92
+ "dtype": "float32",
93
+ "names": [
94
+ "prev_dx",
95
+ "prev_dy",
96
+ "prev_dz"
97
+ ]
98
+ },
99
+ "observation.previous.error.cartesian": {
100
+ "shape": [
101
+ 3
102
+ ],
103
+ "dtype": "float32",
104
+ "names": [
105
+ "prev_ex",
106
+ "prev_ey",
107
+ "prev_ez"
108
+ ]
109
+ },
110
+ "observation.state.sensors_bota_ft_sensor": {
111
+ "shape": [
112
+ 6
113
+ ],
114
+ "dtype": "float32",
115
+ "names": [
116
+ "fx",
117
+ "fy",
118
+ "fz",
119
+ "mx",
120
+ "my",
121
+ "mz"
122
+ ]
123
+ },
124
+ "action": {
125
+ "shape": [
126
+ 2
127
+ ],
128
+ "dtype": "float32",
129
+ "names": [
130
+ "dx",
131
+ "dy"
132
+ ]
133
+ },
134
+ "perfect_action": {
135
+ "shape": [
136
+ 2
137
+ ],
138
+ "dtype": "float32",
139
+ "names": [
140
+ "dx",
141
+ "dy"
142
+ ]
143
+ },
144
+ "grasp_delta": {
145
+ "shape": [
146
+ 3
147
+ ],
148
+ "dtype": "float32",
149
+ "names": [
150
+ "grasp_dx",
151
+ "grasp_dy",
152
+ "grasp_dz"
153
+ ]
154
+ },
155
+ "goal_position_delta": {
156
+ "shape": [
157
+ 2
158
+ ],
159
+ "dtype": "float32",
160
+ "names": [
161
+ "goal_dx",
162
+ "goal_dy"
163
+ ]
164
+ },
165
+ "reward": {
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "dtype": "float32"
170
+ },
171
+ "success": {
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "dtype": "bool"
176
+ },
177
+ "is_terminal": {
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "dtype": "bool"
182
+ },
183
+ "observation.features.wrist_camera": {
184
+ "shape": [
185
+ 384
186
+ ],
187
+ "dtype": "float32"
188
+ },
189
+ "observation.formatted": {
190
+ "shape": [
191
+ 398
192
+ ],
193
+ "dtype": "float32"
194
+ },
195
+ "timestamp": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "episode_index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ },
216
+ "index": {
217
+ "dtype": "int64",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ },
223
+ "task_index": {
224
+ "dtype": "int64",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ }
230
+ }
231
+ }
232
+ ```
233
+
234
+
235
+ ## Citation
236
+
237
+ **BibTeX:**
238
+
239
+ ```bibtex
240
+ [More Information Needed]
241
+ ```