lorenzomazza commited on
Commit
aa617a4
·
verified ·
1 Parent(s): b89c3b9

Upload LeRobot dataset release

Browse files
LICENSE ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ This dataset repository is distributed under `license: other` because it contains LeRobot-formatted adaptations of upstream robotics benchmark data/assets.
2
+
3
+ The LeRobot formatting/adaptation files were prepared for this release. The underlying benchmark environments, trajectories, images, videos, and task definitions retain their original upstream copyrights, licenses, and attribution requirements. This notice does not relicense upstream assets.
4
+
5
+ Please see `README.md` for dataset-specific provenance and citation notes.
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ pretty_name: Robotics Kitchen LeRobot
4
+ tags:
5
+ - lerobot
6
+ - robotics
7
+ - imitation-learning
8
+ - multimodal-behavior-cloning
9
+ ---
10
+
11
+ # Kitchen LeRobot Dataset
12
+
13
+ LeRobot-formatted Franka Kitchen manipulation dataset used for multimodal behavior cloning experiments.
14
+
15
+ ## Dataset Details
16
+
17
+ - Format: LeRobot v3.0
18
+ - Robot type: `franka_kitchen_sim`
19
+ - Episodes: 566
20
+ - Frames: 128685
21
+ - FPS: 10
22
+ - Tasks: 8
23
+ - Action shape: `[9]`
24
+ - State shape: `[30]`
25
+ - Videos: yes
26
+
27
+ The repository follows the standard LeRobot layout with `meta/`, `data/`, and, when available, `videos/` at the repository root.
28
+
29
+ ## Loading
30
+
31
+ ```python
32
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
33
+
34
+ dataset = LeRobotDataset("nct-tso/robotics_kitchen_lerobot")
35
+ ```
36
+
37
+ ## Provenance and License
38
+
39
+ This release is a LeRobot-formatted adaptation of an upstream robotics benchmark dataset.
40
+
41
+ Upstream benchmark/source: Franka Kitchen / D4RL-style manipulation benchmark lineage.
42
+
43
+ The Hub metadata uses `license: other` because the release combines converted LeRobot metadata/data files with upstream benchmark assets. The upstream benchmark assets retain their original licenses and attribution requirements. See `LICENSE` for the repository-level notice.
44
+
45
+ ## Citation
46
+
47
+ If you use this dataset release, please cite both:
48
+
49
+ 1. The LeRobot adaptation / dataset release:
50
+
51
+ **VersatIL: A Unified, Composable Imitation Learning Library for Reproducible Autonomous Robot Policies**
52
+ Lorenzo Mazza, Ariel Rodriguez, Stefanie Speidel.
53
+ Citation details coming soon.
54
+
55
+ 2. The relevant upstream benchmark papers or repositories for the original environment, task definition, and data source.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995105e8db27526c2a0d31ef7038d7e00116c6fd4f84583c0e77f20706402462
3
+ size 30894263
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0175258f6b7397620b626fca2c09641ee84cb029804a1148552df11d9b8856
3
+ size 3347973
meta/info.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "franka_kitchen_sim",
4
+ "total_episodes": 566,
5
+ "total_frames": 128685,
6
+ "total_tasks": 8,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:566"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.image": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 112,
21
+ 112,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.height": 112,
31
+ "video.width": 112,
32
+ "video.codec": "h264",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 10,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "observation.state": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 30
44
+ ],
45
+ "names": [
46
+ "qpos_0",
47
+ "qpos_1",
48
+ "qpos_2",
49
+ "qpos_3",
50
+ "qpos_4",
51
+ "qpos_5",
52
+ "qpos_6",
53
+ "qpos_7",
54
+ "qpos_8",
55
+ "qpos_9",
56
+ "qpos_10",
57
+ "qpos_11",
58
+ "qpos_12",
59
+ "qpos_13",
60
+ "qpos_14",
61
+ "qpos_15",
62
+ "qpos_16",
63
+ "qpos_17",
64
+ "qpos_18",
65
+ "qpos_19",
66
+ "qpos_20",
67
+ "qpos_21",
68
+ "qpos_22",
69
+ "qpos_23",
70
+ "qpos_24",
71
+ "qpos_25",
72
+ "qpos_26",
73
+ "qpos_27",
74
+ "qpos_28",
75
+ "qpos_29"
76
+ ]
77
+ },
78
+ "observation.task_goal": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 7
82
+ ],
83
+ "names": [
84
+ "bottom burner",
85
+ "top burner",
86
+ "light switch",
87
+ "slide cabinet",
88
+ "hinge cabinet",
89
+ "microwave",
90
+ "kettle"
91
+ ]
92
+ },
93
+ "action": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 9
97
+ ],
98
+ "names": [
99
+ "ctrl_0",
100
+ "ctrl_1",
101
+ "ctrl_2",
102
+ "ctrl_3",
103
+ "ctrl_4",
104
+ "ctrl_5",
105
+ "ctrl_6",
106
+ "ctrl_7",
107
+ "ctrl_8"
108
+ ]
109
+ },
110
+ "timestamp": {
111
+ "dtype": "float32",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "frame_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "episode_index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "task_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ }
145
+ }
146
+ }
meta/stats.json ADDED
@@ -0,0 +1,803 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "frame_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 408
8
+ ],
9
+ "mean": [
10
+ 114.77781404204065
11
+ ],
12
+ "std": [
13
+ 68.59073446638388
14
+ ],
15
+ "count": [
16
+ 128685
17
+ ],
18
+ "q01": [
19
+ 1.8859934318012372
20
+ ],
21
+ "q10": [
22
+ 22.506449586429298
23
+ ],
24
+ "q50": [
25
+ 114.54634282472684
26
+ ],
27
+ "q90": [
28
+ 206.94637975653933
29
+ ],
30
+ "q99": [
31
+ 227.65775820980446
32
+ ]
33
+ },
34
+ "observation.image": {
35
+ "min": [
36
+ [
37
+ [
38
+ 0.0
39
+ ]
40
+ ],
41
+ [
42
+ [
43
+ 0.0
44
+ ]
45
+ ],
46
+ [
47
+ [
48
+ 0.0
49
+ ]
50
+ ]
51
+ ],
52
+ "max": [
53
+ [
54
+ [
55
+ 1.0
56
+ ]
57
+ ],
58
+ [
59
+ [
60
+ 1.0
61
+ ]
62
+ ],
63
+ [
64
+ [
65
+ 1.0
66
+ ]
67
+ ]
68
+ ],
69
+ "mean": [
70
+ [
71
+ [
72
+ 0.411009640108252
73
+ ]
74
+ ],
75
+ [
76
+ [
77
+ 0.4194314031763326
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.4333419061694911
83
+ ]
84
+ ]
85
+ ],
86
+ "std": [
87
+ [
88
+ [
89
+ 0.0062536278459255435
90
+ ]
91
+ ],
92
+ [
93
+ [
94
+ 0.0060516213439582465
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.006063757163969062
100
+ ]
101
+ ]
102
+ ],
103
+ "count": [
104
+ 56600
105
+ ],
106
+ "q01": [
107
+ [
108
+ [
109
+ 0.0236987241006631
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 0.03132835947436397
115
+ ]
116
+ ],
117
+ [
118
+ [
119
+ 0.03287775552940265
120
+ ]
121
+ ]
122
+ ],
123
+ "q10": [
124
+ [
125
+ [
126
+ 0.1304514677760418
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.13039464093562947
132
+ ]
133
+ ],
134
+ [
135
+ [
136
+ 0.13154885451699602
137
+ ]
138
+ ]
139
+ ],
140
+ "q50": [
141
+ [
142
+ [
143
+ 0.34113808741620505
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 0.372468349085222
149
+ ]
150
+ ],
151
+ [
152
+ [
153
+ 0.430611793277608
154
+ ]
155
+ ]
156
+ ],
157
+ "q90": [
158
+ [
159
+ [
160
+ 0.7939678843793441
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 0.8028753801050091
166
+ ]
167
+ ],
168
+ [
169
+ [
170
+ 0.804504817118517
171
+ ]
172
+ ]
173
+ ],
174
+ "q99": [
175
+ [
176
+ [
177
+ 0.9811791610290722
178
+ ]
179
+ ],
180
+ [
181
+ [
182
+ 0.9842995103407245
183
+ ]
184
+ ],
185
+ [
186
+ [
187
+ 0.9815352883757793
188
+ ]
189
+ ]
190
+ ]
191
+ },
192
+ "observation.task_goal": {
193
+ "min": [
194
+ 0.0,
195
+ 0.0,
196
+ 0.0,
197
+ 0.0,
198
+ 0.0,
199
+ 0.0,
200
+ 0.0
201
+ ],
202
+ "max": [
203
+ 1.0,
204
+ 1.0,
205
+ 1.0,
206
+ 1.0,
207
+ 1.0,
208
+ 1.0,
209
+ 1.0
210
+ ],
211
+ "mean": [
212
+ 0.20763103795974694,
213
+ 0.10941446204254168,
214
+ 0.11090647722856609,
215
+ 0.11799355052029732,
216
+ 0.16458017705409705,
217
+ 0.1273497303065227,
218
+ 0.10900260359367284
219
+ ],
220
+ "std": [
221
+ 0.4056111326496681,
222
+ 0.31215851349910523,
223
+ 0.31401629001204623,
224
+ 0.3226004832759924,
225
+ 0.3708012164798982,
226
+ 0.33336432965003754,
227
+ 0.31164248150488083
228
+ ],
229
+ "count": [
230
+ 128685
231
+ ],
232
+ "q01": [
233
+ -6.754931355028967e-11,
234
+ -4.687860076796476e-11,
235
+ -4.962718389244153e-11,
236
+ -6.158666771650108e-11,
237
+ -5.539322482645852e-11,
238
+ -5.889325829907475e-11,
239
+ -5.783874110939002e-11
240
+ ],
241
+ "q10": [
242
+ -6.754814545333421e-11,
243
+ -4.687668860675945e-11,
244
+ -4.9625370669403656e-11,
245
+ -6.158528498777906e-11,
246
+ -5.5391619158185044e-11,
247
+ -5.889177861822163e-11,
248
+ -5.783722347007123e-11
249
+ ],
250
+ "q50": [
251
+ 0.007334414388898721,
252
+ -4.6868190112513706e-11,
253
+ 0.002734851964872692,
254
+ -6.157913952679283e-11,
255
+ -5.5384482854747366e-11,
256
+ -5.88852022588745e-11,
257
+ -5.7830478406432054e-11
258
+ ],
259
+ "q90": [
260
+ 0.6754492924528923,
261
+ 0.46874505773831404,
262
+ 0.4962272464078174,
263
+ 0.6158017310702552,
264
+ 0.5538957487607282,
265
+ 0.5888791668933079,
266
+ 0.5783268486135585
267
+ ],
268
+ "q99": [
269
+ 0.6754899111779278,
270
+ 0.46878381921364276,
271
+ 0.49626918693244076,
272
+ 0.6158615578838206,
273
+ 0.5539301973262585,
274
+ 0.5889287139850666,
275
+ 0.5783828655351091
276
+ ]
277
+ },
278
+ "index": {
279
+ "min": [
280
+ 0
281
+ ],
282
+ "max": [
283
+ 128684
284
+ ],
285
+ "mean": [
286
+ 64342.0
287
+ ],
288
+ "std": [
289
+ 37148.159694211885
290
+ ],
291
+ "count": [
292
+ 128685
293
+ ],
294
+ "q01": [
295
+ 64229.108179389776
296
+ ],
297
+ "q10": [
298
+ 64249.728635544394
299
+ ],
300
+ "q50": [
301
+ 64341.76887611455
302
+ ],
303
+ "q90": [
304
+ 64434.16856571449
305
+ ],
306
+ "q99": [
307
+ 64454.87994416774
308
+ ]
309
+ },
310
+ "timestamp": {
311
+ "min": [
312
+ 0.0
313
+ ],
314
+ "max": [
315
+ 40.8
316
+ ],
317
+ "mean": [
318
+ 11.477781404204118
319
+ ],
320
+ "std": [
321
+ 6.859073446638393
322
+ ],
323
+ "count": [
324
+ 128685
325
+ ],
326
+ "q01": [
327
+ 0.18859934309159648
328
+ ],
329
+ "q10": [
330
+ 2.2506449585705774
331
+ ],
332
+ "q50": [
333
+ 11.454578436958249
334
+ ],
335
+ "q90": [
336
+ 20.694637975726273
337
+ ],
338
+ "q99": [
339
+ 22.76577582106894
340
+ ]
341
+ },
342
+ "episode_index": {
343
+ "min": [
344
+ 0
345
+ ],
346
+ "max": [
347
+ 565
348
+ ],
349
+ "mean": [
350
+ 282.27708746163125
351
+ ],
352
+ "std": [
353
+ 162.0689732056706
354
+ ],
355
+ "count": [
356
+ 128685
357
+ ],
358
+ "q01": [
359
+ 282.27708746163125
360
+ ],
361
+ "q10": [
362
+ 282.27708746163125
363
+ ],
364
+ "q50": [
365
+ 282.27708746163125
366
+ ],
367
+ "q90": [
368
+ 282.27708746163125
369
+ ],
370
+ "q99": [
371
+ 282.27708746163125
372
+ ]
373
+ },
374
+ "action": {
375
+ "min": [
376
+ -0.9990000128746033,
377
+ -0.9990000128746033,
378
+ -0.9990000128746033,
379
+ -0.9990000128746033,
380
+ -0.9990000128746033,
381
+ -0.9990000128746033,
382
+ -0.9990000128746033,
383
+ -0.3155950605869293,
384
+ -0.3175885081291199
385
+ ],
386
+ "max": [
387
+ 0.9990000128746033,
388
+ 0.9990000128746033,
389
+ 0.9990000128746033,
390
+ 0.9990000128746033,
391
+ 0.9990000128746033,
392
+ 0.9990000128746033,
393
+ 0.9990000128746033,
394
+ 0.3049737811088562,
395
+ 0.30988162755966187
396
+ ],
397
+ "mean": [
398
+ -0.09881766956341086,
399
+ 0.11923987886299897,
400
+ -0.2125752070890237,
401
+ 0.0036180458431171146,
402
+ 0.07985938700103637,
403
+ 0.00379187100258012,
404
+ -0.05116529930412731,
405
+ -0.04923296872007209,
406
+ -0.04600876659257047
407
+ ],
408
+ "std": [
409
+ 0.5084074837592625,
410
+ 0.2254937622251427,
411
+ 0.212262564090344,
412
+ 0.48315629712487695,
413
+ 0.4094236553313619,
414
+ 0.32097824458449137,
415
+ 0.470350531430298,
416
+ 0.09446219749063103,
417
+ 0.09119939252559675
418
+ ],
419
+ "count": [
420
+ 128685
421
+ ],
422
+ "q01": [
423
+ -0.9125329260629608,
424
+ -0.4055429417059154,
425
+ -0.7399627056611157,
426
+ -0.9746748169400583,
427
+ -0.8720423387973476,
428
+ -0.7488699322598201,
429
+ -0.9749154281397868,
430
+ -0.2728366026485752,
431
+ -0.26801647841738696
432
+ ],
433
+ "q10": [
434
+ -0.7039895493005891,
435
+ -0.08894472808419891,
436
+ -0.5099973955831284,
437
+ -0.7481093767856564,
438
+ -0.4120891242915179,
439
+ -0.40421913285492816,
440
+ -0.735783139103502,
441
+ -0.1920378991259738,
442
+ -0.18405140908554188
443
+ ],
444
+ "q50": [
445
+ -0.16619583612861777,
446
+ 0.06833795348552114,
447
+ -0.17960555416143179,
448
+ 0.048019770026327395,
449
+ 0.07000932391663986,
450
+ 0.014019928777652173,
451
+ -0.0035872413915130396,
452
+ -0.029729596723682448,
453
+ -0.028386701788915912
454
+ ],
455
+ "q90": [
456
+ 0.643653630649393,
457
+ 0.43063450949071885,
458
+ 0.020896612472660545,
459
+ 0.57032886456817,
460
+ 0.605985270599494,
461
+ 0.3780242917615612,
462
+ 0.5253887279682604,
463
+ 0.049945011351667346,
464
+ 0.049380142096039734
465
+ ],
466
+ "q99": [
467
+ 0.9473630570678869,
468
+ 0.6854075201895977,
469
+ 0.18162798443737005,
470
+ 0.8620737630652704,
471
+ 0.91343809230557,
472
+ 0.7490008927288685,
473
+ 0.9316685259520181,
474
+ 0.14284507291056658,
475
+ 0.13324116609738687
476
+ ]
477
+ },
478
+ "task_index": {
479
+ "min": [
480
+ 0
481
+ ],
482
+ "max": [
483
+ 7
484
+ ],
485
+ "mean": [
486
+ 3.4374402611026915
487
+ ],
488
+ "std": [
489
+ 2.5368368393511505
490
+ ],
491
+ "count": [
492
+ 128685
493
+ ],
494
+ "q01": [
495
+ 0.46740490334639967
496
+ ],
497
+ "q10": [
498
+ 0.6427609176731274
499
+ ],
500
+ "q50": [
501
+ 3.389953689012138
502
+ ],
503
+ "q90": [
504
+ 6.3364090136548255
505
+ ],
506
+ "q99": [
507
+ 6.336830084343935
508
+ ]
509
+ },
510
+ "observation.state": {
511
+ "min": [
512
+ -2.8491384983062744,
513
+ -1.778940200805664,
514
+ 0.10465879738330841,
515
+ -2.933638334274292,
516
+ -2.910371780395508,
517
+ -0.07431790232658386,
518
+ -1.2778511047363281,
519
+ -0.010119546204805374,
520
+ -0.010405139066278934,
521
+ -0.00047542175161652267,
522
+ -0.0004997017094865441,
523
+ -1.6645512580871582,
524
+ -0.009535634890198708,
525
+ -2.5419767553103156e-05,
526
+ -4.970374357071705e-05,
527
+ -1.312770962715149,
528
+ -0.007516660261899233,
529
+ -0.7207376956939697,
530
+ -0.0518961139023304,
531
+ -0.0008253144915215671,
532
+ -0.009999998845160007,
533
+ -0.061748337000608444,
534
+ -1.165808916091919,
535
+ -0.4201964735984802,
536
+ 0.2012828141450882,
537
+ 1.6129021644592285,
538
+ 0.8288777470588684,
539
+ -0.11609427630901337,
540
+ -0.17576219141483307,
541
+ -0.5673196911811829
542
+ ],
543
+ "max": [
544
+ 0.2871665060520172,
545
+ 1.0843621492385864,
546
+ 2.422786235809326,
547
+ -0.679597795009613,
548
+ 2.832608222961426,
549
+ 2.1446735858917236,
550
+ 2.937771797180176,
551
+ 0.0504952110350132,
552
+ 0.051550209522247314,
553
+ 0.0005245576030574739,
554
+ 0.000500289024785161,
555
+ 0.005129010882228613,
556
+ 7.622409611940384e-05,
557
+ 7.45776851545088e-05,
558
+ 5.029553722124547e-05,
559
+ 0.03817851096391678,
560
+ 0.00025909830583259463,
561
+ 0.005948476027697325,
562
+ 0.0006941557512618601,
563
+ 0.4469258785247803,
564
+ 0.009999990463256836,
565
+ 1.5911238193511963,
566
+ 0.025284016504883766,
567
+ -0.09898589551448822,
568
+ 0.8747091889381409,
569
+ 1.8713868856430054,
570
+ 1.0099995136260986,
571
+ 0.25125792622566223,
572
+ 0.16794642806053162,
573
+ 0.2644670009613037
574
+ ],
575
+ "mean": [
576
+ -1.1018276823369682,
577
+ -1.621342955042016,
578
+ 1.461536488388692,
579
+ -2.089584354794413,
580
+ 0.017034624971700642,
581
+ 1.4801642988178054,
582
+ 1.656236856247841,
583
+ 0.03278773900826498,
584
+ 0.03227152600072424,
585
+ 2.5055572338310544e-05,
586
+ 7.293636663109587e-07,
587
+ -0.3003161202795761,
588
+ -0.001725024534929999,
589
+ 2.478540825284888e-05,
590
+ 2.54151957038547e-07,
591
+ -0.16009086379740636,
592
+ -0.0009194411118185212,
593
+ -0.09607125642256936,
594
+ -0.006856984859630789,
595
+ 0.04371598147687788,
596
+ 4.0012446849011005e-06,
597
+ 0.049823344831703975,
598
+ -0.3463413374437904,
599
+ -0.24947054048258835,
600
+ 0.5134892284416224,
601
+ 1.6237908147888294,
602
+ 0.9964060726173923,
603
+ 0.0063777321866770615,
604
+ 0.00017137347420000243,
605
+ -0.027685345112263608
606
+ ],
607
+ "std": [
608
+ 0.5528469191905521,
609
+ 0.18790703329116817,
610
+ 0.39965055311515013,
611
+ 0.3733101087631321,
612
+ 0.6413900099807397,
613
+ 0.3990074162590842,
614
+ 0.731555050916165,
615
+ 0.012056557187714033,
616
+ 0.012525481102767508,
617
+ 0.00028908872674343844,
618
+ 0.0002889237564018227,
619
+ 0.4149129633700554,
620
+ 0.0023843610924150866,
621
+ 2.89076246389949e-05,
622
+ 2.8894682477359695e-05,
623
+ 0.3434663234784846,
624
+ 0.0019735490633232843,
625
+ 0.2355868703331918,
626
+ 0.016830191218291334,
627
+ 0.11508828249621834,
628
+ 0.005776931676324327,
629
+ 0.2274734250359089,
630
+ 0.3679658386589636,
631
+ 0.025214962026904122,
632
+ 0.19294492177778327,
633
+ 0.01939825883873832,
634
+ 0.010597739820077674,
635
+ 0.026686654795663595,
636
+ 0.011301140472068523,
637
+ 0.07423085056555999
638
+ ],
639
+ "count": [
640
+ 128685
641
+ ],
642
+ "q01": [
643
+ -2.16656980511324,
644
+ -1.7732540716811351,
645
+ 0.8135265263625338,
646
+ -2.672223767378875,
647
+ -0.9983368045835801,
648
+ 0.648900573653379,
649
+ 0.03163499639427238,
650
+ 0.0007440283781610058,
651
+ -0.0007138806661771198,
652
+ -0.00046268896179450076,
653
+ -0.0004875406981846722,
654
+ -0.6018411189476328,
655
+ -0.003494209072635875,
656
+ -2.4166782799701628e-05,
657
+ -4.842882930714094e-05,
658
+ -0.4371433908269574,
659
+ -0.0025471476603216386,
660
+ -0.35010350485538977,
661
+ -0.02526374990052479,
662
+ -0.0004923714240427482,
663
+ -0.009747822065876552,
664
+ -0.010039100586089767,
665
+ -0.4483910297521612,
666
+ -0.2704638303842696,
667
+ 0.34918186073385143,
668
+ 1.618804099396134,
669
+ 0.9774711623200607,
670
+ -0.010529803233558623,
671
+ -0.029178747678777813,
672
+ -0.1076435949873047
673
+ ],
674
+ "q10": [
675
+ -1.7295014884622701,
676
+ -1.7686755834306513,
677
+ 0.96985311749283,
678
+ -2.502084487464374,
679
+ -0.7838761486788407,
680
+ 0.9371968504558461,
681
+ 0.8241617000571664,
682
+ 0.01477178840921246,
683
+ 0.013235028103559124,
684
+ -0.0003746130437148898,
685
+ -0.0003988607017919974,
686
+ -0.5938257344803052,
687
+ -0.0034411594905459975,
688
+ -1.5150321858862401e-05,
689
+ -3.963111945956893e-05,
690
+ -0.4281457820718774,
691
+ -0.0024892944141280825,
692
+ -0.275619210895736,
693
+ -0.01993408915240084,
694
+ -0.00038024072919691406,
695
+ -0.007965236675495516,
696
+ -0.007859597405967053,
697
+ -0.44482891116841805,
698
+ -0.26930245956147153,
699
+ 0.3498519166363986,
700
+ 1.618924771276238,
701
+ 0.9875475340036446,
702
+ -0.00780219055687822,
703
+ -0.008416713810029971,
704
+ -0.053298800061799066
705
+ ],
706
+ "q50": [
707
+ -1.191098692741495,
708
+ -1.6792544031024383,
709
+ 1.487059474855383,
710
+ -2.1628958116226347,
711
+ 0.027566299131436708,
712
+ 1.5007119059027718,
713
+ 1.6501052211042906,
714
+ 0.034876267836599854,
715
+ 0.03461541305263006,
716
+ 2.383148292534727e-05,
717
+ 3.4483446459967576e-07,
718
+ -0.2912773098534484,
719
+ -0.0016696430197851375,
720
+ 2.4890470897480342e-05,
721
+ 2.187670170589536e-07,
722
+ -0.09724346893510555,
723
+ -0.0005623295112259616,
724
+ -0.05281319637651642,
725
+ -0.0038188230460514546,
726
+ 0.0001057375567208127,
727
+ -3.8170776621848145e-05,
728
+ 0.0007770646706595699,
729
+ -0.431751968567718,
730
+ -0.24296840813409404,
731
+ 0.5796671224758687,
732
+ 1.6193567423884287,
733
+ 0.9964933357970628,
734
+ 0.0007834073165164929,
735
+ 1.0073093014451576e-05,
736
+ -0.032886740184153246
737
+ ],
738
+ "q90": [
739
+ -0.2965389080252703,
740
+ -1.3678210600452472,
741
+ 1.9299090730143937,
742
+ -1.5531719222238145,
743
+ 0.7075563154239517,
744
+ 1.9484858481176361,
745
+ 2.5473809915931334,
746
+ 0.0463601311539444,
747
+ 0.046292112525463947,
748
+ 0.000423347104618014,
749
+ 0.0003991620799537389,
750
+ 5.814212799438246e-05,
751
+ 2.99750877805618e-05,
752
+ 6.456574662055732e-05,
753
+ 4.003308932286014e-05,
754
+ 6.259194455215296e-05,
755
+ 3.6152701337394636e-05,
756
+ 0.00039099358355645074,
757
+ 0.0003759781166037194,
758
+ 0.10666008162181742,
759
+ 0.007992539824527462,
760
+ 0.10148368134408617,
761
+ 0.002013009921515948,
762
+ -0.24202331845186897,
763
+ 0.5808166291356649,
764
+ 1.6304959479778764,
765
+ 1.0062779219583304,
766
+ 0.026636984106122863,
767
+ 0.008545538004850537,
768
+ 0.011187629622132274
769
+ ],
770
+ "q99": [
771
+ 0.12597448672193232,
772
+ -1.2160733141306677,
773
+ 2.0524728007838653,
774
+ -1.2333954770313027,
775
+ 1.338233972672808,
776
+ 2.055557565780963,
777
+ 2.7436824986059256,
778
+ 0.04934485953805698,
779
+ 0.04939733451645964,
780
+ 0.0005125613758896904,
781
+ 0.0004881541764244512,
782
+ 0.00011563611937612886,
783
+ 4.7819503594552e-05,
784
+ 7.338249894521125e-05,
785
+ 4.908150555702053e-05,
786
+ 0.00013846524896034393,
787
+ 4.864699104472366e-05,
788
+ 0.0005574766397916446,
789
+ 0.0004893006232180167,
790
+ 0.23275919385550584,
791
+ 0.009746296113309405,
792
+ 0.7896035231247598,
793
+ 0.009113980803098793,
794
+ -0.22624468899778602,
795
+ 0.5859751795712081,
796
+ 1.6820517448094017,
797
+ 1.0093226296431679,
798
+ 0.08209978826973427,
799
+ 0.02943771557870307,
800
+ 0.011575492459960634
801
+ ]
802
+ }
803
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3963f8b2285017cef99f89aa589ddc8059de3029590e08519252aa6d44a133a
3
+ size 2347
videos/observation.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0187d3eb0605a5e160f2dad337c9eb35a5beb0f1ef1e8c940b5e15552aa1bd0
3
+ size 112819100