GuanhuaJi commited on
Commit
adfd569
·
verified ·
1 Parent(s): eec721f

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_5000_10000_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: 79151
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_5000_10000_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,151
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_5000_10000_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: 79151
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_5000_10000_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,151
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:351d206e5cccf0a102ee535f2f185be686f5b5b16b674241ad49429b3a255f1a
3
+ size 61505493
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b48df6b455296fc02a954371d627b699965aff043ba6b523d6ff69b502c5c8c3
3
+ size 26937074
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": 79151,
6
+ "total_tasks": 4155,
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.sawyer": {
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.4149070090347979
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.49850635004577026
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.5287627451537763
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.2954186909392474
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.21183249015823108
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.1762867177399554
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 79151
73
+ ]
74
+ },
75
+ "observation.jaco.base_orientation": {
76
+ "min": [
77
+ 0.0
78
+ ],
79
+ "max": [
80
+ 0.0
81
+ ],
82
+ "mean": [
83
+ 0.0
84
+ ],
85
+ "std": [
86
+ 0.0
87
+ ],
88
+ "count": [
89
+ 79151
90
+ ]
91
+ },
92
+ "observation.ur5e.base_position": {
93
+ "min": [
94
+ 0.0,
95
+ 0.0,
96
+ 0.0
97
+ ],
98
+ "max": [
99
+ 0.0,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ "mean": [
104
+ 0.0,
105
+ 0.0,
106
+ 0.0
107
+ ],
108
+ "std": [
109
+ 0.0,
110
+ 0.0,
111
+ 0.0
112
+ ],
113
+ "count": [
114
+ 79151
115
+ ]
116
+ },
117
+ "observation.images.ur5e": {
118
+ "min": [
119
+ [
120
+ [
121
+ 0.0
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 0.0
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.0
132
+ ]
133
+ ]
134
+ ],
135
+ "max": [
136
+ [
137
+ [
138
+ 1.0
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 1.0
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 1.0
149
+ ]
150
+ ]
151
+ ],
152
+ "mean": [
153
+ [
154
+ [
155
+ 0.4172992334513309
156
+ ]
157
+ ],
158
+ [
159
+ [
160
+ 0.5127011728416614
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 0.5444927949105808
166
+ ]
167
+ ]
168
+ ],
169
+ "std": [
170
+ [
171
+ [
172
+ 0.2959293118519504
173
+ ]
174
+ ],
175
+ [
176
+ [
177
+ 0.2007606078869303
178
+ ]
179
+ ],
180
+ [
181
+ [
182
+ 0.15989578078565983
183
+ ]
184
+ ]
185
+ ],
186
+ "count": [
187
+ 79151
188
+ ]
189
+ },
190
+ "observation.panda.ee_error": {
191
+ "min": [
192
+ -0.008858636021614075,
193
+ -0.003185272216796875,
194
+ -0.0014277398586273193,
195
+ -0.01235436461865902,
196
+ -0.037311166524887085,
197
+ 0.0,
198
+ -0.0020841085352003574
199
+ ],
200
+ "max": [
201
+ 0.0010055303573608398,
202
+ 0.0016247034072875977,
203
+ 0.012689583003520966,
204
+ 0.017410585656762123,
205
+ 4.937357152812183e-05,
206
+ 0.0008921623229980469,
207
+ 0.022782370448112488
208
+ ],
209
+ "mean": [
210
+ -3.198317346323994e-06,
211
+ -4.695247399268449e-06,
212
+ -2.0014210191277975e-06,
213
+ 4.7378749991658756e-05,
214
+ -0.00015121581896002432,
215
+ 1.4108930184092634e-06,
216
+ 0.00016258527055029276
217
+ ],
218
+ "std": [
219
+ 0.00011246376145680618,
220
+ 8.147106053535865e-05,
221
+ 0.00013743027503680072,
222
+ 0.0007465579192585582,
223
+ 0.0010970646427701978,
224
+ 1.8703128350849907e-05,
225
+ 0.001008944558077469
226
+ ],
227
+ "count": [
228
+ 79151
229
+ ]
230
+ },
231
+ "observation.sawyer.ee_pose": {
232
+ "min": [
233
+ 0.24090562760829926,
234
+ -0.3051227033138275,
235
+ 0.08499766886234283,
236
+ -0.00014965195441618562,
237
+ -3.509264934109524e-05,
238
+ 1.0,
239
+ -7.456360617652535e-05
240
+ ],
241
+ "max": [
242
+ 0.669070839881897,
243
+ 0.34563934803009033,
244
+ 0.08500389009714127,
245
+ -1.9149556464981288e-05,
246
+ 2.738853254413698e-05,
247
+ 1.0,
248
+ 1.4251936590881087e-05
249
+ ],
250
+ "mean": [
251
+ 0.44831949002656074,
252
+ 0.005475871097253367,
253
+ 0.08500127121189585,
254
+ -8.082200639248189e-05,
255
+ -2.142741168906509e-06,
256
+ 1.0,
257
+ -5.263059933586128e-05
258
+ ],
259
+ "std": [
260
+ 0.10504405190772845,
261
+ 0.13991401841199397,
262
+ 7.989027385046909e-07,
263
+ 1.985321977294914e-05,
264
+ 1.2104954562949675e-05,
265
+ 0.0,
266
+ 1.5558403427851864e-05
267
+ ],
268
+ "count": [
269
+ 79151
270
+ ]
271
+ },
272
+ "episode_index": {
273
+ "min": [
274
+ 0
275
+ ],
276
+ "max": [
277
+ 4999
278
+ ],
279
+ "mean": [
280
+ 2493.989374739422
281
+ ],
282
+ "std": [
283
+ 1451.6047964402633
284
+ ],
285
+ "count": [
286
+ 79151
287
+ ]
288
+ },
289
+ "observation.google_robot.joints": {
290
+ "min": [
291
+ -0.6199275255203247,
292
+ 1.522871971130371,
293
+ 0.49655139446258545,
294
+ -2.049999952316284,
295
+ -1.8044037818908691,
296
+ -1.3160161972045898,
297
+ -3.490405559539795,
298
+ 1.0
299
+ ],
300
+ "max": [
301
+ 1.2670542001724243,
302
+ 2.108525276184082,
303
+ 3.480588674545288,
304
+ -0.08664651215076447,
305
+ 1.945150375366211,
306
+ 1.350064754486084,
307
+ 0.8573118448257446,
308
+ 1.0
309
+ ],
310
+ "mean": [
311
+ 0.5389297823127968,
312
+ 1.5845464086462107,
313
+ 2.5030515763546077,
314
+ -1.5496967977749188,
315
+ -1.4778301475798086,
316
+ 0.6636452432941767,
317
+ -1.0782226715038286,
318
+ 1.0
319
+ ],
320
+ "std": [
321
+ 0.25545463541890817,
322
+ 0.06598275322353615,
323
+ 0.23134363011895828,
324
+ 0.27974855322923514,
325
+ 0.29725002543032997,
326
+ 0.22007129716595328,
327
+ 0.5093296015954201,
328
+ 0.0
329
+ ],
330
+ "count": [
331
+ 79151
332
+ ]
333
+ },
334
+ "frame_index": {
335
+ "min": [
336
+ 0
337
+ ],
338
+ "max": [
339
+ 48
340
+ ],
341
+ "mean": [
342
+ 10.055021414764186
343
+ ],
344
+ "std": [
345
+ 8.804231357403088
346
+ ],
347
+ "count": [
348
+ 79151
349
+ ]
350
+ },
351
+ "observation.state": {
352
+ "min": [
353
+ 0.1908988058567047,
354
+ -0.30512920022010803
355
+ ],
356
+ "max": [
357
+ 0.6190799474716187,
358
+ 0.34571027755737305
359
+ ],
360
+ "mean": [
361
+ 0.3984415374591863,
362
+ 0.005220603161711136
363
+ ],
364
+ "std": [
365
+ 0.10564311294499984,
366
+ 0.14069548493831663
367
+ ],
368
+ "count": [
369
+ 79151
370
+ ]
371
+ },
372
+ "observation.google_robot.base_position": {
373
+ "min": [
374
+ 0.05000000074505806,
375
+ 0.0,
376
+ 0.0
377
+ ],
378
+ "max": [
379
+ 0.05000000074505806,
380
+ 0.0,
381
+ 0.0
382
+ ],
383
+ "mean": [
384
+ 0.04999999933290142,
385
+ 0.0,
386
+ 0.0
387
+ ],
388
+ "std": [
389
+ 1.4647449112046472e-08,
390
+ 0.0,
391
+ 0.0
392
+ ],
393
+ "count": [
394
+ 79151
395
+ ]
396
+ },
397
+ "observation.kuka_iiwa.base_orientation": {
398
+ "min": [
399
+ 0.0
400
+ ],
401
+ "max": [
402
+ 0.0
403
+ ],
404
+ "mean": [
405
+ 0.0
406
+ ],
407
+ "std": [
408
+ 0.0
409
+ ],
410
+ "count": [
411
+ 79151
412
+ ]
413
+ },
414
+ "observation.jaco.base_position": {
415
+ "min": [
416
+ 0.0,
417
+ 0.0,
418
+ 0.0
419
+ ],
420
+ "max": [
421
+ 0.0,
422
+ 0.0,
423
+ 0.0
424
+ ],
425
+ "mean": [
426
+ 0.0,
427
+ 0.0,
428
+ 0.0
429
+ ],
430
+ "std": [
431
+ 0.0,
432
+ 0.0,
433
+ 0.0
434
+ ],
435
+ "count": [
436
+ 79151
437
+ ]
438
+ },
439
+ "observation.google_robot.base_orientation": {
440
+ "min": [
441
+ 0.0
442
+ ],
443
+ "max": [
444
+ 0.0
445
+ ],
446
+ "mean": [
447
+ 0.0
448
+ ],
449
+ "std": [
450
+ 0.0
451
+ ],
452
+ "count": [
453
+ 79151
454
+ ]
455
+ },
456
+ "observation.panda.ee_pose": {
457
+ "min": [
458
+ 0.19084979593753815,
459
+ -0.3063907027244568,
460
+ 0.0723104253411293,
461
+ -0.017410585656762123,
462
+ -4.937357152812183e-05,
463
+ 0.999107837677002,
464
+ -0.022782370448112488
465
+ ],
466
+ "max": [
467
+ 0.6190624833106995,
468
+ 0.3456360697746277,
469
+ 0.08642774820327759,
470
+ 0.01235436461865902,
471
+ 0.037311166524887085,
472
+ 1.0,
473
+ 0.0020841085352003574
474
+ ],
475
+ "mean": [
476
+ 0.39831881990207696,
477
+ 0.0054798093750976305,
478
+ 0.08500200937484331,
479
+ -4.7378749991658756e-05,
480
+ 0.00015121581896002432,
481
+ 0.9999985973837492,
482
+ -0.00016258527055029276
483
+ ],
484
+ "std": [
485
+ 0.1050292627540171,
486
+ 0.1399085025842912,
487
+ 0.00013743022749107783,
488
+ 0.0007465579192585582,
489
+ 0.0010970646427701978,
490
+ 1.8701730326340744e-05,
491
+ 0.001008944558077469
492
+ ],
493
+ "count": [
494
+ 79151
495
+ ]
496
+ },
497
+ "observation.kinova3.ee_error": {
498
+ "min": [
499
+ -0.007242172956466675,
500
+ -0.00150328129529953,
501
+ -8.828938007354736e-06,
502
+ 4.7110748710110784e-05,
503
+ -8.785158570390195e-05,
504
+ 0.0,
505
+ -0.012616710737347603
506
+ ],
507
+ "max": [
508
+ -1.1920928955078125e-06,
509
+ 0.0014740973711013794,
510
+ 0.0011225715279579163,
511
+ 0.0613027848303318,
512
+ 3.602386641432531e-05,
513
+ 0.0018810033798217773,
514
+ 0.012518138624727726
515
+ ],
516
+ "mean": [
517
+ -5.8569992092037734e-05,
518
+ 1.881459613701056e-06,
519
+ 3.6298242815117666e-06,
520
+ 0.0005720498938580045,
521
+ 2.8301755472674625e-06,
522
+ 8.203436881751429e-06,
523
+ -2.9304186133898296e-05
524
+ ],
525
+ "std": [
526
+ 0.0004671193581459341,
527
+ 9.236278942819064e-05,
528
+ 7.195259227263353e-05,
529
+ 0.003934916555948376,
530
+ 1.453198273453125e-05,
531
+ 9.4979222930022e-05,
532
+ 0.0007810351485031914
533
+ ],
534
+ "count": [
535
+ 79151
536
+ ]
537
+ },
538
+ "observation.images.image": {
539
+ "min": [
540
+ [
541
+ [
542
+ 0.0
543
+ ]
544
+ ],
545
+ [
546
+ [
547
+ 0.0
548
+ ]
549
+ ],
550
+ [
551
+ [
552
+ 0.0
553
+ ]
554
+ ]
555
+ ],
556
+ "max": [
557
+ [
558
+ [
559
+ 1.0
560
+ ]
561
+ ],
562
+ [
563
+ [
564
+ 1.0
565
+ ]
566
+ ],
567
+ [
568
+ [
569
+ 1.0
570
+ ]
571
+ ]
572
+ ],
573
+ "mean": [
574
+ [
575
+ [
576
+ 0.4271318826141832
577
+ ]
578
+ ],
579
+ [
580
+ [
581
+ 0.5378448257968301
582
+ ]
583
+ ],
584
+ [
585
+ [
586
+ 0.5635411617129381
587
+ ]
588
+ ]
589
+ ],
590
+ "std": [
591
+ [
592
+ [
593
+ 0.30050935012787283
594
+ ]
595
+ ],
596
+ [
597
+ [
598
+ 0.1950285796835456
599
+ ]
600
+ ],
601
+ [
602
+ [
603
+ 0.1506840740556928
604
+ ]
605
+ ]
606
+ ],
607
+ "count": [
608
+ 79151
609
+ ]
610
+ },
611
+ "observation.sawyer.base_position": {
612
+ "min": [
613
+ 0.05000000074505806,
614
+ 0.0,
615
+ 0.0
616
+ ],
617
+ "max": [
618
+ 0.05000000074505806,
619
+ 0.0,
620
+ 0.0
621
+ ],
622
+ "mean": [
623
+ 0.04999999933290142,
624
+ 0.0,
625
+ 0.0
626
+ ],
627
+ "std": [
628
+ 1.4647449112046472e-08,
629
+ 0.0,
630
+ 0.0
631
+ ],
632
+ "count": [
633
+ 79151
634
+ ]
635
+ },
636
+ "observation.sawyer.base_orientation": {
637
+ "min": [
638
+ 0.0
639
+ ],
640
+ "max": [
641
+ 0.0
642
+ ],
643
+ "mean": [
644
+ 0.0
645
+ ],
646
+ "std": [
647
+ 0.0
648
+ ],
649
+ "count": [
650
+ 79151
651
+ ]
652
+ },
653
+ "observation.ur5e.ee_pose": {
654
+ "min": [
655
+ 0.1909070909023285,
656
+ -0.30512723326683044,
657
+ 0.08500014990568161,
658
+ -0.0005097746034152806,
659
+ -0.00011427340359659865,
660
+ 0.9999998211860657,
661
+ -0.00022023676137905568
662
+ ],
663
+ "max": [
664
+ 0.6190671324729919,
665
+ 0.3456517159938812,
666
+ 0.08504113554954529,
667
+ 3.780663973884657e-05,
668
+ 0.00029501572134904563,
669
+ 1.0,
670
+ 0.0002666711516212672
671
+ ],
672
+ "mean": [
673
+ 0.398313714909327,
674
+ 0.0054648695231601695,
675
+ 0.08500132414771985,
676
+ -5.077152271411617e-06,
677
+ -6.017319378589216e-05,
678
+ 0.9999999999947287,
679
+ 5.240507017689208e-05
680
+ ],
681
+ "std": [
682
+ 0.10504516894840049,
683
+ 0.13991204706488938,
684
+ 2.3423894528646606e-06,
685
+ 2.303778128070028e-05,
686
+ 2.7308234237265015e-05,
687
+ 4.684961786478704e-09,
688
+ 2.483680627247819e-05
689
+ ],
690
+ "count": [
691
+ 79151
692
+ ]
693
+ },
694
+ "timestamp": {
695
+ "min": [
696
+ 0.0
697
+ ],
698
+ "max": [
699
+ 4.8
700
+ ],
701
+ "mean": [
702
+ 1.0055021414764183
703
+ ],
704
+ "std": [
705
+ 0.8804231357403087
706
+ ],
707
+ "count": [
708
+ 79151
709
+ ]
710
+ },
711
+ "observation.kuka_iiwa.joints": {
712
+ "min": [
713
+ -0.9644958972930908,
714
+ 0.9373968243598938,
715
+ -0.0892433300614357,
716
+ -2.094399929046631,
717
+ -0.45072057843208313,
718
+ 0.10990162938833237,
719
+ -0.5526520609855652,
720
+ 1.0
721
+ ],
722
+ "max": [
723
+ 1.015475869178772,
724
+ 1.3982285261154175,
725
+ 0.14552323520183563,
726
+ -0.7588124871253967,
727
+ 0.3089767396450043,
728
+ 0.9849209785461426,
729
+ 0.714335024356842,
730
+ 1.0
731
+ ],
732
+ "mean": [
733
+ -0.014964485061978866,
734
+ 1.0182789153087988,
735
+ 0.03167339029147758,
736
+ -1.8021305901883964,
737
+ -0.07776802514589733,
738
+ 0.37366761357344097,
739
+ 0.07390031016259861,
740
+ 1.0
741
+ ],
742
+ "std": [
743
+ 0.3380506827039295,
744
+ 0.07694335948092149,
745
+ 0.0318481056073659,
746
+ 0.27435454143571025,
747
+ 0.09586029691343094,
748
+ 0.17102232407431417,
749
+ 0.23730080952687252,
750
+ 0.0
751
+ ],
752
+ "count": [
753
+ 79151
754
+ ]
755
+ },
756
+ "observation.google_robot.ee_error": {
757
+ "min": [
758
+ -1.2829899787902832e-05,
759
+ -0.00084647536277771,
760
+ -0.003908507525920868,
761
+ -0.006451149005442858,
762
+ -0.00017452023166697472,
763
+ 0.0,
764
+ -0.005466872826218605
765
+ ],
766
+ "max": [
767
+ 0.003577709197998047,
768
+ 0.0005205869674682617,
769
+ 1.4223158359527588e-05,
770
+ 0.0001954840263351798,
771
+ 0.004762296564877033,
772
+ 4.2438507080078125e-05,
773
+ 0.0006174349109642208
774
+ ],
775
+ "mean": [
776
+ 3.237990452464066e-06,
777
+ -1.143725808391879e-06,
778
+ -1.6966693054727517e-06,
779
+ -7.097234202223165e-05,
780
+ -5.3596819048518386e-05,
781
+ 3.1635621962565826e-09,
782
+ -5.050404215298031e-06
783
+ ],
784
+ "std": [
785
+ 2.0324865830490238e-05,
786
+ 7.170306936074382e-06,
787
+ 2.723436450761753e-05,
788
+ 9.974935684371979e-05,
789
+ 4.008407452720185e-05,
790
+ 2.4176351518146845e-07,
791
+ 7.637798996750602e-05
792
+ ],
793
+ "count": [
794
+ 79151
795
+ ]
796
+ },
797
+ "observation.jaco.ee_error": {
798
+ "min": [
799
+ -0.0032245665788650513,
800
+ -0.0018114596605300903,
801
+ -0.0025826841592788696,
802
+ -0.1303282380104065,
803
+ -0.0006926821661181748,
804
+ 0.0,
805
+ -0.058291807770729065
806
+ ],
807
+ "max": [
808
+ 0.004454433917999268,
809
+ 0.0028882622718811035,
810
+ 0.0030656829476356506,
811
+ 0.055647991597652435,
812
+ 0.00010114942415384576,
813
+ 0.008653402328491211,
814
+ 0.06371792405843735
815
+ ],
816
+ "mean": [
817
+ 3.383780658949081e-06,
818
+ 3.0187392199684124e-06,
819
+ 4.669541382226975e-07,
820
+ -0.00010336582900565924,
821
+ -1.3025678241659145e-05,
822
+ 7.961484191968018e-06,
823
+ -9.727922359270443e-05
824
+ ],
825
+ "std": [
826
+ 0.00015091809058628773,
827
+ 6.291611232366708e-05,
828
+ 0.00012532259410541266,
829
+ 0.0036420991728709287,
830
+ 1.9106949090972157e-05,
831
+ 0.00016095092316826954,
832
+ 0.0016193333730686705
833
+ ],
834
+ "count": [
835
+ 79151
836
+ ]
837
+ },
838
+ "observation.images.jaco": {
839
+ "min": [
840
+ [
841
+ [
842
+ 0.0
843
+ ]
844
+ ],
845
+ [
846
+ [
847
+ 0.0
848
+ ]
849
+ ],
850
+ [
851
+ [
852
+ 0.0
853
+ ]
854
+ ]
855
+ ],
856
+ "max": [
857
+ [
858
+ [
859
+ 1.0
860
+ ]
861
+ ],
862
+ [
863
+ [
864
+ 1.0
865
+ ]
866
+ ],
867
+ [
868
+ [
869
+ 1.0
870
+ ]
871
+ ]
872
+ ],
873
+ "mean": [
874
+ [
875
+ [
876
+ 0.4120396472611881
877
+ ]
878
+ ],
879
+ [
880
+ [
881
+ 0.5068969013413841
882
+ ]
883
+ ],
884
+ [
885
+ [
886
+ 0.5381806980983848
887
+ ]
888
+ ]
889
+ ],
890
+ "std": [
891
+ [
892
+ [
893
+ 0.299245876716704
894
+ ]
895
+ ],
896
+ [
897
+ [
898
+ 0.20605431425155676
899
+ ]
900
+ ],
901
+ [
902
+ [
903
+ 0.16619321294224262
904
+ ]
905
+ ]
906
+ ],
907
+ "count": [
908
+ 79151
909
+ ]
910
+ },
911
+ "observation.ur5e.ee_error": {
912
+ "min": [
913
+ -7.908046245574951e-05,
914
+ -5.564466118812561e-05,
915
+ -4.112720489501953e-05,
916
+ -3.780663973884657e-05,
917
+ -0.00029501572134904563,
918
+ 0.0,
919
+ -0.0002666711516212672
920
+ ],
921
+ "max": [
922
+ 1.004338264465332e-05,
923
+ 2.3663043975830078e-05,
924
+ -1.4156103134155273e-07,
925
+ 0.0005097746034152806,
926
+ 0.00011427340359659865,
927
+ 1.7881393432617188e-07,
928
+ 0.00022023676137905568
929
+ ],
930
+ "mean": [
931
+ 1.9064798043187562e-06,
932
+ 1.0244399993452115e-05,
933
+ -1.3165772043512878e-06,
934
+ 5.077152271411617e-06,
935
+ 6.017319378589216e-05,
936
+ 3.4715595918138615e-10,
937
+ -5.240507017689208e-05
938
+ ],
939
+ "std": [
940
+ 3.521471812553412e-06,
941
+ 4.178936215201223e-06,
942
+ 2.3424175284820565e-06,
943
+ 2.303778128070028e-05,
944
+ 2.7308234237265015e-05,
945
+ 4.652831088948345e-09,
946
+ 2.483680627247819e-05
947
+ ],
948
+ "count": [
949
+ 79151
950
+ ]
951
+ },
952
+ "natural_language_instruction": {
953
+ "min": [
954
+ 97,
955
+ 97,
956
+ 32,
957
+ 32,
958
+ 32,
959
+ 32,
960
+ 32,
961
+ 32,
962
+ 32,
963
+ 32,
964
+ 32,
965
+ 32,
966
+ 32,
967
+ 32,
968
+ 32,
969
+ 32,
970
+ 32,
971
+ 0,
972
+ 0,
973
+ 0,
974
+ 0,
975
+ 0,
976
+ 0,
977
+ 0,
978
+ 0,
979
+ 0,
980
+ 0,
981
+ 0,
982
+ 0,
983
+ 0,
984
+ 0,
985
+ 0,
986
+ 0,
987
+ 0,
988
+ 0,
989
+ 0,
990
+ 0,
991
+ 0,
992
+ 0,
993
+ 0,
994
+ 0,
995
+ 0,
996
+ 0,
997
+ 0,
998
+ 0,
999
+ 0,
1000
+ 0,
1001
+ 0,
1002
+ 0,
1003
+ 0,
1004
+ 0,
1005
+ 0,
1006
+ 0,
1007
+ 0,
1008
+ 0,
1009
+ 0,
1010
+ 0,
1011
+ 0,
1012
+ 0,
1013
+ 0,
1014
+ 0,
1015
+ 0,
1016
+ 0,
1017
+ 0,
1018
+ 0,
1019
+ 0,
1020
+ 0,
1021
+ 0,
1022
+ 0,
1023
+ 0,
1024
+ 0,
1025
+ 0,
1026
+ 0,
1027
+ 0,
1028
+ 0,
1029
+ 0,
1030
+ 0,
1031
+ 0,
1032
+ 0,
1033
+ 0,
1034
+ 0,
1035
+ 0,
1036
+ 0,
1037
+ 0,
1038
+ 0,
1039
+ 0,
1040
+ 0,
1041
+ 0,
1042
+ 0,
1043
+ 0,
1044
+ 0,
1045
+ 0,
1046
+ 0,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ 0,
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ 0,
1060
+ 0,
1061
+ 0,
1062
+ 0,
1063
+ 0,
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ 0,
1068
+ 0,
1069
+ 0,
1070
+ 0,
1071
+ 0,
1072
+ 0,
1073
+ 0,
1074
+ 0,
1075
+ 0,
1076
+ 0,
1077
+ 0,
1078
+ 0,
1079
+ 0,
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 0,
1085
+ 0,
1086
+ 0,
1087
+ 0,
1088
+ 0,
1089
+ 0,
1090
+ 0,
1091
+ 0,
1092
+ 0,
1093
+ 0,
1094
+ 0,
1095
+ 0,
1096
+ 0,
1097
+ 0,
1098
+ 0,
1099
+ 0,
1100
+ 0,
1101
+ 0,
1102
+ 0,
1103
+ 0,
1104
+ 0,
1105
+ 0,
1106
+ 0,
1107
+ 0,
1108
+ 0,
1109
+ 0,
1110
+ 0,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 0,
1116
+ 0,
1117
+ 0,
1118
+ 0,
1119
+ 0,
1120
+ 0,
1121
+ 0,
1122
+ 0,
1123
+ 0,
1124
+ 0,
1125
+ 0,
1126
+ 0,
1127
+ 0,
1128
+ 0,
1129
+ 0,
1130
+ 0,
1131
+ 0,
1132
+ 0,
1133
+ 0,
1134
+ 0,
1135
+ 0,
1136
+ 0,
1137
+ 0,
1138
+ 0,
1139
+ 0,
1140
+ 0,
1141
+ 0,
1142
+ 0,
1143
+ 0,
1144
+ 0,
1145
+ 0,
1146
+ 0,
1147
+ 0,
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ 0,
1155
+ 0,
1156
+ 0,
1157
+ 0,
1158
+ 0,
1159
+ 0,
1160
+ 0,
1161
+ 0,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 0,
1170
+ 0,
1171
+ 0,
1172
+ 0,
1173
+ 0,
1174
+ 0,
1175
+ 0,
1176
+ 0,
1177
+ 0,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ 0,
1182
+ 0,
1183
+ 0,
1184
+ 0,
1185
+ 0,
1186
+ 0,
1187
+ 0,
1188
+ 0,
1189
+ 0,
1190
+ 0,
1191
+ 0,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ 0,
1196
+ 0,
1197
+ 0,
1198
+ 0,
1199
+ 0,
1200
+ 0,
1201
+ 0,
1202
+ 0,
1203
+ 0,
1204
+ 0,
1205
+ 0,
1206
+ 0,
1207
+ 0,
1208
+ 0,
1209
+ 0,
1210
+ 0,
1211
+ 0,
1212
+ 0,
1213
+ 0,
1214
+ 0,
1215
+ 0,
1216
+ 0,
1217
+ 0,
1218
+ 0,
1219
+ 0,
1220
+ 0,
1221
+ 0,
1222
+ 0,
1223
+ 0,
1224
+ 0,
1225
+ 0,
1226
+ 0,
1227
+ 0,
1228
+ 0,
1229
+ 0,
1230
+ 0,
1231
+ 0,
1232
+ 0,
1233
+ 0,
1234
+ 0,
1235
+ 0,
1236
+ 0,
1237
+ 0,
1238
+ 0,
1239
+ 0,
1240
+ 0,
1241
+ 0,
1242
+ 0,
1243
+ 0,
1244
+ 0,
1245
+ 0,
1246
+ 0,
1247
+ 0,
1248
+ 0,
1249
+ 0,
1250
+ 0,
1251
+ 0,
1252
+ 0,
1253
+ 0,
1254
+ 0,
1255
+ 0,
1256
+ 0,
1257
+ 0,
1258
+ 0,
1259
+ 0,
1260
+ 0,
1261
+ 0,
1262
+ 0,
1263
+ 0,
1264
+ 0,
1265
+ 0,
1266
+ 0,
1267
+ 0,
1268
+ 0,
1269
+ 0,
1270
+ 0,
1271
+ 0,
1272
+ 0,
1273
+ 0,
1274
+ 0,
1275
+ 0,
1276
+ 0,
1277
+ 0,
1278
+ 0,
1279
+ 0,
1280
+ 0,
1281
+ 0,
1282
+ 0,
1283
+ 0,
1284
+ 0,
1285
+ 0,
1286
+ 0,
1287
+ 0,
1288
+ 0,
1289
+ 0,
1290
+ 0,
1291
+ 0,
1292
+ 0,
1293
+ 0,
1294
+ 0,
1295
+ 0,
1296
+ 0,
1297
+ 0,
1298
+ 0,
1299
+ 0,
1300
+ 0,
1301
+ 0,
1302
+ 0,
1303
+ 0,
1304
+ 0,
1305
+ 0,
1306
+ 0,
1307
+ 0,
1308
+ 0,
1309
+ 0,
1310
+ 0,
1311
+ 0,
1312
+ 0,
1313
+ 0,
1314
+ 0,
1315
+ 0,
1316
+ 0,
1317
+ 0,
1318
+ 0,
1319
+ 0,
1320
+ 0,
1321
+ 0,
1322
+ 0,
1323
+ 0,
1324
+ 0,
1325
+ 0,
1326
+ 0,
1327
+ 0,
1328
+ 0,
1329
+ 0,
1330
+ 0,
1331
+ 0,
1332
+ 0,
1333
+ 0,
1334
+ 0,
1335
+ 0,
1336
+ 0,
1337
+ 0,
1338
+ 0,
1339
+ 0,
1340
+ 0,
1341
+ 0,
1342
+ 0,
1343
+ 0,
1344
+ 0,
1345
+ 0,
1346
+ 0,
1347
+ 0,
1348
+ 0,
1349
+ 0,
1350
+ 0,
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ 0,
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ 0,
1363
+ 0,
1364
+ 0,
1365
+ 0,
1366
+ 0,
1367
+ 0,
1368
+ 0,
1369
+ 0,
1370
+ 0,
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ 0,
1377
+ 0,
1378
+ 0,
1379
+ 0,
1380
+ 0,
1381
+ 0,
1382
+ 0,
1383
+ 0,
1384
+ 0,
1385
+ 0,
1386
+ 0,
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ 0,
1393
+ 0,
1394
+ 0,
1395
+ 0,
1396
+ 0,
1397
+ 0,
1398
+ 0,
1399
+ 0,
1400
+ 0,
1401
+ 0,
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 0,
1409
+ 0,
1410
+ 0,
1411
+ 0,
1412
+ 0,
1413
+ 0,
1414
+ 0,
1415
+ 0,
1416
+ 0,
1417
+ 0,
1418
+ 0,
1419
+ 0,
1420
+ 0,
1421
+ 0,
1422
+ 0,
1423
+ 0,
1424
+ 0,
1425
+ 0,
1426
+ 0,
1427
+ 0,
1428
+ 0,
1429
+ 0,
1430
+ 0,
1431
+ 0,
1432
+ 0,
1433
+ 0,
1434
+ 0,
1435
+ 0,
1436
+ 0,
1437
+ 0,
1438
+ 0,
1439
+ 0,
1440
+ 0,
1441
+ 0,
1442
+ 0,
1443
+ 0,
1444
+ 0,
1445
+ 0,
1446
+ 0,
1447
+ 0,
1448
+ 0,
1449
+ 0,
1450
+ 0,
1451
+ 0,
1452
+ 0,
1453
+ 0,
1454
+ 0,
1455
+ 0,
1456
+ 0,
1457
+ 0,
1458
+ 0,
1459
+ 0,
1460
+ 0,
1461
+ 0,
1462
+ 0,
1463
+ 0,
1464
+ 0,
1465
+ 0
1466
+ ],
1467
+ "max": [
1468
+ 116,
1469
+ 117,
1470
+ 118,
1471
+ 117,
1472
+ 121,
1473
+ 121,
1474
+ 121,
1475
+ 121,
1476
+ 121,
1477
+ 121,
1478
+ 121,
1479
+ 122,
1480
+ 121,
1481
+ 122,
1482
+ 121,
1483
+ 121,
1484
+ 121,
1485
+ 122,
1486
+ 122,
1487
+ 122,
1488
+ 122,
1489
+ 121,
1490
+ 122,
1491
+ 122,
1492
+ 122,
1493
+ 122,
1494
+ 122,
1495
+ 122,
1496
+ 122,
1497
+ 122,
1498
+ 122,
1499
+ 121,
1500
+ 121,
1501
+ 122,
1502
+ 122,
1503
+ 121,
1504
+ 122,
1505
+ 121,
1506
+ 121,
1507
+ 121,
1508
+ 122,
1509
+ 121,
1510
+ 122,
1511
+ 121,
1512
+ 121,
1513
+ 121,
1514
+ 122,
1515
+ 121,
1516
+ 121,
1517
+ 122,
1518
+ 121,
1519
+ 121,
1520
+ 121,
1521
+ 121,
1522
+ 121,
1523
+ 121,
1524
+ 121,
1525
+ 121,
1526
+ 121,
1527
+ 121,
1528
+ 121,
1529
+ 121,
1530
+ 121,
1531
+ 121,
1532
+ 121,
1533
+ 120,
1534
+ 120,
1535
+ 119,
1536
+ 120,
1537
+ 121,
1538
+ 116,
1539
+ 120,
1540
+ 120,
1541
+ 120,
1542
+ 119,
1543
+ 119,
1544
+ 115,
1545
+ 114,
1546
+ 116,
1547
+ 115,
1548
+ 116,
1549
+ 121,
1550
+ 121,
1551
+ 111,
1552
+ 116,
1553
+ 114,
1554
+ 119,
1555
+ 119,
1556
+ 105,
1557
+ 110,
1558
+ 101,
1559
+ 114,
1560
+ 116,
1561
+ 116,
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
+ ],
1981
+ "mean": [
1982
+ 111.10712435724122,
1983
+ 111.27652209068742,
1984
+ 111.49686043132746,
1985
+ 101.54692928705892,
1986
+ 58.99368296041743,
1987
+ 90.91354499627295,
1988
+ 107.1111925307324,
1989
+ 103.22357266490631,
1990
+ 60.09781304089651,
1991
+ 88.60541243951434,
1992
+ 101.01260881100681,
1993
+ 104.56404846432768,
1994
+ 89.87513739561092,
1995
+ 90.51697388535837,
1996
+ 91.96149132670465,
1997
+ 93.12578489216813,
1998
+ 99.17620750211621,
1999
+ 92.69071774203738,
2000
+ 97.77738752511023,
2001
+ 91.0110548192695,
2002
+ 98.44181374840495,
2003
+ 90.64323887253478,
2004
+ 91.1067327007871,
2005
+ 93.57406728910563,
2006
+ 93.81396318429331,
2007
+ 92.34052633573802,
2008
+ 90.15599297545198,
2009
+ 91.43981756389685,
2010
+ 89.81943374057182,
2011
+ 88.30477189170067,
2012
+ 87.43027883412718,
2013
+ 85.08625285846041,
2014
+ 83.49031597831993,
2015
+ 80.4962287273692,
2016
+ 80.6371745145355,
2017
+ 77.55607636037448,
2018
+ 74.69727482912408,
2019
+ 71.113075008528,
2020
+ 67.47079632600978,
2021
+ 65.22449495268538,
2022
+ 61.71574585286351,
2023
+ 57.69928364771134,
2024
+ 52.38310318252454,
2025
+ 50.19730641432199,
2026
+ 45.38324215739536,
2027
+ 41.30373589720913,
2028
+ 38.43141590125204,
2029
+ 34.71822213237988,
2030
+ 31.823552450379655,
2031
+ 28.613056057409256,
2032
+ 26.262258215309977,
2033
+ 23.515546234412703,
2034
+ 20.85090523177218,
2035
+ 19.315713004257685,
2036
+ 17.618236029866964,
2037
+ 14.676693914164066,
2038
+ 13.48542658968301,
2039
+ 11.795290015287236,
2040
+ 10.018332048868619,
2041
+ 8.683238367171608,
2042
+ 6.994643150433981,
2043
+ 6.044181374840495,
2044
+ 4.88460032090561,
2045
+ 4.051673383785423,
2046
+ 3.6294550921656077,
2047
+ 2.6989804298113733,
2048
+ 2.3480562469204433,
2049
+ 2.130358428825915,
2050
+ 1.8820608709934177,
2051
+ 1.5491023486753168,
2052
+ 1.303735897209132,
2053
+ 1.102386577554295,
2054
+ 0.973481067832371,
2055
+ 0.8140010865308082,
2056
+ 0.6602317090118887,
2057
+ 0.6312870336445529,
2058
+ 0.4475875225834165,
2059
+ 0.25974403355611425,
2060
+ 0.20949830071635228,
2061
+ 0.15255650591906608,
2062
+ 0.11840658993569254,
2063
+ 0.11159682126568204,
2064
+ 0.13551313312529217,
2065
+ 0.14025091281221969,
2066
+ 0.11068716756579197,
2067
+ 0.09494510492602747,
2068
+ 0.07848289977384998,
2069
+ 0.08022640269863932,
2070
+ 0.06972748291240793,
2071
+ 0.04693560409849528,
2072
+ 0.04430771563214615,
2073
+ 0.024788063322004776,
2074
+ 0.027542292580005307,
2075
+ 0.017586638197874947,
2076
+ 0.0,
2077
+ 0.0,
2078
+ 0.0,
2079
+ 0.0,
2080
+ 0.0,
2081
+ 0.0,
2082
+ 0.0,
2083
+ 0.0,
2084
+ 0.0,
2085
+ 0.0,
2086
+ 0.0,
2087
+ 0.0,
2088
+ 0.0,
2089
+ 0.0,
2090
+ 0.0,
2091
+ 0.0,
2092
+ 0.0,
2093
+ 0.0,
2094
+ 0.0,
2095
+ 0.0,
2096
+ 0.0,
2097
+ 0.0,
2098
+ 0.0,
2099
+ 0.0,
2100
+ 0.0,
2101
+ 0.0,
2102
+ 0.0,
2103
+ 0.0,
2104
+ 0.0,
2105
+ 0.0,
2106
+ 0.0,
2107
+ 0.0,
2108
+ 0.0,
2109
+ 0.0,
2110
+ 0.0,
2111
+ 0.0,
2112
+ 0.0,
2113
+ 0.0,
2114
+ 0.0,
2115
+ 0.0,
2116
+ 0.0,
2117
+ 0.0,
2118
+ 0.0,
2119
+ 0.0,
2120
+ 0.0,
2121
+ 0.0,
2122
+ 0.0,
2123
+ 0.0,
2124
+ 0.0,
2125
+ 0.0,
2126
+ 0.0,
2127
+ 0.0,
2128
+ 0.0,
2129
+ 0.0,
2130
+ 0.0,
2131
+ 0.0,
2132
+ 0.0,
2133
+ 0.0,
2134
+ 0.0,
2135
+ 0.0,
2136
+ 0.0,
2137
+ 0.0,
2138
+ 0.0,
2139
+ 0.0,
2140
+ 0.0,
2141
+ 0.0,
2142
+ 0.0,
2143
+ 0.0,
2144
+ 0.0,
2145
+ 0.0,
2146
+ 0.0,
2147
+ 0.0,
2148
+ 0.0,
2149
+ 0.0,
2150
+ 0.0,
2151
+ 0.0,
2152
+ 0.0,
2153
+ 0.0,
2154
+ 0.0,
2155
+ 0.0,
2156
+ 0.0,
2157
+ 0.0,
2158
+ 0.0,
2159
+ 0.0,
2160
+ 0.0,
2161
+ 0.0,
2162
+ 0.0,
2163
+ 0.0,
2164
+ 0.0,
2165
+ 0.0,
2166
+ 0.0,
2167
+ 0.0,
2168
+ 0.0,
2169
+ 0.0,
2170
+ 0.0,
2171
+ 0.0,
2172
+ 0.0,
2173
+ 0.0,
2174
+ 0.0,
2175
+ 0.0,
2176
+ 0.0,
2177
+ 0.0,
2178
+ 0.0,
2179
+ 0.0,
2180
+ 0.0,
2181
+ 0.0,
2182
+ 0.0,
2183
+ 0.0,
2184
+ 0.0,
2185
+ 0.0,
2186
+ 0.0,
2187
+ 0.0,
2188
+ 0.0,
2189
+ 0.0,
2190
+ 0.0,
2191
+ 0.0,
2192
+ 0.0,
2193
+ 0.0,
2194
+ 0.0,
2195
+ 0.0,
2196
+ 0.0,
2197
+ 0.0,
2198
+ 0.0,
2199
+ 0.0,
2200
+ 0.0,
2201
+ 0.0,
2202
+ 0.0,
2203
+ 0.0,
2204
+ 0.0,
2205
+ 0.0,
2206
+ 0.0,
2207
+ 0.0,
2208
+ 0.0,
2209
+ 0.0,
2210
+ 0.0,
2211
+ 0.0,
2212
+ 0.0,
2213
+ 0.0,
2214
+ 0.0,
2215
+ 0.0,
2216
+ 0.0,
2217
+ 0.0,
2218
+ 0.0,
2219
+ 0.0,
2220
+ 0.0,
2221
+ 0.0,
2222
+ 0.0,
2223
+ 0.0,
2224
+ 0.0,
2225
+ 0.0,
2226
+ 0.0,
2227
+ 0.0,
2228
+ 0.0,
2229
+ 0.0,
2230
+ 0.0,
2231
+ 0.0,
2232
+ 0.0,
2233
+ 0.0,
2234
+ 0.0,
2235
+ 0.0,
2236
+ 0.0,
2237
+ 0.0,
2238
+ 0.0,
2239
+ 0.0,
2240
+ 0.0,
2241
+ 0.0,
2242
+ 0.0,
2243
+ 0.0,
2244
+ 0.0,
2245
+ 0.0,
2246
+ 0.0,
2247
+ 0.0,
2248
+ 0.0,
2249
+ 0.0,
2250
+ 0.0,
2251
+ 0.0,
2252
+ 0.0,
2253
+ 0.0,
2254
+ 0.0,
2255
+ 0.0,
2256
+ 0.0,
2257
+ 0.0,
2258
+ 0.0,
2259
+ 0.0,
2260
+ 0.0,
2261
+ 0.0,
2262
+ 0.0,
2263
+ 0.0,
2264
+ 0.0,
2265
+ 0.0,
2266
+ 0.0,
2267
+ 0.0,
2268
+ 0.0,
2269
+ 0.0,
2270
+ 0.0,
2271
+ 0.0,
2272
+ 0.0,
2273
+ 0.0,
2274
+ 0.0,
2275
+ 0.0,
2276
+ 0.0,
2277
+ 0.0,
2278
+ 0.0,
2279
+ 0.0,
2280
+ 0.0,
2281
+ 0.0,
2282
+ 0.0,
2283
+ 0.0,
2284
+ 0.0,
2285
+ 0.0,
2286
+ 0.0,
2287
+ 0.0,
2288
+ 0.0,
2289
+ 0.0,
2290
+ 0.0,
2291
+ 0.0,
2292
+ 0.0,
2293
+ 0.0,
2294
+ 0.0,
2295
+ 0.0,
2296
+ 0.0,
2297
+ 0.0,
2298
+ 0.0,
2299
+ 0.0,
2300
+ 0.0,
2301
+ 0.0,
2302
+ 0.0,
2303
+ 0.0,
2304
+ 0.0,
2305
+ 0.0,
2306
+ 0.0,
2307
+ 0.0,
2308
+ 0.0,
2309
+ 0.0,
2310
+ 0.0,
2311
+ 0.0,
2312
+ 0.0,
2313
+ 0.0,
2314
+ 0.0,
2315
+ 0.0,
2316
+ 0.0,
2317
+ 0.0,
2318
+ 0.0,
2319
+ 0.0,
2320
+ 0.0,
2321
+ 0.0,
2322
+ 0.0,
2323
+ 0.0,
2324
+ 0.0,
2325
+ 0.0,
2326
+ 0.0,
2327
+ 0.0,
2328
+ 0.0,
2329
+ 0.0,
2330
+ 0.0,
2331
+ 0.0,
2332
+ 0.0,
2333
+ 0.0,
2334
+ 0.0,
2335
+ 0.0,
2336
+ 0.0,
2337
+ 0.0,
2338
+ 0.0,
2339
+ 0.0,
2340
+ 0.0,
2341
+ 0.0,
2342
+ 0.0,
2343
+ 0.0,
2344
+ 0.0,
2345
+ 0.0,
2346
+ 0.0,
2347
+ 0.0,
2348
+ 0.0,
2349
+ 0.0,
2350
+ 0.0,
2351
+ 0.0,
2352
+ 0.0,
2353
+ 0.0,
2354
+ 0.0,
2355
+ 0.0,
2356
+ 0.0,
2357
+ 0.0,
2358
+ 0.0,
2359
+ 0.0,
2360
+ 0.0,
2361
+ 0.0,
2362
+ 0.0,
2363
+ 0.0,
2364
+ 0.0,
2365
+ 0.0,
2366
+ 0.0,
2367
+ 0.0,
2368
+ 0.0,
2369
+ 0.0,
2370
+ 0.0,
2371
+ 0.0,
2372
+ 0.0,
2373
+ 0.0,
2374
+ 0.0,
2375
+ 0.0,
2376
+ 0.0,
2377
+ 0.0,
2378
+ 0.0,
2379
+ 0.0,
2380
+ 0.0,
2381
+ 0.0,
2382
+ 0.0,
2383
+ 0.0,
2384
+ 0.0,
2385
+ 0.0,
2386
+ 0.0,
2387
+ 0.0,
2388
+ 0.0,
2389
+ 0.0,
2390
+ 0.0,
2391
+ 0.0,
2392
+ 0.0,
2393
+ 0.0,
2394
+ 0.0,
2395
+ 0.0,
2396
+ 0.0,
2397
+ 0.0,
2398
+ 0.0,
2399
+ 0.0,
2400
+ 0.0,
2401
+ 0.0,
2402
+ 0.0,
2403
+ 0.0,
2404
+ 0.0,
2405
+ 0.0,
2406
+ 0.0,
2407
+ 0.0,
2408
+ 0.0,
2409
+ 0.0,
2410
+ 0.0,
2411
+ 0.0,
2412
+ 0.0,
2413
+ 0.0,
2414
+ 0.0,
2415
+ 0.0,
2416
+ 0.0,
2417
+ 0.0,
2418
+ 0.0,
2419
+ 0.0,
2420
+ 0.0,
2421
+ 0.0,
2422
+ 0.0,
2423
+ 0.0,
2424
+ 0.0,
2425
+ 0.0,
2426
+ 0.0,
2427
+ 0.0,
2428
+ 0.0,
2429
+ 0.0,
2430
+ 0.0,
2431
+ 0.0,
2432
+ 0.0,
2433
+ 0.0,
2434
+ 0.0,
2435
+ 0.0,
2436
+ 0.0,
2437
+ 0.0,
2438
+ 0.0,
2439
+ 0.0,
2440
+ 0.0,
2441
+ 0.0,
2442
+ 0.0,
2443
+ 0.0,
2444
+ 0.0,
2445
+ 0.0,
2446
+ 0.0,
2447
+ 0.0,
2448
+ 0.0,
2449
+ 0.0,
2450
+ 0.0,
2451
+ 0.0,
2452
+ 0.0,
2453
+ 0.0,
2454
+ 0.0,
2455
+ 0.0,
2456
+ 0.0,
2457
+ 0.0,
2458
+ 0.0,
2459
+ 0.0,
2460
+ 0.0,
2461
+ 0.0,
2462
+ 0.0,
2463
+ 0.0,
2464
+ 0.0,
2465
+ 0.0,
2466
+ 0.0,
2467
+ 0.0,
2468
+ 0.0,
2469
+ 0.0,
2470
+ 0.0,
2471
+ 0.0,
2472
+ 0.0,
2473
+ 0.0,
2474
+ 0.0,
2475
+ 0.0,
2476
+ 0.0,
2477
+ 0.0,
2478
+ 0.0,
2479
+ 0.0,
2480
+ 0.0,
2481
+ 0.0,
2482
+ 0.0,
2483
+ 0.0,
2484
+ 0.0,
2485
+ 0.0,
2486
+ 0.0,
2487
+ 0.0,
2488
+ 0.0,
2489
+ 0.0,
2490
+ 0.0,
2491
+ 0.0,
2492
+ 0.0,
2493
+ 0.0
2494
+ ],
2495
+ "std": [
2496
+ 3.024777743137976,
2497
+ 4.574708456401271,
2498
+ 7.56434913057904,
2499
+ 6.648299723524993,
2500
+ 35.54257464424881,
2501
+ 37.14197545426574,
2502
+ 11.38724154746118,
2503
+ 8.294706663591832,
2504
+ 35.699300826297524,
2505
+ 35.00023738295012,
2506
+ 20.798355918307003,
2507
+ 13.567319334988023,
2508
+ 30.289840036823826,
2509
+ 31.759783041565896,
2510
+ 33.523946951558855,
2511
+ 31.613774766028065,
2512
+ 23.55230324804371,
2513
+ 28.075258608385212,
2514
+ 25.482438483177106,
2515
+ 31.366875883126532,
2516
+ 26.170479740438378,
2517
+ 32.5197750700493,
2518
+ 33.43484370588612,
2519
+ 31.3148672122869,
2520
+ 31.447206244072913,
2521
+ 32.56849647375667,
2522
+ 34.51544622751268,
2523
+ 33.436544604344924,
2524
+ 34.90690422814517,
2525
+ 36.19514611990443,
2526
+ 37.01863569452889,
2527
+ 39.10308922402759,
2528
+ 40.654738052076965,
2529
+ 42.54922402096183,
2530
+ 43.27092134797791,
2531
+ 44.73301804597853,
2532
+ 45.96454931342915,
2533
+ 47.85933794156807,
2534
+ 48.96281478522945,
2535
+ 50.021109357948895,
2536
+ 50.67012512909744,
2537
+ 51.397993058160154,
2538
+ 51.50311063863378,
2539
+ 51.9461414147887,
2540
+ 51.139339398519624,
2541
+ 50.508303426810414,
2542
+ 50.10740135064218,
2543
+ 48.7732323675436,
2544
+ 47.65914753902161,
2545
+ 46.2337933229722,
2546
+ 45.01928628723684,
2547
+ 43.47343111198794,
2548
+ 41.32006898443618,
2549
+ 40.39255982615411,
2550
+ 39.037285791617144,
2551
+ 36.111133751759475,
2552
+ 34.963676572703896,
2553
+ 33.05452557791017,
2554
+ 30.685264059193152,
2555
+ 28.846740344916192,
2556
+ 26.016652148958258,
2557
+ 24.424297925214233,
2558
+ 22.12823771483422,
2559
+ 20.135950821072807,
2560
+ 19.146893245936173,
2561
+ 16.551565303737323,
2562
+ 15.405955422375015,
2563
+ 14.789757696464665,
2564
+ 13.955085110002708,
2565
+ 12.570606598976164,
2566
+ 11.477780531800914,
2567
+ 10.686256790059032,
2568
+ 10.131002124042917,
2569
+ 9.111094159890092,
2570
+ 8.231566325901495,
2571
+ 8.093387314937054,
2572
+ 6.872072710702023,
2573
+ 5.192834799202802,
2574
+ 4.651645673469849,
2575
+ 3.9820459724058472,
2576
+ 3.3957811923949492,
2577
+ 3.3462740194679617,
2578
+ 3.76477726476205,
2579
+ 3.8868438171153508,
2580
+ 3.278183639639297,
2581
+ 3.214809289621686,
2582
+ 2.8224855150478136,
2583
+ 2.952360953173337,
2584
+ 2.610623513953462,
2585
+ 2.232872336114644,
2586
+ 2.1068464457975344,
2587
+ 1.604749703880803,
2588
+ 1.7775208918052925,
2589
+ 1.4281949240598977,
2590
+ 0.0,
2591
+ 0.0,
2592
+ 0.0,
2593
+ 0.0,
2594
+ 0.0,
2595
+ 0.0,
2596
+ 0.0,
2597
+ 0.0,
2598
+ 0.0,
2599
+ 0.0,
2600
+ 0.0,
2601
+ 0.0,
2602
+ 0.0,
2603
+ 0.0,
2604
+ 0.0,
2605
+ 0.0,
2606
+ 0.0,
2607
+ 0.0,
2608
+ 0.0,
2609
+ 0.0,
2610
+ 0.0,
2611
+ 0.0,
2612
+ 0.0,
2613
+ 0.0,
2614
+ 0.0,
2615
+ 0.0,
2616
+ 0.0,
2617
+ 0.0,
2618
+ 0.0,
2619
+ 0.0,
2620
+ 0.0,
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
+ ],
3009
+ "count": [
3010
+ 79151
3011
+ ]
3012
+ },
3013
+ "observation.images.kinova3": {
3014
+ "min": [
3015
+ [
3016
+ [
3017
+ 0.0
3018
+ ]
3019
+ ],
3020
+ [
3021
+ [
3022
+ 0.0
3023
+ ]
3024
+ ],
3025
+ [
3026
+ [
3027
+ 0.0
3028
+ ]
3029
+ ]
3030
+ ],
3031
+ "max": [
3032
+ [
3033
+ [
3034
+ 1.0
3035
+ ]
3036
+ ],
3037
+ [
3038
+ [
3039
+ 1.0
3040
+ ]
3041
+ ],
3042
+ [
3043
+ [
3044
+ 1.0
3045
+ ]
3046
+ ]
3047
+ ],
3048
+ "mean": [
3049
+ [
3050
+ [
3051
+ 0.4300189377449276
3052
+ ]
3053
+ ],
3054
+ [
3055
+ [
3056
+ 0.5243484390505734
3057
+ ]
3058
+ ],
3059
+ [
3060
+ [
3061
+ 0.5556647305146774
3062
+ ]
3063
+ ]
3064
+ ],
3065
+ "std": [
3066
+ [
3067
+ [
3068
+ 0.29477608292857005
3069
+ ]
3070
+ ],
3071
+ [
3072
+ [
3073
+ 0.19161702123493202
3074
+ ]
3075
+ ],
3076
+ [
3077
+ [
3078
+ 0.14449702304928444
3079
+ ]
3080
+ ]
3081
+ ],
3082
+ "count": [
3083
+ 79151
3084
+ ]
3085
+ },
3086
+ "observation.kinova3.ee_pose": {
3087
+ "min": [
3088
+ 0.19090969860553741,
3089
+ -0.30512601137161255,
3090
+ 0.08387743681669235,
3091
+ -0.0613027848303318,
3092
+ -3.602386641432531e-05,
3093
+ 0.9981189966201782,
3094
+ -0.012518138624727726
3095
+ ],
3096
+ "max": [
3097
+ 0.6190744638442993,
3098
+ 0.34564173221588135,
3099
+ 0.08500883728265762,
3100
+ -4.7110748710110784e-05,
3101
+ 8.785158570390195e-05,
3102
+ 1.0,
3103
+ 0.012616710737347603
3104
+ ],
3105
+ "mean": [
3106
+ 0.39837419099952237,
3107
+ 0.0054732324174019305,
3108
+ 0.08499637818910989,
3109
+ -0.0005720498938580045,
3110
+ -2.8301755472674625e-06,
3111
+ 0.9999917964976208,
3112
+ 2.9304186133898296e-05
3113
+ ],
3114
+ "std": [
3115
+ 0.10494885920896088,
3116
+ 0.13991947668052507,
3117
+ 7.19525656049055e-05,
3118
+ 0.003934916555948376,
3119
+ 1.453198273453125e-05,
3120
+ 9.497939681113674e-05,
3121
+ 0.0007810351485031914
3122
+ ],
3123
+ "count": [
3124
+ 79151
3125
+ ]
3126
+ },
3127
+ "observation.joints": {
3128
+ "min": [
3129
+ -1.2498931884765625,
3130
+ 0.34057047963142395,
3131
+ -0.6103740930557251,
3132
+ 0.31733983755111694,
3133
+ -2.2829833030700684,
3134
+ -1.6285581588745117,
3135
+ -3.411691904067993,
3136
+ 1.0
3137
+ ],
3138
+ "max": [
3139
+ 1.6133052110671997,
3140
+ 1.705716848373413,
3141
+ 3.139031410217285,
3142
+ 3.927000045776367,
3143
+ 2.345937967300415,
3144
+ 1.0365906953811646,
3145
+ 3.557779550552368,
3146
+ 1.0
3147
+ ],
3148
+ "mean": [
3149
+ 0.4800788389061238,
3150
+ 0.6365433697969279,
3151
+ -0.3618186907035815,
3152
+ 0.8768211650795072,
3153
+ 0.9040950020896322,
3154
+ 0.34124787612124613,
3155
+ 2.308102115236246,
3156
+ 1.0
3157
+ ],
3158
+ "std": [
3159
+ 0.35299202972419075,
3160
+ 0.18690121746579003,
3161
+ 0.29591524923310436,
3162
+ 0.3651047561717211,
3163
+ 0.48565234508867194,
3164
+ 0.28211917621951443,
3165
+ 0.8448523106173246,
3166
+ 0.0
3167
+ ],
3168
+ "count": [
3169
+ 79151
3170
+ ]
3171
+ },
3172
+ "observation.panda.joints": {
3173
+ "min": [
3174
+ -1.9460045099258423,
3175
+ 0.46808719635009766,
3176
+ -0.7710432410240173,
3177
+ -3.0717999935150146,
3178
+ -2.255664587020874,
3179
+ 1.8841065168380737,
3180
+ -2.8973000049591064,
3181
+ 1.0
3182
+ ],
3183
+ "max": [
3184
+ 1.0629106760025024,
3185
+ 1.5888197422027588,
3186
+ 1.2626006603240967,
3187
+ -1.4636108875274658,
3188
+ 0.30569422245025635,
3189
+ 3.752500057220459,
3190
+ -1.3925285339355469,
3191
+ 1.0
3192
+ ],
3193
+ "mean": [
3194
+ -0.12663848485104784,
3195
+ 0.5930542855168264,
3196
+ 0.0610699852488428,
3197
+ -2.5047007327167066,
3198
+ -0.4568615993376986,
3199
+ 3.057225699777231,
3200
+ -2.786602119533709,
3201
+ 1.0
3202
+ ],
3203
+ "std": [
3204
+ 0.5034312657606299,
3205
+ 0.13261887723037236,
3206
+ 0.24818946924298255,
3207
+ 0.3127041118982603,
3208
+ 0.3287143542051858,
3209
+ 0.2729708076713836,
3210
+ 0.15651640571234512,
3211
+ 0.0
3212
+ ],
3213
+ "count": [
3214
+ 79151
3215
+ ]
3216
+ },
3217
+ "observation.kuka_iiwa.ee_error": {
3218
+ "min": [
3219
+ -0.04366196691989899,
3220
+ -0.016794130206108093,
3221
+ -9.641051292419434e-06,
3222
+ -6.432481313822791e-05,
3223
+ -2.3341104679275304e-05,
3224
+ 0.0,
3225
+ -0.117056705057621
3226
+ ],
3227
+ "max": [
3228
+ 9.298324584960938e-06,
3229
+ 0.0168115496635437,
3230
+ 0.023899421095848083,
3231
+ 0.30953913927078247,
3232
+ 3.724376074387692e-05,
3233
+ 0.04911637306213379,
3234
+ 0.11693821102380753
3235
+ ],
3236
+ "mean": [
3237
+ -0.0034445763051823516,
3238
+ -1.7458155428752742e-05,
3239
+ 0.0016410153619243085,
3240
+ 0.023557692266668456,
3241
+ 5.262337967109847e-06,
3242
+ 0.0021173511652572575,
3243
+ 0.00011110932889333062
3244
+ ],
3245
+ "std": [
3246
+ 0.008252039699346809,
3247
+ 0.0027877169326868258,
3248
+ 0.004093806911641172,
3249
+ 0.05713331739515777,
3250
+ 1.1885840383392228e-05,
3251
+ 0.0066770667406837875,
3252
+ 0.019142721634756263
3253
+ ],
3254
+ "count": [
3255
+ 79151
3256
+ ]
3257
+ },
3258
+ "observation.jaco.ee_pose": {
3259
+ "min": [
3260
+ 0.1909043937921524,
3261
+ -0.30511748790740967,
3262
+ 0.08193432539701462,
3263
+ -0.055647991597652435,
3264
+ -0.00010114942415384576,
3265
+ 0.9913465976715088,
3266
+ -0.06371792405843735
3267
+ ],
3268
+ "max": [
3269
+ 0.6190540194511414,
3270
+ 0.34563401341438293,
3271
+ 0.08758269250392914,
3272
+ 0.1303282380104065,
3273
+ 0.0006926821661181748,
3274
+ 1.0,
3275
+ 0.058291807770729065
3276
+ ],
3277
+ "mean": [
3278
+ 0.3983122375440351,
3279
+ 0.005472095047094776,
3280
+ 0.0849995410455267,
3281
+ 0.00010336582900565924,
3282
+ 1.3025678241659145e-05,
3283
+ 0.9999920470395487,
3284
+ 9.727922359270443e-05
3285
+ ],
3286
+ "std": [
3287
+ 0.1050301741436069,
3288
+ 0.13990746899979345,
3289
+ 0.00012532260556322904,
3290
+ 0.0036420991728709287,
3291
+ 1.9106949090972157e-05,
3292
+ 0.00016095027839770526,
3293
+ 0.0016193333730686705
3294
+ ],
3295
+ "count": [
3296
+ 79151
3297
+ ]
3298
+ },
3299
+ "observation.images.google_robot": {
3300
+ "min": [
3301
+ [
3302
+ [
3303
+ 0.0
3304
+ ]
3305
+ ],
3306
+ [
3307
+ [
3308
+ 0.0
3309
+ ]
3310
+ ],
3311
+ [
3312
+ [
3313
+ 0.0
3314
+ ]
3315
+ ]
3316
+ ],
3317
+ "max": [
3318
+ [
3319
+ [
3320
+ 1.0
3321
+ ]
3322
+ ],
3323
+ [
3324
+ [
3325
+ 1.0
3326
+ ]
3327
+ ],
3328
+ [
3329
+ [
3330
+ 1.0
3331
+ ]
3332
+ ]
3333
+ ],
3334
+ "mean": [
3335
+ [
3336
+ [
3337
+ 0.4313849837541985
3338
+ ]
3339
+ ],
3340
+ [
3341
+ [
3342
+ 0.5256810381760036
3343
+ ]
3344
+ ],
3345
+ [
3346
+ [
3347
+ 0.5566432855622025
3348
+ ]
3349
+ ]
3350
+ ],
3351
+ "std": [
3352
+ [
3353
+ [
3354
+ 0.2948561785615013
3355
+ ]
3356
+ ],
3357
+ [
3358
+ [
3359
+ 0.19105698390079812
3360
+ ]
3361
+ ],
3362
+ [
3363
+ [
3364
+ 0.1436511298713715
3365
+ ]
3366
+ ]
3367
+ ],
3368
+ "count": [
3369
+ 79151
3370
+ ]
3371
+ },
3372
+ "observation.ee_pose": {
3373
+ "min": [
3374
+ 0.1908980906009674,
3375
+ -0.30512434244155884,
3376
+ 0.016897955909371376,
3377
+ -0.40438053011894226,
3378
+ -0.0046834796667099,
3379
+ 0.9136638045310974,
3380
+ -0.1139090359210968
3381
+ ],
3382
+ "max": [
3383
+ 0.6190605759620667,
3384
+ 0.3456387221813202,
3385
+ 0.08773547410964966,
3386
+ 0.15959283709526062,
3387
+ 0.00496944272890687,
3388
+ 1.0,
3389
+ 0.09088382869958878
3390
+ ],
3391
+ "mean": [
3392
+ 0.3983209621235539,
3393
+ 0.005466152508728599,
3394
+ 0.08499024059385846,
3395
+ 4.2151354758438836e-05,
3396
+ -0.000114799007726891,
3397
+ 0.9999867354426911,
3398
+ 0.0001506963797150001
3399
+ ],
3400
+ "std": [
3401
+ 0.10501465858919437,
3402
+ 0.1399071464950269,
3403
+ 0.0005686843368828333,
3404
+ 0.004966184198714698,
3405
+ 8.186914452395346e-05,
3406
+ 0.0008228937641836389,
3407
+ 0.0010878995489480927
3408
+ ],
3409
+ "count": [
3410
+ 79151
3411
+ ]
3412
+ },
3413
+ "observation.panda.base_position": {
3414
+ "min": [
3415
+ 0.0,
3416
+ 0.0,
3417
+ 0.0
3418
+ ],
3419
+ "max": [
3420
+ 0.0,
3421
+ 0.0,
3422
+ 0.0
3423
+ ],
3424
+ "mean": [
3425
+ 0.0,
3426
+ 0.0,
3427
+ 0.0
3428
+ ],
3429
+ "std": [
3430
+ 0.0,
3431
+ 0.0,
3432
+ 0.0
3433
+ ],
3434
+ "count": [
3435
+ 79151
3436
+ ]
3437
+ },
3438
+ "observation.panda.base_orientation": {
3439
+ "min": [
3440
+ 0.0
3441
+ ],
3442
+ "max": [
3443
+ 0.0
3444
+ ],
3445
+ "mean": [
3446
+ 0.0
3447
+ ],
3448
+ "std": [
3449
+ 0.0
3450
+ ],
3451
+ "count": [
3452
+ 79151
3453
+ ]
3454
+ },
3455
+ "observation.kuka_iiwa.base_position": {
3456
+ "min": [
3457
+ 0.05000000074505806,
3458
+ 0.0,
3459
+ 0.0
3460
+ ],
3461
+ "max": [
3462
+ 0.05000000074505806,
3463
+ 0.0,
3464
+ 0.0
3465
+ ],
3466
+ "mean": [
3467
+ 0.04999999933290142,
3468
+ 0.0,
3469
+ 0.0
3470
+ ],
3471
+ "std": [
3472
+ 1.4647449112046472e-08,
3473
+ 0.0,
3474
+ 0.0
3475
+ ],
3476
+ "count": [
3477
+ 79151
3478
+ ]
3479
+ },
3480
+ "observation.kinova3.joints": {
3481
+ "min": [
3482
+ -1.220828890800476,
3483
+ 0.8360809087753296,
3484
+ -1.5183004140853882,
3485
+ 0.5977703332901001,
3486
+ -1.601084589958191,
3487
+ -1.5883071422576904,
3488
+ -0.7204721570014954,
3489
+ 1.0
3490
+ ],
3491
+ "max": [
3492
+ 1.17074716091156,
3493
+ 1.6553101539611816,
3494
+ 0.1367584466934204,
3495
+ 2.569999933242798,
3496
+ 0.4636833965778351,
3497
+ 1.1815176010131836,
3498
+ 1.757185935974121,
3499
+ 1.0
3500
+ ],
3501
+ "mean": [
3502
+ -0.0490731354023172,
3503
+ 0.9241242843299828,
3504
+ -0.03733163828196377,
3505
+ 1.9221088837049183,
3506
+ -0.012378364740865545,
3507
+ 0.2911637525634178,
3508
+ -0.05659550220994939,
3509
+ 1.0
3510
+ ],
3511
+ "std": [
3512
+ 0.38626559462293775,
3513
+ 0.10703300512456508,
3514
+ 0.1618288088012086,
3515
+ 0.36503243288377074,
3516
+ 0.23695786181270892,
3517
+ 0.34065214532672694,
3518
+ 0.2906615905096523,
3519
+ 0.0
3520
+ ],
3521
+ "count": [
3522
+ 79151
3523
+ ]
3524
+ },
3525
+ "observation.jaco.joints": {
3526
+ "min": [
3527
+ -1.045644760131836,
3528
+ 1.6255755424499512,
3529
+ 3.229529619216919,
3530
+ -3.460416793823242,
3531
+ -1.862989902496338,
3532
+ -2.0367908477783203,
3533
+ 1.0
3534
+ ],
3535
+ "max": [
3536
+ 1.186915636062622,
3537
+ 2.271646738052368,
3538
+ 5.920160293579102,
3539
+ 1.513480544090271,
3540
+ 1.1678783893585205,
3541
+ 3.3837592601776123,
3542
+ 1.0
3543
+ ],
3544
+ "mean": [
3545
+ 0.14712558305466192,
3546
+ 2.1877833521495194,
3547
+ 4.990940087349229,
3548
+ 0.10506771229751288,
3549
+ -0.3913004968126887,
3550
+ 0.24639919903915966,
3551
+ 1.0
3552
+ ],
3553
+ "std": [
3554
+ 0.35746189105089715,
3555
+ 0.09177546728830795,
3556
+ 0.42560337319176955,
3557
+ 0.2352135755764284,
3558
+ 0.4060936210758843,
3559
+ 0.37686110330815464,
3560
+ 0.0
3561
+ ],
3562
+ "count": [
3563
+ 79151
3564
+ ]
3565
+ },
3566
+ "observation.google_robot.ee_pose": {
3567
+ "min": [
3568
+ 0.24089950323104858,
3569
+ -0.30511897802352905,
3570
+ 0.08498578518629074,
3571
+ -0.0001954840263351798,
3572
+ -0.004762296564877033,
3573
+ 0.9999575614929199,
3574
+ -0.0006174349109642208
3575
+ ],
3576
+ "max": [
3577
+ 0.6690572500228882,
3578
+ 0.34563228487968445,
3579
+ 0.08890851587057114,
3580
+ 0.006451149005442858,
3581
+ 0.00017452023166697472,
3582
+ 1.0,
3583
+ 0.005466872826218605
3584
+ ],
3585
+ "mean": [
3586
+ 0.44831239389935107,
3587
+ 0.005476257857228614,
3588
+ 0.08500170463140301,
3589
+ 7.097234202223165e-05,
3590
+ 5.3596819048518386e-05,
3591
+ 0.9999999975992773,
3592
+ 5.050404215298031e-06
3593
+ ],
3594
+ "std": [
3595
+ 0.1050405583217694,
3596
+ 0.13991193599631213,
3597
+ 2.7234349467196948e-05,
3598
+ 9.974935684371979e-05,
3599
+ 4.008407452720185e-05,
3600
+ 2.418242594243338e-07,
3601
+ 7.637798996750602e-05
3602
+ ],
3603
+ "count": [
3604
+ 79151
3605
+ ]
3606
+ },
3607
+ "observation.ur5e.joints": {
3608
+ "min": [
3609
+ -4.330108165740967,
3610
+ -1.2956701517105103,
3611
+ 1.5285109281539917,
3612
+ -3.6040821075439453,
3613
+ -1.5716127157211304,
3614
+ -5.9003143310546875,
3615
+ 1.0
3616
+ ],
3617
+ "max": [
3618
+ 3.8564929962158203,
3619
+ -0.7543529272079468,
3620
+ 3.0800271034240723,
3621
+ -2.345010280609131,
3622
+ -1.5705808401107788,
3623
+ 2.285468101501465,
3624
+ 1.0
3625
+ ],
3626
+ "mean": [
3627
+ 2.774380557686273,
3628
+ -1.135432468335857,
3629
+ 2.3864271559824735,
3630
+ -2.821746915598045,
3631
+ -1.5706996516665346,
3632
+ 1.2034638774052955,
3633
+ 1.0
3634
+ ],
3635
+ "std": [
3636
+ 0.5462193141428262,
3637
+ 0.11409144715960004,
3638
+ 0.2922197734035691,
3639
+ 0.1834005172082195,
3640
+ 3.851871606604488e-05,
3641
+ 0.546164694748075,
3642
+ 0.0
3643
+ ],
3644
+ "count": [
3645
+ 79151
3646
+ ]
3647
+ },
3648
+ "observation.sawyer.joints": {
3649
+ "min": [
3650
+ -1.399670124053955,
3651
+ -0.8806397914886475,
3652
+ -0.16511565446853638,
3653
+ 1.215904951095581,
3654
+ -0.7711183428764343,
3655
+ -0.20911435782909393,
3656
+ -0.5477717518806458,
3657
+ 1.0
3658
+ ],
3659
+ "max": [
3660
+ 0.57332843542099,
3661
+ -0.4424274265766144,
3662
+ 0.1768062263727188,
3663
+ 2.5102758407592773,
3664
+ 0.07812477648258209,
3665
+ 0.7982422709465027,
3666
+ 0.7018516063690186,
3667
+ 1.0
3668
+ ],
3669
+ "mean": [
3670
+ -0.3763319648383548,
3671
+ -0.7870875023635534,
3672
+ 0.045640076691253154,
3673
+ 2.095868699595902,
3674
+ -0.2159654985790415,
3675
+ 0.26685359458360597,
3676
+ 0.04285350398755641,
3677
+ 1.0
3678
+ ],
3679
+ "std": [
3680
+ 0.3410516870704133,
3681
+ 0.07521104817902806,
3682
+ 0.05003080668596878,
3683
+ 0.25129122015391997,
3684
+ 0.17794731393053298,
3685
+ 0.18514956798932078,
3686
+ 0.24209904088509715,
3687
+ 0.0
3688
+ ],
3689
+ "count": [
3690
+ 79151
3691
+ ]
3692
+ },
3693
+ "observation.images.panda": {
3694
+ "min": [
3695
+ [
3696
+ [
3697
+ 0.0
3698
+ ]
3699
+ ],
3700
+ [
3701
+ [
3702
+ 0.0
3703
+ ]
3704
+ ],
3705
+ [
3706
+ [
3707
+ 0.0
3708
+ ]
3709
+ ]
3710
+ ],
3711
+ "max": [
3712
+ [
3713
+ [
3714
+ 1.0
3715
+ ]
3716
+ ],
3717
+ [
3718
+ [
3719
+ 1.0
3720
+ ]
3721
+ ],
3722
+ [
3723
+ [
3724
+ 1.0
3725
+ ]
3726
+ ]
3727
+ ],
3728
+ "mean": [
3729
+ [
3730
+ [
3731
+ 0.43652116267439367
3732
+ ]
3733
+ ],
3734
+ [
3735
+ [
3736
+ 0.5296197221581567
3737
+ ]
3738
+ ],
3739
+ [
3740
+ [
3741
+ 0.5601715729007408
3742
+ ]
3743
+ ]
3744
+ ],
3745
+ "std": [
3746
+ [
3747
+ [
3748
+ 0.2963517052572162
3749
+ ]
3750
+ ],
3751
+ [
3752
+ [
3753
+ 0.19317229849650383
3754
+ ]
3755
+ ],
3756
+ [
3757
+ [
3758
+ 0.14670747267832207
3759
+ ]
3760
+ ]
3761
+ ],
3762
+ "count": [
3763
+ 79151
3764
+ ]
3765
+ },
3766
+ "observation.kinova3.base_position": {
3767
+ "min": [
3768
+ 0.0,
3769
+ 0.0,
3770
+ 0.0
3771
+ ],
3772
+ "max": [
3773
+ 0.0,
3774
+ 0.0,
3775
+ 0.0
3776
+ ],
3777
+ "mean": [
3778
+ 0.0,
3779
+ 0.0,
3780
+ 0.0
3781
+ ],
3782
+ "std": [
3783
+ 0.0,
3784
+ 0.0,
3785
+ 0.0
3786
+ ],
3787
+ "count": [
3788
+ 79151
3789
+ ]
3790
+ },
3791
+ "observation.images.kuka_iiwa": {
3792
+ "min": [
3793
+ [
3794
+ [
3795
+ 0.0
3796
+ ]
3797
+ ],
3798
+ [
3799
+ [
3800
+ 0.0
3801
+ ]
3802
+ ],
3803
+ [
3804
+ [
3805
+ 0.0
3806
+ ]
3807
+ ]
3808
+ ],
3809
+ "max": [
3810
+ [
3811
+ [
3812
+ 1.0
3813
+ ]
3814
+ ],
3815
+ [
3816
+ [
3817
+ 1.0
3818
+ ]
3819
+ ],
3820
+ [
3821
+ [
3822
+ 1.0
3823
+ ]
3824
+ ]
3825
+ ],
3826
+ "mean": [
3827
+ [
3828
+ [
3829
+ 0.42587242603345254
3830
+ ]
3831
+ ],
3832
+ [
3833
+ [
3834
+ 0.5110008638689245
3835
+ ]
3836
+ ],
3837
+ [
3838
+ [
3839
+ 0.535170257167368
3840
+ ]
3841
+ ]
3842
+ ],
3843
+ "std": [
3844
+ [
3845
+ [
3846
+ 0.29611599956659734
3847
+ ]
3848
+ ],
3849
+ [
3850
+ [
3851
+ 0.19743676652752173
3852
+ ]
3853
+ ],
3854
+ [
3855
+ [
3856
+ 0.16754577473652504
3857
+ ]
3858
+ ]
3859
+ ],
3860
+ "count": [
3861
+ 79151
3862
+ ]
3863
+ },
3864
+ "observation.sawyer.ee_error": {
3865
+ "min": [
3866
+ -7.331371307373047e-06,
3867
+ -1.6987323760986328e-06,
3868
+ -3.8817524909973145e-06,
3869
+ 1.9149556464981288e-05,
3870
+ -2.738853254413698e-05,
3871
+ 0.0,
3872
+ -1.4251936590881087e-05
3873
+ ],
3874
+ "max": [
3875
+ 5.960464477539062e-07,
3876
+ 1.3113021850585938e-06,
3877
+ 2.332031726837158e-06,
3878
+ 0.00014965195441618562,
3879
+ 3.509264934109524e-05,
3880
+ 0.0,
3881
+ 7.456360617652535e-05
3882
+ ],
3883
+ "mean": [
3884
+ -3.857768139177394e-06,
3885
+ -7.571591928978878e-07,
3886
+ -1.2632205202320937e-06,
3887
+ 8.082200639248189e-05,
3888
+ 2.142741168906509e-06,
3889
+ 0.0,
3890
+ 5.263059933586128e-05
3891
+ ],
3892
+ "std": [
3893
+ 1.114272164783322e-06,
3894
+ 2.6382224060703226e-07,
3895
+ 7.987751747779617e-07,
3896
+ 1.985321977294914e-05,
3897
+ 1.2104954562949675e-05,
3898
+ 0.0,
3899
+ 1.5558403427851864e-05
3900
+ ],
3901
+ "count": [
3902
+ 79151
3903
+ ]
3904
+ },
3905
+ "task_index": {
3906
+ "min": [
3907
+ 0
3908
+ ],
3909
+ "max": [
3910
+ 4154
3911
+ ],
3912
+ "mean": [
3913
+ 1919.0844209169816
3914
+ ],
3915
+ "std": [
3916
+ 1222.2135305621257
3917
+ ],
3918
+ "count": [
3919
+ 79151
3920
+ ]
3921
+ },
3922
+ "observation.ur5e.base_orientation": {
3923
+ "min": [
3924
+ 0.0
3925
+ ],
3926
+ "max": [
3927
+ 0.0
3928
+ ],
3929
+ "mean": [
3930
+ 0.0
3931
+ ],
3932
+ "std": [
3933
+ 0.0
3934
+ ],
3935
+ "count": [
3936
+ 79151
3937
+ ]
3938
+ },
3939
+ "observation.kuka_iiwa.ee_pose": {
3940
+ "min": [
3941
+ 0.2409154325723648,
3942
+ -0.3051212430000305,
3943
+ 0.061100587248802185,
3944
+ -0.30953913927078247,
3945
+ -3.724376074387692e-05,
3946
+ 0.9508836269378662,
3947
+ -0.11693821102380753
3948
+ ],
3949
+ "max": [
3950
+ 0.6690648794174194,
3951
+ 0.34563541412353516,
3952
+ 0.08500964939594269,
3953
+ 6.432481313822791e-05,
3954
+ 2.3341104679275304e-05,
3955
+ 1.0,
3956
+ 0.117056705057621
3957
+ ],
3958
+ "mean": [
3959
+ 0.4517602082794445,
3960
+ 0.00549257226940548,
3961
+ 0.08335899386295954,
3962
+ -0.023557692266668456,
3963
+ -5.262337967109847e-06,
3964
+ 0.9978826491027362,
3965
+ -0.00011110932889333062
3966
+ ],
3967
+ "std": [
3968
+ 0.10015725042465957,
3969
+ 0.14074482348991071,
3970
+ 0.004093807287959886,
3971
+ 0.05713331739515777,
3972
+ 1.1885840383392228e-05,
3973
+ 0.006677066522816973,
3974
+ 0.019142721634756263
3975
+ ],
3976
+ "count": [
3977
+ 79151
3978
+ ]
3979
+ },
3980
+ "observation.kinova3.base_orientation": {
3981
+ "min": [
3982
+ 0.0
3983
+ ],
3984
+ "max": [
3985
+ 0.0
3986
+ ],
3987
+ "mean": [
3988
+ 0.0
3989
+ ],
3990
+ "std": [
3991
+ 0.0
3992
+ ],
3993
+ "count": [
3994
+ 79151
3995
+ ]
3996
+ },
3997
+ "index": {
3998
+ "min": [
3999
+ 0
4000
+ ],
4001
+ "max": [
4002
+ 79150
4003
+ ],
4004
+ "mean": [
4005
+ 39575.0
4006
+ ],
4007
+ "std": [
4008
+ 22848.925576490463
4009
+ ],
4010
+ "count": [
4011
+ 79151
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b483a15207ee9a5d703f5ec729914c2aed3527952dfbb2a81a7865e7bfa87e
3
+ size 1822
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:a532b9025a0c419166712cf4cb68abf2a6072af59bb5c4dc2b0b32096351cb94
3
+ size 521122897
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:406af553fba50084e6dd5a50c74c6a9b876facc651eac7d2b1d0e99246f5ee51
3
+ size 153496140
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:7b92dc16fed1d40719beff10ea6d3eadb9e4e25591b980431b37856464daf997
3
+ size 521870266
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:5e84e741c9df8e7cfe09c0e9f1822a2282c1f23b1e44497f1311abec292d61a0
3
+ size 349698893
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:cc2d9ffbe80d7d1d383096ab9753acc55f89c60c2a32c9726909338f9e3b1604
3
+ size 521010607
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:f5e5135348606939daa8dc4f67a067d7eb8e8c6f08a40c089c25c956b5090517
3
+ size 139932770
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:fbd9a45d0696d07bd50d4c53127c3f7820c967d2e17556463078f0bd2200e35c
3
+ size 521171376
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:dac6189ac60ddef7246d749b1908aa678e37a3881c42563a3c5670f6777d14fc
3
+ size 168187174
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:bcb682c08992670c8c3ffae691a67bbe35c774eabf8e1bef475ff84b26586735
3
+ size 520816695
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:581406baa978baf101fd08a546d7ed5400e6659c3cfc4cf4052d62263c51a895
3
+ size 126990469
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:8100daebe8f8b382d3289a0759ec36930cb2267f3faab88a908d4dda3728fc7d
3
+ size 521000844
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:0b5cd5cae24b757c22ab12fbc8133a84836ab554aa2eab8356fe26d175a247d3
3
+ size 164618020
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:c229a7123a36e9cbb84de995a27a96b4ee0773f65f088046c2ae69d9b31976ba
3
+ size 521033003
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:b10eb1e961ee33f2ab6117a4e88be7afca8ed91132cac420bdd367a2df95d701
3
+ size 131726715
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:404c2b3b66f4595ae40161ebaa145760cb46c6e33e8c2273a6c0da6858a98220
3
+ size 521069090
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:58776ea8dff0bfb95fb1e853a9ff28dfd9067843ba1c165f399c4d1ce2f71713
3
+ size 154997571