XNX25 commited on
Commit
5c489ea
·
verified ·
1 Parent(s): 160bbe0

chore: sync metadata, drop original files

Browse files
README.md CHANGED
@@ -1,66 +1,70 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - robotics
5
- tags:
6
- - LeRobot
7
- - tsfile
8
- - format:tsfile
9
- - time-series
10
- modality:
11
- - timeseries
12
- configs:
13
- - config_name: default
14
- data_files:
15
- - split: train
16
- path: data/stack_cubes_flexiv_0801.tsfile
17
- ---
18
-
19
- # stack_cubes_flexiv_0801 (TsFile)
20
-
21
- Apache TsFile version of [`Xense/stack-cubes-flexiv-0801`](https://huggingface.co/datasets/Xense/stack-cubes-flexiv-0801).
22
-
23
- ## Overview
24
-
25
- This dataset is a LeRobot v3.0 bimanual dataset of a Flexiv Rizon 4 robot stacking cubes.
26
-
27
- - **Robot:** bimanual Flexiv Rizon 4 (bi_flexiv_rizon4_rt)
28
- - **Scale:** 170 episodes, 891,288 frames, 30 fps
29
- - **Split:** train
30
- - **Cameras (not uploaded):** `head`, `left_wrist`, `right_wrist`, plus tactile views
31
-
32
- ## Schema (TsFile structure)
33
-
34
- The TsFile table is named `stack_cubes_flexiv_0801`.
35
-
36
- | Role | Columns |
37
- | --- | --- |
38
- | Time | `Time`, INT64 milliseconds |
39
- | TAG | `episode_index`, `task_index` |
40
- | FIELD | `frame_index`, `sample_index` |
41
- | FIELD | `action_0` … `action_19`, FLOAT |
42
- | FIELD | `observation_state_0` … `observation_state_19`, FLOAT |
43
-
44
- Vector columns are flattened into scalar FLOAT measurements (single precision). The source `index` column is retained as `sample_index`.
45
-
46
- ## Conversion notes
47
-
48
- - `Time = round(timestamp * 1000)` with millisecond precision; time restarts inside each episode, while `episode_index` and `task_index` identify the TsFile device.
49
- - The original `timestamp` field is omitted because it is exactly represented by `Time / 1000`.
50
- - Camera video streams are NOT included in this repository; they remain in the [source videos tree](https://huggingface.co/datasets/Xense/stack-cubes-flexiv-0801/tree/main/videos).
51
- - `meta/` is mirrored from the source. Aside from the redundant `timestamp` column and the excluded videos, no source rows or numeric fields are dropped.
52
-
53
- ## Read example
54
-
55
- ```python
56
- from tsfile import TsFileReader
57
-
58
- with TsFileReader("data/stack_cubes_flexiv_0801.tsfile") as reader:
59
- print(reader.get_all_table_schemas()["stack_cubes_flexiv_0801"])
60
- ```
61
-
62
- ## Source & license
63
-
64
- - Original dataset: https://huggingface.co/datasets/Xense/stack-cubes-flexiv-0801
65
- - Author: Xense
66
- - License: apache-2.0
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - tsfile
8
+ - format:tsfile
9
+ - time-series
10
+ - timeseries
11
+ modality:
12
+ - tabular
13
+ - timeseries
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/stack_cubes_flexiv_0801.tsfile
19
+ size_categories:
20
+ - 100K<n<1M
21
+ ---
22
+
23
+ # stack_cubes_flexiv_0801 (TsFile)
24
+
25
+ Apache TsFile version of [`Xense/stack-cubes-flexiv-0801`](https://huggingface.co/datasets/Xense/stack-cubes-flexiv-0801).
26
+
27
+ ## Overview
28
+
29
+ This dataset is a LeRobot v3.0 bimanual dataset of a Flexiv Rizon 4 robot stacking cubes.
30
+
31
+ - **Robot:** bimanual Flexiv Rizon 4 (bi_flexiv_rizon4_rt)
32
+ - **Scale:** 170 episodes, 891,288 frames, 30 fps
33
+ - **Split:** train
34
+ - **Cameras (not uploaded):** `head`, `left_wrist`, `right_wrist`, plus tactile views
35
+
36
+ ## Schema (TsFile structure)
37
+
38
+ The TsFile table is named `stack_cubes_flexiv_0801`.
39
+
40
+ | Role | Columns |
41
+ | --- | --- |
42
+ | Time | `Time`, INT64 milliseconds |
43
+ | TAG | `episode_index`, `task_index` |
44
+ | FIELD | `frame_index`, `sample_index` |
45
+ | FIELD | `action_0` … `action_19`, FLOAT |
46
+ | FIELD | `observation_state_0` … `observation_state_19`, FLOAT |
47
+
48
+ Vector columns are flattened into scalar FLOAT measurements (single precision). The source `index` column is retained as `sample_index`.
49
+
50
+ ## Conversion notes
51
+
52
+ - `Time = round(timestamp * 1000)` with millisecond precision; time restarts inside each episode, while `episode_index` and `task_index` identify the TsFile device.
53
+ - The original `timestamp` field is omitted because it is exactly represented by `Time / 1000`.
54
+ - Camera video streams are NOT included in this repository; they remain in the [source videos tree](https://huggingface.co/datasets/Xense/stack-cubes-flexiv-0801/tree/main/videos).
55
+ - `meta/` is mirrored from the source. Aside from the redundant `timestamp` column and the excluded videos, no source rows or numeric fields are dropped.
56
+
57
+ ## Read example
58
+
59
+ ```python
60
+ from tsfile import TsFileReader
61
+
62
+ with TsFileReader("data/stack_cubes_flexiv_0801.tsfile") as reader:
63
+ print(reader.get_all_table_schemas()["stack_cubes_flexiv_0801"])
64
+ ```
65
+
66
+ ## Source & license
67
+
68
+ - Original dataset: https://huggingface.co/datasets/Xense/stack-cubes-flexiv-0801
69
+ - Author: Xense
70
+ - License: apache-2.0
meta/episodes/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a06fd6b9481db4e41313b7f7b4c70562e735492ae8a6952be0aed1c2705b5b94
3
- size 1588541
 
 
 
 
meta/episodes/chunk-000/file-001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b9ec8301d044f0f26fdbee2844f900bcc9a96fffbd17672ade597e8ebe1d3ac
3
- size 128616
 
 
 
 
meta/stats.json DELETED
@@ -1,1674 +0,0 @@
1
- {
2
- "observation.images.right_wrist": {
3
- "min": [
4
- [
5
- [
6
- 0.0
7
- ]
8
- ],
9
- [
10
- [
11
- 0.0
12
- ]
13
- ],
14
- [
15
- [
16
- 0.0
17
- ]
18
- ]
19
- ],
20
- "max": [
21
- [
22
- [
23
- 1.0
24
- ]
25
- ],
26
- [
27
- [
28
- 1.0
29
- ]
30
- ],
31
- [
32
- [
33
- 1.0
34
- ]
35
- ]
36
- ],
37
- "mean": [
38
- [
39
- [
40
- 0.47066569525037577
41
- ]
42
- ],
43
- [
44
- [
45
- 0.5274261037353104
46
- ]
47
- ],
48
- [
49
- [
50
- 0.5090775613902083
51
- ]
52
- ]
53
- ],
54
- "std": [
55
- [
56
- [
57
- 0.01801607464182525
58
- ]
59
- ],
60
- [
61
- [
62
- 0.019077868293527044
63
- ]
64
- ],
65
- [
66
- [
67
- 0.02006665962333191
68
- ]
69
- ]
70
- ],
71
- "count": [
72
- 17112729600
73
- ],
74
- "q01": [
75
- [
76
- [
77
- -3.921568627450981e-13
78
- ]
79
- ],
80
- [
81
- [
82
- 0.003962981715882697
83
- ]
84
- ],
85
- [
86
- [
87
- -3.921568627450981e-13
88
- ]
89
- ]
90
- ],
91
- "q10": [
92
- [
93
- [
94
- 0.018797977100570785
95
- ]
96
- ],
97
- [
98
- [
99
- 0.057131114000440235
100
- ]
101
- ],
102
- [
103
- [
104
- 0.04615287127981965
105
- ]
106
- ]
107
- ],
108
- "q50": [
109
- [
110
- [
111
- 0.42675270259234577
112
- ]
113
- ],
114
- [
115
- [
116
- 0.4917110103128301
117
- ]
118
- ],
119
- [
120
- [
121
- 0.48432285177077206
122
- ]
123
- ]
124
- ],
125
- "q90": [
126
- [
127
- [
128
- 0.9113173950889091
129
- ]
130
- ],
131
- [
132
- [
133
- 0.9765459485618079
134
- ]
135
- ],
136
- [
137
- [
138
- 0.9550078243706758
139
- ]
140
- ]
141
- ],
142
- "q99": [
143
- [
144
- [
145
- 0.985070791919104
146
- ]
147
- ],
148
- [
149
- [
150
- 0.9999498241923931
151
- ]
152
- ],
153
- [
154
- [
155
- 0.999595003087513
156
- ]
157
- ]
158
- ]
159
- },
160
- "index": {
161
- "min": [
162
- 0
163
- ],
164
- "max": [
165
- 891287
166
- ],
167
- "mean": [
168
- 508605.3423954995
169
- ],
170
- "std": [
171
- 244064.8041004919
172
- ],
173
- "count": [
174
- 891288
175
- ],
176
- "q01": [
177
- 505843.37862826174
178
- ],
179
- "q10": [
180
- 506350.72345751245
181
- ],
182
- "q50": [
183
- 508605.5333817628
184
- ],
185
- "q90": [
186
- 510859.9429863464
187
- ],
188
- "q99": [
189
- 511367.3061627373
190
- ]
191
- },
192
- "observation.images.left_tactile_0": {
193
- "min": [
194
- [
195
- [
196
- 0.0
197
- ]
198
- ],
199
- [
200
- [
201
- 0.0
202
- ]
203
- ],
204
- [
205
- [
206
- 0.00784313725490196
207
- ]
208
- ]
209
- ],
210
- "max": [
211
- [
212
- [
213
- 0.796078431372549
214
- ]
215
- ],
216
- [
217
- [
218
- 0.7686274509803922
219
- ]
220
- ],
221
- [
222
- [
223
- 0.9568627450980393
224
- ]
225
- ]
226
- ],
227
- "mean": [
228
- [
229
- [
230
- 0.3993766979398236
231
- ]
232
- ],
233
- [
234
- [
235
- 0.41950280802022916
236
- ]
237
- ],
238
- [
239
- [
240
- 0.5312657755336834
241
- ]
242
- ]
243
- ],
244
- "std": [
245
- [
246
- [
247
- 0.002166634636675291
248
- ]
249
- ],
250
- [
251
- [
252
- 0.0012671058700326433
253
- ]
254
- ],
255
- [
256
- [
257
- 0.0006121721325276999
258
- ]
259
- ]
260
- ],
261
- "count": [
262
- 15597540000
263
- ],
264
- "q01": [
265
- [
266
- [
267
- 0.11129833041053522
268
- ]
269
- ],
270
- [
271
- [
272
- 0.16080653683947663
273
- ]
274
- ],
275
- [
276
- [
277
- 0.254613892995457
278
- ]
279
- ]
280
- ],
281
- "q10": [
282
- [
283
- [
284
- 0.23369944002176798
285
- ]
286
- ],
287
- [
288
- [
289
- 0.369946029517016
290
- ]
291
- ],
292
- [
293
- [
294
- 0.45386865366983464
295
- ]
296
- ]
297
- ],
298
- "q50": [
299
- [
300
- [
301
- 0.4135509845324188
302
- ]
303
- ],
304
- [
305
- [
306
- 0.42226710954414864
307
- ]
308
- ],
309
- [
310
- [
311
- 0.516771714685761
312
- ]
313
- ]
314
- ],
315
- "q90": [
316
- [
317
- [
318
- 0.5384247761379216
319
- ]
320
- ],
321
- [
322
- [
323
- 0.47945086990542823
324
- ]
325
- ],
326
- [
327
- [
328
- 0.6344671642651677
329
- ]
330
- ]
331
- ],
332
- "q99": [
333
- [
334
- [
335
- 0.5729777720062967
336
- ]
337
- ],
338
- [
339
- [
340
- 0.49871207317256694
341
- ]
342
- ],
343
- [
344
- [
345
- 0.725324012448399
346
- ]
347
- ]
348
- ]
349
- },
350
- "timestamp": {
351
- "min": [
352
- 0.0
353
- ],
354
- "max": [
355
- 331.06666666666666
356
- ],
357
- "mean": [
358
- 93.92716293723242
359
- ],
360
- "std": [
361
- 62.072845152065675
362
- ],
363
- "count": [
364
- 891288
365
- ],
366
- "q01": [
367
- 1.8617040292137927
368
- ],
369
- "q10": [
370
- 18.773198337582638
371
- ],
372
- "q50": [
373
- 93.93343153329414
374
- ],
375
- "q90": [
376
- 169.0805159655382
377
- ],
378
- "q99": [
379
- 185.992621845251
380
- ]
381
- },
382
- "frame_index": {
383
- "min": [
384
- 0
385
- ],
386
- "max": [
387
- 9932
388
- ],
389
- "mean": [
390
- 2817.8148881169723
391
- ],
392
- "std": [
393
- 1862.1853545619695
394
- ],
395
- "count": [
396
- 891288
397
- ],
398
- "q01": [
399
- 55.85112087925636
400
- ],
401
- "q10": [
402
- 563.1959501297995
403
- ],
404
- "q50": [
405
- 2817.9880887042123
406
- ],
407
- "q90": [
408
- 5072.415478963829
409
- ],
410
- "q99": [
411
- 5579.778655354687
412
- ]
413
- },
414
- "observation.images.left_tactile_1": {
415
- "min": [
416
- [
417
- [
418
- 0.0
419
- ]
420
- ],
421
- [
422
- [
423
- 0.0
424
- ]
425
- ],
426
- [
427
- [
428
- 0.054901960784313725
429
- ]
430
- ]
431
- ],
432
- "max": [
433
- [
434
- [
435
- 0.7529411764705882
436
- ]
437
- ],
438
- [
439
- [
440
- 0.6784313725490196
441
- ]
442
- ],
443
- [
444
- [
445
- 1.0
446
- ]
447
- ]
448
- ],
449
- "mean": [
450
- [
451
- [
452
- 0.3647165149102068
453
- ]
454
- ],
455
- [
456
- [
457
- 0.3875335399287576
458
- ]
459
- ],
460
- [
461
- [
462
- 0.5615028981975966
463
- ]
464
- ]
465
- ],
466
- "std": [
467
- [
468
- [
469
- 0.0026117227641450735
470
- ]
471
- ],
472
- [
473
- [
474
- 0.0008526928542241357
475
- ]
476
- ],
477
- [
478
- [
479
- 0.0006393958957370668
480
- ]
481
- ]
482
- ],
483
- "count": [
484
- 15597540000
485
- ],
486
- "q01": [
487
- [
488
- [
489
- 0.08548827854065141
490
- ]
491
- ],
492
- [
493
- [
494
- 0.13886405567281845
495
- ]
496
- ],
497
- [
498
- [
499
- 0.289825495837311
500
- ]
501
- ]
502
- ],
503
- "q10": [
504
- [
505
- [
506
- 0.19607716075645296
507
- ]
508
- ],
509
- [
510
- [
511
- 0.34536757027066894
512
- ]
513
- ],
514
- [
515
- [
516
- 0.4824423381857284
517
- ]
518
- ]
519
- ],
520
- "q50": [
521
- [
522
- [
523
- 0.3788726887790577
524
- ]
525
- ],
526
- [
527
- [
528
- 0.3895148831160199
529
- ]
530
- ],
531
- [
532
- [
533
- 0.5495849716951915
534
- ]
535
- ]
536
- ],
537
- "q90": [
538
- [
539
- [
540
- 0.49777322834090804
541
- ]
542
- ],
543
- [
544
- [
545
- 0.4413383203279122
546
- ]
547
- ],
548
- [
549
- [
550
- 0.6635905542438372
551
- ]
552
- ]
553
- ],
554
- "q99": [
555
- [
556
- [
557
- 0.5359034811356881
558
- ]
559
- ],
560
- [
561
- [
562
- 0.4681096140507362
563
- ]
564
- ],
565
- [
566
- [
567
- 0.7550306206441476
568
- ]
569
- ]
570
- ]
571
- },
572
- "episode_index": {
573
- "min": [
574
- 0
575
- ],
576
- "max": [
577
- 169
578
- ],
579
- "mean": [
580
- 94.58093567960076
581
- ],
582
- "std": [
583
- 49.925573983852324
584
- ],
585
- "count": [
586
- 891288
587
- ],
588
- "q01": [
589
- 94.58093567960076
590
- ],
591
- "q10": [
592
- 94.58093567960076
593
- ],
594
- "q50": [
595
- 94.58093567960076
596
- ],
597
- "q90": [
598
- 94.58093567960078
599
- ],
600
- "q99": [
601
- 94.58093567960078
602
- ]
603
- },
604
- "observation.images.right_tactile_0": {
605
- "min": [
606
- [
607
- [
608
- 0.09411764705882353
609
- ]
610
- ],
611
- [
612
- [
613
- 0.09803921568627451
614
- ]
615
- ],
616
- [
617
- [
618
- 0.17647058823529413
619
- ]
620
- ]
621
- ],
622
- "max": [
623
- [
624
- [
625
- 0.8980392156862745
626
- ]
627
- ],
628
- [
629
- [
630
- 0.796078431372549
631
- ]
632
- ],
633
- [
634
- [
635
- 0.996078431372549
636
- ]
637
- ]
638
- ],
639
- "mean": [
640
- [
641
- [
642
- 0.5272254860423314
643
- ]
644
- ],
645
- [
646
- [
647
- 0.5156112670809044
648
- ]
649
- ],
650
- [
651
- [
652
- 0.6680266967785032
653
- ]
654
- ]
655
- ],
656
- "std": [
657
- [
658
- [
659
- 0.0018347928016661979
660
- ]
661
- ],
662
- [
663
- [
664
- 0.00029311895867965317
665
- ]
666
- ],
667
- [
668
- [
669
- 0.000532072817690413
670
- ]
671
- ]
672
- ],
673
- "count": [
674
- 15597540000
675
- ],
676
- "q01": [
677
- [
678
- [
679
- 0.2587612471565931
680
- ]
681
- ],
682
- [
683
- [
684
- 0.28880701138140835
685
- ]
686
- ],
687
- [
688
- [
689
- 0.4215514469929933
690
- ]
691
- ]
692
- ],
693
- "q10": [
694
- [
695
- [
696
- 0.3563188381344215
697
- ]
698
- ],
699
- [
700
- [
701
- 0.47287755069693693
702
- ]
703
- ],
704
- [
705
- [
706
- 0.5882751504657108
707
- ]
708
- ]
709
- ],
710
- "q50": [
711
- [
712
- [
713
- 0.5420718621246495
714
- ]
715
- ],
716
- [
717
- [
718
- 0.5176737151588687
719
- ]
720
- ],
721
- [
722
- [
723
- 0.6515499386900009
724
- ]
725
- ]
726
- ],
727
- "q90": [
728
- [
729
- [
730
- 0.6644021788272937
731
- ]
732
- ],
733
- [
734
- [
735
- 0.5686471515187117
736
- ]
737
- ],
738
- [
739
- [
740
- 0.7704627363837905
741
- ]
742
- ]
743
- ],
744
- "q99": [
745
- [
746
- [
747
- 0.694521885818393
748
- ]
749
- ],
750
- [
751
- [
752
- 0.6074949063434605
753
- ]
754
- ],
755
- [
756
- [
757
- 0.8551159367947696
758
- ]
759
- ]
760
- ]
761
- },
762
- "observation.images.left_wrist": {
763
- "min": [
764
- [
765
- [
766
- 0.0
767
- ]
768
- ],
769
- [
770
- [
771
- 0.0
772
- ]
773
- ],
774
- [
775
- [
776
- 0.0
777
- ]
778
- ]
779
- ],
780
- "max": [
781
- [
782
- [
783
- 1.0
784
- ]
785
- ],
786
- [
787
- [
788
- 1.0
789
- ]
790
- ],
791
- [
792
- [
793
- 1.0
794
- ]
795
- ]
796
- ],
797
- "mean": [
798
- [
799
- [
800
- 0.4690728516782378
801
- ]
802
- ],
803
- [
804
- [
805
- 0.528776785299308
806
- ]
807
- ],
808
- [
809
- [
810
- 0.5128254420760009
811
- ]
812
- ]
813
- ],
814
- "std": [
815
- [
816
- [
817
- 0.023627667376052184
818
- ]
819
- ],
820
- [
821
- [
822
- 0.023912175120288343
823
- ]
824
- ],
825
- [
826
- [
827
- 0.024761377728715957
828
- ]
829
- ]
830
- ],
831
- "count": [
832
- 17112729600
833
- ],
834
- "q01": [
835
- [
836
- [
837
- -1.3541627617648205e-12
838
- ]
839
- ],
840
- [
841
- [
842
- 0.004836633858933123
843
- ]
844
- ],
845
- [
846
- [
847
- -1.3541627617648205e-12
848
- ]
849
- ]
850
- ],
851
- "q10": [
852
- [
853
- [
854
- 0.03322273479422528
855
- ]
856
- ],
857
- [
858
- [
859
- 0.06849006835746213
860
- ]
861
- ],
862
- [
863
- [
864
- 0.05725743114426347
865
- ]
866
- ]
867
- ],
868
- "q50": [
869
- [
870
- [
871
- 0.4286051170558101
872
- ]
873
- ],
874
- [
875
- [
876
- 0.5018308496327386
877
- ]
878
- ],
879
- [
880
- [
881
- 0.490991804490195
882
- ]
883
- ]
884
- ],
885
- "q90": [
886
- [
887
- [
888
- 0.9204394317573423
889
- ]
890
- ],
891
- [
892
- [
893
- 0.9852728313040617
894
- ]
895
- ],
896
- [
897
- [
898
- 0.9689880037494905
899
- ]
900
- ]
901
- ],
902
- "q99": [
903
- [
904
- [
905
- 0.9794206464181302
906
- ]
907
- ],
908
- [
909
- [
910
- 0.9999487093415791
911
- ]
912
- ],
913
- [
914
- [
915
- 0.9998468838189931
916
- ]
917
- ]
918
- ]
919
- },
920
- "observation.images.right_tactile_1": {
921
- "min": [
922
- [
923
- [
924
- 0.08627450980392157
925
- ]
926
- ],
927
- [
928
- [
929
- 0.13333333333333333
930
- ]
931
- ],
932
- [
933
- [
934
- 0.1843137254901961
935
- ]
936
- ]
937
- ],
938
- "max": [
939
- [
940
- [
941
- 0.8588235294117647
942
- ]
943
- ],
944
- [
945
- [
946
- 0.7843137254901961
947
- ]
948
- ],
949
- [
950
- [
951
- 0.984313725490196
952
- ]
953
- ]
954
- ],
955
- "mean": [
956
- [
957
- [
958
- 0.506614508244098
959
- ]
960
- ],
961
- [
962
- [
963
- 0.5370983654219779
964
- ]
965
- ],
966
- [
967
- [
968
- 0.6648735625157783
969
- ]
970
- ]
971
- ],
972
- "std": [
973
- [
974
- [
975
- 0.0021158308054871657
976
- ]
977
- ],
978
- [
979
- [
980
- 0.00055041803678147
981
- ]
982
- ],
983
- [
984
- [
985
- 0.0013276491199422041
986
- ]
987
- ]
988
- ],
989
- "count": [
990
- 15597540000
991
- ],
992
- "q01": [
993
- [
994
- [
995
- 0.23900201468421495
996
- ]
997
- ],
998
- [
999
- [
1000
- 0.29991875003634605
1001
- ]
1002
- ],
1003
- [
1004
- [
1005
- 0.4113452231900499
1006
- ]
1007
- ]
1008
- ],
1009
- "q10": [
1010
- [
1011
- [
1012
- 0.34471377814150206
1013
- ]
1014
- ],
1015
- [
1016
- [
1017
- 0.4922126200886832
1018
- ]
1019
- ],
1020
- [
1021
- [
1022
- 0.5813537873720788
1023
- ]
1024
- ]
1025
- ],
1026
- "q50": [
1027
- [
1028
- [
1029
- 0.5191880828533924
1030
- ]
1031
- ],
1032
- [
1033
- [
1034
- 0.5413455569090236
1035
- ]
1036
- ],
1037
- [
1038
- [
1039
- 0.6515567976233555
1040
- ]
1041
- ]
1042
- ],
1043
- "q90": [
1044
- [
1045
- [
1046
- 0.6373168619592766
1047
- ]
1048
- ],
1049
- [
1050
- [
1051
- 0.5882144298660416
1052
- ]
1053
- ],
1054
- [
1055
- [
1056
- 0.773092743646607
1057
- ]
1058
- ]
1059
- ],
1060
- "q99": [
1061
- [
1062
- [
1063
- 0.6679663136535188
1064
- ]
1065
- ],
1066
- [
1067
- [
1068
- 0.6120297738123393
1069
- ]
1070
- ],
1071
- [
1072
- [
1073
- 0.8368790028754641
1074
- ]
1075
- ]
1076
- ]
1077
- },
1078
- "action": {
1079
- "min": [
1080
- 0.41249555349349976,
1081
- -0.2705916166305542,
1082
- -0.03369709849357605,
1083
- -0.9941014051437378,
1084
- -0.3103357255458832,
1085
- -0.9688037037849426,
1086
- -0.13469766080379486,
1087
- -0.9991376399993896,
1088
- -0.6324033141136169,
1089
- 0.3909870982170105,
1090
- -0.5819432735443115,
1091
- -0.037469565868377686,
1092
- -0.9999861717224121,
1093
- -1.0000004768371582,
1094
- -0.9997277855873108,
1095
- -1.0000004768371582,
1096
- -0.9992525577545166,
1097
- -0.9627537727355957,
1098
- 0.0,
1099
- 0.0
1100
- ],
1101
- "max": [
1102
- 0.9425075650215149,
1103
- 0.32650232315063477,
1104
- 0.5790423154830933,
1105
- 0.9830393195152283,
1106
- 1.000000238418579,
1107
- 0.47317346930503845,
1108
- 1.0000003576278687,
1109
- 0.9999913573265076,
1110
- 0.8852323293685913,
1111
- 0.9177567958831787,
1112
- 0.19046655297279358,
1113
- 0.6605826616287231,
1114
- 0.9962719082832336,
1115
- 0.6087072491645813,
1116
- 0.4496115446090698,
1117
- 0.9236821532249451,
1118
- 0.9999455809593201,
1119
- 0.6044912338256836,
1120
- 1.0,
1121
- 1.0
1122
- ],
1123
- "mean": [
1124
- 0.683125156573349,
1125
- 0.06888419419554807,
1126
- 0.09930262346450591,
1127
- -0.1634115286575918,
1128
- 0.7216525662387894,
1129
- -0.4496246942657128,
1130
- 0.8468518184715111,
1131
- 0.22217358379947919,
1132
- 0.0022975436460488568,
1133
- 0.6852376800047155,
1134
- -0.08158765179415506,
1135
- 0.0886665124541216,
1136
- -0.128610195187102,
1137
- -0.6787563036082038,
1138
- -0.5463845066360004,
1139
- -0.8761071592463422,
1140
- 0.17877131550302094,
1141
- 0.005592979878199658,
1142
- 0.7573486335976227,
1143
- 0.7350488963133855
1144
- ],
1145
- "std": [
1146
- 0.05235621737952626,
1147
- 0.08927245110285956,
1148
- 0.05931436170686705,
1149
- 0.3244931420407305,
1150
- 0.28901710931853775,
1151
- 0.2480398514599086,
1152
- 0.23609309392618577,
1153
- 0.3840742976648251,
1154
- 0.17384557400952502,
1155
- 0.0524790965487405,
1156
- 0.09428227111316156,
1157
- 0.05869457413457023,
1158
- 0.29554336150932137,
1159
- 0.2525117559481555,
1160
- 0.27037984647990493,
1161
- 0.20825854404908004,
1162
- 0.36234745793438855,
1163
- 0.16055696231958663,
1164
- 0.4130755906465662,
1165
- 0.4237006040744979
1166
- ],
1167
- "count": [
1168
- 891288
1169
- ],
1170
- "q01": [
1171
- 0.5548551297986661,
1172
- -0.08745624381414853,
1173
- -0.007834301247303646,
1174
- -0.7814654446160684,
1175
- 0.015342130001147026,
1176
- -0.7218112311841326,
1177
- 0.3205014189020383,
1178
- -0.44795881532435655,
1179
- -0.3772897219294027,
1180
- 0.5436080612687065,
1181
- -0.22645052378293162,
1182
- -0.011215168676364738,
1183
- -0.7847267753746745,
1184
- -0.9548193761302601,
1185
- -0.8011856266766203,
1186
- -0.9996061925859858,
1187
- -0.5049716968578487,
1188
- -0.22385442178053605,
1189
- -1.000000013351432e-10,
1190
- -1.000000013351432e-10
1191
- ],
1192
- "q10": [
1193
- 0.6313188462601143,
1194
- -0.05144515558193897,
1195
- 0.013493752028586856,
1196
- -0.45436083644956915,
1197
- 0.39150764784090597,
1198
- -0.6751988911369624,
1199
- 0.628875043685415,
1200
- -0.1079625073140032,
1201
- -0.21633861772110033,
1202
- 0.6272826560989233,
1203
- -0.17870142773568573,
1204
- 0.00852144867867908,
1205
- -0.375531986983916,
1206
- -0.915898791715339,
1207
- -0.7711141238292915,
1208
- -0.9972263426545175,
1209
- -0.14323175916159048,
1210
- -0.14781627202345057,
1211
- 0.0007236624805291094,
1212
- -1.000000013351432e-10
1213
- ],
1214
- "q50": [
1215
- 0.6882246602380179,
1216
- 0.09272563721832182,
1217
- 0.11054170778835282,
1218
- -0.17116947489566206,
1219
- 0.7505241173688493,
1220
- -0.5038311165453203,
1221
- 0.8691367526777806,
1222
- 0.2580471052671894,
1223
- 0.024220215388796273,
1224
- 0.6939669463238098,
1225
- -0.10236649617523762,
1226
- 0.09541207834848009,
1227
- -0.1366984420054002,
1228
- -0.7012578400496604,
1229
- -0.5970980727490959,
1230
- -0.9174101508458873,
1231
- 0.20722463610918498,
1232
- -0.0060642665540915006,
1233
- 0.999860623154414,
1234
- 0.9985344123572549
1235
- ],
1236
- "q90": [
1237
- 0.7263827534383703,
1238
- 0.1574567210678132,
1239
- 0.15829752480526382,
1240
- 0.11387228847964129,
1241
- 0.9583541518416047,
1242
- -0.161121643630774,
1243
- 0.9964563095596518,
1244
- 0.5207191831981675,
1245
- 0.1647554719457119,
1246
- 0.727839950613162,
1247
- 0.039751976219356416,
1248
- 0.14926491215559606,
1249
- 0.13188771920001494,
1250
- -0.4269463058968597,
1251
- -0.2592467460281988,
1252
- -0.698447116502054,
1253
- 0.47201524929320066,
1254
- 0.1637317566722384,
1255
- 0.9999721246308826,
1256
- 0.9999710611186451
1257
- ],
1258
- "q99": [
1259
- 0.7806842227097034,
1260
- 0.19290067660344895,
1261
- 0.18493835206687492,
1262
- 0.42666323521832716,
1263
- 0.9853100889160511,
1264
- -0.039955058165705035,
1265
- 0.9994715223784113,
1266
- 0.8738386492749742,
1267
- 0.2413576528379724,
1268
- 0.7737578522687868,
1269
- 0.07515015619201185,
1270
- 0.18134082797128875,
1271
- 0.4502514994973765,
1272
- 0.0023533298448138095,
1273
- -0.14718064281488036,
1274
- -0.2797227449647642,
1275
- 0.8760556368789237,
1276
- 0.38542982004046067,
1277
- 0.9999972124630881,
1278
- 0.999997106111864
1279
- ]
1280
- },
1281
- "task_index": {
1282
- "min": [
1283
- 0
1284
- ],
1285
- "max": [
1286
- 0
1287
- ],
1288
- "mean": [
1289
- 0.0
1290
- ],
1291
- "std": [
1292
- 0.0
1293
- ],
1294
- "count": [
1295
- 891288
1296
- ],
1297
- "q01": [
1298
- 3.9999999999994176e-16
1299
- ],
1300
- "q10": [
1301
- 3.999999999999417e-15
1302
- ],
1303
- "q50": [
1304
- 1.9999999999997084e-14
1305
- ],
1306
- "q90": [
1307
- 3.599999999999477e-14
1308
- ],
1309
- "q99": [
1310
- 3.9599999999994235e-14
1311
- ]
1312
- },
1313
- "observation.state": {
1314
- "min": [
1315
- 0.4019373655319214,
1316
- -0.2789281904697418,
1317
- -0.02537432126700878,
1318
- -0.9927425384521484,
1319
- -0.22712936997413635,
1320
- -0.956375002861023,
1321
- -0.13683266937732697,
1322
- -0.9994466304779053,
1323
- -0.5021740794181824,
1324
- 0.3920026123523712,
1325
- -0.5808017253875732,
1326
- -0.026082564145326614,
1327
- -0.9999902844429016,
1328
- -1.0,
1329
- -0.9991139769554138,
1330
- -0.9999999403953552,
1331
- -0.9999260902404785,
1332
- -0.9620653390884399,
1333
- 0.00047058824566192925,
1334
- 0.006823529489338398
1335
- ],
1336
- "max": [
1337
- 0.927015483379364,
1338
- 0.3133614659309387,
1339
- 0.5744664072990417,
1340
- 0.981600284576416,
1341
- 1.0,
1342
- 0.3520510494709015,
1343
- 0.9999999403953552,
1344
- 0.9999873042106628,
1345
- 0.8960630893707275,
1346
- 0.9073747396469116,
1347
- 0.18989039957523346,
1348
- 0.6533907651901245,
1349
- 0.9967165589332581,
1350
- 0.4271746575832367,
1351
- 0.4291851818561554,
1352
- 0.8605870008468628,
1353
- 0.9999845623970032,
1354
- 0.5979068875312805,
1355
- 1.0,
1356
- 1.0
1357
- ],
1358
- "mean": [
1359
- 0.6826094452799741,
1360
- 0.0684455489890651,
1361
- 0.09951807382082538,
1362
- -0.16699019126051945,
1363
- 0.7217222824937488,
1364
- -0.44872696727622924,
1365
- 0.8460428452119749,
1366
- 0.22518343259244014,
1367
- 0.002783112889093953,
1368
- 0.6854506349573843,
1369
- -0.08147886152042823,
1370
- 0.08880384665835979,
1371
- -0.13074199232716135,
1372
- -0.6795144946884677,
1373
- -0.5447979588764759,
1374
- -0.8772960578898763,
1375
- 0.17992725933468043,
1376
- 0.00778639507853606,
1377
- 0.8248415405671833,
1378
- 0.808142007297983
1379
- ],
1380
- "std": [
1381
- 0.052330511492285,
1382
- 0.08893015843607921,
1383
- 0.059304266824748056,
1384
- 0.3248032905914159,
1385
- 0.2892158006920464,
1386
- 0.24643859212172142,
1387
- 0.23722625123798982,
1388
- 0.38374923005479145,
1389
- 0.17307714248802655,
1390
- 0.052716041771147165,
1391
- 0.09436235482927786,
1392
- 0.05862277765296937,
1393
- 0.2958637325965873,
1394
- 0.2523619898713174,
1395
- 0.27044003645500275,
1396
- 0.20625473819054885,
1397
- 0.36108393990274884,
1398
- 0.15809802514325286,
1399
- 0.2900042021243904,
1400
- 0.2976087382595502
1401
- ],
1402
- "count": [
1403
- 891288
1404
- ],
1405
- "q01": [
1406
- 0.5532963928607165,
1407
- -0.08655688879150576,
1408
- -0.007034567174580434,
1409
- -0.7817704093826069,
1410
- 0.014492827559556509,
1411
- -0.7220941831075759,
1412
- 0.3186056917119381,
1413
- -0.4402072060335585,
1414
- -0.37606793517225034,
1415
- 0.5426720683871559,
1416
- -0.22658791437104453,
1417
- -0.010433910775276445,
1418
- -0.7848670979915076,
1419
- -0.9549096800003734,
1420
- -0.7987497422928909,
1421
- -0.9995944585761526,
1422
- -0.4956303021945535,
1423
- -0.22177457911604562,
1424
- 0.20466534130896594,
1425
- 0.19858405578211774
1426
- ],
1427
- "q10": [
1428
- 0.6304462242941682,
1429
- -0.05124021644080015,
1430
- 0.0137476012422953,
1431
- -0.4571013225020116,
1432
- 0.3918895053272432,
1433
- -0.6734673979090653,
1434
- 0.6270616694719204,
1435
- -0.10524039772429533,
1436
- -0.21564489870693124,
1437
- 0.6271925066412645,
1438
- -0.17885564845607047,
1439
- 0.008893664523956941,
1440
- -0.3770529468089491,
1441
- -0.9162173722945164,
1442
- -0.7689859574027023,
1443
- -0.9972196499584399,
1444
- -0.14091143040023124,
1445
- -0.14313562943840535,
1446
- 0.3379453114663187,
1447
- 0.3423697821325479
1448
- ],
1449
- "q50": [
1450
- 0.6880612311752409,
1451
- 0.09201245635137235,
1452
- 0.11085093745938292,
1453
- -0.1740522249147527,
1454
- 0.7512914489984814,
1455
- -0.501197749466338,
1456
- 0.8681005259966469,
1457
- 0.26020081036384596,
1458
- 0.02446472264297251,
1459
- 0.6941022979786267,
1460
- -0.10234417621181952,
1461
- 0.09548920494800593,
1462
- -0.1378533704723801,
1463
- -0.7023726907335761,
1464
- -0.5952943976351176,
1465
- -0.9198062055285131,
1466
- 0.2057051040549735,
1467
- -0.0030333447911313556,
1468
- 0.9995682413445875,
1469
- 0.9983387708530181
1470
- ],
1471
- "q90": [
1472
- 0.7257597178400103,
1473
- 0.15678539101303782,
1474
- 0.158523668907562,
1475
- 0.11141558060930613,
1476
- 0.9580476754696841,
1477
- -0.16331110033884272,
1478
- 0.9965038323982947,
1479
- 0.5229963209666787,
1480
- 0.1646372338134277,
1481
- 0.7282161289672772,
1482
- 0.03985450690178447,
1483
- 0.14947770111111944,
1484
- 0.1297561666896642,
1485
- -0.4278482914500402,
1486
- -0.2589968494407277,
1487
- -0.7002799037629265,
1488
- 0.472438771246209,
1489
- 0.16425943812167518,
1490
- 0.9999751536441412,
1491
- 0.9999739107751008
1492
- ],
1493
- "q99": [
1494
- 0.7791727274563756,
1495
- 0.19267580612995963,
1496
- 0.18469426990241036,
1497
- 0.42128420802188304,
1498
- 0.9849922559489617,
1499
- -0.04710860351966918,
1500
- 0.9994862674012157,
1501
- 0.8744948164902954,
1502
- 0.24101433403884995,
1503
- 0.7741504675340892,
1504
- 0.07495665818020851,
1505
- 0.1809107472887241,
1506
- 0.44667936229945965,
1507
- 0.00032256998334056347,
1508
- -0.14706103874518328,
1509
- -0.2865563222101817,
1510
- 0.8752132198577951,
1511
- 0.3852093633980258,
1512
- 0.9999975153644144,
1513
- 0.99999739107751
1514
- ]
1515
- },
1516
- "observation.images.head": {
1517
- "min": [
1518
- [
1519
- [
1520
- 0.0
1521
- ]
1522
- ],
1523
- [
1524
- [
1525
- 0.0
1526
- ]
1527
- ],
1528
- [
1529
- [
1530
- 0.0
1531
- ]
1532
- ]
1533
- ],
1534
- "max": [
1535
- [
1536
- [
1537
- 1.0
1538
- ]
1539
- ],
1540
- [
1541
- [
1542
- 1.0
1543
- ]
1544
- ],
1545
- [
1546
- [
1547
- 1.0
1548
- ]
1549
- ]
1550
- ],
1551
- "mean": [
1552
- [
1553
- [
1554
- 0.3219317275068889
1555
- ]
1556
- ],
1557
- [
1558
- [
1559
- 0.34851587813572077
1560
- ]
1561
- ],
1562
- [
1563
- [
1564
- 0.3390461570418593
1565
- ]
1566
- ]
1567
- ],
1568
- "std": [
1569
- [
1570
- [
1571
- 0.007554945799968771
1572
- ]
1573
- ],
1574
- [
1575
- [
1576
- 0.005868547941688011
1577
- ]
1578
- ],
1579
- [
1580
- [
1581
- 0.007148116817202841
1582
- ]
1583
- ]
1584
- ],
1585
- "count": [
1586
- 17112729600
1587
- ],
1588
- "q01": [
1589
- [
1590
- [
1591
- 0.06489443745413755
1592
- ]
1593
- ],
1594
- [
1595
- [
1596
- 0.0971675806930141
1597
- ]
1598
- ],
1599
- [
1600
- [
1601
- 0.0684289259093163
1602
- ]
1603
- ]
1604
- ],
1605
- "q10": [
1606
- [
1607
- [
1608
- 0.13778244032408027
1609
- ]
1610
- ],
1611
- [
1612
- [
1613
- 0.17173804875353463
1614
- ]
1615
- ],
1616
- [
1617
- [
1618
- 0.16705841935406873
1619
- ]
1620
- ]
1621
- ],
1622
- "q50": [
1623
- [
1624
- [
1625
- 0.20980363782917086
1626
- ]
1627
- ],
1628
- [
1629
- [
1630
- 0.25342652918863406
1631
- ]
1632
- ],
1633
- [
1634
- [
1635
- 0.25483500631537614
1636
- ]
1637
- ]
1638
- ],
1639
- "q90": [
1640
- [
1641
- [
1642
- 0.7337765756364348
1643
- ]
1644
- ],
1645
- [
1646
- [
1647
- 0.731478777643451
1648
- ]
1649
- ],
1650
- [
1651
- [
1652
- 0.7232763703948152
1653
- ]
1654
- ]
1655
- ],
1656
- "q99": [
1657
- [
1658
- [
1659
- 0.9935773064552951
1660
- ]
1661
- ],
1662
- [
1663
- [
1664
- 0.9998716721930684
1665
- ]
1666
- ],
1667
- [
1668
- [
1669
- 0.9853771351496614
1670
- ]
1671
- ]
1672
- ]
1673
- }
1674
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:457bc47356f708d1a4854ec55f43b515dcef5c2adf7775160d2321cf97305ce3
3
- size 2845