GuanhuaJi commited on
Commit
dba8cc6
·
verified ·
1 Parent(s): baeb5f7

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_310000_315000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 79575
13
+ total_videos: null
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/file-*.parquet"
21
+ ---
22
+ # language_table_train_310000_315000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 79,575
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_310000_315000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 79575
13
+ total_videos: null
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/file-*.parquet"
21
+ ---
22
+ # language_table_train_310000_315000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 79,575
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e124d24dd677722ad186a549538e2839f5f1d619f6dc6fdcbb162e481fe2c553
3
+ size 61765460
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da3afb21ac54fa37790b50aed13e86a8fbd27004aad0cf6e98eaefecaff8ac75
3
+ size 26929679
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 5000,
5
+ "total_frames": 79575,
6
+ "total_tasks": 4227,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:5000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.image": {
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.4270182215843025
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.5377336298774065
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.5634745291160761
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.30048579715006574
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.19500452838628202
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.1505836091802849
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 79575
73
+ ]
74
+ },
75
+ "index": {
76
+ "min": [
77
+ 0
78
+ ],
79
+ "max": [
80
+ 79574
81
+ ],
82
+ "mean": [
83
+ 39787.0
84
+ ],
85
+ "std": [
86
+ 22971.323833568378
87
+ ],
88
+ "count": [
89
+ 79575
90
+ ]
91
+ },
92
+ "observation.kuka_iiwa.ee_error": {
93
+ "min": [
94
+ -0.043614283204078674,
95
+ -0.016807526350021362,
96
+ -9.588897228240967e-06,
97
+ -6.408862100215629e-05,
98
+ -2.3309612515731715e-05,
99
+ 0.0,
100
+ -0.11699715256690979
101
+ ],
102
+ "max": [
103
+ 9.238719940185547e-06,
104
+ 0.01679283380508423,
105
+ 0.023881621658802032,
106
+ 0.3091915249824524,
107
+ 3.702581307152286e-05,
108
+ 0.04906606674194336,
109
+ 0.11694766581058502
110
+ ],
111
+ "mean": [
112
+ -0.003379773084754419,
113
+ 1.1600589116045007e-05,
114
+ 0.0016135452255714013,
115
+ 0.023121096178579065,
116
+ 4.9741643001702175e-06,
117
+ 0.0020957154534795614,
118
+ -8.365861722944921e-05
119
+ ],
120
+ "std": [
121
+ 0.008228143727058388,
122
+ 0.002753232236555796,
123
+ 0.004096396718741355,
124
+ 0.057001988217705135,
125
+ 1.2008609469509107e-05,
126
+ 0.006751365086655883,
127
+ 0.018911378545154286
128
+ ],
129
+ "count": [
130
+ 79575
131
+ ]
132
+ },
133
+ "observation.ur5e.ee_pose": {
134
+ "min": [
135
+ 0.19089002907276154,
136
+ -0.30511924624443054,
137
+ 0.08500014245510101,
138
+ -0.0002664240309968591,
139
+ -0.00011417583300499246,
140
+ 0.9999999403953552,
141
+ -0.0001826629159040749
142
+ ],
143
+ "max": [
144
+ 0.6190787553787231,
145
+ 0.3455950617790222,
146
+ 0.08504059910774231,
147
+ 3.6859852116322145e-05,
148
+ 0.0002917997189797461,
149
+ 1.0,
150
+ 0.0002688037639018148
151
+ ],
152
+ "mean": [
153
+ 0.3992726029583466,
154
+ 0.001967786407049224,
155
+ 0.08500132810880356,
156
+ -4.7409361273728445e-06,
157
+ -6.015762719916987e-05,
158
+ 1.0,
159
+ 5.226395629792748e-05
160
+ ],
161
+ "std": [
162
+ 0.10467477989436264,
163
+ 0.14149376311178283,
164
+ 2.4169749376545777e-06,
165
+ 2.2987290342097548e-05,
166
+ 2.5654696800060294e-05,
167
+ 4.047853741461893e-09,
168
+ 2.432045506537301e-05
169
+ ],
170
+ "count": [
171
+ 79575
172
+ ]
173
+ },
174
+ "timestamp": {
175
+ "min": [
176
+ 0.0
177
+ ],
178
+ "max": [
179
+ 5.0
180
+ ],
181
+ "mean": [
182
+ 1.0080113100848256
183
+ ],
184
+ "std": [
185
+ 0.8831113619100732
186
+ ],
187
+ "count": [
188
+ 79575
189
+ ]
190
+ },
191
+ "observation.sawyer.ee_error": {
192
+ "min": [
193
+ -7.331371307373047e-06,
194
+ -1.6987323760986328e-06,
195
+ -3.889203071594238e-06,
196
+ 1.9162436728947796e-05,
197
+ -2.740658055699896e-05,
198
+ 0.0,
199
+ -1.4167938388709445e-05
200
+ ],
201
+ "max": [
202
+ 5.960464477539062e-07,
203
+ 1.3113021850585938e-06,
204
+ 2.339482307434082e-06,
205
+ 0.0001497382327215746,
206
+ 3.5074503102805465e-05,
207
+ 0.0,
208
+ 7.457409810740501e-05
209
+ ],
210
+ "mean": [
211
+ -3.8531371124089445e-06,
212
+ -7.592658080703134e-07,
213
+ -1.2581739977682043e-06,
214
+ 8.094476360545863e-05,
215
+ 1.8276699387246675e-06,
216
+ 0.0,
217
+ 5.251652303938725e-05
218
+ ],
219
+ "std": [
220
+ 1.1088131223766508e-06,
221
+ 2.577173044084547e-07,
222
+ 7.994892150896437e-07,
223
+ 1.9745779899434924e-05,
224
+ 1.2238119428504331e-05,
225
+ 0.0,
226
+ 1.543184923239702e-05
227
+ ],
228
+ "count": [
229
+ 79575
230
+ ]
231
+ },
232
+ "observation.google_robot.base_position": {
233
+ "min": [
234
+ 0.05000000074505806,
235
+ 0.0,
236
+ 0.0
237
+ ],
238
+ "max": [
239
+ 0.05000000074505806,
240
+ 0.0,
241
+ 0.0
242
+ ],
243
+ "mean": [
244
+ 0.049999999361539316,
245
+ 0.0,
246
+ 0.0
247
+ ],
248
+ "std": [
249
+ 1.4688333476758135e-08,
250
+ 0.0,
251
+ 0.0
252
+ ],
253
+ "count": [
254
+ 79575
255
+ ]
256
+ },
257
+ "observation.panda.base_position": {
258
+ "min": [
259
+ 0.0,
260
+ 0.0,
261
+ 0.0
262
+ ],
263
+ "max": [
264
+ 0.0,
265
+ 0.0,
266
+ 0.0
267
+ ],
268
+ "mean": [
269
+ 0.0,
270
+ 0.0,
271
+ 0.0
272
+ ],
273
+ "std": [
274
+ 0.0,
275
+ 0.0,
276
+ 0.0
277
+ ],
278
+ "count": [
279
+ 79575
280
+ ]
281
+ },
282
+ "observation.images.jaco": {
283
+ "min": [
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.0
292
+ ]
293
+ ],
294
+ [
295
+ [
296
+ 0.0
297
+ ]
298
+ ]
299
+ ],
300
+ "max": [
301
+ [
302
+ [
303
+ 1.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 1.0
309
+ ]
310
+ ],
311
+ [
312
+ [
313
+ 1.0
314
+ ]
315
+ ]
316
+ ],
317
+ "mean": [
318
+ [
319
+ [
320
+ 0.4119834497709442
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 0.5068550730802299
326
+ ]
327
+ ],
328
+ [
329
+ [
330
+ 0.5381596399068576
331
+ ]
332
+ ]
333
+ ],
334
+ "std": [
335
+ [
336
+ [
337
+ 0.299211889597071
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.20600485062489085
343
+ ]
344
+ ],
345
+ [
346
+ [
347
+ 0.16609284889696474
348
+ ]
349
+ ]
350
+ ],
351
+ "count": [
352
+ 79575
353
+ ]
354
+ },
355
+ "observation.sawyer.base_orientation": {
356
+ "min": [
357
+ 0.0
358
+ ],
359
+ "max": [
360
+ 0.0
361
+ ],
362
+ "mean": [
363
+ 0.0
364
+ ],
365
+ "std": [
366
+ 0.0
367
+ ],
368
+ "count": [
369
+ 79575
370
+ ]
371
+ },
372
+ "task_index": {
373
+ "min": [
374
+ 0
375
+ ],
376
+ "max": [
377
+ 4226
378
+ ],
379
+ "mean": [
380
+ 1972.2776500157086
381
+ ],
382
+ "std": [
383
+ 1231.4421900012678
384
+ ],
385
+ "count": [
386
+ 79575
387
+ ]
388
+ },
389
+ "observation.kinova3.ee_error": {
390
+ "min": [
391
+ -0.007206276059150696,
392
+ -0.0014816224575042725,
393
+ -8.814036846160889e-06,
394
+ 4.781391908181831e-05,
395
+ -8.774812158662826e-05,
396
+ 0.0,
397
+ -0.012606934644281864
398
+ ],
399
+ "max": [
400
+ -1.2516975402832031e-06,
401
+ 0.001473311334848404,
402
+ 0.0011173859238624573,
403
+ 0.060989074409008026,
404
+ 3.575301525415853e-05,
405
+ 0.001865684986114502,
406
+ 0.012330077588558197
407
+ ],
408
+ "mean": [
409
+ -6.3353238079245e-05,
410
+ 2.1287562644196448e-07,
411
+ 4.393151857386247e-06,
412
+ 0.0006121603983348232,
413
+ 2.4968050581630736e-06,
414
+ 8.990804342844371e-06,
415
+ -1.5573377212836753e-05
416
+ ],
417
+ "std": [
418
+ 0.000488522100189901,
419
+ 9.804515221213958e-05,
420
+ 7.522774718451077e-05,
421
+ 0.004115620005379235,
422
+ 1.471516697455198e-05,
423
+ 9.855334095170761e-05,
424
+ 0.0008259544977193973
425
+ ],
426
+ "count": [
427
+ 79575
428
+ ]
429
+ },
430
+ "observation.jaco.ee_pose": {
431
+ "min": [
432
+ 0.19088047742843628,
433
+ -0.3051106929779053,
434
+ 0.0819491446018219,
435
+ -0.05620073899626732,
436
+ -0.00014222842582967132,
437
+ 0.9916574358940125,
438
+ -0.05472468212246895
439
+ ],
440
+ "max": [
441
+ 0.6190657615661621,
442
+ 0.34560173749923706,
443
+ 0.08761525899171829,
444
+ 0.12746281921863556,
445
+ 0.00029602512950077653,
446
+ 1.0,
447
+ 0.06845306605100632
448
+ ],
449
+ "mean": [
450
+ 0.3992682498584856,
451
+ 0.001976155721450049,
452
+ 0.08499739989811543,
453
+ 0.00017200979726210474,
454
+ 1.3551353113171659e-05,
455
+ 0.9999907805954852,
456
+ 6.953828768464764e-05
457
+ ],
458
+ "std": [
459
+ 0.10465999608348724,
460
+ 0.1414901822270369,
461
+ 0.00012882756602172654,
462
+ 0.004052704985232335,
463
+ 1.895390927344483e-05,
464
+ 0.00017742741286271894,
465
+ 0.0014048634457505512
466
+ ],
467
+ "count": [
468
+ 79575
469
+ ]
470
+ },
471
+ "observation.ee_pose": {
472
+ "min": [
473
+ 0.19089770317077637,
474
+ -0.30511707067489624,
475
+ 0.0671975240111351,
476
+ -0.21347709000110626,
477
+ -0.004514093045145273,
478
+ 0.9539836645126343,
479
+ -0.12050765007734299
480
+ ],
481
+ "max": [
482
+ 0.6190722584724426,
483
+ 0.34559720754623413,
484
+ 0.08868566900491714,
485
+ 0.2600775361061096,
486
+ 0.004898654296994209,
487
+ 1.0,
488
+ 0.14924752712249756
489
+ ],
490
+ "mean": [
491
+ 0.39926084638372217,
492
+ 0.0019677434148915834,
493
+ 0.0849970953176316,
494
+ 0.00012068444367547265,
495
+ -0.00011516865512790095,
496
+ 0.99999160360099,
497
+ 0.000160962705470248
498
+ ],
499
+ "std": [
500
+ 0.10464668595440406,
501
+ 0.14148656146582986,
502
+ 0.00013445547785841466,
503
+ 0.0037074794282484767,
504
+ 7.369554027207219e-05,
505
+ 0.0004275372179493452,
506
+ 0.0016863979088801012
507
+ ],
508
+ "count": [
509
+ 79575
510
+ ]
511
+ },
512
+ "observation.kuka_iiwa.ee_pose": {
513
+ "min": [
514
+ 0.24090416729450226,
515
+ -0.305113822221756,
516
+ 0.061118386685848236,
517
+ -0.3091915249824524,
518
+ -3.702581307152286e-05,
519
+ 0.9509339332580566,
520
+ -0.11694766581058502
521
+ ],
522
+ "max": [
523
+ 0.6690766215324402,
524
+ 0.34560367465019226,
525
+ 0.08500959724187851,
526
+ 6.408862100215629e-05,
527
+ 2.3309612515731715e-05,
528
+ 1.0,
529
+ 0.11699715256690979
530
+ ],
531
+ "mean": [
532
+ 0.45265434949401034,
533
+ 0.001966397572889612,
534
+ 0.08338646398076013,
535
+ -0.023121096178579065,
536
+ -4.9741643001702175e-06,
537
+ 0.9979042836880482,
538
+ 8.365861722944921e-05
539
+ ],
540
+ "std": [
541
+ 0.0998167754854512,
542
+ 0.14229795018840055,
543
+ 0.0040963970018971195,
544
+ 0.057001988217705135,
545
+ 1.2008609469509107e-05,
546
+ 0.006751365132847699,
547
+ 0.018911378545154286
548
+ ],
549
+ "count": [
550
+ 79575
551
+ ]
552
+ },
553
+ "episode_index": {
554
+ "min": [
555
+ 0
556
+ ],
557
+ "max": [
558
+ 4999
559
+ ],
560
+ "mean": [
561
+ 2509.6179704681117
562
+ ],
563
+ "std": [
564
+ 1439.5424022569548
565
+ ],
566
+ "count": [
567
+ 79575
568
+ ]
569
+ },
570
+ "observation.sawyer.joints": {
571
+ "min": [
572
+ -1.4008369445800781,
573
+ -0.880638599395752,
574
+ -0.16483761370182037,
575
+ 1.2183067798614502,
576
+ -0.7709336876869202,
577
+ -0.20867134630680084,
578
+ -0.5481326580047607,
579
+ 1.0
580
+ ],
581
+ "max": [
582
+ 0.5685970783233643,
583
+ -0.44344043731689453,
584
+ 0.17670443654060364,
585
+ 2.5101733207702637,
586
+ 0.07798328250646591,
587
+ 0.796864926815033,
588
+ 0.7014889121055603,
589
+ 1.0
590
+ ],
591
+ "mean": [
592
+ -0.3821922348777671,
593
+ -0.7864378297482502,
594
+ 0.04628027965821062,
595
+ 2.0926216932381245,
596
+ -0.21528349111869372,
597
+ 0.26947575657053313,
598
+ 0.036552080985129715,
599
+ 1.0
600
+ ],
601
+ "std": [
602
+ 0.3415095696037335,
603
+ 0.07528379895525224,
604
+ 0.05001904062721304,
605
+ 0.2512735073803828,
606
+ 0.17761079302221536,
607
+ 0.1850843767903275,
608
+ 0.24476232710985793,
609
+ 0.0
610
+ ],
611
+ "count": [
612
+ 79575
613
+ ]
614
+ },
615
+ "observation.images.kuka_iiwa": {
616
+ "min": [
617
+ [
618
+ [
619
+ 0.0
620
+ ]
621
+ ],
622
+ [
623
+ [
624
+ 0.0
625
+ ]
626
+ ],
627
+ [
628
+ [
629
+ 0.0
630
+ ]
631
+ ]
632
+ ],
633
+ "max": [
634
+ [
635
+ [
636
+ 1.0
637
+ ]
638
+ ],
639
+ [
640
+ [
641
+ 1.0
642
+ ]
643
+ ],
644
+ [
645
+ [
646
+ 1.0
647
+ ]
648
+ ]
649
+ ],
650
+ "mean": [
651
+ [
652
+ [
653
+ 0.4257224455936607
654
+ ]
655
+ ],
656
+ [
657
+ [
658
+ 0.5108204589331801
659
+ ]
660
+ ],
661
+ [
662
+ [
663
+ 0.5350427007481886
664
+ ]
665
+ ]
666
+ ],
667
+ "std": [
668
+ [
669
+ [
670
+ 0.29600216604172824
671
+ ]
672
+ ],
673
+ [
674
+ [
675
+ 0.19749389792737787
676
+ ]
677
+ ],
678
+ [
679
+ [
680
+ 0.16763216827777047
681
+ ]
682
+ ]
683
+ ],
684
+ "count": [
685
+ 79575
686
+ ]
687
+ },
688
+ "observation.ur5e.base_position": {
689
+ "min": [
690
+ 0.0,
691
+ 0.0,
692
+ 0.0
693
+ ],
694
+ "max": [
695
+ 0.0,
696
+ 0.0,
697
+ 0.0
698
+ ],
699
+ "mean": [
700
+ 0.0,
701
+ 0.0,
702
+ 0.0
703
+ ],
704
+ "std": [
705
+ 0.0,
706
+ 0.0,
707
+ 0.0
708
+ ],
709
+ "count": [
710
+ 79575
711
+ ]
712
+ },
713
+ "observation.google_robot.ee_error": {
714
+ "min": [
715
+ -1.290440559387207e-05,
716
+ -0.0008611083030700684,
717
+ -0.011340588331222534,
718
+ -0.06375643610954285,
719
+ -0.00016459664038848132,
720
+ 0.0,
721
+ -0.03420744836330414
722
+ ],
723
+ "max": [
724
+ 0.014106035232543945,
725
+ 0.002742201089859009,
726
+ 1.420825719833374e-05,
727
+ 0.0001958256179932505,
728
+ 0.008355541154742241,
729
+ 0.002655923366546631,
730
+ 0.00028588497661985457
731
+ ],
732
+ "mean": [
733
+ 3.6209529719663218e-06,
734
+ -1.1639341622646201e-06,
735
+ -1.99530153419743e-06,
736
+ -7.320964589910889e-05,
737
+ -5.33988405806779e-05,
738
+ 4.7870976594825934e-08,
739
+ -5.134561978106553e-06
740
+ ],
741
+ "std": [
742
+ 6.627779294228958e-05,
743
+ 1.2306883989195341e-05,
744
+ 5.920867043564736e-05,
745
+ 0.0002826463025455178,
746
+ 5.425969218518192e-05,
747
+ 9.8539901464897e-06,
748
+ 0.00015328288549800622
749
+ ],
750
+ "count": [
751
+ 79575
752
+ ]
753
+ },
754
+ "observation.jaco.base_orientation": {
755
+ "min": [
756
+ 0.0
757
+ ],
758
+ "max": [
759
+ 0.0
760
+ ],
761
+ "mean": [
762
+ 0.0
763
+ ],
764
+ "std": [
765
+ 0.0
766
+ ],
767
+ "count": [
768
+ 79575
769
+ ]
770
+ },
771
+ "observation.sawyer.base_position": {
772
+ "min": [
773
+ 0.05000000074505806,
774
+ 0.0,
775
+ 0.0
776
+ ],
777
+ "max": [
778
+ 0.05000000074505806,
779
+ 0.0,
780
+ 0.0
781
+ ],
782
+ "mean": [
783
+ 0.049999999361539316,
784
+ 0.0,
785
+ 0.0
786
+ ],
787
+ "std": [
788
+ 1.4688333476758135e-08,
789
+ 0.0,
790
+ 0.0
791
+ ],
792
+ "count": [
793
+ 79575
794
+ ]
795
+ },
796
+ "observation.ur5e.base_orientation": {
797
+ "min": [
798
+ 0.0
799
+ ],
800
+ "max": [
801
+ 0.0
802
+ ],
803
+ "mean": [
804
+ 0.0
805
+ ],
806
+ "std": [
807
+ 0.0
808
+ ],
809
+ "count": [
810
+ 79575
811
+ ]
812
+ },
813
+ "observation.kinova3.joints": {
814
+ "min": [
815
+ -1.219552755355835,
816
+ 0.8360761404037476,
817
+ -1.5177007913589478,
818
+ 0.6025381088256836,
819
+ -1.6004962921142578,
820
+ -1.58744478225708,
821
+ -0.715054452419281,
822
+ 1.0
823
+ ],
824
+ "max": [
825
+ 1.1683722734451294,
826
+ 1.6545524597167969,
827
+ 0.13678918778896332,
828
+ 2.569999933242798,
829
+ 0.4643177092075348,
830
+ 1.178722858428955,
831
+ 1.755104422569275,
832
+ 1.0
833
+ ],
834
+ "mean": [
835
+ -0.040375703321098376,
836
+ 0.925967289221725,
837
+ -0.03968889167776457,
838
+ 1.917374345629312,
839
+ -0.011497413647594547,
840
+ 0.2934903825162841,
841
+ -0.049927330839410845,
842
+ 1.0
843
+ ],
844
+ "std": [
845
+ 0.38821650616681375,
846
+ 0.10937828324361519,
847
+ 0.16970874250123222,
848
+ 0.365080450087964,
849
+ 0.24290577917482792,
850
+ 0.3457431431776627,
851
+ 0.29432859605683137,
852
+ 0.0
853
+ ],
854
+ "count": [
855
+ 79575
856
+ ]
857
+ },
858
+ "observation.panda.base_orientation": {
859
+ "min": [
860
+ 0.0
861
+ ],
862
+ "max": [
863
+ 0.0
864
+ ],
865
+ "mean": [
866
+ 0.0
867
+ ],
868
+ "std": [
869
+ 0.0
870
+ ],
871
+ "count": [
872
+ 79575
873
+ ]
874
+ },
875
+ "observation.kuka_iiwa.base_position": {
876
+ "min": [
877
+ 0.05000000074505806,
878
+ 0.0,
879
+ 0.0
880
+ ],
881
+ "max": [
882
+ 0.05000000074505806,
883
+ 0.0,
884
+ 0.0
885
+ ],
886
+ "mean": [
887
+ 0.049999999361539316,
888
+ 0.0,
889
+ 0.0
890
+ ],
891
+ "std": [
892
+ 1.4688333476758135e-08,
893
+ 0.0,
894
+ 0.0
895
+ ],
896
+ "count": [
897
+ 79575
898
+ ]
899
+ },
900
+ "observation.kuka_iiwa.joints": {
901
+ "min": [
902
+ -0.9654108285903931,
903
+ 0.9374072551727295,
904
+ -0.0892433300614357,
905
+ -2.094399929046631,
906
+ -0.4503113627433777,
907
+ 0.10999058932065964,
908
+ -0.5640708208084106,
909
+ 1.0
910
+ ],
911
+ "max": [
912
+ 1.0141088962554932,
913
+ 1.3966761827468872,
914
+ 0.14452601969242096,
915
+ -0.762292742729187,
916
+ 0.30973494052886963,
917
+ 0.9829941987991333,
918
+ 0.7099758982658386,
919
+ 1.0
920
+ ],
921
+ "mean": [
922
+ -0.02184650736977456,
923
+ 1.0190795526428116,
924
+ 0.032321911510639956,
925
+ -1.7988406852195744,
926
+ -0.07884840545941064,
927
+ 0.3752711461016752,
928
+ 0.06822438920328674,
929
+ 1.0
930
+ ],
931
+ "std": [
932
+ 0.33962860652252375,
933
+ 0.07721978600520621,
934
+ 0.032156165792093655,
935
+ 0.2746730434654959,
936
+ 0.09534103087157907,
937
+ 0.17140741844459795,
938
+ 0.23984513401299146,
939
+ 0.0
940
+ ],
941
+ "count": [
942
+ 79575
943
+ ]
944
+ },
945
+ "observation.kinova3.base_position": {
946
+ "min": [
947
+ 0.0,
948
+ 0.0,
949
+ 0.0
950
+ ],
951
+ "max": [
952
+ 0.0,
953
+ 0.0,
954
+ 0.0
955
+ ],
956
+ "mean": [
957
+ 0.0,
958
+ 0.0,
959
+ 0.0
960
+ ],
961
+ "std": [
962
+ 0.0,
963
+ 0.0,
964
+ 0.0
965
+ ],
966
+ "count": [
967
+ 79575
968
+ ]
969
+ },
970
+ "observation.state": {
971
+ "min": [
972
+ 0.19085931777954102,
973
+ -0.30511632561683655
974
+ ],
975
+ "max": [
976
+ 0.619100034236908,
977
+ 0.3456248342990875
978
+ ],
979
+ "mean": [
980
+ 0.3993919510937621,
981
+ 0.0016597436187005372
982
+ ],
983
+ "std": [
984
+ 0.10522439764637805,
985
+ 0.1422016605692147
986
+ ],
987
+ "count": [
988
+ 79575
989
+ ]
990
+ },
991
+ "observation.images.panda": {
992
+ "min": [
993
+ [
994
+ [
995
+ 0.0
996
+ ]
997
+ ],
998
+ [
999
+ [
1000
+ 0.0
1001
+ ]
1002
+ ],
1003
+ [
1004
+ [
1005
+ 0.0
1006
+ ]
1007
+ ]
1008
+ ],
1009
+ "max": [
1010
+ [
1011
+ [
1012
+ 1.0
1013
+ ]
1014
+ ],
1015
+ [
1016
+ [
1017
+ 1.0
1018
+ ]
1019
+ ],
1020
+ [
1021
+ [
1022
+ 1.0
1023
+ ]
1024
+ ]
1025
+ ],
1026
+ "mean": [
1027
+ [
1028
+ [
1029
+ 0.43651110074490257
1030
+ ]
1031
+ ],
1032
+ [
1033
+ [
1034
+ 0.529536711019941
1035
+ ]
1036
+ ],
1037
+ [
1038
+ [
1039
+ 0.5600570588988195
1040
+ ]
1041
+ ]
1042
+ ],
1043
+ "std": [
1044
+ [
1045
+ [
1046
+ 0.2962844374825064
1047
+ ]
1048
+ ],
1049
+ [
1050
+ [
1051
+ 0.19317332571408466
1052
+ ]
1053
+ ],
1054
+ [
1055
+ [
1056
+ 0.14670721594230568
1057
+ ]
1058
+ ]
1059
+ ],
1060
+ "count": [
1061
+ 79575
1062
+ ]
1063
+ },
1064
+ "observation.kinova3.base_orientation": {
1065
+ "min": [
1066
+ 0.0
1067
+ ],
1068
+ "max": [
1069
+ 0.0
1070
+ ],
1071
+ "mean": [
1072
+ 0.0
1073
+ ],
1074
+ "std": [
1075
+ 0.0
1076
+ ],
1077
+ "count": [
1078
+ 79575
1079
+ ]
1080
+ },
1081
+ "observation.kuka_iiwa.base_orientation": {
1082
+ "min": [
1083
+ 0.0
1084
+ ],
1085
+ "max": [
1086
+ 0.0
1087
+ ],
1088
+ "mean": [
1089
+ 0.0
1090
+ ],
1091
+ "std": [
1092
+ 0.0
1093
+ ],
1094
+ "count": [
1095
+ 79575
1096
+ ]
1097
+ },
1098
+ "observation.panda.joints": {
1099
+ "min": [
1100
+ -1.9459471702575684,
1101
+ 0.4680877923965454,
1102
+ -0.7608665227890015,
1103
+ -3.0717999935150146,
1104
+ -2.27384877204895,
1105
+ 1.8847160339355469,
1106
+ -2.8973000049591064,
1107
+ 1.0
1108
+ ],
1109
+ "max": [
1110
+ 1.0622361898422241,
1111
+ 1.5887185335159302,
1112
+ 1.2620128393173218,
1113
+ -1.4664915800094604,
1114
+ 0.30484798550605774,
1115
+ 3.752500057220459,
1116
+ -1.1229181289672852,
1117
+ 1.0
1118
+ ],
1119
+ "mean": [
1120
+ -0.14173897787957784,
1121
+ 0.5971294289477171,
1122
+ 0.0685987784180988,
1123
+ -2.4995138614401666,
1124
+ -0.46943711491595896,
1125
+ 3.050385855624708,
1126
+ -2.785752737774551,
1127
+ 1.0
1128
+ ],
1129
+ "std": [
1130
+ 0.5137728558400824,
1131
+ 0.13999969506185858,
1132
+ 0.25901036156453106,
1133
+ 0.31337809442454795,
1134
+ 0.33900308707236665,
1135
+ 0.2786836364967213,
1136
+ 0.1644662108515483,
1137
+ 0.0
1138
+ ],
1139
+ "count": [
1140
+ 79575
1141
+ ]
1142
+ },
1143
+ "observation.google_robot.base_orientation": {
1144
+ "min": [
1145
+ 0.0
1146
+ ],
1147
+ "max": [
1148
+ 0.0
1149
+ ],
1150
+ "mean": [
1151
+ 0.0
1152
+ ],
1153
+ "std": [
1154
+ 0.0
1155
+ ],
1156
+ "count": [
1157
+ 79575
1158
+ ]
1159
+ },
1160
+ "observation.images.sawyer": {
1161
+ "min": [
1162
+ [
1163
+ [
1164
+ 0.0
1165
+ ]
1166
+ ],
1167
+ [
1168
+ [
1169
+ 0.0
1170
+ ]
1171
+ ],
1172
+ [
1173
+ [
1174
+ 0.0
1175
+ ]
1176
+ ]
1177
+ ],
1178
+ "max": [
1179
+ [
1180
+ [
1181
+ 1.0
1182
+ ]
1183
+ ],
1184
+ [
1185
+ [
1186
+ 1.0
1187
+ ]
1188
+ ],
1189
+ [
1190
+ [
1191
+ 1.0
1192
+ ]
1193
+ ]
1194
+ ],
1195
+ "mean": [
1196
+ [
1197
+ [
1198
+ 0.4148157111958482
1199
+ ]
1200
+ ],
1201
+ [
1202
+ [
1203
+ 0.49869070761267836
1204
+ ]
1205
+ ],
1206
+ [
1207
+ [
1208
+ 0.5289524154875053
1209
+ ]
1210
+ ]
1211
+ ],
1212
+ "std": [
1213
+ [
1214
+ [
1215
+ 0.29539755543917645
1216
+ ]
1217
+ ],
1218
+ [
1219
+ [
1220
+ 0.21167326569151743
1221
+ ]
1222
+ ],
1223
+ [
1224
+ [
1225
+ 0.17600255989963168
1226
+ ]
1227
+ ]
1228
+ ],
1229
+ "count": [
1230
+ 79575
1231
+ ]
1232
+ },
1233
+ "observation.images.kinova3": {
1234
+ "min": [
1235
+ [
1236
+ [
1237
+ 0.0
1238
+ ]
1239
+ ],
1240
+ [
1241
+ [
1242
+ 0.0
1243
+ ]
1244
+ ],
1245
+ [
1246
+ [
1247
+ 0.0
1248
+ ]
1249
+ ]
1250
+ ],
1251
+ "max": [
1252
+ [
1253
+ [
1254
+ 1.0
1255
+ ]
1256
+ ],
1257
+ [
1258
+ [
1259
+ 1.0
1260
+ ]
1261
+ ],
1262
+ [
1263
+ [
1264
+ 1.0
1265
+ ]
1266
+ ]
1267
+ ],
1268
+ "mean": [
1269
+ [
1270
+ [
1271
+ 0.42990208278319525
1272
+ ]
1273
+ ],
1274
+ [
1275
+ [
1276
+ 0.5242467956197027
1277
+ ]
1278
+ ],
1279
+ [
1280
+ [
1281
+ 0.5555748017518186
1282
+ ]
1283
+ ]
1284
+ ],
1285
+ "std": [
1286
+ [
1287
+ [
1288
+ 0.2947240925885353
1289
+ ]
1290
+ ],
1291
+ [
1292
+ [
1293
+ 0.19156321019017747
1294
+ ]
1295
+ ],
1296
+ [
1297
+ [
1298
+ 0.14439311826449225
1299
+ ]
1300
+ ]
1301
+ ],
1302
+ "count": [
1303
+ 79575
1304
+ ]
1305
+ },
1306
+ "observation.kinova3.ee_pose": {
1307
+ "min": [
1308
+ 0.19090892374515533,
1309
+ -0.3051193952560425,
1310
+ 0.08388262242078781,
1311
+ -0.060989074409008026,
1312
+ -3.575301525415853e-05,
1313
+ 0.9981343150138855,
1314
+ -0.012330077588558197
1315
+ ],
1316
+ "max": [
1317
+ 0.6190861463546753,
1318
+ 0.3456093370914459,
1319
+ 0.08500882238149643,
1320
+ -4.781391908181831e-05,
1321
+ 8.774812158662826e-05,
1322
+ 1.0,
1323
+ 0.012606934644281864
1324
+ ],
1325
+ "mean": [
1326
+ 0.3993379196952508,
1327
+ 0.0019777850758576003,
1328
+ 0.08499561486203379,
1329
+ -0.0006121603983348232,
1330
+ -2.4968050581630736e-06,
1331
+ 0.9999910093102858,
1332
+ 1.5573377212836753e-05
1333
+ ],
1334
+ "std": [
1335
+ 0.10456845187541289,
1336
+ 0.14150159980221685,
1337
+ 7.522789361189828e-05,
1338
+ 0.004115620005379235,
1339
+ 1.471516697455198e-05,
1340
+ 9.855405455183521e-05,
1341
+ 0.0008259544977193973
1342
+ ],
1343
+ "count": [
1344
+ 79575
1345
+ ]
1346
+ },
1347
+ "observation.ur5e.joints": {
1348
+ "min": [
1349
+ -4.265781402587891,
1350
+ -1.2956701517105103,
1351
+ 1.5303409099578857,
1352
+ -3.600839853286743,
1353
+ -1.5712389945983887,
1354
+ -5.835994243621826,
1355
+ 1.0
1356
+ ],
1357
+ "max": [
1358
+ 3.854541301727295,
1359
+ -0.7552222609519958,
1360
+ 3.0794403553009033,
1361
+ -2.345970630645752,
1362
+ -1.5705807209014893,
1363
+ 2.2835166454315186,
1364
+ 1.0
1365
+ ],
1366
+ "mean": [
1367
+ 2.774069184233773,
1368
+ -1.1338128001361083,
1369
+ 2.3827344635347134,
1370
+ -2.819674150321306,
1371
+ -1.5706997734864403,
1372
+ 1.2031525476681824,
1373
+ 1.0
1374
+ ],
1375
+ "std": [
1376
+ 0.5131452600623616,
1377
+ 0.11400530794498048,
1378
+ 0.2922729533554197,
1379
+ 0.18384500378482166,
1380
+ 3.513353264662419e-05,
1381
+ 0.5130939396552814,
1382
+ 0.0
1383
+ ],
1384
+ "count": [
1385
+ 79575
1386
+ ]
1387
+ },
1388
+ "observation.google_robot.ee_pose": {
1389
+ "min": [
1390
+ 0.24089638888835907,
1391
+ -0.3051121234893799,
1392
+ 0.08498580008745193,
1393
+ -0.0001958256179932505,
1394
+ -0.008355541154742241,
1395
+ 0.9973440766334534,
1396
+ -0.00028588497661985457
1397
+ ],
1398
+ "max": [
1399
+ 0.6690690517425537,
1400
+ 0.3456006646156311,
1401
+ 0.0963405966758728,
1402
+ 0.06375643610954285,
1403
+ 0.00016459664038848132,
1404
+ 1.0,
1405
+ 0.03420744836330414
1406
+ ],
1407
+ "mean": [
1408
+ 0.44927095659697464,
1409
+ 0.001979162107992989,
1410
+ 0.08500200303843139,
1411
+ 7.320964589910889e-05,
1412
+ 5.33988405806779e-05,
1413
+ 0.9999999527919229,
1414
+ 5.134561978106553e-06
1415
+ ],
1416
+ "std": [
1417
+ 0.10466949143702713,
1418
+ 0.14149364799508798,
1419
+ 5.920871701654694e-05,
1420
+ 0.0002826463025455178,
1421
+ 5.425969218518192e-05,
1422
+ 9.85417599430032e-06,
1423
+ 0.00015328288549800622
1424
+ ],
1425
+ "count": [
1426
+ 79575
1427
+ ]
1428
+ },
1429
+ "observation.jaco.base_position": {
1430
+ "min": [
1431
+ 0.0,
1432
+ 0.0,
1433
+ 0.0
1434
+ ],
1435
+ "max": [
1436
+ 0.0,
1437
+ 0.0,
1438
+ 0.0
1439
+ ],
1440
+ "mean": [
1441
+ 0.0,
1442
+ 0.0,
1443
+ 0.0
1444
+ ],
1445
+ "std": [
1446
+ 0.0,
1447
+ 0.0,
1448
+ 0.0
1449
+ ],
1450
+ "count": [
1451
+ 79575
1452
+ ]
1453
+ },
1454
+ "observation.panda.ee_error": {
1455
+ "min": [
1456
+ -0.009167015552520752,
1457
+ -0.0032111257314682007,
1458
+ -0.0014282241463661194,
1459
+ -0.013325474224984646,
1460
+ -0.03845394402742386,
1461
+ 0.0,
1462
+ -0.0031350033823400736
1463
+ ],
1464
+ "max": [
1465
+ 0.0009848475456237793,
1466
+ 0.0016769170761108398,
1467
+ 0.013209156692028046,
1468
+ 0.017177024856209755,
1469
+ 6.285408744588494e-05,
1470
+ 0.0009473562240600586,
1471
+ 0.022847037762403488
1472
+ ],
1473
+ "mean": [
1474
+ -4.570363017052815e-06,
1475
+ -5.413209104656659e-06,
1476
+ 1.9104649681777765e-07,
1477
+ 4.099998817876822e-05,
1478
+ -0.00017055143749334595,
1479
+ 1.5784216245443638e-06,
1480
+ 0.00017438260761435152
1481
+ ],
1482
+ "std": [
1483
+ 0.00016569988349432265,
1484
+ 9.493735792972215e-05,
1485
+ 0.00022163145261932694,
1486
+ 0.0007669307685143487,
1487
+ 0.001210109248145939,
1488
+ 2.0519004368662822e-05,
1489
+ 0.0010253363339578513
1490
+ ],
1491
+ "count": [
1492
+ 79575
1493
+ ]
1494
+ },
1495
+ "natural_language_instruction": {
1496
+ "min": [
1497
+ 97,
1498
+ 97,
1499
+ 32,
1500
+ 32,
1501
+ 32,
1502
+ 32,
1503
+ 32,
1504
+ 32,
1505
+ 32,
1506
+ 32,
1507
+ 32,
1508
+ 32,
1509
+ 32,
1510
+ 32,
1511
+ 0,
1512
+ 0,
1513
+ 0,
1514
+ 0,
1515
+ 0,
1516
+ 0,
1517
+ 0,
1518
+ 0,
1519
+ 0,
1520
+ 0,
1521
+ 0,
1522
+ 0,
1523
+ 0,
1524
+ 0,
1525
+ 0,
1526
+ 0,
1527
+ 0,
1528
+ 0,
1529
+ 0,
1530
+ 0,
1531
+ 0,
1532
+ 0,
1533
+ 0,
1534
+ 0,
1535
+ 0,
1536
+ 0,
1537
+ 0,
1538
+ 0,
1539
+ 0,
1540
+ 0,
1541
+ 0,
1542
+ 0,
1543
+ 0,
1544
+ 0,
1545
+ 0,
1546
+ 0,
1547
+ 0,
1548
+ 0,
1549
+ 0,
1550
+ 0,
1551
+ 0,
1552
+ 0,
1553
+ 0,
1554
+ 0,
1555
+ 0,
1556
+ 0,
1557
+ 0,
1558
+ 0,
1559
+ 0,
1560
+ 0,
1561
+ 0,
1562
+ 0,
1563
+ 0,
1564
+ 0,
1565
+ 0,
1566
+ 0,
1567
+ 0,
1568
+ 0,
1569
+ 0,
1570
+ 0,
1571
+ 0,
1572
+ 0,
1573
+ 0,
1574
+ 0,
1575
+ 0,
1576
+ 0,
1577
+ 0,
1578
+ 0,
1579
+ 0,
1580
+ 0,
1581
+ 0,
1582
+ 0,
1583
+ 0,
1584
+ 0,
1585
+ 0,
1586
+ 0,
1587
+ 0,
1588
+ 0,
1589
+ 0,
1590
+ 0,
1591
+ 0,
1592
+ 0,
1593
+ 0,
1594
+ 0,
1595
+ 0,
1596
+ 0,
1597
+ 0,
1598
+ 0,
1599
+ 0,
1600
+ 0,
1601
+ 0,
1602
+ 0,
1603
+ 0,
1604
+ 0,
1605
+ 0,
1606
+ 0,
1607
+ 0,
1608
+ 0,
1609
+ 0,
1610
+ 0,
1611
+ 0,
1612
+ 0,
1613
+ 0,
1614
+ 0,
1615
+ 0,
1616
+ 0,
1617
+ 0,
1618
+ 0,
1619
+ 0,
1620
+ 0,
1621
+ 0,
1622
+ 0,
1623
+ 0,
1624
+ 0,
1625
+ 0,
1626
+ 0,
1627
+ 0,
1628
+ 0,
1629
+ 0,
1630
+ 0,
1631
+ 0,
1632
+ 0,
1633
+ 0,
1634
+ 0,
1635
+ 0,
1636
+ 0,
1637
+ 0,
1638
+ 0,
1639
+ 0,
1640
+ 0,
1641
+ 0,
1642
+ 0,
1643
+ 0,
1644
+ 0,
1645
+ 0,
1646
+ 0,
1647
+ 0,
1648
+ 0,
1649
+ 0,
1650
+ 0,
1651
+ 0,
1652
+ 0,
1653
+ 0,
1654
+ 0,
1655
+ 0,
1656
+ 0,
1657
+ 0,
1658
+ 0,
1659
+ 0,
1660
+ 0,
1661
+ 0,
1662
+ 0,
1663
+ 0,
1664
+ 0,
1665
+ 0,
1666
+ 0,
1667
+ 0,
1668
+ 0,
1669
+ 0,
1670
+ 0,
1671
+ 0,
1672
+ 0,
1673
+ 0,
1674
+ 0,
1675
+ 0,
1676
+ 0,
1677
+ 0,
1678
+ 0,
1679
+ 0,
1680
+ 0,
1681
+ 0,
1682
+ 0,
1683
+ 0,
1684
+ 0,
1685
+ 0,
1686
+ 0,
1687
+ 0,
1688
+ 0,
1689
+ 0,
1690
+ 0,
1691
+ 0,
1692
+ 0,
1693
+ 0,
1694
+ 0,
1695
+ 0,
1696
+ 0,
1697
+ 0,
1698
+ 0,
1699
+ 0,
1700
+ 0,
1701
+ 0,
1702
+ 0,
1703
+ 0,
1704
+ 0,
1705
+ 0,
1706
+ 0,
1707
+ 0,
1708
+ 0,
1709
+ 0,
1710
+ 0,
1711
+ 0,
1712
+ 0,
1713
+ 0,
1714
+ 0,
1715
+ 0,
1716
+ 0,
1717
+ 0,
1718
+ 0,
1719
+ 0,
1720
+ 0,
1721
+ 0,
1722
+ 0,
1723
+ 0,
1724
+ 0,
1725
+ 0,
1726
+ 0,
1727
+ 0,
1728
+ 0,
1729
+ 0,
1730
+ 0,
1731
+ 0,
1732
+ 0,
1733
+ 0,
1734
+ 0,
1735
+ 0,
1736
+ 0,
1737
+ 0,
1738
+ 0,
1739
+ 0,
1740
+ 0,
1741
+ 0,
1742
+ 0,
1743
+ 0,
1744
+ 0,
1745
+ 0,
1746
+ 0,
1747
+ 0,
1748
+ 0,
1749
+ 0,
1750
+ 0,
1751
+ 0,
1752
+ 0,
1753
+ 0,
1754
+ 0,
1755
+ 0,
1756
+ 0,
1757
+ 0,
1758
+ 0,
1759
+ 0,
1760
+ 0,
1761
+ 0,
1762
+ 0,
1763
+ 0,
1764
+ 0,
1765
+ 0,
1766
+ 0,
1767
+ 0,
1768
+ 0,
1769
+ 0,
1770
+ 0,
1771
+ 0,
1772
+ 0,
1773
+ 0,
1774
+ 0,
1775
+ 0,
1776
+ 0,
1777
+ 0,
1778
+ 0,
1779
+ 0,
1780
+ 0,
1781
+ 0,
1782
+ 0,
1783
+ 0,
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 0,
1788
+ 0,
1789
+ 0,
1790
+ 0,
1791
+ 0,
1792
+ 0,
1793
+ 0,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 0,
1798
+ 0,
1799
+ 0,
1800
+ 0,
1801
+ 0,
1802
+ 0,
1803
+ 0,
1804
+ 0,
1805
+ 0,
1806
+ 0,
1807
+ 0,
1808
+ 0,
1809
+ 0,
1810
+ 0,
1811
+ 0,
1812
+ 0,
1813
+ 0,
1814
+ 0,
1815
+ 0,
1816
+ 0,
1817
+ 0,
1818
+ 0,
1819
+ 0,
1820
+ 0,
1821
+ 0,
1822
+ 0,
1823
+ 0,
1824
+ 0,
1825
+ 0,
1826
+ 0,
1827
+ 0,
1828
+ 0,
1829
+ 0,
1830
+ 0,
1831
+ 0,
1832
+ 0,
1833
+ 0,
1834
+ 0,
1835
+ 0,
1836
+ 0,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ 0,
1841
+ 0,
1842
+ 0,
1843
+ 0,
1844
+ 0,
1845
+ 0,
1846
+ 0,
1847
+ 0,
1848
+ 0,
1849
+ 0,
1850
+ 0,
1851
+ 0,
1852
+ 0,
1853
+ 0,
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 0,
1863
+ 0,
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 0,
1871
+ 0,
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0,
2000
+ 0,
2001
+ 0,
2002
+ 0,
2003
+ 0,
2004
+ 0,
2005
+ 0,
2006
+ 0,
2007
+ 0,
2008
+ 0
2009
+ ],
2010
+ "max": [
2011
+ 116,
2012
+ 117,
2013
+ 118,
2014
+ 118,
2015
+ 121,
2016
+ 121,
2017
+ 121,
2018
+ 121,
2019
+ 121,
2020
+ 121,
2021
+ 121,
2022
+ 121,
2023
+ 121,
2024
+ 121,
2025
+ 120,
2026
+ 121,
2027
+ 121,
2028
+ 121,
2029
+ 122,
2030
+ 122,
2031
+ 122,
2032
+ 121,
2033
+ 122,
2034
+ 122,
2035
+ 122,
2036
+ 122,
2037
+ 122,
2038
+ 122,
2039
+ 122,
2040
+ 122,
2041
+ 122,
2042
+ 122,
2043
+ 121,
2044
+ 121,
2045
+ 121,
2046
+ 122,
2047
+ 122,
2048
+ 121,
2049
+ 122,
2050
+ 121,
2051
+ 121,
2052
+ 122,
2053
+ 121,
2054
+ 122,
2055
+ 121,
2056
+ 121,
2057
+ 121,
2058
+ 121,
2059
+ 121,
2060
+ 121,
2061
+ 121,
2062
+ 121,
2063
+ 121,
2064
+ 121,
2065
+ 122,
2066
+ 122,
2067
+ 121,
2068
+ 121,
2069
+ 121,
2070
+ 121,
2071
+ 121,
2072
+ 121,
2073
+ 121,
2074
+ 121,
2075
+ 120,
2076
+ 121,
2077
+ 121,
2078
+ 119,
2079
+ 121,
2080
+ 117,
2081
+ 119,
2082
+ 120,
2083
+ 119,
2084
+ 116,
2085
+ 116,
2086
+ 117,
2087
+ 117,
2088
+ 116,
2089
+ 110,
2090
+ 117,
2091
+ 108,
2092
+ 116,
2093
+ 104,
2094
+ 107,
2095
+ 115,
2096
+ 98,
2097
+ 108,
2098
+ 117,
2099
+ 101,
2100
+ 32,
2101
+ 98,
2102
+ 108,
2103
+ 111,
2104
+ 99,
2105
+ 107,
2106
+ 115,
2107
+ 0,
2108
+ 0,
2109
+ 0,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ 0,
2115
+ 0,
2116
+ 0,
2117
+ 0,
2118
+ 0,
2119
+ 0,
2120
+ 0,
2121
+ 0,
2122
+ 0,
2123
+ 0,
2124
+ 0,
2125
+ 0,
2126
+ 0,
2127
+ 0,
2128
+ 0,
2129
+ 0,
2130
+ 0,
2131
+ 0,
2132
+ 0,
2133
+ 0,
2134
+ 0,
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ 0,
2146
+ 0,
2147
+ 0,
2148
+ 0,
2149
+ 0,
2150
+ 0,
2151
+ 0,
2152
+ 0,
2153
+ 0,
2154
+ 0,
2155
+ 0,
2156
+ 0,
2157
+ 0,
2158
+ 0,
2159
+ 0,
2160
+ 0,
2161
+ 0,
2162
+ 0,
2163
+ 0,
2164
+ 0,
2165
+ 0,
2166
+ 0,
2167
+ 0,
2168
+ 0,
2169
+ 0,
2170
+ 0,
2171
+ 0,
2172
+ 0,
2173
+ 0,
2174
+ 0,
2175
+ 0,
2176
+ 0,
2177
+ 0,
2178
+ 0,
2179
+ 0,
2180
+ 0,
2181
+ 0,
2182
+ 0,
2183
+ 0,
2184
+ 0,
2185
+ 0,
2186
+ 0,
2187
+ 0,
2188
+ 0,
2189
+ 0,
2190
+ 0,
2191
+ 0,
2192
+ 0,
2193
+ 0,
2194
+ 0,
2195
+ 0,
2196
+ 0,
2197
+ 0,
2198
+ 0,
2199
+ 0,
2200
+ 0,
2201
+ 0,
2202
+ 0,
2203
+ 0,
2204
+ 0,
2205
+ 0,
2206
+ 0,
2207
+ 0,
2208
+ 0,
2209
+ 0,
2210
+ 0,
2211
+ 0,
2212
+ 0,
2213
+ 0,
2214
+ 0,
2215
+ 0,
2216
+ 0,
2217
+ 0,
2218
+ 0,
2219
+ 0,
2220
+ 0,
2221
+ 0,
2222
+ 0,
2223
+ 0,
2224
+ 0,
2225
+ 0,
2226
+ 0,
2227
+ 0,
2228
+ 0,
2229
+ 0,
2230
+ 0,
2231
+ 0,
2232
+ 0,
2233
+ 0,
2234
+ 0,
2235
+ 0,
2236
+ 0,
2237
+ 0,
2238
+ 0,
2239
+ 0,
2240
+ 0,
2241
+ 0,
2242
+ 0,
2243
+ 0,
2244
+ 0,
2245
+ 0,
2246
+ 0,
2247
+ 0,
2248
+ 0,
2249
+ 0,
2250
+ 0,
2251
+ 0,
2252
+ 0,
2253
+ 0,
2254
+ 0,
2255
+ 0,
2256
+ 0,
2257
+ 0,
2258
+ 0,
2259
+ 0,
2260
+ 0,
2261
+ 0,
2262
+ 0,
2263
+ 0,
2264
+ 0,
2265
+ 0,
2266
+ 0,
2267
+ 0,
2268
+ 0,
2269
+ 0,
2270
+ 0,
2271
+ 0,
2272
+ 0,
2273
+ 0,
2274
+ 0,
2275
+ 0,
2276
+ 0,
2277
+ 0,
2278
+ 0,
2279
+ 0,
2280
+ 0,
2281
+ 0,
2282
+ 0,
2283
+ 0,
2284
+ 0,
2285
+ 0,
2286
+ 0,
2287
+ 0,
2288
+ 0,
2289
+ 0,
2290
+ 0,
2291
+ 0,
2292
+ 0,
2293
+ 0,
2294
+ 0,
2295
+ 0,
2296
+ 0,
2297
+ 0,
2298
+ 0,
2299
+ 0,
2300
+ 0,
2301
+ 0,
2302
+ 0,
2303
+ 0,
2304
+ 0,
2305
+ 0,
2306
+ 0,
2307
+ 0,
2308
+ 0,
2309
+ 0,
2310
+ 0,
2311
+ 0,
2312
+ 0,
2313
+ 0,
2314
+ 0,
2315
+ 0,
2316
+ 0,
2317
+ 0,
2318
+ 0,
2319
+ 0,
2320
+ 0,
2321
+ 0,
2322
+ 0,
2323
+ 0,
2324
+ 0,
2325
+ 0,
2326
+ 0,
2327
+ 0,
2328
+ 0,
2329
+ 0,
2330
+ 0,
2331
+ 0,
2332
+ 0,
2333
+ 0,
2334
+ 0,
2335
+ 0,
2336
+ 0,
2337
+ 0,
2338
+ 0,
2339
+ 0,
2340
+ 0,
2341
+ 0,
2342
+ 0,
2343
+ 0,
2344
+ 0,
2345
+ 0,
2346
+ 0,
2347
+ 0,
2348
+ 0,
2349
+ 0,
2350
+ 0,
2351
+ 0,
2352
+ 0,
2353
+ 0,
2354
+ 0,
2355
+ 0,
2356
+ 0,
2357
+ 0,
2358
+ 0,
2359
+ 0,
2360
+ 0,
2361
+ 0,
2362
+ 0,
2363
+ 0,
2364
+ 0,
2365
+ 0,
2366
+ 0,
2367
+ 0,
2368
+ 0,
2369
+ 0,
2370
+ 0,
2371
+ 0,
2372
+ 0,
2373
+ 0,
2374
+ 0,
2375
+ 0,
2376
+ 0,
2377
+ 0,
2378
+ 0,
2379
+ 0,
2380
+ 0,
2381
+ 0,
2382
+ 0,
2383
+ 0,
2384
+ 0,
2385
+ 0,
2386
+ 0,
2387
+ 0,
2388
+ 0,
2389
+ 0,
2390
+ 0,
2391
+ 0,
2392
+ 0,
2393
+ 0,
2394
+ 0,
2395
+ 0,
2396
+ 0,
2397
+ 0,
2398
+ 0,
2399
+ 0,
2400
+ 0,
2401
+ 0,
2402
+ 0,
2403
+ 0,
2404
+ 0,
2405
+ 0,
2406
+ 0,
2407
+ 0,
2408
+ 0,
2409
+ 0,
2410
+ 0,
2411
+ 0,
2412
+ 0,
2413
+ 0,
2414
+ 0,
2415
+ 0,
2416
+ 0,
2417
+ 0,
2418
+ 0,
2419
+ 0,
2420
+ 0,
2421
+ 0,
2422
+ 0,
2423
+ 0,
2424
+ 0,
2425
+ 0,
2426
+ 0,
2427
+ 0,
2428
+ 0,
2429
+ 0,
2430
+ 0,
2431
+ 0,
2432
+ 0,
2433
+ 0,
2434
+ 0,
2435
+ 0,
2436
+ 0,
2437
+ 0,
2438
+ 0,
2439
+ 0,
2440
+ 0,
2441
+ 0,
2442
+ 0,
2443
+ 0,
2444
+ 0,
2445
+ 0,
2446
+ 0,
2447
+ 0,
2448
+ 0,
2449
+ 0,
2450
+ 0,
2451
+ 0,
2452
+ 0,
2453
+ 0,
2454
+ 0,
2455
+ 0,
2456
+ 0,
2457
+ 0,
2458
+ 0,
2459
+ 0,
2460
+ 0,
2461
+ 0,
2462
+ 0,
2463
+ 0,
2464
+ 0,
2465
+ 0,
2466
+ 0,
2467
+ 0,
2468
+ 0,
2469
+ 0,
2470
+ 0,
2471
+ 0,
2472
+ 0,
2473
+ 0,
2474
+ 0,
2475
+ 0,
2476
+ 0,
2477
+ 0,
2478
+ 0,
2479
+ 0,
2480
+ 0,
2481
+ 0,
2482
+ 0,
2483
+ 0,
2484
+ 0,
2485
+ 0,
2486
+ 0,
2487
+ 0,
2488
+ 0,
2489
+ 0,
2490
+ 0,
2491
+ 0,
2492
+ 0,
2493
+ 0,
2494
+ 0,
2495
+ 0,
2496
+ 0,
2497
+ 0,
2498
+ 0,
2499
+ 0,
2500
+ 0,
2501
+ 0,
2502
+ 0,
2503
+ 0,
2504
+ 0,
2505
+ 0,
2506
+ 0,
2507
+ 0,
2508
+ 0,
2509
+ 0,
2510
+ 0,
2511
+ 0,
2512
+ 0,
2513
+ 0,
2514
+ 0,
2515
+ 0,
2516
+ 0,
2517
+ 0,
2518
+ 0,
2519
+ 0,
2520
+ 0,
2521
+ 0,
2522
+ 0
2523
+ ],
2524
+ "mean": [
2525
+ 111.14852654728244,
2526
+ 111.39351555136663,
2527
+ 111.5232547910776,
2528
+ 101.39330191643104,
2529
+ 58.48222431668238,
2530
+ 90.6959220860823,
2531
+ 107.27420672321709,
2532
+ 103.31217090794847,
2533
+ 61.10672950047125,
2534
+ 87.58348727615457,
2535
+ 101.06486961985549,
2536
+ 104.43375431982406,
2537
+ 92.06449261702797,
2538
+ 88.96574300973924,
2539
+ 91.24055293748036,
2540
+ 92.8997423814012,
2541
+ 99.35210807414389,
2542
+ 93.3772164624568,
2543
+ 96.75722274583725,
2544
+ 92.2666918001885,
2545
+ 97.97925227772542,
2546
+ 89.96806786050895,
2547
+ 91.01748036443607,
2548
+ 93.88583097706567,
2549
+ 94.14349984291549,
2550
+ 93.07202010681746,
2551
+ 90.39245994344958,
2552
+ 91.70548539114043,
2553
+ 89.1022808671065,
2554
+ 90.04436066603833,
2555
+ 86.95041156142004,
2556
+ 85.65825950361294,
2557
+ 84.83912032673578,
2558
+ 81.84502670436694,
2559
+ 80.86292177191329,
2560
+ 79.01471567703425,
2561
+ 76.01523091423185,
2562
+ 73.26008168394597,
2563
+ 69.38845114671693,
2564
+ 65.60163367891926,
2565
+ 62.30118755890669,
2566
+ 57.82721960414703,
2567
+ 54.928344329249136,
2568
+ 50.341991831605405,
2569
+ 46.46302230600063,
2570
+ 42.47444549167452,
2571
+ 38.364938737040525,
2572
+ 34.76015080113101,
2573
+ 31.705485391140435,
2574
+ 28.788111844172164,
2575
+ 25.699930882814954,
2576
+ 23.803958529688973,
2577
+ 20.95991203267358,
2578
+ 18.334037071944707,
2579
+ 16.461464027646873,
2580
+ 13.897354696826893,
2581
+ 12.470738297203896,
2582
+ 10.73736726358781,
2583
+ 9.5075589066918,
2584
+ 8.100257618598807,
2585
+ 6.599597863650644,
2586
+ 5.60526547282438,
2587
+ 4.74956958843858,
2588
+ 3.920565504241282,
2589
+ 3.372076657241596,
2590
+ 2.6883443292491362,
2591
+ 2.1921709079484764,
2592
+ 1.7989946591266102,
2593
+ 1.3775683317624883,
2594
+ 1.243870562362551,
2595
+ 1.037913917687716,
2596
+ 0.8337291863022306,
2597
+ 0.45627395538799875,
2598
+ 0.45123468426013197,
2599
+ 0.39342758404021366,
2600
+ 0.300521520578071,
2601
+ 0.20932453660069117,
2602
+ 0.16844486333647501,
2603
+ 0.14871504869619856,
2604
+ 0.1425573358466855,
2605
+ 0.09284322965755576,
2606
+ 0.07673264216148287,
2607
+ 0.04368206094879045,
2608
+ 0.044059063776311656,
2609
+ 0.026189129751806473,
2610
+ 0.02709393653785737,
2611
+ 0.029858623939679547,
2612
+ 0.03234684260131951,
2613
+ 0.02792334275840402,
2614
+ 0.008846999685830977,
2615
+ 0.02709393653785737,
2616
+ 0.029858623939679547,
2617
+ 0.030688030160226202,
2618
+ 0.027370405278039585,
2619
+ 0.02958215519949733,
2620
+ 0.03179390512095508,
2621
+ 0.0,
2622
+ 0.0,
2623
+ 0.0,
2624
+ 0.0,
2625
+ 0.0,
2626
+ 0.0,
2627
+ 0.0,
2628
+ 0.0,
2629
+ 0.0,
2630
+ 0.0,
2631
+ 0.0,
2632
+ 0.0,
2633
+ 0.0,
2634
+ 0.0,
2635
+ 0.0,
2636
+ 0.0,
2637
+ 0.0,
2638
+ 0.0,
2639
+ 0.0,
2640
+ 0.0,
2641
+ 0.0,
2642
+ 0.0,
2643
+ 0.0,
2644
+ 0.0,
2645
+ 0.0,
2646
+ 0.0,
2647
+ 0.0,
2648
+ 0.0,
2649
+ 0.0,
2650
+ 0.0,
2651
+ 0.0,
2652
+ 0.0,
2653
+ 0.0,
2654
+ 0.0,
2655
+ 0.0,
2656
+ 0.0,
2657
+ 0.0,
2658
+ 0.0,
2659
+ 0.0,
2660
+ 0.0,
2661
+ 0.0,
2662
+ 0.0,
2663
+ 0.0,
2664
+ 0.0,
2665
+ 0.0,
2666
+ 0.0,
2667
+ 0.0,
2668
+ 0.0,
2669
+ 0.0,
2670
+ 0.0,
2671
+ 0.0,
2672
+ 0.0,
2673
+ 0.0,
2674
+ 0.0,
2675
+ 0.0,
2676
+ 0.0,
2677
+ 0.0,
2678
+ 0.0,
2679
+ 0.0,
2680
+ 0.0,
2681
+ 0.0,
2682
+ 0.0,
2683
+ 0.0,
2684
+ 0.0,
2685
+ 0.0,
2686
+ 0.0,
2687
+ 0.0,
2688
+ 0.0,
2689
+ 0.0,
2690
+ 0.0,
2691
+ 0.0,
2692
+ 0.0,
2693
+ 0.0,
2694
+ 0.0,
2695
+ 0.0,
2696
+ 0.0,
2697
+ 0.0,
2698
+ 0.0,
2699
+ 0.0,
2700
+ 0.0,
2701
+ 0.0,
2702
+ 0.0,
2703
+ 0.0,
2704
+ 0.0,
2705
+ 0.0,
2706
+ 0.0,
2707
+ 0.0,
2708
+ 0.0,
2709
+ 0.0,
2710
+ 0.0,
2711
+ 0.0,
2712
+ 0.0,
2713
+ 0.0,
2714
+ 0.0,
2715
+ 0.0,
2716
+ 0.0,
2717
+ 0.0,
2718
+ 0.0,
2719
+ 0.0,
2720
+ 0.0,
2721
+ 0.0,
2722
+ 0.0,
2723
+ 0.0,
2724
+ 0.0,
2725
+ 0.0,
2726
+ 0.0,
2727
+ 0.0,
2728
+ 0.0,
2729
+ 0.0,
2730
+ 0.0,
2731
+ 0.0,
2732
+ 0.0,
2733
+ 0.0,
2734
+ 0.0,
2735
+ 0.0,
2736
+ 0.0,
2737
+ 0.0,
2738
+ 0.0,
2739
+ 0.0,
2740
+ 0.0,
2741
+ 0.0,
2742
+ 0.0,
2743
+ 0.0,
2744
+ 0.0,
2745
+ 0.0,
2746
+ 0.0,
2747
+ 0.0,
2748
+ 0.0,
2749
+ 0.0,
2750
+ 0.0,
2751
+ 0.0,
2752
+ 0.0,
2753
+ 0.0,
2754
+ 0.0,
2755
+ 0.0,
2756
+ 0.0,
2757
+ 0.0,
2758
+ 0.0,
2759
+ 0.0,
2760
+ 0.0,
2761
+ 0.0,
2762
+ 0.0,
2763
+ 0.0,
2764
+ 0.0,
2765
+ 0.0,
2766
+ 0.0,
2767
+ 0.0,
2768
+ 0.0,
2769
+ 0.0,
2770
+ 0.0,
2771
+ 0.0,
2772
+ 0.0,
2773
+ 0.0,
2774
+ 0.0,
2775
+ 0.0,
2776
+ 0.0,
2777
+ 0.0,
2778
+ 0.0,
2779
+ 0.0,
2780
+ 0.0,
2781
+ 0.0,
2782
+ 0.0,
2783
+ 0.0,
2784
+ 0.0,
2785
+ 0.0,
2786
+ 0.0,
2787
+ 0.0,
2788
+ 0.0,
2789
+ 0.0,
2790
+ 0.0,
2791
+ 0.0,
2792
+ 0.0,
2793
+ 0.0,
2794
+ 0.0,
2795
+ 0.0,
2796
+ 0.0,
2797
+ 0.0,
2798
+ 0.0,
2799
+ 0.0,
2800
+ 0.0,
2801
+ 0.0,
2802
+ 0.0,
2803
+ 0.0,
2804
+ 0.0,
2805
+ 0.0,
2806
+ 0.0,
2807
+ 0.0,
2808
+ 0.0,
2809
+ 0.0,
2810
+ 0.0,
2811
+ 0.0,
2812
+ 0.0,
2813
+ 0.0,
2814
+ 0.0,
2815
+ 0.0,
2816
+ 0.0,
2817
+ 0.0,
2818
+ 0.0,
2819
+ 0.0,
2820
+ 0.0,
2821
+ 0.0,
2822
+ 0.0,
2823
+ 0.0,
2824
+ 0.0,
2825
+ 0.0,
2826
+ 0.0,
2827
+ 0.0,
2828
+ 0.0,
2829
+ 0.0,
2830
+ 0.0,
2831
+ 0.0,
2832
+ 0.0,
2833
+ 0.0,
2834
+ 0.0,
2835
+ 0.0,
2836
+ 0.0,
2837
+ 0.0,
2838
+ 0.0,
2839
+ 0.0,
2840
+ 0.0,
2841
+ 0.0,
2842
+ 0.0,
2843
+ 0.0,
2844
+ 0.0,
2845
+ 0.0,
2846
+ 0.0,
2847
+ 0.0,
2848
+ 0.0,
2849
+ 0.0,
2850
+ 0.0,
2851
+ 0.0,
2852
+ 0.0,
2853
+ 0.0,
2854
+ 0.0,
2855
+ 0.0,
2856
+ 0.0,
2857
+ 0.0,
2858
+ 0.0,
2859
+ 0.0,
2860
+ 0.0,
2861
+ 0.0,
2862
+ 0.0,
2863
+ 0.0,
2864
+ 0.0,
2865
+ 0.0,
2866
+ 0.0,
2867
+ 0.0,
2868
+ 0.0,
2869
+ 0.0,
2870
+ 0.0,
2871
+ 0.0,
2872
+ 0.0,
2873
+ 0.0,
2874
+ 0.0,
2875
+ 0.0,
2876
+ 0.0,
2877
+ 0.0,
2878
+ 0.0,
2879
+ 0.0,
2880
+ 0.0,
2881
+ 0.0,
2882
+ 0.0,
2883
+ 0.0,
2884
+ 0.0,
2885
+ 0.0,
2886
+ 0.0,
2887
+ 0.0,
2888
+ 0.0,
2889
+ 0.0,
2890
+ 0.0,
2891
+ 0.0,
2892
+ 0.0,
2893
+ 0.0,
2894
+ 0.0,
2895
+ 0.0,
2896
+ 0.0,
2897
+ 0.0,
2898
+ 0.0,
2899
+ 0.0,
2900
+ 0.0,
2901
+ 0.0,
2902
+ 0.0,
2903
+ 0.0,
2904
+ 0.0,
2905
+ 0.0,
2906
+ 0.0,
2907
+ 0.0,
2908
+ 0.0,
2909
+ 0.0,
2910
+ 0.0,
2911
+ 0.0,
2912
+ 0.0,
2913
+ 0.0,
2914
+ 0.0,
2915
+ 0.0,
2916
+ 0.0,
2917
+ 0.0,
2918
+ 0.0,
2919
+ 0.0,
2920
+ 0.0,
2921
+ 0.0,
2922
+ 0.0,
2923
+ 0.0,
2924
+ 0.0,
2925
+ 0.0,
2926
+ 0.0,
2927
+ 0.0,
2928
+ 0.0,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0,
3028
+ 0.0,
3029
+ 0.0,
3030
+ 0.0,
3031
+ 0.0,
3032
+ 0.0,
3033
+ 0.0,
3034
+ 0.0,
3035
+ 0.0,
3036
+ 0.0
3037
+ ],
3038
+ "std": [
3039
+ 2.868450076303748,
3040
+ 4.447829962971826,
3041
+ 7.535330725067758,
3042
+ 6.915369042705888,
3043
+ 35.24821202877974,
3044
+ 37.271255425787885,
3045
+ 10.709506031477673,
3046
+ 8.536464898072593,
3047
+ 35.946183558573175,
3048
+ 35.19607465015825,
3049
+ 21.04861603041286,
3050
+ 14.000095388525166,
3051
+ 28.591260377106234,
3052
+ 32.70431908063087,
3053
+ 33.937762210739656,
3054
+ 31.798521819106888,
3055
+ 23.46676857962871,
3056
+ 27.720563824173688,
3057
+ 26.90824725773727,
3058
+ 30.245073393043977,
3059
+ 26.43318793460092,
3060
+ 33.14997648194015,
3061
+ 33.29242000959135,
3062
+ 31.185706823441162,
3063
+ 31.085895891005716,
3064
+ 31.762948211394516,
3065
+ 33.8237191491091,
3066
+ 33.249919840622525,
3067
+ 35.007829569212305,
3068
+ 35.02266640167647,
3069
+ 37.034725249690844,
3070
+ 38.40256050817348,
3071
+ 39.580489806704946,
3072
+ 41.62158730672948,
3073
+ 42.758113214790214,
3074
+ 43.83408293917349,
3075
+ 45.435820864797186,
3076
+ 47.22476590974817,
3077
+ 48.45565998350833,
3078
+ 49.70516525664492,
3079
+ 50.56174774846002,
3080
+ 51.15511692232696,
3081
+ 51.71453112148955,
3082
+ 51.55181941751987,
3083
+ 51.50749866171871,
3084
+ 50.88700989566997,
3085
+ 49.833137614567775,
3086
+ 48.75645866824741,
3087
+ 47.68018439941581,
3088
+ 46.35902677517501,
3089
+ 44.51827780524332,
3090
+ 43.817393011143025,
3091
+ 41.64738023552388,
3092
+ 39.61349585502432,
3093
+ 37.952079442600706,
3094
+ 35.258292847095326,
3095
+ 33.80925512159596,
3096
+ 31.543499726132683,
3097
+ 30.154053969971663,
3098
+ 28.018482330724172,
3099
+ 25.283112842371,
3100
+ 23.52176684420304,
3101
+ 21.768409298567867,
3102
+ 19.954964971478255,
3103
+ 18.50663195672858,
3104
+ 16.515171839951012,
3105
+ 15.105151315398208,
3106
+ 13.660444820018759,
3107
+ 11.869419893750887,
3108
+ 11.388471579825504,
3109
+ 10.465247975541512,
3110
+ 9.405777644906353,
3111
+ 6.721938896069936,
3112
+ 6.899445188157903,
3113
+ 6.519318509248207,
3114
+ 5.656995678363182,
3115
+ 4.60991061933282,
3116
+ 4.166802006048578,
3117
+ 3.8560300462289017,
3118
+ 3.9299055276511674,
3119
+ 2.964932916142684,
3120
+ 2.896990476904141,
3121
+ 2.113381095868949,
3122
+ 2.1318626987716836,
3123
+ 1.5088946540486528,
3124
+ 1.6292549522137085,
3125
+ 1.795505457541632,
3126
+ 1.9451309123367913,
3127
+ 1.6791301038120878,
3128
+ 0.5320016170493893,
3129
+ 1.6292549522137085,
3130
+ 1.795505457541632,
3131
+ 1.8453806091400164,
3132
+ 1.6458800027465208,
3133
+ 1.7788804070088384,
3134
+ 1.91188081127121,
3135
+ 0.0,
3136
+ 0.0,
3137
+ 0.0,
3138
+ 0.0,
3139
+ 0.0,
3140
+ 0.0,
3141
+ 0.0,
3142
+ 0.0,
3143
+ 0.0,
3144
+ 0.0,
3145
+ 0.0,
3146
+ 0.0,
3147
+ 0.0,
3148
+ 0.0,
3149
+ 0.0,
3150
+ 0.0,
3151
+ 0.0,
3152
+ 0.0,
3153
+ 0.0,
3154
+ 0.0,
3155
+ 0.0,
3156
+ 0.0,
3157
+ 0.0,
3158
+ 0.0,
3159
+ 0.0,
3160
+ 0.0,
3161
+ 0.0,
3162
+ 0.0,
3163
+ 0.0,
3164
+ 0.0,
3165
+ 0.0,
3166
+ 0.0,
3167
+ 0.0,
3168
+ 0.0,
3169
+ 0.0,
3170
+ 0.0,
3171
+ 0.0,
3172
+ 0.0,
3173
+ 0.0,
3174
+ 0.0,
3175
+ 0.0,
3176
+ 0.0,
3177
+ 0.0,
3178
+ 0.0,
3179
+ 0.0,
3180
+ 0.0,
3181
+ 0.0,
3182
+ 0.0,
3183
+ 0.0,
3184
+ 0.0,
3185
+ 0.0,
3186
+ 0.0,
3187
+ 0.0,
3188
+ 0.0,
3189
+ 0.0,
3190
+ 0.0,
3191
+ 0.0,
3192
+ 0.0,
3193
+ 0.0,
3194
+ 0.0,
3195
+ 0.0,
3196
+ 0.0,
3197
+ 0.0,
3198
+ 0.0,
3199
+ 0.0,
3200
+ 0.0,
3201
+ 0.0,
3202
+ 0.0,
3203
+ 0.0,
3204
+ 0.0,
3205
+ 0.0,
3206
+ 0.0,
3207
+ 0.0,
3208
+ 0.0,
3209
+ 0.0,
3210
+ 0.0,
3211
+ 0.0,
3212
+ 0.0,
3213
+ 0.0,
3214
+ 0.0,
3215
+ 0.0,
3216
+ 0.0,
3217
+ 0.0,
3218
+ 0.0,
3219
+ 0.0,
3220
+ 0.0,
3221
+ 0.0,
3222
+ 0.0,
3223
+ 0.0,
3224
+ 0.0,
3225
+ 0.0,
3226
+ 0.0,
3227
+ 0.0,
3228
+ 0.0,
3229
+ 0.0,
3230
+ 0.0,
3231
+ 0.0,
3232
+ 0.0,
3233
+ 0.0,
3234
+ 0.0,
3235
+ 0.0,
3236
+ 0.0,
3237
+ 0.0,
3238
+ 0.0,
3239
+ 0.0,
3240
+ 0.0,
3241
+ 0.0,
3242
+ 0.0,
3243
+ 0.0,
3244
+ 0.0,
3245
+ 0.0,
3246
+ 0.0,
3247
+ 0.0,
3248
+ 0.0,
3249
+ 0.0,
3250
+ 0.0,
3251
+ 0.0,
3252
+ 0.0,
3253
+ 0.0,
3254
+ 0.0,
3255
+ 0.0,
3256
+ 0.0,
3257
+ 0.0,
3258
+ 0.0,
3259
+ 0.0,
3260
+ 0.0,
3261
+ 0.0,
3262
+ 0.0,
3263
+ 0.0,
3264
+ 0.0,
3265
+ 0.0,
3266
+ 0.0,
3267
+ 0.0,
3268
+ 0.0,
3269
+ 0.0,
3270
+ 0.0,
3271
+ 0.0,
3272
+ 0.0,
3273
+ 0.0,
3274
+ 0.0,
3275
+ 0.0,
3276
+ 0.0,
3277
+ 0.0,
3278
+ 0.0,
3279
+ 0.0,
3280
+ 0.0,
3281
+ 0.0,
3282
+ 0.0,
3283
+ 0.0,
3284
+ 0.0,
3285
+ 0.0,
3286
+ 0.0,
3287
+ 0.0,
3288
+ 0.0,
3289
+ 0.0,
3290
+ 0.0,
3291
+ 0.0,
3292
+ 0.0,
3293
+ 0.0,
3294
+ 0.0,
3295
+ 0.0,
3296
+ 0.0,
3297
+ 0.0,
3298
+ 0.0,
3299
+ 0.0,
3300
+ 0.0,
3301
+ 0.0,
3302
+ 0.0,
3303
+ 0.0,
3304
+ 0.0,
3305
+ 0.0,
3306
+ 0.0,
3307
+ 0.0,
3308
+ 0.0,
3309
+ 0.0,
3310
+ 0.0,
3311
+ 0.0,
3312
+ 0.0,
3313
+ 0.0,
3314
+ 0.0,
3315
+ 0.0,
3316
+ 0.0,
3317
+ 0.0,
3318
+ 0.0,
3319
+ 0.0,
3320
+ 0.0,
3321
+ 0.0,
3322
+ 0.0,
3323
+ 0.0,
3324
+ 0.0,
3325
+ 0.0,
3326
+ 0.0,
3327
+ 0.0,
3328
+ 0.0,
3329
+ 0.0,
3330
+ 0.0,
3331
+ 0.0,
3332
+ 0.0,
3333
+ 0.0,
3334
+ 0.0,
3335
+ 0.0,
3336
+ 0.0,
3337
+ 0.0,
3338
+ 0.0,
3339
+ 0.0,
3340
+ 0.0,
3341
+ 0.0,
3342
+ 0.0,
3343
+ 0.0,
3344
+ 0.0,
3345
+ 0.0,
3346
+ 0.0,
3347
+ 0.0,
3348
+ 0.0,
3349
+ 0.0,
3350
+ 0.0,
3351
+ 0.0,
3352
+ 0.0,
3353
+ 0.0,
3354
+ 0.0,
3355
+ 0.0,
3356
+ 0.0,
3357
+ 0.0,
3358
+ 0.0,
3359
+ 0.0,
3360
+ 0.0,
3361
+ 0.0,
3362
+ 0.0,
3363
+ 0.0,
3364
+ 0.0,
3365
+ 0.0,
3366
+ 0.0,
3367
+ 0.0,
3368
+ 0.0,
3369
+ 0.0,
3370
+ 0.0,
3371
+ 0.0,
3372
+ 0.0,
3373
+ 0.0,
3374
+ 0.0,
3375
+ 0.0,
3376
+ 0.0,
3377
+ 0.0,
3378
+ 0.0,
3379
+ 0.0,
3380
+ 0.0,
3381
+ 0.0,
3382
+ 0.0,
3383
+ 0.0,
3384
+ 0.0,
3385
+ 0.0,
3386
+ 0.0,
3387
+ 0.0,
3388
+ 0.0,
3389
+ 0.0,
3390
+ 0.0,
3391
+ 0.0,
3392
+ 0.0,
3393
+ 0.0,
3394
+ 0.0,
3395
+ 0.0,
3396
+ 0.0,
3397
+ 0.0,
3398
+ 0.0,
3399
+ 0.0,
3400
+ 0.0,
3401
+ 0.0,
3402
+ 0.0,
3403
+ 0.0,
3404
+ 0.0,
3405
+ 0.0,
3406
+ 0.0,
3407
+ 0.0,
3408
+ 0.0,
3409
+ 0.0,
3410
+ 0.0,
3411
+ 0.0,
3412
+ 0.0,
3413
+ 0.0,
3414
+ 0.0,
3415
+ 0.0,
3416
+ 0.0,
3417
+ 0.0,
3418
+ 0.0,
3419
+ 0.0,
3420
+ 0.0,
3421
+ 0.0,
3422
+ 0.0,
3423
+ 0.0,
3424
+ 0.0,
3425
+ 0.0,
3426
+ 0.0,
3427
+ 0.0,
3428
+ 0.0,
3429
+ 0.0,
3430
+ 0.0,
3431
+ 0.0,
3432
+ 0.0,
3433
+ 0.0,
3434
+ 0.0,
3435
+ 0.0,
3436
+ 0.0,
3437
+ 0.0,
3438
+ 0.0,
3439
+ 0.0,
3440
+ 0.0,
3441
+ 0.0,
3442
+ 0.0,
3443
+ 0.0,
3444
+ 0.0,
3445
+ 0.0,
3446
+ 0.0,
3447
+ 0.0,
3448
+ 0.0,
3449
+ 0.0,
3450
+ 0.0,
3451
+ 0.0,
3452
+ 0.0,
3453
+ 0.0,
3454
+ 0.0,
3455
+ 0.0,
3456
+ 0.0,
3457
+ 0.0,
3458
+ 0.0,
3459
+ 0.0,
3460
+ 0.0,
3461
+ 0.0,
3462
+ 0.0,
3463
+ 0.0,
3464
+ 0.0,
3465
+ 0.0,
3466
+ 0.0,
3467
+ 0.0,
3468
+ 0.0,
3469
+ 0.0,
3470
+ 0.0,
3471
+ 0.0,
3472
+ 0.0,
3473
+ 0.0,
3474
+ 0.0,
3475
+ 0.0,
3476
+ 0.0,
3477
+ 0.0,
3478
+ 0.0,
3479
+ 0.0,
3480
+ 0.0,
3481
+ 0.0,
3482
+ 0.0,
3483
+ 0.0,
3484
+ 0.0,
3485
+ 0.0,
3486
+ 0.0,
3487
+ 0.0,
3488
+ 0.0,
3489
+ 0.0,
3490
+ 0.0,
3491
+ 0.0,
3492
+ 0.0,
3493
+ 0.0,
3494
+ 0.0,
3495
+ 0.0,
3496
+ 0.0,
3497
+ 0.0,
3498
+ 0.0,
3499
+ 0.0,
3500
+ 0.0,
3501
+ 0.0,
3502
+ 0.0,
3503
+ 0.0,
3504
+ 0.0,
3505
+ 0.0,
3506
+ 0.0,
3507
+ 0.0,
3508
+ 0.0,
3509
+ 0.0,
3510
+ 0.0,
3511
+ 0.0,
3512
+ 0.0,
3513
+ 0.0,
3514
+ 0.0,
3515
+ 0.0,
3516
+ 0.0,
3517
+ 0.0,
3518
+ 0.0,
3519
+ 0.0,
3520
+ 0.0,
3521
+ 0.0,
3522
+ 0.0,
3523
+ 0.0,
3524
+ 0.0,
3525
+ 0.0,
3526
+ 0.0,
3527
+ 0.0,
3528
+ 0.0,
3529
+ 0.0,
3530
+ 0.0,
3531
+ 0.0,
3532
+ 0.0,
3533
+ 0.0,
3534
+ 0.0,
3535
+ 0.0,
3536
+ 0.0,
3537
+ 0.0,
3538
+ 0.0,
3539
+ 0.0,
3540
+ 0.0,
3541
+ 0.0,
3542
+ 0.0,
3543
+ 0.0,
3544
+ 0.0,
3545
+ 0.0,
3546
+ 0.0,
3547
+ 0.0,
3548
+ 0.0,
3549
+ 0.0,
3550
+ 0.0
3551
+ ],
3552
+ "count": [
3553
+ 79575
3554
+ ]
3555
+ },
3556
+ "observation.jaco.ee_error": {
3557
+ "min": [
3558
+ -0.003264203667640686,
3559
+ -0.001984506845474243,
3560
+ -0.0026152506470680237,
3561
+ -0.12746281921863556,
3562
+ -0.00029602512950077653,
3563
+ 0.0,
3564
+ -0.06845306605100632
3565
+ ],
3566
+ "max": [
3567
+ 0.004599392414093018,
3568
+ 0.0025794804096221924,
3569
+ 0.003050863742828369,
3570
+ 0.05620073899626732,
3571
+ 0.00014222842582967132,
3572
+ 0.008342564105987549,
3573
+ 0.05472468212246895
3574
+ ],
3575
+ "mean": [
3576
+ 6.3173155270201456e-06,
3577
+ 1.8421657112466591e-06,
3578
+ 2.608029442035127e-06,
3579
+ -0.00017200979726210474,
3580
+ -1.3551353113171659e-05,
3581
+ 9.2268253110639e-06,
3582
+ -6.953828768464764e-05
3583
+ ],
3584
+ "std": [
3585
+ 0.0001609217704279422,
3586
+ 5.4186307217655435e-05,
3587
+ 0.0001288276781631561,
3588
+ 0.004052704985232335,
3589
+ 1.895390927344483e-05,
3590
+ 0.00017742782910328092,
3591
+ 0.0014048634457505512
3592
+ ],
3593
+ "count": [
3594
+ 79575
3595
+ ]
3596
+ },
3597
+ "observation.images.ur5e": {
3598
+ "min": [
3599
+ [
3600
+ [
3601
+ 0.0
3602
+ ]
3603
+ ],
3604
+ [
3605
+ [
3606
+ 0.0
3607
+ ]
3608
+ ],
3609
+ [
3610
+ [
3611
+ 0.0
3612
+ ]
3613
+ ]
3614
+ ],
3615
+ "max": [
3616
+ [
3617
+ [
3618
+ 1.0
3619
+ ]
3620
+ ],
3621
+ [
3622
+ [
3623
+ 1.0
3624
+ ]
3625
+ ],
3626
+ [
3627
+ [
3628
+ 1.0
3629
+ ]
3630
+ ]
3631
+ ],
3632
+ "mean": [
3633
+ [
3634
+ [
3635
+ 0.4172626814428768
3636
+ ]
3637
+ ],
3638
+ [
3639
+ [
3640
+ 0.5125634006674906
3641
+ ]
3642
+ ],
3643
+ [
3644
+ [
3645
+ 0.5443295951429067
3646
+ ]
3647
+ ]
3648
+ ],
3649
+ "std": [
3650
+ [
3651
+ [
3652
+ 0.29590351879833987
3653
+ ]
3654
+ ],
3655
+ [
3656
+ [
3657
+ 0.20078299647258654
3658
+ ]
3659
+ ],
3660
+ [
3661
+ [
3662
+ 0.15988321800958458
3663
+ ]
3664
+ ]
3665
+ ],
3666
+ "count": [
3667
+ 79575
3668
+ ]
3669
+ },
3670
+ "observation.jaco.joints": {
3671
+ "min": [
3672
+ -1.18124258518219,
3673
+ 1.630287766456604,
3674
+ 3.2419471740722656,
3675
+ -3.4924848079681396,
3676
+ -1.8524057865142822,
3677
+ -2.858351945877075,
3678
+ 1.0
3679
+ ],
3680
+ "max": [
3681
+ 1.1882193088531494,
3682
+ 2.2726800441741943,
3683
+ 5.919631481170654,
3684
+ 3.0711042881011963,
3685
+ 1.2642650604248047,
3686
+ 3.250624179840088,
3687
+ 1.0
3688
+ ],
3689
+ "mean": [
3690
+ 0.15394952682896082,
3691
+ 2.1866317506395268,
3692
+ 4.986376356073344,
3693
+ 0.10363942896231985,
3694
+ -0.3960802301272799,
3695
+ 0.257173914723712,
3696
+ 1.0
3697
+ ],
3698
+ "std": [
3699
+ 0.3585728029884214,
3700
+ 0.09210163567844205,
3701
+ 0.42680692685387567,
3702
+ 0.23041395796328878,
3703
+ 0.4069087539658561,
3704
+ 0.3784477751430505,
3705
+ 0.0
3706
+ ],
3707
+ "count": [
3708
+ 79575
3709
+ ]
3710
+ },
3711
+ "observation.google_robot.joints": {
3712
+ "min": [
3713
+ -0.41038480401039124,
3714
+ 1.5228722095489502,
3715
+ 0.5430283546447754,
3716
+ -2.049999952316284,
3717
+ -1.8044097423553467,
3718
+ -1.2263866662979126,
3719
+ -3.291990280151367,
3720
+ 1.0
3721
+ ],
3722
+ "max": [
3723
+ 1.2638797760009766,
3724
+ 2.333204984664917,
3725
+ 3.7100000381469727,
3726
+ 0.34306657314300537,
3727
+ 1.4051847457885742,
3728
+ 1.3500789403915405,
3729
+ 0.8751667737960815,
3730
+ 1.0
3731
+ ],
3732
+ "mean": [
3733
+ 0.5336012551692475,
3734
+ 1.585315908019437,
3735
+ 2.4999697204824143,
3736
+ -1.5467911817568336,
3737
+ -1.4812715871914393,
3738
+ 0.6666561079719708,
3739
+ -1.078535280145991,
3740
+ 1.0
3741
+ ],
3742
+ "std": [
3743
+ 0.2563242448545906,
3744
+ 0.06673914791811134,
3745
+ 0.2333245669653283,
3746
+ 0.27949183785987314,
3747
+ 0.29337238761545503,
3748
+ 0.22007862561548627,
3749
+ 0.5050979703649306,
3750
+ 0.0
3751
+ ],
3752
+ "count": [
3753
+ 79575
3754
+ ]
3755
+ },
3756
+ "observation.images.google_robot": {
3757
+ "min": [
3758
+ [
3759
+ [
3760
+ 0.0
3761
+ ]
3762
+ ],
3763
+ [
3764
+ [
3765
+ 0.0
3766
+ ]
3767
+ ],
3768
+ [
3769
+ [
3770
+ 0.0
3771
+ ]
3772
+ ]
3773
+ ],
3774
+ "max": [
3775
+ [
3776
+ [
3777
+ 1.0
3778
+ ]
3779
+ ],
3780
+ [
3781
+ [
3782
+ 1.0
3783
+ ]
3784
+ ],
3785
+ [
3786
+ [
3787
+ 1.0
3788
+ ]
3789
+ ]
3790
+ ],
3791
+ "mean": [
3792
+ [
3793
+ [
3794
+ 0.4311733166221427
3795
+ ]
3796
+ ],
3797
+ [
3798
+ [
3799
+ 0.5254943010218356
3800
+ ]
3801
+ ],
3802
+ [
3803
+ [
3804
+ 0.5564804779167932
3805
+ ]
3806
+ ]
3807
+ ],
3808
+ "std": [
3809
+ [
3810
+ [
3811
+ 0.2947816003522297
3812
+ ]
3813
+ ],
3814
+ [
3815
+ [
3816
+ 0.19099319541166565
3817
+ ]
3818
+ ],
3819
+ [
3820
+ [
3821
+ 0.14354096735865324
3822
+ ]
3823
+ ]
3824
+ ],
3825
+ "count": [
3826
+ 79575
3827
+ ]
3828
+ },
3829
+ "observation.sawyer.ee_pose": {
3830
+ "min": [
3831
+ 0.24090512096881866,
3832
+ -0.30511510372161865,
3833
+ 0.08499766886234283,
3834
+ -0.0001497382327215746,
3835
+ -3.5074503102805465e-05,
3836
+ 1.0,
3837
+ -7.457409810740501e-05
3838
+ ],
3839
+ "max": [
3840
+ 0.669082522392273,
3841
+ 0.34560731053352356,
3842
+ 0.08500389754772186,
3843
+ -1.9162436728947796e-05,
3844
+ 2.740658055699896e-05,
3845
+ 1.0,
3846
+ 1.4167938388709445e-05
3847
+ ],
3848
+ "mean": [
3849
+ 0.4492784299486806,
3850
+ 0.0019787570510870632,
3851
+ 0.08500126599582006,
3852
+ -8.094476360545863e-05,
3853
+ -1.8276699387246675e-06,
3854
+ 1.0,
3855
+ -5.251652303938725e-05
3856
+ ],
3857
+ "std": [
3858
+ 0.1046736761375659,
3859
+ 0.14149580225556346,
3860
+ 7.99582468935323e-07,
3861
+ 1.9745779899434924e-05,
3862
+ 1.2238119428504331e-05,
3863
+ 0.0,
3864
+ 1.543184923239702e-05
3865
+ ],
3866
+ "count": [
3867
+ 79575
3868
+ ]
3869
+ },
3870
+ "observation.joints": {
3871
+ "min": [
3872
+ -1.2919371128082275,
3873
+ 0.3405473530292511,
3874
+ -1.552608609199524,
3875
+ 0.3174942433834076,
3876
+ -2.3346617221832275,
3877
+ -1.4683021306991577,
3878
+ -3.2752442359924316,
3879
+ 1.0
3880
+ ],
3881
+ "max": [
3882
+ 1.6363391876220703,
3883
+ 1.705571174621582,
3884
+ 3.1356678009033203,
3885
+ 3.927000045776367,
3886
+ 2.345421552658081,
3887
+ 1.033786654472351,
3888
+ 3.5820775032043457,
3889
+ 1.0
3890
+ ],
3891
+ "mean": [
3892
+ 0.47816264222156823,
3893
+ 0.6369500248824655,
3894
+ -0.36951304407183244,
3895
+ 0.8774970660983411,
3896
+ 0.8921870586323806,
3897
+ 0.3499563422271028,
3898
+ 2.3065126456358205,
3899
+ 1.0
3900
+ ],
3901
+ "std": [
3902
+ 0.35436515006629715,
3903
+ 0.1855959094596284,
3904
+ 0.2816428301455478,
3905
+ 0.36027928688625643,
3906
+ 0.47632069591050025,
3907
+ 0.27046075838114664,
3908
+ 0.8546467966507453,
3909
+ 0.0
3910
+ ],
3911
+ "count": [
3912
+ 79575
3913
+ ]
3914
+ },
3915
+ "observation.panda.ee_pose": {
3916
+ "min": [
3917
+ 0.1908455640077591,
3918
+ -0.30643120408058167,
3919
+ 0.07179085165262222,
3920
+ -0.017177024856209755,
3921
+ -6.285408744588494e-05,
3922
+ 0.9990526437759399,
3923
+ -0.022847037762403488
3924
+ ],
3925
+ "max": [
3926
+ 0.6190741062164307,
3927
+ 0.3456040620803833,
3928
+ 0.08642823249101639,
3929
+ 0.013325474224984646,
3930
+ 0.03845394402742386,
3931
+ 1.0,
3932
+ 0.0031350033823400736
3933
+ ],
3934
+ "mean": [
3935
+ 0.3992791363955518,
3936
+ 0.001983411427618305,
3937
+ 0.08499981706907567,
3938
+ -4.099998817876822e-05,
3939
+ 0.00017055143749334595,
3940
+ 0.9999984303181403,
3941
+ -0.00017438260761435152
3942
+ ],
3943
+ "std": [
3944
+ 0.10465476857792248,
3945
+ 0.1414907688631124,
3946
+ 0.0002216313944822043,
3947
+ 0.0007669307685143487,
3948
+ 0.001210109248145939,
3949
+ 2.051767035634235e-05,
3950
+ 0.0010253363339578513
3951
+ ],
3952
+ "count": [
3953
+ 79575
3954
+ ]
3955
+ },
3956
+ "frame_index": {
3957
+ "min": [
3958
+ 0
3959
+ ],
3960
+ "max": [
3961
+ 50
3962
+ ],
3963
+ "mean": [
3964
+ 10.080113100848257
3965
+ ],
3966
+ "std": [
3967
+ 8.831113619100734
3968
+ ],
3969
+ "count": [
3970
+ 79575
3971
+ ]
3972
+ },
3973
+ "observation.ur5e.ee_error": {
3974
+ "min": [
3975
+ -3.966689109802246e-05,
3976
+ -3.768503665924072e-05,
3977
+ -4.0590763092041016e-05,
3978
+ -3.6859852116322145e-05,
3979
+ -0.0002917997189797461,
3980
+ 0.0,
3981
+ -0.0002688037639018148
3982
+ ],
3983
+ "max": [
3984
+ 1.0073184967041016e-05,
3985
+ 2.3655593395233154e-05,
3986
+ -1.4156103134155273e-07,
3987
+ 0.0002664240309968591,
3988
+ 0.00011417583300499246,
3989
+ 5.960464477539063e-08,
3990
+ 0.0001826629159040749
3991
+ ],
3992
+ "mean": [
3993
+ 1.9636408471730765e-06,
3994
+ 1.0211901847255546e-05,
3995
+ -1.320141198621053e-06,
3996
+ 4.7409361273728445e-06,
3997
+ 6.015762719916987e-05,
3998
+ 2.748967004153091e-10,
3999
+ -5.226395629792748e-05
4000
+ ],
4001
+ "std": [
4002
+ 3.433715569535396e-06,
4003
+ 3.9455345984983485e-06,
4004
+ 2.4169346195375673e-06,
4005
+ 2.2987290342097548e-05,
4006
+ 2.5654696800060294e-05,
4007
+ 4.038508649145779e-09,
4008
+ 2.432045506537301e-05
4009
+ ],
4010
+ "count": [
4011
+ 79575
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e11fe90f73821620a1d69bd0fed6f524dc834eb312f323445ae7e8eb468575
3
+ size 97520
videos/observation.images.google_robot/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0289e9db2bbe0d89ac2125b9409f2b6fc978106d5c287b7df712d053b852100f
3
+ size 521068851
videos/observation.images.google_robot/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7df4bc95c379ed2e90bdf24f13326ab2e88dd3a2f3971575cd188d76a47b20
3
+ size 155589182
videos/observation.images.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf76f2a1e5689a18ebb0a6bdebbcb8e510c338f0ae3804267aae1d7695965a9
3
+ size 521848403
videos/observation.images.image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d127cea184dbac5b8e08672b2dcd172061ad2c4c0a0b83a5b42e8331ca0180d4
3
+ size 352022250
videos/observation.images.jaco/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b9de80b828b1853f224d8858db00fbf88d496767afd5216ed554e8997897c1e
3
+ size 521043732
videos/observation.images.jaco/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:815872a3d56a584d9815111229d8284b1e7b940c9c908d54d005c2e0909306ec
3
+ size 141518394
videos/observation.images.kinova3/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19044fafe01732c2acb67e9a0a648a3441e1c2924cdf44b5cec3451b1aae79c7
3
+ size 521222802
videos/observation.images.kinova3/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfd9260698f9fbb1b42f015dc82917307f41fa8fddd492c603c15db6dd026ac0
3
+ size 170558306
videos/observation.images.kuka_iiwa/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e32a6f839d490bbdbde90cb3fac29629c0c2d427a03e5517419c7e3bc69344df
3
+ size 520951911
videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b146452305ea32e6c070922e39ed7b04cc500e24f85457423c72bde116daac
3
+ size 128640147
videos/observation.images.panda/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa2418b43c235ff446b95dc54da44ffb924828dc89067b6b433470887d0f5f1
3
+ size 521208500
videos/observation.images.panda/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470bdef7c2ec480881a96852e237f2cea871ada7b7ca70abcb9f4b992b643c65
3
+ size 166455108
videos/observation.images.sawyer/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38bca25387db607c37209bc0be141832e035b0dff89498cd5f73ec575c8298bc
3
+ size 521044908
videos/observation.images.sawyer/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576756cec17e1a95a0fe3a3336e8d05c1fe45faf93f1f20f4500d100bb0dddbb
3
+ size 133345004
videos/observation.images.ur5e/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10ec396177c9d104dd4d3bd92cf30331d05ad5984e5e4b73cc756222c4ff83a
3
+ size 521065129
videos/observation.images.ur5e/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5064881beb3128ccab8debf94b0f42811e693454832682378320fc38205cbf2
3
+ size 156541376