azithromycin commited on
Commit
69db0a4
·
verified ·
1 Parent(s): 6aa55b3

Add converted TsFile dataset and metadata

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data/libero_plus_goal_noise_all_sawyer_failures.tsfile filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,76 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - tsfile
7
+ - timeseries
8
+ - tabular
9
+ - LeRobot
10
+ - libero
11
+ - libero-plus
12
+ - sawyer
13
+ - multicam
14
+ - noise
15
+ modality:
16
+ - timeseries
17
+ - tabular
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/libero_plus_goal_noise_all_sawyer_failures.tsfile
23
  ---
24
+
25
+ # LSY-lab Libero+ Goal Noise All Sawyer Failures (TsFile)
26
+
27
+ This repository contains the numeric time-series portion of the LSY-lab/libero_plus_goal_noise_all_sawyer_failures dataset converted from LeRobot Parquet to Apache TsFile. The source dataset was created with LeRobot and describes Sawyer robot demonstrations collected for the Libero+ goal-noise failure setting.
28
+
29
+ ## Source and attribution
30
+
31
+ - Publisher: Learning Systems Lab (LSY-lab)
32
+ - Hugging Face contributor shown in the file history: max-chr
33
+ - License: Apache-2.0
34
+ - Source dataset: https://huggingface.co/datasets/LSY-lab/libero_plus_goal_noise_all_sawyer_failures
35
+ - Source format: data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
36
+ - Sampling rate: 20 FPS
37
+ - Scale: 194 episodes, 8 tasks, 42,456 frames (one train split)
38
+
39
+ ## TsFile contents
40
+
41
+ The converted file is data/libero_plus_goal_noise_all_sawyer_failures.tsfile (one merged table with 42,456 rows). Each episode_index + task_index pair is a TsFile table TAG/device identity; Time restarts at zero for each episode and is round(timestamp * 1000) in milliseconds.
42
+
43
+ | Role | Columns |
44
+ | --- | --- |
45
+ | Time | Time (INT64, milliseconds) |
46
+ | TAG/device | episode_index, task_index (INT64 source identifiers) |
47
+ | Integer FIELD | frame_index, sample_index (INT64) |
48
+ | FLOAT FIELD | Flattened state/action columns listed below |
49
+
50
+ Vector columns retain their full source name (with dots replaced by underscores) and append an element index:
51
+
52
+ - observation.state -> observation_state_0 ... observation_state_7
53
+ - observation.states.ee_state -> observation_states_ee_state_0 ... _5
54
+ - observation.states.joint_state -> observation_states_joint_state_0 ... _6
55
+ - observation.states.gripper_state -> observation_states_gripper_state_0 ... _1
56
+ - action -> action_0 ... action_6
57
+
58
+ The source timestamp column is intentionally dropped because it is represented by Time; index is retained as sample_index. No source rows are dropped. Video feature columns are omitted from TsFile because TsFile stores the numeric table only.
59
+
60
+ ## Encoding and size
61
+
62
+ The converter uses the compact profile requested for this dataset: FLOAT fields use GORILLA encoding, INT32/INT64 and Time use TS_2DIFF, and physical columns use LZ4 compression. TAGs are stored through the TsFile table/device mechanism. The resulting TsFile is approximately 5.26 MB versus the 7.74 MB source Parquet frame file.
63
+
64
+ ## Video location and alignment
65
+
66
+ Videos remain in the original Hugging Face repository and are not copied here. They are stored under https://huggingface.co/datasets/LSY-lab/libero_plus_goal_noise_all_sawyer_failures/tree/main/videos with the pattern videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4. Available video keys are observation.images.frontview_image, observation.images.image, observation.images.sideview_image, and observation.images.wrist_image. Video frames align to numeric rows by episode/frame index at 20 FPS.
67
+
68
+ ## Reading the TsFile
69
+
70
+ Use the Apache TsFile SDK or a compatible table reader. For example, with the Python TsFile SDK:
71
+
72
+ from tsfile import TsFileReader
73
+ reader = TsFileReader('data/libero_plus_goal_noise_all_sawyer_failures.tsfile')
74
+ # Query/filter with the table reader API; episode_index and task_index are TAGs.
75
+
76
+ The mirrored meta/info.json records the source metadata and a tsfile_conversion object with the exact mapping, flattened features, row count, and original video policy.
data/libero_plus_goal_noise_all_sawyer_failures.tsfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51b4e833b4a2a5e0e337623613568e7b848d8bd7e01b3b23fda3c9f85c51774
3
+ size 5255638
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a207386d9d779cbea03f2adcc1699df461884a4c7249e80317d83f872bf29afc
3
+ size 509825
meta/info.json ADDED
@@ -0,0 +1,458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 20,
4
+ "features": {
5
+ "Time": {
6
+ "dtype": "int64",
7
+ "shape": [
8
+ 1
9
+ ],
10
+ "tsfile_role": "TIME",
11
+ "unit": "ms"
12
+ },
13
+ "episode_index": {
14
+ "dtype": "int64",
15
+ "shape": [
16
+ 1
17
+ ],
18
+ "tsfile_role": "TAG"
19
+ },
20
+ "task_index": {
21
+ "dtype": "int64",
22
+ "shape": [
23
+ 1
24
+ ],
25
+ "tsfile_role": "TAG"
26
+ },
27
+ "frame_index": {
28
+ "dtype": "int64",
29
+ "shape": [
30
+ 1
31
+ ],
32
+ "tsfile_role": "FIELD"
33
+ },
34
+ "sample_index": {
35
+ "dtype": "int64",
36
+ "shape": [
37
+ 1
38
+ ],
39
+ "tsfile_role": "FIELD"
40
+ },
41
+ "observation_state_0": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 1
45
+ ],
46
+ "tsfile_role": "FIELD"
47
+ },
48
+ "observation_state_1": {
49
+ "dtype": "float32",
50
+ "shape": [
51
+ 1
52
+ ],
53
+ "tsfile_role": "FIELD"
54
+ },
55
+ "observation_state_2": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 1
59
+ ],
60
+ "tsfile_role": "FIELD"
61
+ },
62
+ "observation_state_3": {
63
+ "dtype": "float32",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "tsfile_role": "FIELD"
68
+ },
69
+ "observation_state_4": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "tsfile_role": "FIELD"
75
+ },
76
+ "observation_state_5": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "tsfile_role": "FIELD"
82
+ },
83
+ "observation_state_6": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "tsfile_role": "FIELD"
89
+ },
90
+ "observation_state_7": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "tsfile_role": "FIELD"
96
+ },
97
+ "observation_states_ee_state_0": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "tsfile_role": "FIELD"
103
+ },
104
+ "observation_states_ee_state_1": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "tsfile_role": "FIELD"
110
+ },
111
+ "observation_states_ee_state_2": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "tsfile_role": "FIELD"
117
+ },
118
+ "observation_states_ee_state_3": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "tsfile_role": "FIELD"
124
+ },
125
+ "observation_states_ee_state_4": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "tsfile_role": "FIELD"
131
+ },
132
+ "observation_states_ee_state_5": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "tsfile_role": "FIELD"
138
+ },
139
+ "observation_states_joint_state_0": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "tsfile_role": "FIELD"
145
+ },
146
+ "observation_states_joint_state_1": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "tsfile_role": "FIELD"
152
+ },
153
+ "observation_states_joint_state_2": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "tsfile_role": "FIELD"
159
+ },
160
+ "observation_states_joint_state_3": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "tsfile_role": "FIELD"
166
+ },
167
+ "observation_states_joint_state_4": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "tsfile_role": "FIELD"
173
+ },
174
+ "observation_states_joint_state_5": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "tsfile_role": "FIELD"
180
+ },
181
+ "observation_states_joint_state_6": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "tsfile_role": "FIELD"
187
+ },
188
+ "observation_states_gripper_state_0": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "tsfile_role": "FIELD"
194
+ },
195
+ "observation_states_gripper_state_1": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "tsfile_role": "FIELD"
201
+ },
202
+ "action_0": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "tsfile_role": "FIELD"
208
+ },
209
+ "action_1": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "tsfile_role": "FIELD"
215
+ },
216
+ "action_2": {
217
+ "dtype": "float32",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "tsfile_role": "FIELD"
222
+ },
223
+ "action_3": {
224
+ "dtype": "float32",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "tsfile_role": "FIELD"
229
+ },
230
+ "action_4": {
231
+ "dtype": "float32",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "tsfile_role": "FIELD"
236
+ },
237
+ "action_5": {
238
+ "dtype": "float32",
239
+ "shape": [
240
+ 1
241
+ ],
242
+ "tsfile_role": "FIELD"
243
+ },
244
+ "action_6": {
245
+ "dtype": "float32",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "tsfile_role": "FIELD"
250
+ }
251
+ },
252
+ "total_episodes": 194,
253
+ "total_frames": 42456,
254
+ "total_tasks": 8,
255
+ "chunks_size": 1000,
256
+ "data_files_size_in_mb": 100,
257
+ "video_files_size_in_mb": 1e-06,
258
+ "data_path": "data/libero_plus_goal_noise_all_sawyer_failures.tsfile",
259
+ "robot_type": "sawyer",
260
+ "splits": {
261
+ "train": "0:194"
262
+ },
263
+ "video_path_original": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
264
+ "tsfile_conversion": {
265
+ "source_dataset": "LSY-lab/libero_plus_goal_noise_all_sawyer_failures",
266
+ "source_data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
267
+ "converted_data_path": "data/libero_plus_goal_noise_all_sawyer_failures.tsfile",
268
+ "table_name": "libero_plus_goal_noise_all_sawyer_failures",
269
+ "granularity": "merged",
270
+ "time_precision": "ms",
271
+ "time_mapping": {
272
+ "source": "timestamp",
273
+ "fps": 20,
274
+ "unit": "milliseconds"
275
+ },
276
+ "tag_columns": [
277
+ "episode_index",
278
+ "task_index"
279
+ ],
280
+ "row_count": 42456,
281
+ "feature_source": "features describe the converted TsFile schema",
282
+ "flattened_features": {
283
+ "observation.state": [
284
+ "observation_state_0",
285
+ "observation_state_1",
286
+ "observation_state_2",
287
+ "observation_state_3",
288
+ "observation_state_4",
289
+ "observation_state_5",
290
+ "observation_state_6",
291
+ "observation_state_7"
292
+ ],
293
+ "observation.states.ee_state": [
294
+ "observation_states_ee_state_0",
295
+ "observation_states_ee_state_1",
296
+ "observation_states_ee_state_2",
297
+ "observation_states_ee_state_3",
298
+ "observation_states_ee_state_4",
299
+ "observation_states_ee_state_5"
300
+ ],
301
+ "observation.states.joint_state": [
302
+ "observation_states_joint_state_0",
303
+ "observation_states_joint_state_1",
304
+ "observation_states_joint_state_2",
305
+ "observation_states_joint_state_3",
306
+ "observation_states_joint_state_4",
307
+ "observation_states_joint_state_5",
308
+ "observation_states_joint_state_6"
309
+ ],
310
+ "observation.states.gripper_state": [
311
+ "observation_states_gripper_state_0",
312
+ "observation_states_gripper_state_1"
313
+ ],
314
+ "action": [
315
+ "action_0",
316
+ "action_1",
317
+ "action_2",
318
+ "action_3",
319
+ "action_4",
320
+ "action_5",
321
+ "action_6"
322
+ ]
323
+ },
324
+ "renamed_features": {
325
+ "index": "sample_index"
326
+ },
327
+ "dropped_features": [
328
+ "timestamp"
329
+ ],
330
+ "omitted_features": [
331
+ "observation.images.image",
332
+ "observation.images.wrist_image",
333
+ "observation.images.frontview_image",
334
+ "observation.images.sideview_image"
335
+ ],
336
+ "original_video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
337
+ "original_video_features": {
338
+ "observation.images.image": {
339
+ "dtype": "video",
340
+ "shape": [
341
+ 256,
342
+ 256,
343
+ 3
344
+ ],
345
+ "names": [
346
+ "height",
347
+ "width",
348
+ "rgb"
349
+ ],
350
+ "info": {
351
+ "video.height": 256,
352
+ "video.width": 256,
353
+ "video.codec": "av1",
354
+ "video.pix_fmt": "yuv420p",
355
+ "video.is_depth_map": false,
356
+ "video.fps": 20,
357
+ "video.channels": 3,
358
+ "has_audio": false,
359
+ "video.g": 2,
360
+ "video.crf": 30,
361
+ "video.preset": 12,
362
+ "video.fast_decode": 0,
363
+ "video.video_backend": "pyav",
364
+ "video.extra_options": {}
365
+ }
366
+ },
367
+ "observation.images.wrist_image": {
368
+ "dtype": "video",
369
+ "shape": [
370
+ 256,
371
+ 256,
372
+ 3
373
+ ],
374
+ "names": [
375
+ "height",
376
+ "width",
377
+ "rgb"
378
+ ],
379
+ "info": {
380
+ "video.height": 256,
381
+ "video.width": 256,
382
+ "video.codec": "av1",
383
+ "video.pix_fmt": "yuv420p",
384
+ "video.is_depth_map": false,
385
+ "video.fps": 20,
386
+ "video.channels": 3,
387
+ "has_audio": false,
388
+ "video.g": 2,
389
+ "video.crf": 30,
390
+ "video.preset": 12,
391
+ "video.fast_decode": 0,
392
+ "video.video_backend": "pyav",
393
+ "video.extra_options": {}
394
+ }
395
+ },
396
+ "observation.images.frontview_image": {
397
+ "dtype": "video",
398
+ "shape": [
399
+ 256,
400
+ 256,
401
+ 3
402
+ ],
403
+ "names": [
404
+ "height",
405
+ "width",
406
+ "rgb"
407
+ ],
408
+ "info": {
409
+ "video.height": 256,
410
+ "video.width": 256,
411
+ "video.codec": "av1",
412
+ "video.pix_fmt": "yuv420p",
413
+ "video.is_depth_map": false,
414
+ "video.fps": 20,
415
+ "video.channels": 3,
416
+ "has_audio": false,
417
+ "video.g": 2,
418
+ "video.crf": 30,
419
+ "video.preset": 12,
420
+ "video.fast_decode": 0,
421
+ "video.video_backend": "pyav",
422
+ "video.extra_options": {}
423
+ }
424
+ },
425
+ "observation.images.sideview_image": {
426
+ "dtype": "video",
427
+ "shape": [
428
+ 256,
429
+ 256,
430
+ 3
431
+ ],
432
+ "names": [
433
+ "height",
434
+ "width",
435
+ "rgb"
436
+ ],
437
+ "info": {
438
+ "video.height": 256,
439
+ "video.width": 256,
440
+ "video.codec": "av1",
441
+ "video.pix_fmt": "yuv420p",
442
+ "video.is_depth_map": false,
443
+ "video.fps": 20,
444
+ "video.channels": 3,
445
+ "has_audio": false,
446
+ "video.g": 2,
447
+ "video.crf": 30,
448
+ "video.preset": 12,
449
+ "video.fast_decode": 0,
450
+ "video.video_backend": "pyav",
451
+ "video.extra_options": {}
452
+ }
453
+ }
454
+ },
455
+ "original_video_source": "https://huggingface.co/datasets/LSY-lab/libero_plus_goal_noise_all_sawyer_failures/tree/main/videos",
456
+ "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos."
457
+ }
458
+ }
meta/stats.json ADDED
@@ -0,0 +1,1179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -0.32851046323776245,
5
+ -0.2998630702495575,
6
+ 0.9089381694793701,
7
+ 0.8334560394287109,
8
+ -0.958347737789154,
9
+ -1.4727808237075806,
10
+ -0.0002813551982399076,
11
+ -0.04093305394053459
12
+ ],
13
+ "max": [
14
+ 0.1521410197019577,
15
+ 0.4021769165992737,
16
+ 1.3088358640670776,
17
+ 3.4117419719696045,
18
+ 2.675302267074585,
19
+ 1.8916300535202026,
20
+ 0.04082322120666504,
21
+ 0.0006523563642986119
22
+ ],
23
+ "mean": [
24
+ -0.06730397557612026,
25
+ 0.004756265183876743,
26
+ 1.0598640667335313,
27
+ 2.7165473679241003,
28
+ 0.4779490291840124,
29
+ -0.23524903878147327,
30
+ 0.03246180644630543,
31
+ -0.03146092686731953
32
+ ],
33
+ "std": [
34
+ 0.09711906353340223,
35
+ 0.12347702668399307,
36
+ 0.10590881479768328,
37
+ 0.6355172559232081,
38
+ 0.8878296615934346,
39
+ 0.423366463712526,
40
+ 0.013173508282711107,
41
+ 0.013654861546700387
42
+ ],
43
+ "count": [
44
+ 42456
45
+ ],
46
+ "q01": [
47
+ -0.21304813161477612,
48
+ -0.11575840848214829,
49
+ 0.948098904864074,
50
+ 2.434742686469996,
51
+ -0.21230900233461625,
52
+ -0.6370611113529661,
53
+ 0.015593546695152671,
54
+ -0.04002733324648814
55
+ ],
56
+ "q10": [
57
+ -0.13672941285844062,
58
+ -0.09784763255092431,
59
+ 0.9652253353510097,
60
+ 2.469643708696906,
61
+ 0.0033507886591901855,
62
+ -0.572783620622948,
63
+ 0.017057438200455636,
64
+ -0.03995128470121696
65
+ ],
66
+ "q50": [
67
+ -0.06037618932046314,
68
+ 0.012600658954664676,
69
+ 1.0552062186621636,
70
+ 2.6934932390149653,
71
+ 0.5117681199021326,
72
+ -0.228095563420471,
73
+ 0.03942975063684133,
74
+ -0.03923853459771875
75
+ ],
76
+ "q90": [
77
+ 0.0022999185613951246,
78
+ 0.10435248461940337,
79
+ 1.1693741024057038,
80
+ 3.058822106570707,
81
+ 0.7901459131383226,
82
+ 0.1024473354915303,
83
+ 0.0400551844418366,
84
+ -0.013628034762233369
85
+ ],
86
+ "q99": [
87
+ 0.013481852471187872,
88
+ 0.118284396325792,
89
+ 1.2076516660764347,
90
+ 3.1834899326744672,
91
+ 0.8210945084695801,
92
+ 0.191226014651791,
93
+ 0.04021475056163501,
94
+ -0.011378667585665686
95
+ ]
96
+ },
97
+ "observation.images.wrist_image": {
98
+ "min": [
99
+ [
100
+ [
101
+ 0.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 0.0
107
+ ]
108
+ ],
109
+ [
110
+ [
111
+ 0.0
112
+ ]
113
+ ]
114
+ ],
115
+ "max": [
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.9607843160629272
124
+ ]
125
+ ],
126
+ [
127
+ [
128
+ 0.9607843160629272
129
+ ]
130
+ ]
131
+ ],
132
+ "mean": [
133
+ [
134
+ [
135
+ 0.5129627808160389
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.4844876586161938
141
+ ]
142
+ ],
143
+ [
144
+ [
145
+ 0.43423717307675735
146
+ ]
147
+ ]
148
+ ],
149
+ "std": [
150
+ [
151
+ [
152
+ 0.2729973467009042
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.23669282777705442
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.22517384341775773
163
+ ]
164
+ ]
165
+ ],
166
+ "count": [
167
+ 19400
168
+ ],
169
+ "q01": [
170
+ [
171
+ [
172
+ 0.03988417794578857
173
+ ]
174
+ ],
175
+ [
176
+ [
177
+ 0.037440725734560684
178
+ ]
179
+ ],
180
+ [
181
+ [
182
+ 0.028341687263459894
183
+ ]
184
+ ]
185
+ ],
186
+ "q10": [
187
+ [
188
+ [
189
+ 0.13139870185283667
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 0.12512389705528354
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 0.11681450831507806
200
+ ]
201
+ ]
202
+ ],
203
+ "q50": [
204
+ [
205
+ [
206
+ 0.6290697293740047
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 0.5722677668658601
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.512397901845681
217
+ ]
218
+ ]
219
+ ],
220
+ "q90": [
221
+ [
222
+ [
223
+ 0.7643877149115719
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 0.7052325624059483
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 0.643907110445484
234
+ ]
235
+ ]
236
+ ],
237
+ "q99": [
238
+ [
239
+ [
240
+ 0.8300345214193782
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.8069170583584515
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.7871443010014016
251
+ ]
252
+ ]
253
+ ]
254
+ },
255
+ "index": {
256
+ "min": [
257
+ 0.0
258
+ ],
259
+ "max": [
260
+ 14297.0
261
+ ],
262
+ "mean": [
263
+ 4771.93282457132
264
+ ],
265
+ "std": [
266
+ 3598.4125622901693
267
+ ],
268
+ "count": [
269
+ 42456
270
+ ],
271
+ "q01": [
272
+ 4658.529669164589
273
+ ],
274
+ "q10": [
275
+ 4679.280450625508
276
+ ],
277
+ "q50": [
278
+ 4771.738067787826
279
+ ],
280
+ "q90": [
281
+ 4864.529826555575
282
+ ],
283
+ "q99": [
284
+ 4885.335979978053
285
+ ]
286
+ },
287
+ "observation.states.ee_state": {
288
+ "min": [
289
+ -0.32851046323776245,
290
+ -0.2998630702495575,
291
+ 0.9089381694793701,
292
+ 0.8334560394287109,
293
+ -0.958347737789154,
294
+ -1.4727808237075806
295
+ ],
296
+ "max": [
297
+ 0.1521410197019577,
298
+ 0.4021769165992737,
299
+ 1.3088358640670776,
300
+ 3.4117419719696045,
301
+ 2.675302267074585,
302
+ 1.8916300535202026
303
+ ],
304
+ "mean": [
305
+ -0.06730397557612026,
306
+ 0.004756265183876743,
307
+ 1.0598640667335313,
308
+ 2.7165473679241003,
309
+ 0.4779490291840124,
310
+ -0.23524903878147327
311
+ ],
312
+ "std": [
313
+ 0.09711906353340223,
314
+ 0.12347702668399307,
315
+ 0.10590881479768328,
316
+ 0.6355172559232081,
317
+ 0.8878296615934346,
318
+ 0.423366463712526
319
+ ],
320
+ "count": [
321
+ 42456
322
+ ],
323
+ "q01": [
324
+ -0.21304813161477612,
325
+ -0.11575840848214829,
326
+ 0.948098904864074,
327
+ 2.434742686469996,
328
+ -0.21230900233461625,
329
+ -0.6370611113529661
330
+ ],
331
+ "q10": [
332
+ -0.13672941285844062,
333
+ -0.09784763255092431,
334
+ 0.9652253353510097,
335
+ 2.469643708696906,
336
+ 0.0033507886591901855,
337
+ -0.572783620622948
338
+ ],
339
+ "q50": [
340
+ -0.06037618932046314,
341
+ 0.012600658954664676,
342
+ 1.0552062186621636,
343
+ 2.6934932390149653,
344
+ 0.5117681199021326,
345
+ -0.228095563420471
346
+ ],
347
+ "q90": [
348
+ 0.0022999185613951246,
349
+ 0.10435248461940337,
350
+ 1.1693741024057038,
351
+ 3.058822106570707,
352
+ 0.7901459131383226,
353
+ 0.1024473354915303
354
+ ],
355
+ "q99": [
356
+ 0.013481852471187872,
357
+ 0.118284396325792,
358
+ 1.2076516660764347,
359
+ 3.1834899326744672,
360
+ 0.8210945084695801,
361
+ 0.191226014651791
362
+ ]
363
+ },
364
+ "task_index": {
365
+ "min": [
366
+ 0.0
367
+ ],
368
+ "max": [
369
+ 0.0
370
+ ],
371
+ "mean": [
372
+ 0.0
373
+ ],
374
+ "std": [
375
+ 0.0
376
+ ],
377
+ "count": [
378
+ 42456
379
+ ],
380
+ "q01": [
381
+ 3.999999999999418e-16
382
+ ],
383
+ "q10": [
384
+ 3.999999999999416e-15
385
+ ],
386
+ "q50": [
387
+ 1.9999999999997088e-14
388
+ ],
389
+ "q90": [
390
+ 3.5999999999994766e-14
391
+ ],
392
+ "q99": [
393
+ 3.959999999999425e-14
394
+ ]
395
+ },
396
+ "timestamp": {
397
+ "min": [
398
+ 0.0
399
+ ],
400
+ "max": [
401
+ 18.9
402
+ ],
403
+ "mean": [
404
+ 5.760780572828342
405
+ ],
406
+ "std": [
407
+ 3.685452620991207
408
+ ],
409
+ "count": [
410
+ 42456
411
+ ],
412
+ "q01": [
413
+ 0.09062280239825565
414
+ ],
415
+ "q10": [
416
+ 1.1281618754613043
417
+ ],
418
+ "q50": [
419
+ 5.750960885151499
420
+ ],
421
+ "q90": [
422
+ 10.39063067211732
423
+ ],
424
+ "q99": [
425
+ 11.430938343258422
426
+ ]
427
+ },
428
+ "frame_index": {
429
+ "min": [
430
+ 0.0
431
+ ],
432
+ "max": [
433
+ 378.0
434
+ ],
435
+ "mean": [
436
+ 115.21561145656678
437
+ ],
438
+ "std": [
439
+ 73.70905241982413
440
+ ],
441
+ "count": [
442
+ 42456
443
+ ],
444
+ "q01": [
445
+ 1.8124560498356028
446
+ ],
447
+ "q10": [
448
+ 22.56323751075431
449
+ ],
450
+ "q50": [
451
+ 115.01983797814188
452
+ ],
453
+ "q90": [
454
+ 207.81261344081898
455
+ ],
456
+ "q99": [
457
+ 228.61876686329805
458
+ ]
459
+ },
460
+ "observation.images.frontview_image": {
461
+ "min": [
462
+ [
463
+ [
464
+ 0.0
465
+ ]
466
+ ],
467
+ [
468
+ [
469
+ 0.0
470
+ ]
471
+ ],
472
+ [
473
+ [
474
+ 0.0
475
+ ]
476
+ ]
477
+ ],
478
+ "max": [
479
+ [
480
+ [
481
+ 1.0
482
+ ]
483
+ ],
484
+ [
485
+ [
486
+ 1.0
487
+ ]
488
+ ],
489
+ [
490
+ [
491
+ 1.0
492
+ ]
493
+ ]
494
+ ],
495
+ "mean": [
496
+ [
497
+ [
498
+ 0.4997511653556037
499
+ ]
500
+ ],
501
+ [
502
+ [
503
+ 0.44259198332570265
504
+ ]
505
+ ],
506
+ [
507
+ [
508
+ 0.41216183538289414
509
+ ]
510
+ ]
511
+ ],
512
+ "std": [
513
+ [
514
+ [
515
+ 0.21829029581196
516
+ ]
517
+ ],
518
+ [
519
+ [
520
+ 0.23329101602977356
521
+ ]
522
+ ],
523
+ [
524
+ [
525
+ 0.2178816784342144
526
+ ]
527
+ ]
528
+ ],
529
+ "count": [
530
+ 19400
531
+ ],
532
+ "q01": [
533
+ [
534
+ [
535
+ 0.052991948309960554
536
+ ]
537
+ ],
538
+ [
539
+ [
540
+ -3.9215686798095354e-13
541
+ ]
542
+ ],
543
+ [
544
+ [
545
+ -3.9215686798095354e-13
546
+ ]
547
+ ]
548
+ ],
549
+ "q10": [
550
+ [
551
+ [
552
+ 0.11807978258696332
553
+ ]
554
+ ],
555
+ [
556
+ [
557
+ 0.0939687761567284
558
+ ]
559
+ ],
560
+ [
561
+ [
562
+ 0.08200817819385123
563
+ ]
564
+ ]
565
+ ],
566
+ "q50": [
567
+ [
568
+ [
569
+ 0.5754561553349217
570
+ ]
571
+ ],
572
+ [
573
+ [
574
+ 0.5531142586171466
575
+ ]
576
+ ],
577
+ [
578
+ [
579
+ 0.5215350983627536
580
+ ]
581
+ ]
582
+ ],
583
+ "q90": [
584
+ [
585
+ [
586
+ 0.7090654939920827
587
+ ]
588
+ ],
589
+ [
590
+ [
591
+ 0.6451398849705665
592
+ ]
593
+ ],
594
+ [
595
+ [
596
+ 0.5895422518991373
597
+ ]
598
+ ]
599
+ ],
600
+ "q99": [
601
+ [
602
+ [
603
+ 0.7825366256818368
604
+ ]
605
+ ],
606
+ [
607
+ [
608
+ 0.711385712270907
609
+ ]
610
+ ],
611
+ [
612
+ [
613
+ 0.6773862575803771
614
+ ]
615
+ ]
616
+ ]
617
+ },
618
+ "observation.states.joint_state": {
619
+ "min": [
620
+ -0.9660890698432922,
621
+ -1.592847228050232,
622
+ -0.49073347449302673,
623
+ 0.7107962965965271,
624
+ -2.22918701171875,
625
+ -2.4645919799804688,
626
+ -4.410491466522217
627
+ ],
628
+ "max": [
629
+ 0.3066417872905731,
630
+ -0.21083228290081024,
631
+ 0.7819257378578186,
632
+ 2.931922674179077,
633
+ 2.124846935272217,
634
+ 2.3423335552215576,
635
+ -0.679674506187439
636
+ ],
637
+ "mean": [
638
+ -0.11760127793849282,
639
+ -0.8892592910641395,
640
+ -0.07311494787403645,
641
+ 1.5918163538754087,
642
+ -0.1863742973958346,
643
+ 0.9890129299729428,
644
+ -1.9415981013412773
645
+ ],
646
+ "std": [
647
+ 0.16314542828006148,
648
+ 0.2660414599547601,
649
+ 0.1678881461841112,
650
+ 0.3177442701512722,
651
+ 0.4955769395796529,
652
+ 0.386351400801336,
653
+ 0.7155302627377798
654
+ ],
655
+ "count": [
656
+ 42456
657
+ ],
658
+ "q01": [
659
+ -0.3144192379401985,
660
+ -1.3940741704803068,
661
+ -0.3192972432988704,
662
+ 1.2567187338921595,
663
+ -0.5346106531788436,
664
+ 0.5189123836380755,
665
+ -2.4652331414838424
666
+ ],
667
+ "q10": [
668
+ -0.2843305951273524,
669
+ -1.1552292531141313,
670
+ -0.21946963488965804,
671
+ 1.3143073580109794,
672
+ -0.4898213248914814,
673
+ 0.6199860428517178,
674
+ -2.38356368616719
675
+ ],
676
+ "q50": [
677
+ -0.10195173929880016,
678
+ -0.8579986522728822,
679
+ -0.0830899739668186,
680
+ 1.5771469491914096,
681
+ -0.18748244357348512,
682
+ 1.0114864718443672,
683
+ -1.8745557999513986
684
+ ],
685
+ "q90": [
686
+ 0.030412765538466332,
687
+ -0.6989730258538899,
688
+ 0.09100422734854907,
689
+ 1.8724551303419807,
690
+ 0.14840345247546394,
691
+ 1.309489576529849,
692
+ -1.496591933955705
693
+ ],
694
+ "q99": [
695
+ 0.06322869692969835,
696
+ -0.6522225447134784,
697
+ 0.13864052479135905,
698
+ 2.06562471716501,
699
+ 0.21826683747150863,
700
+ 1.3857437579404717,
701
+ -1.4260513489807314
702
+ ]
703
+ },
704
+ "episode_index": {
705
+ "min": [
706
+ 0.0
707
+ ],
708
+ "max": [
709
+ 51.0
710
+ ],
711
+ "mean": [
712
+ 19.773412474090822
713
+ ],
714
+ "std": [
715
+ 13.46366274562757
716
+ ],
717
+ "count": [
718
+ 42456
719
+ ],
720
+ "q01": [
721
+ 19.773412474090822
722
+ ],
723
+ "q10": [
724
+ 19.773412474090826
725
+ ],
726
+ "q50": [
727
+ 19.773412474090836
728
+ ],
729
+ "q90": [
730
+ 19.773412474090858
731
+ ],
732
+ "q99": [
733
+ 19.773412474090858
734
+ ]
735
+ },
736
+ "action": {
737
+ "min": [
738
+ -1.0,
739
+ -1.0,
740
+ -1.0,
741
+ -0.3342844247817993,
742
+ -1.0,
743
+ -0.2838399410247803,
744
+ -1.0
745
+ ],
746
+ "max": [
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 0.8013319969177246,
753
+ 1.0
754
+ ],
755
+ "mean": [
756
+ 0.02154266688529055,
757
+ 0.05790589682235379,
758
+ -0.13021629443223798,
759
+ 0.005188923290282386,
760
+ 0.016284502197372708,
761
+ 0.021296444417788763,
762
+ -0.5556811757346422
763
+ ],
764
+ "std": [
765
+ 0.40783043134244457,
766
+ 0.3819411505025689,
767
+ 0.4847360585396526,
768
+ 0.08056980396562323,
769
+ 0.09382357161557976,
770
+ 0.09365870862225822,
771
+ 0.831395472750489
772
+ ],
773
+ "count": [
774
+ 42456
775
+ ],
776
+ "q01": [
777
+ -0.7217105358957037,
778
+ -0.6520535780204733,
779
+ -0.8282891295028285,
780
+ -0.1097642509971829,
781
+ -0.15779453174638405,
782
+ -0.11068282873853665,
783
+ -1.0
784
+ ],
785
+ "q10": [
786
+ -0.41525311791963637,
787
+ -0.35035364344352454,
788
+ -0.6677192987411209,
789
+ -0.06278420966987248,
790
+ -0.06474301534539377,
791
+ -0.0487623750404679,
792
+ -1.0
793
+ ],
794
+ "q50": [
795
+ -0.01570637498656252,
796
+ 0.025605399985087436,
797
+ -0.09420414662193699,
798
+ -0.0014416273986155286,
799
+ 0.002321496583520802,
800
+ 0.0049305630166495175,
801
+ -1.0
802
+ ],
803
+ "q90": [
804
+ 0.5483163564872244,
805
+ 0.48815871488653073,
806
+ 0.43882048441286936,
807
+ 0.09471090604379684,
808
+ 0.12453983732516204,
809
+ 0.13085600824132337,
810
+ 0.3676344400903787
811
+ ],
812
+ "q99": [
813
+ 0.8466201675829075,
814
+ 0.7105946095698482,
815
+ 0.7470598392265236,
816
+ 0.16625457455429898,
817
+ 0.21275509223460737,
818
+ 0.1808463150437655,
819
+ 0.36771313309891923
820
+ ]
821
+ },
822
+ "observation.images.image": {
823
+ "min": [
824
+ [
825
+ [
826
+ 0.0
827
+ ]
828
+ ],
829
+ [
830
+ [
831
+ 0.0
832
+ ]
833
+ ],
834
+ [
835
+ [
836
+ 0.0
837
+ ]
838
+ ]
839
+ ],
840
+ "max": [
841
+ [
842
+ [
843
+ 1.0
844
+ ]
845
+ ],
846
+ [
847
+ [
848
+ 1.0
849
+ ]
850
+ ],
851
+ [
852
+ [
853
+ 1.0
854
+ ]
855
+ ]
856
+ ],
857
+ "mean": [
858
+ [
859
+ [
860
+ 0.48865980800894115
861
+ ]
862
+ ],
863
+ [
864
+ [
865
+ 0.4331261329736906
866
+ ]
867
+ ],
868
+ [
869
+ [
870
+ 0.3999577295227149
871
+ ]
872
+ ]
873
+ ],
874
+ "std": [
875
+ [
876
+ [
877
+ 0.18523880836078027
878
+ ]
879
+ ],
880
+ [
881
+ [
882
+ 0.1973100295226105
883
+ ]
884
+ ],
885
+ [
886
+ [
887
+ 0.18966825817222108
888
+ ]
889
+ ]
890
+ ],
891
+ "count": [
892
+ 19400
893
+ ],
894
+ "q01": [
895
+ [
896
+ [
897
+ 0.10092103242750919
898
+ ]
899
+ ],
900
+ [
901
+ [
902
+ 0.03531612902841138
903
+ ]
904
+ ],
905
+ [
906
+ [
907
+ 0.034426562799555326
908
+ ]
909
+ ]
910
+ ],
911
+ "q10": [
912
+ [
913
+ [
914
+ 0.17029049027717003
915
+ ]
916
+ ],
917
+ [
918
+ [
919
+ 0.1318601385476406
920
+ ]
921
+ ],
922
+ [
923
+ [
924
+ 0.12150863035686574
925
+ ]
926
+ ]
927
+ ],
928
+ "q50": [
929
+ [
930
+ [
931
+ 0.47088138962421616
932
+ ]
933
+ ],
934
+ [
935
+ [
936
+ 0.43456276352581197
937
+ ]
938
+ ],
939
+ [
940
+ [
941
+ 0.41994528342069043
942
+ ]
943
+ ]
944
+ ],
945
+ "q90": [
946
+ [
947
+ [
948
+ 0.7317033135591581
949
+ ]
950
+ ],
951
+ [
952
+ [
953
+ 0.6759652958139124
954
+ ]
955
+ ],
956
+ [
957
+ [
958
+ 0.6201572918459064
959
+ ]
960
+ ]
961
+ ],
962
+ "q99": [
963
+ [
964
+ [
965
+ 0.78504986337273
966
+ ]
967
+ ],
968
+ [
969
+ [
970
+ 0.7243837064133398
971
+ ]
972
+ ],
973
+ [
974
+ [
975
+ 0.6763038638698542
976
+ ]
977
+ ]
978
+ ]
979
+ },
980
+ "observation.states.gripper_state": {
981
+ "min": [
982
+ -0.0002813551982399076,
983
+ -0.04093305394053459
984
+ ],
985
+ "max": [
986
+ 0.04082322120666504,
987
+ 0.0006523563642986119
988
+ ],
989
+ "mean": [
990
+ 0.03246180644630543,
991
+ -0.03146092686731953
992
+ ],
993
+ "std": [
994
+ 0.013173508282711107,
995
+ 0.013654861546700387
996
+ ],
997
+ "count": [
998
+ 42456
999
+ ],
1000
+ "q01": [
1001
+ 0.015593546695152671,
1002
+ -0.04002733324648814
1003
+ ],
1004
+ "q10": [
1005
+ 0.017057438200455636,
1006
+ -0.03995128470121696
1007
+ ],
1008
+ "q50": [
1009
+ 0.03942975063684133,
1010
+ -0.03923853459771875
1011
+ ],
1012
+ "q90": [
1013
+ 0.0400551844418366,
1014
+ -0.013628034762233369
1015
+ ],
1016
+ "q99": [
1017
+ 0.04021475056163501,
1018
+ -0.011378667585665686
1019
+ ]
1020
+ },
1021
+ "observation.images.sideview_image": {
1022
+ "min": [
1023
+ [
1024
+ [
1025
+ 0.0
1026
+ ]
1027
+ ],
1028
+ [
1029
+ [
1030
+ 0.0
1031
+ ]
1032
+ ],
1033
+ [
1034
+ [
1035
+ 0.0
1036
+ ]
1037
+ ]
1038
+ ],
1039
+ "max": [
1040
+ [
1041
+ [
1042
+ 1.0
1043
+ ]
1044
+ ],
1045
+ [
1046
+ [
1047
+ 1.0
1048
+ ]
1049
+ ],
1050
+ [
1051
+ [
1052
+ 1.0
1053
+ ]
1054
+ ]
1055
+ ],
1056
+ "mean": [
1057
+ [
1058
+ [
1059
+ 0.5587216111802563
1060
+ ]
1061
+ ],
1062
+ [
1063
+ [
1064
+ 0.5106941012992073
1065
+ ]
1066
+ ],
1067
+ [
1068
+ [
1069
+ 0.46208805583186985
1070
+ ]
1071
+ ]
1072
+ ],
1073
+ "std": [
1074
+ [
1075
+ [
1076
+ 0.19870420727004684
1077
+ ]
1078
+ ],
1079
+ [
1080
+ [
1081
+ 0.20180603717690457
1082
+ ]
1083
+ ],
1084
+ [
1085
+ [
1086
+ 0.19459692069665285
1087
+ ]
1088
+ ]
1089
+ ],
1090
+ "count": [
1091
+ 19400
1092
+ ],
1093
+ "q01": [
1094
+ [
1095
+ [
1096
+ 0.09973247644455745
1097
+ ]
1098
+ ],
1099
+ [
1100
+ [
1101
+ 0.023185220540607315
1102
+ ]
1103
+ ],
1104
+ [
1105
+ [
1106
+ 0.0075694933051540896
1107
+ ]
1108
+ ]
1109
+ ],
1110
+ "q10": [
1111
+ [
1112
+ [
1113
+ 0.22049905551039242
1114
+ ]
1115
+ ],
1116
+ [
1117
+ [
1118
+ 0.17817167289260077
1119
+ ]
1120
+ ],
1121
+ [
1122
+ [
1123
+ 0.1721060823762205
1124
+ ]
1125
+ ]
1126
+ ],
1127
+ "q50": [
1128
+ [
1129
+ [
1130
+ 0.6159339805510518
1131
+ ]
1132
+ ],
1133
+ [
1134
+ [
1135
+ 0.5864803883670884
1136
+ ]
1137
+ ],
1138
+ [
1139
+ [
1140
+ 0.5434805606116693
1141
+ ]
1142
+ ]
1143
+ ],
1144
+ "q90": [
1145
+ [
1146
+ [
1147
+ 0.7532441056485831
1148
+ ]
1149
+ ],
1150
+ [
1151
+ [
1152
+ 0.68644196656483
1153
+ ]
1154
+ ],
1155
+ [
1156
+ [
1157
+ 0.6190849609442756
1158
+ ]
1159
+ ]
1160
+ ],
1161
+ "q99": [
1162
+ [
1163
+ [
1164
+ 0.7905419439150793
1165
+ ]
1166
+ ],
1167
+ [
1168
+ [
1169
+ 0.7238888358966872
1170
+ ]
1171
+ ],
1172
+ [
1173
+ [
1174
+ 0.6544114145853748
1175
+ ]
1176
+ ]
1177
+ ]
1178
+ }
1179
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa96b8c64e576b9f0e692c29e09bd422c3a644d9032888c98123e18824afc301
3
+ size 2340