GuanhuaJi commited on
Commit
980311f
·
verified ·
1 Parent(s): bf442fa

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_63000_64000_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: 1000
12
+ total_frames: 16211
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_63000_64000_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**: 1,000
30
+ - **Frames**: 16,211
31
+ - **Splits**:
32
+ - `train`: `0:1000`
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_63000_64000_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: 1000
12
+ total_frames: 16211
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_63000_64000_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**: 1,000
30
+ - **Frames**: 16,211
31
+ - **Splits**:
32
+ - `train`: `0:1000`
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:6fcc660ce6ee59f2fc9444e2f80f233969fd3248777412f60b89cda43f804d7c
3
+ size 13630175
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39fff5db6279d56abe8660f97d754e3880371c703032da32fea9e99d1f21f00
3
+ size 5491240
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 1000,
5
+ "total_frames": 16211,
6
+ "total_tasks": 958,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:1000"
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.kinova3.ee_pose": {
3
+ "min": [
4
+ 0.1908949911594391,
5
+ -0.30513548851013184,
6
+ 0.08389092981815338,
7
+ -0.060579247772693634,
8
+ -3.5398261388763785e-05,
9
+ 0.9981591105461121,
10
+ -0.011816408485174179
11
+ ],
12
+ "max": [
13
+ 0.6190704107284546,
14
+ 0.34545689821243286,
15
+ 0.08500877767801285,
16
+ -5.657625661115162e-05,
17
+ 8.774251182330772e-05,
18
+ 1.0,
19
+ 0.012527692131698132
20
+ ],
21
+ "mean": [
22
+ 0.3985816014463077,
23
+ 0.005399102702042484,
24
+ 0.0849960291178279,
25
+ -0.0005889064164317884,
26
+ -2.899067622421912e-06,
27
+ 0.9999908564283541,
28
+ 2.8264430991424003e-05
29
+ ],
30
+ "std": [
31
+ 0.10245859044930175,
32
+ 0.14211213449417867,
33
+ 7.635277656107401e-05,
34
+ 0.004166795021597238,
35
+ 1.4487887595023878e-05,
36
+ 0.0001060528980737907,
37
+ 0.0007698508912707566
38
+ ],
39
+ "count": [
40
+ 16211
41
+ ]
42
+ },
43
+ "observation.jaco.joints": {
44
+ "min": [
45
+ -0.8867675065994263,
46
+ 1.7201000452041626,
47
+ 3.479159355163574,
48
+ -3.454484462738037,
49
+ -1.654776930809021,
50
+ -1.9802614450454712,
51
+ 1.0
52
+ ],
53
+ "max": [
54
+ 1.1839147806167603,
55
+ 2.2716457843780518,
56
+ 5.918762683868408,
57
+ 1.5135489702224731,
58
+ 1.1494557857513428,
59
+ 2.6168501377105713,
60
+ 1.0
61
+ ],
62
+ "mean": [
63
+ 0.14636267497834637,
64
+ 2.1885295806973244,
65
+ 4.988981083683505,
66
+ 0.10665933936200195,
67
+ -0.39549442135683677,
68
+ 0.24598726995031278,
69
+ 1.0
70
+ ],
71
+ "std": [
72
+ 0.35989969662149235,
73
+ 0.09032142613438501,
74
+ 0.418102229381787,
75
+ 0.19975420960632906,
76
+ 0.3979794073348112,
77
+ 0.3699684246820369,
78
+ 0.0
79
+ ],
80
+ "count": [
81
+ 16211
82
+ ]
83
+ },
84
+ "observation.kuka_iiwa.ee_pose": {
85
+ "min": [
86
+ 0.2408899962902069,
87
+ -0.30512917041778564,
88
+ 0.06116027012467384,
89
+ -0.30878981947898865,
90
+ -3.670951264211908e-05,
91
+ 0.9510521292686462,
92
+ -0.11663760989904404
93
+ ],
94
+ "max": [
95
+ 0.6690608859062195,
96
+ 0.3454512655735016,
97
+ 0.08500835299491882,
98
+ 5.444167982204817e-05,
99
+ 2.3285118004423566e-05,
100
+ 1.0,
101
+ 0.11666341871023178
102
+ ],
103
+ "mean": [
104
+ 0.4517416247267173,
105
+ 0.005379483925228442,
106
+ 0.0834658299355892,
107
+ -0.022014392176897327,
108
+ -5.248646290924345e-06,
109
+ 0.9980284853401017,
110
+ 0.00015555408947760403
111
+ ],
112
+ "std": [
113
+ 0.09788999300971411,
114
+ 0.14287002528516077,
115
+ 0.003982967367639362,
116
+ 0.05538996365014421,
117
+ 1.2010950416153764e-05,
118
+ 0.006547742542089539,
119
+ 0.01853550399470637
120
+ ],
121
+ "count": [
122
+ 16211
123
+ ]
124
+ },
125
+ "natural_language_instruction": {
126
+ "min": [
127
+ 97,
128
+ 97,
129
+ 32,
130
+ 32,
131
+ 32,
132
+ 32,
133
+ 32,
134
+ 32,
135
+ 32,
136
+ 32,
137
+ 32,
138
+ 32,
139
+ 32,
140
+ 32,
141
+ 32,
142
+ 32,
143
+ 32,
144
+ 0,
145
+ 0,
146
+ 0,
147
+ 0,
148
+ 0,
149
+ 0,
150
+ 0,
151
+ 0,
152
+ 0,
153
+ 0,
154
+ 0,
155
+ 0,
156
+ 0,
157
+ 0,
158
+ 0,
159
+ 0,
160
+ 0,
161
+ 0,
162
+ 0,
163
+ 0,
164
+ 0,
165
+ 0,
166
+ 0,
167
+ 0,
168
+ 0,
169
+ 0,
170
+ 0,
171
+ 0,
172
+ 0,
173
+ 0,
174
+ 0,
175
+ 0,
176
+ 0,
177
+ 0,
178
+ 0,
179
+ 0,
180
+ 0,
181
+ 0,
182
+ 0,
183
+ 0,
184
+ 0,
185
+ 0,
186
+ 0,
187
+ 0,
188
+ 0,
189
+ 0,
190
+ 0,
191
+ 0,
192
+ 0,
193
+ 0,
194
+ 0,
195
+ 0,
196
+ 0,
197
+ 0,
198
+ 0,
199
+ 0,
200
+ 0,
201
+ 0,
202
+ 0,
203
+ 0,
204
+ 0,
205
+ 0,
206
+ 0,
207
+ 0,
208
+ 0,
209
+ 0,
210
+ 0,
211
+ 0,
212
+ 0,
213
+ 0,
214
+ 0,
215
+ 0,
216
+ 0,
217
+ 0,
218
+ 0,
219
+ 0,
220
+ 0,
221
+ 0,
222
+ 0,
223
+ 0,
224
+ 0,
225
+ 0,
226
+ 0,
227
+ 0,
228
+ 0,
229
+ 0,
230
+ 0,
231
+ 0,
232
+ 0,
233
+ 0,
234
+ 0,
235
+ 0,
236
+ 0,
237
+ 0,
238
+ 0,
239
+ 0,
240
+ 0,
241
+ 0,
242
+ 0,
243
+ 0,
244
+ 0,
245
+ 0,
246
+ 0,
247
+ 0,
248
+ 0,
249
+ 0,
250
+ 0,
251
+ 0,
252
+ 0,
253
+ 0,
254
+ 0,
255
+ 0,
256
+ 0,
257
+ 0,
258
+ 0,
259
+ 0,
260
+ 0,
261
+ 0,
262
+ 0,
263
+ 0,
264
+ 0,
265
+ 0,
266
+ 0,
267
+ 0,
268
+ 0,
269
+ 0,
270
+ 0,
271
+ 0,
272
+ 0,
273
+ 0,
274
+ 0,
275
+ 0,
276
+ 0,
277
+ 0,
278
+ 0,
279
+ 0,
280
+ 0,
281
+ 0,
282
+ 0,
283
+ 0,
284
+ 0,
285
+ 0,
286
+ 0,
287
+ 0,
288
+ 0,
289
+ 0,
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 0,
294
+ 0,
295
+ 0,
296
+ 0,
297
+ 0,
298
+ 0,
299
+ 0,
300
+ 0,
301
+ 0,
302
+ 0,
303
+ 0,
304
+ 0,
305
+ 0,
306
+ 0,
307
+ 0,
308
+ 0,
309
+ 0,
310
+ 0,
311
+ 0,
312
+ 0,
313
+ 0,
314
+ 0,
315
+ 0,
316
+ 0,
317
+ 0,
318
+ 0,
319
+ 0,
320
+ 0,
321
+ 0,
322
+ 0,
323
+ 0,
324
+ 0,
325
+ 0,
326
+ 0,
327
+ 0,
328
+ 0,
329
+ 0,
330
+ 0,
331
+ 0,
332
+ 0,
333
+ 0,
334
+ 0,
335
+ 0,
336
+ 0,
337
+ 0,
338
+ 0,
339
+ 0,
340
+ 0,
341
+ 0,
342
+ 0,
343
+ 0,
344
+ 0,
345
+ 0,
346
+ 0,
347
+ 0,
348
+ 0,
349
+ 0,
350
+ 0,
351
+ 0,
352
+ 0,
353
+ 0,
354
+ 0,
355
+ 0,
356
+ 0,
357
+ 0,
358
+ 0,
359
+ 0,
360
+ 0,
361
+ 0,
362
+ 0,
363
+ 0,
364
+ 0,
365
+ 0,
366
+ 0,
367
+ 0,
368
+ 0,
369
+ 0,
370
+ 0,
371
+ 0,
372
+ 0,
373
+ 0,
374
+ 0,
375
+ 0,
376
+ 0,
377
+ 0,
378
+ 0,
379
+ 0,
380
+ 0,
381
+ 0,
382
+ 0,
383
+ 0,
384
+ 0,
385
+ 0,
386
+ 0,
387
+ 0,
388
+ 0,
389
+ 0,
390
+ 0,
391
+ 0,
392
+ 0,
393
+ 0,
394
+ 0,
395
+ 0,
396
+ 0,
397
+ 0,
398
+ 0,
399
+ 0,
400
+ 0,
401
+ 0,
402
+ 0,
403
+ 0,
404
+ 0,
405
+ 0,
406
+ 0,
407
+ 0,
408
+ 0,
409
+ 0,
410
+ 0,
411
+ 0,
412
+ 0,
413
+ 0,
414
+ 0,
415
+ 0,
416
+ 0,
417
+ 0,
418
+ 0,
419
+ 0,
420
+ 0,
421
+ 0,
422
+ 0,
423
+ 0,
424
+ 0,
425
+ 0,
426
+ 0,
427
+ 0,
428
+ 0,
429
+ 0,
430
+ 0,
431
+ 0,
432
+ 0,
433
+ 0,
434
+ 0,
435
+ 0,
436
+ 0,
437
+ 0,
438
+ 0,
439
+ 0,
440
+ 0,
441
+ 0,
442
+ 0,
443
+ 0,
444
+ 0,
445
+ 0,
446
+ 0,
447
+ 0,
448
+ 0,
449
+ 0,
450
+ 0,
451
+ 0,
452
+ 0,
453
+ 0,
454
+ 0,
455
+ 0,
456
+ 0,
457
+ 0,
458
+ 0,
459
+ 0,
460
+ 0,
461
+ 0,
462
+ 0,
463
+ 0,
464
+ 0,
465
+ 0,
466
+ 0,
467
+ 0,
468
+ 0,
469
+ 0,
470
+ 0,
471
+ 0,
472
+ 0,
473
+ 0,
474
+ 0,
475
+ 0,
476
+ 0,
477
+ 0,
478
+ 0,
479
+ 0,
480
+ 0,
481
+ 0,
482
+ 0,
483
+ 0,
484
+ 0,
485
+ 0,
486
+ 0,
487
+ 0,
488
+ 0,
489
+ 0,
490
+ 0,
491
+ 0,
492
+ 0,
493
+ 0,
494
+ 0,
495
+ 0,
496
+ 0,
497
+ 0,
498
+ 0,
499
+ 0,
500
+ 0,
501
+ 0,
502
+ 0,
503
+ 0,
504
+ 0,
505
+ 0,
506
+ 0,
507
+ 0,
508
+ 0,
509
+ 0,
510
+ 0,
511
+ 0,
512
+ 0,
513
+ 0,
514
+ 0,
515
+ 0,
516
+ 0,
517
+ 0,
518
+ 0,
519
+ 0,
520
+ 0,
521
+ 0,
522
+ 0,
523
+ 0,
524
+ 0,
525
+ 0,
526
+ 0,
527
+ 0,
528
+ 0,
529
+ 0,
530
+ 0,
531
+ 0,
532
+ 0,
533
+ 0,
534
+ 0,
535
+ 0,
536
+ 0,
537
+ 0,
538
+ 0,
539
+ 0,
540
+ 0,
541
+ 0,
542
+ 0,
543
+ 0,
544
+ 0,
545
+ 0,
546
+ 0,
547
+ 0,
548
+ 0,
549
+ 0,
550
+ 0,
551
+ 0,
552
+ 0,
553
+ 0,
554
+ 0,
555
+ 0,
556
+ 0,
557
+ 0,
558
+ 0,
559
+ 0,
560
+ 0,
561
+ 0,
562
+ 0,
563
+ 0,
564
+ 0,
565
+ 0,
566
+ 0,
567
+ 0,
568
+ 0,
569
+ 0,
570
+ 0,
571
+ 0,
572
+ 0,
573
+ 0,
574
+ 0,
575
+ 0,
576
+ 0,
577
+ 0,
578
+ 0,
579
+ 0,
580
+ 0,
581
+ 0,
582
+ 0,
583
+ 0,
584
+ 0,
585
+ 0,
586
+ 0,
587
+ 0,
588
+ 0,
589
+ 0,
590
+ 0,
591
+ 0,
592
+ 0,
593
+ 0,
594
+ 0,
595
+ 0,
596
+ 0,
597
+ 0,
598
+ 0,
599
+ 0,
600
+ 0,
601
+ 0,
602
+ 0,
603
+ 0,
604
+ 0,
605
+ 0,
606
+ 0,
607
+ 0,
608
+ 0,
609
+ 0,
610
+ 0,
611
+ 0,
612
+ 0,
613
+ 0,
614
+ 0,
615
+ 0,
616
+ 0,
617
+ 0,
618
+ 0,
619
+ 0,
620
+ 0,
621
+ 0,
622
+ 0,
623
+ 0,
624
+ 0,
625
+ 0,
626
+ 0,
627
+ 0,
628
+ 0,
629
+ 0,
630
+ 0,
631
+ 0,
632
+ 0,
633
+ 0,
634
+ 0,
635
+ 0,
636
+ 0,
637
+ 0,
638
+ 0
639
+ ],
640
+ "max": [
641
+ 116,
642
+ 117,
643
+ 118,
644
+ 117,
645
+ 116,
646
+ 121,
647
+ 121,
648
+ 121,
649
+ 121,
650
+ 121,
651
+ 121,
652
+ 121,
653
+ 121,
654
+ 121,
655
+ 120,
656
+ 120,
657
+ 119,
658
+ 121,
659
+ 121,
660
+ 120,
661
+ 121,
662
+ 121,
663
+ 121,
664
+ 121,
665
+ 122,
666
+ 121,
667
+ 121,
668
+ 122,
669
+ 122,
670
+ 121,
671
+ 122,
672
+ 121,
673
+ 121,
674
+ 121,
675
+ 121,
676
+ 121,
677
+ 121,
678
+ 122,
679
+ 121,
680
+ 121,
681
+ 121,
682
+ 121,
683
+ 121,
684
+ 121,
685
+ 121,
686
+ 121,
687
+ 121,
688
+ 121,
689
+ 121,
690
+ 121,
691
+ 121,
692
+ 120,
693
+ 121,
694
+ 121,
695
+ 121,
696
+ 120,
697
+ 121,
698
+ 120,
699
+ 120,
700
+ 121,
701
+ 121,
702
+ 120,
703
+ 120,
704
+ 117,
705
+ 119,
706
+ 119,
707
+ 117,
708
+ 117,
709
+ 115,
710
+ 114,
711
+ 117,
712
+ 116,
713
+ 115,
714
+ 112,
715
+ 110,
716
+ 99,
717
+ 116,
718
+ 108,
719
+ 121,
720
+ 101,
721
+ 108,
722
+ 121,
723
+ 0,
724
+ 0,
725
+ 0,
726
+ 0,
727
+ 0,
728
+ 0,
729
+ 0,
730
+ 0,
731
+ 0,
732
+ 0,
733
+ 0,
734
+ 0,
735
+ 0,
736
+ 0,
737
+ 0,
738
+ 0,
739
+ 0,
740
+ 0,
741
+ 0,
742
+ 0,
743
+ 0,
744
+ 0,
745
+ 0,
746
+ 0,
747
+ 0,
748
+ 0,
749
+ 0,
750
+ 0,
751
+ 0,
752
+ 0,
753
+ 0,
754
+ 0,
755
+ 0,
756
+ 0,
757
+ 0,
758
+ 0,
759
+ 0,
760
+ 0,
761
+ 0,
762
+ 0,
763
+ 0,
764
+ 0,
765
+ 0,
766
+ 0,
767
+ 0,
768
+ 0,
769
+ 0,
770
+ 0,
771
+ 0,
772
+ 0,
773
+ 0,
774
+ 0,
775
+ 0,
776
+ 0,
777
+ 0,
778
+ 0,
779
+ 0,
780
+ 0,
781
+ 0,
782
+ 0,
783
+ 0,
784
+ 0,
785
+ 0,
786
+ 0,
787
+ 0,
788
+ 0,
789
+ 0,
790
+ 0,
791
+ 0,
792
+ 0,
793
+ 0,
794
+ 0,
795
+ 0,
796
+ 0,
797
+ 0,
798
+ 0,
799
+ 0,
800
+ 0,
801
+ 0,
802
+ 0,
803
+ 0,
804
+ 0,
805
+ 0,
806
+ 0,
807
+ 0,
808
+ 0,
809
+ 0,
810
+ 0,
811
+ 0,
812
+ 0,
813
+ 0,
814
+ 0,
815
+ 0,
816
+ 0,
817
+ 0,
818
+ 0,
819
+ 0,
820
+ 0,
821
+ 0,
822
+ 0,
823
+ 0,
824
+ 0,
825
+ 0,
826
+ 0,
827
+ 0,
828
+ 0,
829
+ 0,
830
+ 0,
831
+ 0,
832
+ 0,
833
+ 0,
834
+ 0,
835
+ 0,
836
+ 0,
837
+ 0,
838
+ 0,
839
+ 0,
840
+ 0,
841
+ 0,
842
+ 0,
843
+ 0,
844
+ 0,
845
+ 0,
846
+ 0,
847
+ 0,
848
+ 0,
849
+ 0,
850
+ 0,
851
+ 0,
852
+ 0,
853
+ 0,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ 0,
861
+ 0,
862
+ 0,
863
+ 0,
864
+ 0,
865
+ 0,
866
+ 0,
867
+ 0,
868
+ 0,
869
+ 0,
870
+ 0,
871
+ 0,
872
+ 0,
873
+ 0,
874
+ 0,
875
+ 0,
876
+ 0,
877
+ 0,
878
+ 0,
879
+ 0,
880
+ 0,
881
+ 0,
882
+ 0,
883
+ 0,
884
+ 0,
885
+ 0,
886
+ 0,
887
+ 0,
888
+ 0,
889
+ 0,
890
+ 0,
891
+ 0,
892
+ 0,
893
+ 0,
894
+ 0,
895
+ 0,
896
+ 0,
897
+ 0,
898
+ 0,
899
+ 0,
900
+ 0,
901
+ 0,
902
+ 0,
903
+ 0,
904
+ 0,
905
+ 0,
906
+ 0,
907
+ 0,
908
+ 0,
909
+ 0,
910
+ 0,
911
+ 0,
912
+ 0,
913
+ 0,
914
+ 0,
915
+ 0,
916
+ 0,
917
+ 0,
918
+ 0,
919
+ 0,
920
+ 0,
921
+ 0,
922
+ 0,
923
+ 0,
924
+ 0,
925
+ 0,
926
+ 0,
927
+ 0,
928
+ 0,
929
+ 0,
930
+ 0,
931
+ 0,
932
+ 0,
933
+ 0,
934
+ 0,
935
+ 0,
936
+ 0,
937
+ 0,
938
+ 0,
939
+ 0,
940
+ 0,
941
+ 0,
942
+ 0,
943
+ 0,
944
+ 0,
945
+ 0,
946
+ 0,
947
+ 0,
948
+ 0,
949
+ 0,
950
+ 0,
951
+ 0,
952
+ 0,
953
+ 0,
954
+ 0,
955
+ 0,
956
+ 0,
957
+ 0,
958
+ 0,
959
+ 0,
960
+ 0,
961
+ 0,
962
+ 0,
963
+ 0,
964
+ 0,
965
+ 0,
966
+ 0,
967
+ 0,
968
+ 0,
969
+ 0,
970
+ 0,
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
+ ],
1154
+ "mean": [
1155
+ 111.17321571772253,
1156
+ 111.29486151378694,
1157
+ 111.41428659552156,
1158
+ 101.55468509037074,
1159
+ 58.60489790882734,
1160
+ 90.62981925852816,
1161
+ 107.5296403676516,
1162
+ 103.40731601998642,
1163
+ 60.65683794954044,
1164
+ 87.33249028437481,
1165
+ 101.38905681327493,
1166
+ 104.2294121275677,
1167
+ 91.81833323052248,
1168
+ 91.3596323484054,
1169
+ 91.16365430880266,
1170
+ 91.22805502436617,
1171
+ 99.94115107026093,
1172
+ 92.5066929862439,
1173
+ 98.44981802479798,
1174
+ 93.21232496453025,
1175
+ 96.3577817531306,
1176
+ 92.17019307877368,
1177
+ 90.99450990068472,
1178
+ 90.88951946209365,
1179
+ 95.28671889457776,
1180
+ 93.13867127259269,
1181
+ 90.84165073098514,
1182
+ 91.06063783850472,
1183
+ 88.49164147800876,
1184
+ 88.91283696255628,
1185
+ 86.74942939979026,
1186
+ 86.3412497686756,
1187
+ 83.30405280365184,
1188
+ 82.06600456480167,
1189
+ 77.56837949540436,
1190
+ 76.60286225402504,
1191
+ 74.72148541114058,
1192
+ 74.5509838998211,
1193
+ 69.99426315464808,
1194
+ 66.8364073777065,
1195
+ 63.58805749182654,
1196
+ 59.753624082413175,
1197
+ 55.037505397569554,
1198
+ 48.86614027512183,
1199
+ 46.535562272530996,
1200
+ 43.183332305224845,
1201
+ 37.96539386836099,
1202
+ 33.79705138486213,
1203
+ 31.24434026278453,
1204
+ 29.169082721608785,
1205
+ 26.02769724261304,
1206
+ 24.2846215532663,
1207
+ 22.293504410585406,
1208
+ 20.053420516932945,
1209
+ 17.372586515329097,
1210
+ 16.266362346554807,
1211
+ 15.123434704830053,
1212
+ 12.691690827216087,
1213
+ 10.992042440318302,
1214
+ 8.754240947504782,
1215
+ 8.534328542347788,
1216
+ 6.946579483067053,
1217
+ 5.516069335636296,
1218
+ 4.315711553883165,
1219
+ 3.2487816914440812,
1220
+ 2.757016840417001,
1221
+ 2.183393991734008,
1222
+ 1.7858244401949295,
1223
+ 1.2398371476158163,
1224
+ 1.3071988156190242,
1225
+ 1.2586515329097527,
1226
+ 1.1168342483498859,
1227
+ 0.8152489050644623,
1228
+ 0.4383443340941336,
1229
+ 0.28634877552279314,
1230
+ 0.2659922274998458,
1231
+ 0.3039911171426809,
1232
+ 0.28906298192585284,
1233
+ 0.3243476651656283,
1234
+ 0.13706742335451236,
1235
+ 0.14656714576522115,
1236
+ 0.16420948738510888,
1237
+ 0.0,
1238
+ 0.0,
1239
+ 0.0,
1240
+ 0.0,
1241
+ 0.0,
1242
+ 0.0,
1243
+ 0.0,
1244
+ 0.0,
1245
+ 0.0,
1246
+ 0.0,
1247
+ 0.0,
1248
+ 0.0,
1249
+ 0.0,
1250
+ 0.0,
1251
+ 0.0,
1252
+ 0.0,
1253
+ 0.0,
1254
+ 0.0,
1255
+ 0.0,
1256
+ 0.0,
1257
+ 0.0,
1258
+ 0.0,
1259
+ 0.0,
1260
+ 0.0,
1261
+ 0.0,
1262
+ 0.0,
1263
+ 0.0,
1264
+ 0.0,
1265
+ 0.0,
1266
+ 0.0,
1267
+ 0.0,
1268
+ 0.0,
1269
+ 0.0,
1270
+ 0.0,
1271
+ 0.0,
1272
+ 0.0,
1273
+ 0.0,
1274
+ 0.0,
1275
+ 0.0,
1276
+ 0.0,
1277
+ 0.0,
1278
+ 0.0,
1279
+ 0.0,
1280
+ 0.0,
1281
+ 0.0,
1282
+ 0.0,
1283
+ 0.0,
1284
+ 0.0,
1285
+ 0.0,
1286
+ 0.0,
1287
+ 0.0,
1288
+ 0.0,
1289
+ 0.0,
1290
+ 0.0,
1291
+ 0.0,
1292
+ 0.0,
1293
+ 0.0,
1294
+ 0.0,
1295
+ 0.0,
1296
+ 0.0,
1297
+ 0.0,
1298
+ 0.0,
1299
+ 0.0,
1300
+ 0.0,
1301
+ 0.0,
1302
+ 0.0,
1303
+ 0.0,
1304
+ 0.0,
1305
+ 0.0,
1306
+ 0.0,
1307
+ 0.0,
1308
+ 0.0,
1309
+ 0.0,
1310
+ 0.0,
1311
+ 0.0,
1312
+ 0.0,
1313
+ 0.0,
1314
+ 0.0,
1315
+ 0.0,
1316
+ 0.0,
1317
+ 0.0,
1318
+ 0.0,
1319
+ 0.0,
1320
+ 0.0,
1321
+ 0.0,
1322
+ 0.0,
1323
+ 0.0,
1324
+ 0.0,
1325
+ 0.0,
1326
+ 0.0,
1327
+ 0.0,
1328
+ 0.0,
1329
+ 0.0,
1330
+ 0.0,
1331
+ 0.0,
1332
+ 0.0,
1333
+ 0.0,
1334
+ 0.0,
1335
+ 0.0,
1336
+ 0.0,
1337
+ 0.0,
1338
+ 0.0,
1339
+ 0.0,
1340
+ 0.0,
1341
+ 0.0,
1342
+ 0.0,
1343
+ 0.0,
1344
+ 0.0,
1345
+ 0.0,
1346
+ 0.0,
1347
+ 0.0,
1348
+ 0.0,
1349
+ 0.0,
1350
+ 0.0,
1351
+ 0.0,
1352
+ 0.0,
1353
+ 0.0,
1354
+ 0.0,
1355
+ 0.0,
1356
+ 0.0,
1357
+ 0.0,
1358
+ 0.0,
1359
+ 0.0,
1360
+ 0.0,
1361
+ 0.0,
1362
+ 0.0,
1363
+ 0.0,
1364
+ 0.0,
1365
+ 0.0,
1366
+ 0.0,
1367
+ 0.0,
1368
+ 0.0,
1369
+ 0.0,
1370
+ 0.0,
1371
+ 0.0,
1372
+ 0.0,
1373
+ 0.0,
1374
+ 0.0,
1375
+ 0.0,
1376
+ 0.0,
1377
+ 0.0,
1378
+ 0.0,
1379
+ 0.0,
1380
+ 0.0,
1381
+ 0.0,
1382
+ 0.0,
1383
+ 0.0,
1384
+ 0.0,
1385
+ 0.0,
1386
+ 0.0,
1387
+ 0.0,
1388
+ 0.0,
1389
+ 0.0,
1390
+ 0.0,
1391
+ 0.0,
1392
+ 0.0,
1393
+ 0.0,
1394
+ 0.0,
1395
+ 0.0,
1396
+ 0.0,
1397
+ 0.0,
1398
+ 0.0,
1399
+ 0.0,
1400
+ 0.0,
1401
+ 0.0,
1402
+ 0.0,
1403
+ 0.0,
1404
+ 0.0,
1405
+ 0.0,
1406
+ 0.0,
1407
+ 0.0,
1408
+ 0.0,
1409
+ 0.0,
1410
+ 0.0,
1411
+ 0.0,
1412
+ 0.0,
1413
+ 0.0,
1414
+ 0.0,
1415
+ 0.0,
1416
+ 0.0,
1417
+ 0.0,
1418
+ 0.0,
1419
+ 0.0,
1420
+ 0.0,
1421
+ 0.0,
1422
+ 0.0,
1423
+ 0.0,
1424
+ 0.0,
1425
+ 0.0,
1426
+ 0.0,
1427
+ 0.0,
1428
+ 0.0,
1429
+ 0.0,
1430
+ 0.0,
1431
+ 0.0,
1432
+ 0.0,
1433
+ 0.0,
1434
+ 0.0,
1435
+ 0.0,
1436
+ 0.0,
1437
+ 0.0,
1438
+ 0.0,
1439
+ 0.0,
1440
+ 0.0,
1441
+ 0.0,
1442
+ 0.0,
1443
+ 0.0,
1444
+ 0.0,
1445
+ 0.0,
1446
+ 0.0,
1447
+ 0.0,
1448
+ 0.0,
1449
+ 0.0,
1450
+ 0.0,
1451
+ 0.0,
1452
+ 0.0,
1453
+ 0.0,
1454
+ 0.0,
1455
+ 0.0,
1456
+ 0.0,
1457
+ 0.0,
1458
+ 0.0,
1459
+ 0.0,
1460
+ 0.0,
1461
+ 0.0,
1462
+ 0.0,
1463
+ 0.0,
1464
+ 0.0,
1465
+ 0.0,
1466
+ 0.0,
1467
+ 0.0,
1468
+ 0.0,
1469
+ 0.0,
1470
+ 0.0,
1471
+ 0.0,
1472
+ 0.0,
1473
+ 0.0,
1474
+ 0.0,
1475
+ 0.0,
1476
+ 0.0,
1477
+ 0.0,
1478
+ 0.0,
1479
+ 0.0,
1480
+ 0.0,
1481
+ 0.0,
1482
+ 0.0,
1483
+ 0.0,
1484
+ 0.0,
1485
+ 0.0,
1486
+ 0.0,
1487
+ 0.0,
1488
+ 0.0,
1489
+ 0.0,
1490
+ 0.0,
1491
+ 0.0,
1492
+ 0.0,
1493
+ 0.0,
1494
+ 0.0,
1495
+ 0.0,
1496
+ 0.0,
1497
+ 0.0,
1498
+ 0.0,
1499
+ 0.0,
1500
+ 0.0,
1501
+ 0.0,
1502
+ 0.0,
1503
+ 0.0,
1504
+ 0.0,
1505
+ 0.0,
1506
+ 0.0,
1507
+ 0.0,
1508
+ 0.0,
1509
+ 0.0,
1510
+ 0.0,
1511
+ 0.0,
1512
+ 0.0,
1513
+ 0.0,
1514
+ 0.0,
1515
+ 0.0,
1516
+ 0.0,
1517
+ 0.0,
1518
+ 0.0,
1519
+ 0.0,
1520
+ 0.0,
1521
+ 0.0,
1522
+ 0.0,
1523
+ 0.0,
1524
+ 0.0,
1525
+ 0.0,
1526
+ 0.0,
1527
+ 0.0,
1528
+ 0.0,
1529
+ 0.0,
1530
+ 0.0,
1531
+ 0.0,
1532
+ 0.0,
1533
+ 0.0,
1534
+ 0.0,
1535
+ 0.0,
1536
+ 0.0,
1537
+ 0.0,
1538
+ 0.0,
1539
+ 0.0,
1540
+ 0.0,
1541
+ 0.0,
1542
+ 0.0,
1543
+ 0.0,
1544
+ 0.0,
1545
+ 0.0,
1546
+ 0.0,
1547
+ 0.0,
1548
+ 0.0,
1549
+ 0.0,
1550
+ 0.0,
1551
+ 0.0,
1552
+ 0.0,
1553
+ 0.0,
1554
+ 0.0,
1555
+ 0.0,
1556
+ 0.0,
1557
+ 0.0,
1558
+ 0.0,
1559
+ 0.0,
1560
+ 0.0,
1561
+ 0.0,
1562
+ 0.0,
1563
+ 0.0,
1564
+ 0.0,
1565
+ 0.0,
1566
+ 0.0,
1567
+ 0.0,
1568
+ 0.0,
1569
+ 0.0,
1570
+ 0.0,
1571
+ 0.0,
1572
+ 0.0,
1573
+ 0.0,
1574
+ 0.0,
1575
+ 0.0,
1576
+ 0.0,
1577
+ 0.0,
1578
+ 0.0,
1579
+ 0.0,
1580
+ 0.0,
1581
+ 0.0,
1582
+ 0.0,
1583
+ 0.0,
1584
+ 0.0,
1585
+ 0.0,
1586
+ 0.0,
1587
+ 0.0,
1588
+ 0.0,
1589
+ 0.0,
1590
+ 0.0,
1591
+ 0.0,
1592
+ 0.0,
1593
+ 0.0,
1594
+ 0.0,
1595
+ 0.0,
1596
+ 0.0,
1597
+ 0.0,
1598
+ 0.0,
1599
+ 0.0,
1600
+ 0.0,
1601
+ 0.0,
1602
+ 0.0,
1603
+ 0.0,
1604
+ 0.0,
1605
+ 0.0,
1606
+ 0.0,
1607
+ 0.0,
1608
+ 0.0,
1609
+ 0.0,
1610
+ 0.0,
1611
+ 0.0,
1612
+ 0.0,
1613
+ 0.0,
1614
+ 0.0,
1615
+ 0.0,
1616
+ 0.0,
1617
+ 0.0,
1618
+ 0.0,
1619
+ 0.0,
1620
+ 0.0,
1621
+ 0.0,
1622
+ 0.0,
1623
+ 0.0,
1624
+ 0.0,
1625
+ 0.0,
1626
+ 0.0,
1627
+ 0.0,
1628
+ 0.0,
1629
+ 0.0,
1630
+ 0.0,
1631
+ 0.0,
1632
+ 0.0,
1633
+ 0.0,
1634
+ 0.0,
1635
+ 0.0,
1636
+ 0.0,
1637
+ 0.0,
1638
+ 0.0,
1639
+ 0.0,
1640
+ 0.0,
1641
+ 0.0,
1642
+ 0.0,
1643
+ 0.0,
1644
+ 0.0,
1645
+ 0.0,
1646
+ 0.0,
1647
+ 0.0,
1648
+ 0.0,
1649
+ 0.0,
1650
+ 0.0,
1651
+ 0.0,
1652
+ 0.0,
1653
+ 0.0,
1654
+ 0.0,
1655
+ 0.0,
1656
+ 0.0,
1657
+ 0.0,
1658
+ 0.0,
1659
+ 0.0,
1660
+ 0.0,
1661
+ 0.0,
1662
+ 0.0,
1663
+ 0.0,
1664
+ 0.0,
1665
+ 0.0,
1666
+ 0.0
1667
+ ],
1668
+ "std": [
1669
+ 2.874287173792167,
1670
+ 4.628860565021518,
1671
+ 7.544843222862272,
1672
+ 6.410034079383505,
1673
+ 35.30548266706019,
1674
+ 37.160062502998095,
1675
+ 9.844301775839016,
1676
+ 7.66463451117355,
1677
+ 35.62005895118954,
1678
+ 35.92171856612842,
1679
+ 20.109547032454834,
1680
+ 13.424625865356436,
1681
+ 29.040373360043933,
1682
+ 31.391710305030372,
1683
+ 34.53387525598716,
1684
+ 32.71195565043126,
1685
+ 23.255808645339147,
1686
+ 28.537983614450884,
1687
+ 25.27257357201688,
1688
+ 29.30310078039321,
1689
+ 28.03327427296017,
1690
+ 31.771999647292294,
1691
+ 33.18583311516061,
1692
+ 32.69394297394857,
1693
+ 30.55586571595294,
1694
+ 31.97101567633835,
1695
+ 33.372099541162136,
1696
+ 33.769274688104154,
1697
+ 35.37724958580213,
1698
+ 35.95020668878709,
1699
+ 37.44858188737569,
1700
+ 39.004571814521036,
1701
+ 41.00444519259405,
1702
+ 42.43723707358384,
1703
+ 43.87603523465272,
1704
+ 45.17369354845299,
1705
+ 45.81033837203124,
1706
+ 46.64599163565642,
1707
+ 48.418872078009024,
1708
+ 49.40274222160748,
1709
+ 50.32777827452373,
1710
+ 51.08737785490061,
1711
+ 51.853249027897455,
1712
+ 50.959185011803804,
1713
+ 51.274149880959115,
1714
+ 51.32641771819289,
1715
+ 49.9520722646313,
1716
+ 47.76361373271603,
1717
+ 47.547507592606905,
1718
+ 46.58848489906409,
1719
+ 44.61841487985198,
1720
+ 43.91035441647165,
1721
+ 42.67043319706847,
1722
+ 41.01947231786941,
1723
+ 38.538726722238366,
1724
+ 37.39611345511137,
1725
+ 36.88150972362572,
1726
+ 34.153336258233566,
1727
+ 32.19332560717614,
1728
+ 28.544576547617982,
1729
+ 28.89096582192065,
1730
+ 26.360288858171,
1731
+ 23.1197457359067,
1732
+ 20.652128359816523,
1733
+ 18.242294279056907,
1734
+ 16.809902263174802,
1735
+ 14.946378299485499,
1736
+ 13.412601191910015,
1737
+ 10.80166904277117,
1738
+ 11.40924000554174,
1739
+ 11.58280627287385,
1740
+ 10.84857647885862,
1741
+ 9.266137728303656,
1742
+ 6.8646381817328885,
1743
+ 5.493884133841287,
1744
+ 5.098941128930353,
1745
+ 5.830782265110511,
1746
+ 5.541458033044233,
1747
+ 6.217752933640992,
1748
+ 3.7182014846240836,
1749
+ 3.975898617221776,
1750
+ 4.454479006331816,
1751
+ 0.0,
1752
+ 0.0,
1753
+ 0.0,
1754
+ 0.0,
1755
+ 0.0,
1756
+ 0.0,
1757
+ 0.0,
1758
+ 0.0,
1759
+ 0.0,
1760
+ 0.0,
1761
+ 0.0,
1762
+ 0.0,
1763
+ 0.0,
1764
+ 0.0,
1765
+ 0.0,
1766
+ 0.0,
1767
+ 0.0,
1768
+ 0.0,
1769
+ 0.0,
1770
+ 0.0,
1771
+ 0.0,
1772
+ 0.0,
1773
+ 0.0,
1774
+ 0.0,
1775
+ 0.0,
1776
+ 0.0,
1777
+ 0.0,
1778
+ 0.0,
1779
+ 0.0,
1780
+ 0.0,
1781
+ 0.0,
1782
+ 0.0,
1783
+ 0.0,
1784
+ 0.0,
1785
+ 0.0,
1786
+ 0.0,
1787
+ 0.0,
1788
+ 0.0,
1789
+ 0.0,
1790
+ 0.0,
1791
+ 0.0,
1792
+ 0.0,
1793
+ 0.0,
1794
+ 0.0,
1795
+ 0.0,
1796
+ 0.0,
1797
+ 0.0,
1798
+ 0.0,
1799
+ 0.0,
1800
+ 0.0,
1801
+ 0.0,
1802
+ 0.0,
1803
+ 0.0,
1804
+ 0.0,
1805
+ 0.0,
1806
+ 0.0,
1807
+ 0.0,
1808
+ 0.0,
1809
+ 0.0,
1810
+ 0.0,
1811
+ 0.0,
1812
+ 0.0,
1813
+ 0.0,
1814
+ 0.0,
1815
+ 0.0,
1816
+ 0.0,
1817
+ 0.0,
1818
+ 0.0,
1819
+ 0.0,
1820
+ 0.0,
1821
+ 0.0,
1822
+ 0.0,
1823
+ 0.0,
1824
+ 0.0,
1825
+ 0.0,
1826
+ 0.0,
1827
+ 0.0,
1828
+ 0.0,
1829
+ 0.0,
1830
+ 0.0,
1831
+ 0.0,
1832
+ 0.0,
1833
+ 0.0,
1834
+ 0.0,
1835
+ 0.0,
1836
+ 0.0,
1837
+ 0.0,
1838
+ 0.0,
1839
+ 0.0,
1840
+ 0.0,
1841
+ 0.0,
1842
+ 0.0,
1843
+ 0.0,
1844
+ 0.0,
1845
+ 0.0,
1846
+ 0.0,
1847
+ 0.0,
1848
+ 0.0,
1849
+ 0.0,
1850
+ 0.0,
1851
+ 0.0,
1852
+ 0.0,
1853
+ 0.0,
1854
+ 0.0,
1855
+ 0.0,
1856
+ 0.0,
1857
+ 0.0,
1858
+ 0.0,
1859
+ 0.0,
1860
+ 0.0,
1861
+ 0.0,
1862
+ 0.0,
1863
+ 0.0,
1864
+ 0.0,
1865
+ 0.0,
1866
+ 0.0,
1867
+ 0.0,
1868
+ 0.0,
1869
+ 0.0,
1870
+ 0.0,
1871
+ 0.0,
1872
+ 0.0,
1873
+ 0.0,
1874
+ 0.0,
1875
+ 0.0,
1876
+ 0.0,
1877
+ 0.0,
1878
+ 0.0,
1879
+ 0.0,
1880
+ 0.0,
1881
+ 0.0,
1882
+ 0.0,
1883
+ 0.0,
1884
+ 0.0,
1885
+ 0.0,
1886
+ 0.0,
1887
+ 0.0,
1888
+ 0.0,
1889
+ 0.0,
1890
+ 0.0,
1891
+ 0.0,
1892
+ 0.0,
1893
+ 0.0,
1894
+ 0.0,
1895
+ 0.0,
1896
+ 0.0,
1897
+ 0.0,
1898
+ 0.0,
1899
+ 0.0,
1900
+ 0.0,
1901
+ 0.0,
1902
+ 0.0,
1903
+ 0.0,
1904
+ 0.0,
1905
+ 0.0,
1906
+ 0.0,
1907
+ 0.0,
1908
+ 0.0,
1909
+ 0.0,
1910
+ 0.0,
1911
+ 0.0,
1912
+ 0.0,
1913
+ 0.0,
1914
+ 0.0,
1915
+ 0.0,
1916
+ 0.0,
1917
+ 0.0,
1918
+ 0.0,
1919
+ 0.0,
1920
+ 0.0,
1921
+ 0.0,
1922
+ 0.0,
1923
+ 0.0,
1924
+ 0.0,
1925
+ 0.0,
1926
+ 0.0,
1927
+ 0.0,
1928
+ 0.0,
1929
+ 0.0,
1930
+ 0.0,
1931
+ 0.0,
1932
+ 0.0,
1933
+ 0.0,
1934
+ 0.0,
1935
+ 0.0,
1936
+ 0.0,
1937
+ 0.0,
1938
+ 0.0,
1939
+ 0.0,
1940
+ 0.0,
1941
+ 0.0,
1942
+ 0.0,
1943
+ 0.0,
1944
+ 0.0,
1945
+ 0.0,
1946
+ 0.0,
1947
+ 0.0,
1948
+ 0.0,
1949
+ 0.0,
1950
+ 0.0,
1951
+ 0.0,
1952
+ 0.0,
1953
+ 0.0,
1954
+ 0.0,
1955
+ 0.0,
1956
+ 0.0,
1957
+ 0.0,
1958
+ 0.0,
1959
+ 0.0,
1960
+ 0.0,
1961
+ 0.0,
1962
+ 0.0,
1963
+ 0.0,
1964
+ 0.0,
1965
+ 0.0,
1966
+ 0.0,
1967
+ 0.0,
1968
+ 0.0,
1969
+ 0.0,
1970
+ 0.0,
1971
+ 0.0,
1972
+ 0.0,
1973
+ 0.0,
1974
+ 0.0,
1975
+ 0.0,
1976
+ 0.0,
1977
+ 0.0,
1978
+ 0.0,
1979
+ 0.0,
1980
+ 0.0,
1981
+ 0.0,
1982
+ 0.0,
1983
+ 0.0,
1984
+ 0.0,
1985
+ 0.0,
1986
+ 0.0,
1987
+ 0.0,
1988
+ 0.0,
1989
+ 0.0,
1990
+ 0.0,
1991
+ 0.0,
1992
+ 0.0,
1993
+ 0.0,
1994
+ 0.0,
1995
+ 0.0,
1996
+ 0.0,
1997
+ 0.0,
1998
+ 0.0,
1999
+ 0.0,
2000
+ 0.0,
2001
+ 0.0,
2002
+ 0.0,
2003
+ 0.0,
2004
+ 0.0,
2005
+ 0.0,
2006
+ 0.0,
2007
+ 0.0,
2008
+ 0.0,
2009
+ 0.0,
2010
+ 0.0,
2011
+ 0.0,
2012
+ 0.0,
2013
+ 0.0,
2014
+ 0.0,
2015
+ 0.0,
2016
+ 0.0,
2017
+ 0.0,
2018
+ 0.0,
2019
+ 0.0,
2020
+ 0.0,
2021
+ 0.0,
2022
+ 0.0,
2023
+ 0.0,
2024
+ 0.0,
2025
+ 0.0,
2026
+ 0.0,
2027
+ 0.0,
2028
+ 0.0,
2029
+ 0.0,
2030
+ 0.0,
2031
+ 0.0,
2032
+ 0.0,
2033
+ 0.0,
2034
+ 0.0,
2035
+ 0.0,
2036
+ 0.0,
2037
+ 0.0,
2038
+ 0.0,
2039
+ 0.0,
2040
+ 0.0,
2041
+ 0.0,
2042
+ 0.0,
2043
+ 0.0,
2044
+ 0.0,
2045
+ 0.0,
2046
+ 0.0,
2047
+ 0.0,
2048
+ 0.0,
2049
+ 0.0,
2050
+ 0.0,
2051
+ 0.0,
2052
+ 0.0,
2053
+ 0.0,
2054
+ 0.0,
2055
+ 0.0,
2056
+ 0.0,
2057
+ 0.0,
2058
+ 0.0,
2059
+ 0.0,
2060
+ 0.0,
2061
+ 0.0,
2062
+ 0.0,
2063
+ 0.0,
2064
+ 0.0,
2065
+ 0.0,
2066
+ 0.0,
2067
+ 0.0,
2068
+ 0.0,
2069
+ 0.0,
2070
+ 0.0,
2071
+ 0.0,
2072
+ 0.0,
2073
+ 0.0,
2074
+ 0.0,
2075
+ 0.0,
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
+ ],
2182
+ "count": [
2183
+ 16211
2184
+ ]
2185
+ },
2186
+ "observation.images.image": {
2187
+ "min": [
2188
+ [
2189
+ [
2190
+ 0.0
2191
+ ]
2192
+ ],
2193
+ [
2194
+ [
2195
+ 0.0
2196
+ ]
2197
+ ],
2198
+ [
2199
+ [
2200
+ 0.0
2201
+ ]
2202
+ ]
2203
+ ],
2204
+ "max": [
2205
+ [
2206
+ [
2207
+ 1.0
2208
+ ]
2209
+ ],
2210
+ [
2211
+ [
2212
+ 1.0
2213
+ ]
2214
+ ],
2215
+ [
2216
+ [
2217
+ 1.0
2218
+ ]
2219
+ ]
2220
+ ],
2221
+ "mean": [
2222
+ [
2223
+ [
2224
+ 0.42848420570018275
2225
+ ]
2226
+ ],
2227
+ [
2228
+ [
2229
+ 0.5396096472828573
2230
+ ]
2231
+ ],
2232
+ [
2233
+ [
2234
+ 0.5655525178981594
2235
+ ]
2236
+ ]
2237
+ ],
2238
+ "std": [
2239
+ [
2240
+ [
2241
+ 0.30164328930839324
2242
+ ]
2243
+ ],
2244
+ [
2245
+ [
2246
+ 0.19591279880016674
2247
+ ]
2248
+ ],
2249
+ [
2250
+ [
2251
+ 0.15139490994707908
2252
+ ]
2253
+ ]
2254
+ ],
2255
+ "count": [
2256
+ 16211
2257
+ ]
2258
+ },
2259
+ "observation.google_robot.joints": {
2260
+ "min": [
2261
+ -0.110470250248909,
2262
+ 1.522871971130371,
2263
+ 1.0975216627120972,
2264
+ -2.049999952316284,
2265
+ -1.8041952848434448,
2266
+ -1.3227823972702026,
2267
+ -2.828472852706909,
2268
+ 1.0
2269
+ ],
2270
+ "max": [
2271
+ 1.2505786418914795,
2272
+ 2.1886484622955322,
2273
+ 3.7100000381469727,
2274
+ -0.019303686916828156,
2275
+ 2.0616400241851807,
2276
+ 1.3498607873916626,
2277
+ 0.596592128276825,
2278
+ 1.0
2279
+ ],
2280
+ "mean": [
2281
+ 0.5366760742262945,
2282
+ 1.5836224315579892,
2283
+ 2.506662233946068,
2284
+ -1.5477052577941586,
2285
+ -1.4827412117690162,
2286
+ 0.6580313767978845,
2287
+ -1.0770787803202144,
2288
+ 1.0
2289
+ ],
2290
+ "std": [
2291
+ 0.2558384425601192,
2292
+ 0.06600211849549122,
2293
+ 0.23305827883286467,
2294
+ 0.274626530508957,
2295
+ 0.29620589560492877,
2296
+ 0.22537615556887644,
2297
+ 0.5026741909604541,
2298
+ 0.0
2299
+ ],
2300
+ "count": [
2301
+ 16211
2302
+ ]
2303
+ },
2304
+ "episode_index": {
2305
+ "min": [
2306
+ 0
2307
+ ],
2308
+ "max": [
2309
+ 999
2310
+ ],
2311
+ "mean": [
2312
+ 500.40602060329405
2313
+ ],
2314
+ "std": [
2315
+ 286.3061882968291
2316
+ ],
2317
+ "count": [
2318
+ 16211
2319
+ ]
2320
+ },
2321
+ "observation.jaco.ee_error": {
2322
+ "min": [
2323
+ -0.003181755542755127,
2324
+ -0.0007397159934043884,
2325
+ -0.002556048333644867,
2326
+ -0.11665257066488266,
2327
+ -0.00013153141480870545,
2328
+ 0.0,
2329
+ -0.03989668935537338
2330
+ ],
2331
+ "max": [
2332
+ 0.004121750593185425,
2333
+ 0.0015872865915298462,
2334
+ 0.0029903724789619446,
2335
+ 0.055000919848680496,
2336
+ 9.832064097281545e-05,
2337
+ 0.007449805736541748,
2338
+ 0.012477707117795944
2339
+ ],
2340
+ "mean": [
2341
+ -1.3434114028273894e-07,
2342
+ 1.589885309605998e-06,
2343
+ -2.4488796400632134e-06,
2344
+ -9.242895566705293e-06,
2345
+ -1.2989337343797896e-05,
2346
+ 3.986940777183115e-06,
2347
+ -6.092962111051831e-05
2348
+ ],
2349
+ "std": [
2350
+ 0.00012698390416529803,
2351
+ 4.0870090823646415e-05,
2352
+ 0.00010550151302507249,
2353
+ 0.0026479494836021567,
2354
+ 1.850111328542967e-05,
2355
+ 9.467782167819666e-05,
2356
+ 0.0009797021983758982
2357
+ ],
2358
+ "count": [
2359
+ 16211
2360
+ ]
2361
+ },
2362
+ "observation.kuka_iiwa.ee_error": {
2363
+ "min": [
2364
+ -0.0435606986284256,
2365
+ -0.016766458749771118,
2366
+ -8.344650268554688e-06,
2367
+ -5.444167982204817e-05,
2368
+ -2.3285118004423566e-05,
2369
+ 0.0,
2370
+ -0.11666341871023178
2371
+ ],
2372
+ "max": [
2373
+ 8.165836334228516e-06,
2374
+ 0.016755416989326477,
2375
+ 0.023839738219976425,
2376
+ 0.30878981947898865,
2377
+ 3.670951264211908e-05,
2378
+ 0.04894787073135376,
2379
+ 0.11663760989904404
2380
+ ],
2381
+ "mean": [
2382
+ -0.0032205351069045565,
2383
+ 2.1378745301934495e-05,
2384
+ 0.0015341793630516034,
2385
+ 0.022014392176897327,
2386
+ 5.248646290924345e-06,
2387
+ 0.001971514661166689,
2388
+ -0.00015555408947760403
2389
+ ],
2390
+ "std": [
2391
+ 0.00799822842796431,
2392
+ 0.0026975480741953245,
2393
+ 0.0039829665413611505,
2394
+ 0.05538996365014421,
2395
+ 1.2010950416153764e-05,
2396
+ 0.0065477426509813344,
2397
+ 0.01853550399470637
2398
+ ],
2399
+ "count": [
2400
+ 16211
2401
+ ]
2402
+ },
2403
+ "observation.sawyer.ee_pose": {
2404
+ "min": [
2405
+ 0.24089103937149048,
2406
+ -0.305130273103714,
2407
+ 0.08499767631292343,
2408
+ -0.0001495399628765881,
2409
+ -3.48943576682359e-05,
2410
+ 1.0,
2411
+ -7.445504888892174e-05
2412
+ ],
2413
+ "max": [
2414
+ 0.6690667867660522,
2415
+ 0.3454549014568329,
2416
+ 0.08500389754772186,
2417
+ -2.1811854821862653e-05,
2418
+ 2.744497760431841e-05,
2419
+ 1.0,
2420
+ 1.007179707812611e-05
2421
+ ],
2422
+ "mean": [
2423
+ 0.44852494881504756,
2424
+ 0.005401623729787619,
2425
+ 0.08500127368726411,
2426
+ -8.085345241796907e-05,
2427
+ -2.075151990617736e-06,
2428
+ 1.0,
2429
+ -5.275376969519502e-05
2430
+ ],
2431
+ "std": [
2432
+ 0.1025603582697386,
2433
+ 0.14210695454930566,
2434
+ 7.947656315285285e-07,
2435
+ 1.9509978480856624e-05,
2436
+ 1.22274257125128e-05,
2437
+ 0.0,
2438
+ 1.5267147073040874e-05
2439
+ ],
2440
+ "count": [
2441
+ 16211
2442
+ ]
2443
+ },
2444
+ "timestamp": {
2445
+ "min": [
2446
+ 0.0
2447
+ ],
2448
+ "max": [
2449
+ 4.6
2450
+ ],
2451
+ "mean": [
2452
+ 1.0362284868299303
2453
+ ],
2454
+ "std": [
2455
+ 0.8984161077495875
2456
+ ],
2457
+ "count": [
2458
+ 16211
2459
+ ]
2460
+ },
2461
+ "observation.images.kuka_iiwa": {
2462
+ "min": [
2463
+ [
2464
+ [
2465
+ 0.0
2466
+ ]
2467
+ ],
2468
+ [
2469
+ [
2470
+ 0.0
2471
+ ]
2472
+ ],
2473
+ [
2474
+ [
2475
+ 0.0
2476
+ ]
2477
+ ]
2478
+ ],
2479
+ "max": [
2480
+ [
2481
+ [
2482
+ 1.0
2483
+ ]
2484
+ ],
2485
+ [
2486
+ [
2487
+ 1.0
2488
+ ]
2489
+ ],
2490
+ [
2491
+ [
2492
+ 1.0
2493
+ ]
2494
+ ]
2495
+ ],
2496
+ "mean": [
2497
+ [
2498
+ [
2499
+ 0.4266683474392508
2500
+ ]
2501
+ ],
2502
+ [
2503
+ [
2504
+ 0.5129281677567973
2505
+ ]
2506
+ ],
2507
+ [
2508
+ [
2509
+ 0.5377980628453823
2510
+ ]
2511
+ ]
2512
+ ],
2513
+ "std": [
2514
+ [
2515
+ [
2516
+ 0.2968737599349431
2517
+ ]
2518
+ ],
2519
+ [
2520
+ [
2521
+ 0.19850258869408813
2522
+ ]
2523
+ ],
2524
+ [
2525
+ [
2526
+ 0.16789127685546373
2527
+ ]
2528
+ ]
2529
+ ],
2530
+ "count": [
2531
+ 16211
2532
+ ]
2533
+ },
2534
+ "observation.google_robot.base_position": {
2535
+ "min": [
2536
+ 0.05000000074505806,
2537
+ 0.0,
2538
+ 0.0
2539
+ ],
2540
+ "max": [
2541
+ 0.05000000074505806,
2542
+ 0.0,
2543
+ 0.0
2544
+ ],
2545
+ "mean": [
2546
+ 0.04999999855414339,
2547
+ 0.0,
2548
+ 0.0
2549
+ ],
2550
+ "std": [
2551
+ 1.5023967966397186e-08,
2552
+ 0.0,
2553
+ 0.0
2554
+ ],
2555
+ "count": [
2556
+ 16211
2557
+ ]
2558
+ },
2559
+ "observation.images.google_robot": {
2560
+ "min": [
2561
+ [
2562
+ [
2563
+ 0.0
2564
+ ]
2565
+ ],
2566
+ [
2567
+ [
2568
+ 0.0
2569
+ ]
2570
+ ],
2571
+ [
2572
+ [
2573
+ 0.0
2574
+ ]
2575
+ ]
2576
+ ],
2577
+ "max": [
2578
+ [
2579
+ [
2580
+ 1.0
2581
+ ]
2582
+ ],
2583
+ [
2584
+ [
2585
+ 1.0
2586
+ ]
2587
+ ],
2588
+ [
2589
+ [
2590
+ 1.0
2591
+ ]
2592
+ ]
2593
+ ],
2594
+ "mean": [
2595
+ [
2596
+ [
2597
+ 0.43246337728060363
2598
+ ]
2599
+ ],
2600
+ [
2601
+ [
2602
+ 0.5273811765801191
2603
+ ]
2604
+ ],
2605
+ [
2606
+ [
2607
+ 0.55859530211203
2608
+ ]
2609
+ ]
2610
+ ],
2611
+ "std": [
2612
+ [
2613
+ [
2614
+ 0.2958273393567234
2615
+ ]
2616
+ ],
2617
+ [
2618
+ [
2619
+ 0.19184627052127162
2620
+ ]
2621
+ ],
2622
+ [
2623
+ [
2624
+ 0.14435171717787046
2625
+ ]
2626
+ ]
2627
+ ],
2628
+ "count": [
2629
+ 16211
2630
+ ]
2631
+ },
2632
+ "task_index": {
2633
+ "min": [
2634
+ 0
2635
+ ],
2636
+ "max": [
2637
+ 957
2638
+ ],
2639
+ "mean": [
2640
+ 471.7963111467522
2641
+ ],
2642
+ "std": [
2643
+ 274.90413035192455
2644
+ ],
2645
+ "count": [
2646
+ 16211
2647
+ ]
2648
+ },
2649
+ "observation.ur5e.base_orientation": {
2650
+ "min": [
2651
+ 0.0
2652
+ ],
2653
+ "max": [
2654
+ 0.0
2655
+ ],
2656
+ "mean": [
2657
+ 0.0
2658
+ ],
2659
+ "std": [
2660
+ 0.0
2661
+ ],
2662
+ "count": [
2663
+ 16211
2664
+ ]
2665
+ },
2666
+ "observation.images.sawyer": {
2667
+ "min": [
2668
+ [
2669
+ [
2670
+ 0.0
2671
+ ]
2672
+ ],
2673
+ [
2674
+ [
2675
+ 0.0
2676
+ ]
2677
+ ],
2678
+ [
2679
+ [
2680
+ 0.0
2681
+ ]
2682
+ ]
2683
+ ],
2684
+ "max": [
2685
+ [
2686
+ [
2687
+ 1.0
2688
+ ]
2689
+ ],
2690
+ [
2691
+ [
2692
+ 1.0
2693
+ ]
2694
+ ],
2695
+ [
2696
+ [
2697
+ 1.0
2698
+ ]
2699
+ ]
2700
+ ],
2701
+ "mean": [
2702
+ [
2703
+ [
2704
+ 0.4162763394842445
2705
+ ]
2706
+ ],
2707
+ [
2708
+ [
2709
+ 0.5011145311341495
2710
+ ]
2711
+ ],
2712
+ [
2713
+ [
2714
+ 0.5316030354365465
2715
+ ]
2716
+ ]
2717
+ ],
2718
+ "std": [
2719
+ [
2720
+ [
2721
+ 0.2965411231977378
2722
+ ]
2723
+ ],
2724
+ [
2725
+ [
2726
+ 0.2124705013280951
2727
+ ]
2728
+ ],
2729
+ [
2730
+ [
2731
+ 0.1766489686249419
2732
+ ]
2733
+ ]
2734
+ ],
2735
+ "count": [
2736
+ 16211
2737
+ ]
2738
+ },
2739
+ "observation.ur5e.joints": {
2740
+ "min": [
2741
+ -3.7817869186401367,
2742
+ -1.2956701517105103,
2743
+ 1.5791056156158447,
2744
+ -3.5957512855529785,
2745
+ -1.5712205171585083,
2746
+ -5.352047920227051,
2747
+ 1.0
2748
+ ],
2749
+ "max": [
2750
+ 3.775698661804199,
2751
+ -0.7783677577972412,
2752
+ 3.0785093307495117,
2753
+ -2.371584177017212,
2754
+ -1.570581078529358,
2755
+ 2.204681873321533,
2756
+ 1.0
2757
+ ],
2758
+ "mean": [
2759
+ 2.7754542191887053,
2760
+ -1.1349833132042477,
2761
+ 2.3842747907842687,
2762
+ -2.820043984777827,
2763
+ -1.5707000231332529,
2764
+ 1.204537427875425,
2765
+ 1.0
2766
+ ],
2767
+ "std": [
2768
+ 0.5538776057686957,
2769
+ 0.11196581767568962,
2770
+ 0.28633903812681744,
2771
+ 0.1801254420520428,
2772
+ 3.706728630581092e-05,
2773
+ 0.5538222149635811,
2774
+ 0.0
2775
+ ],
2776
+ "count": [
2777
+ 16211
2778
+ ]
2779
+ },
2780
+ "observation.kinova3.base_position": {
2781
+ "min": [
2782
+ 0.0,
2783
+ 0.0,
2784
+ 0.0
2785
+ ],
2786
+ "max": [
2787
+ 0.0,
2788
+ 0.0,
2789
+ 0.0
2790
+ ],
2791
+ "mean": [
2792
+ 0.0,
2793
+ 0.0,
2794
+ 0.0
2795
+ ],
2796
+ "std": [
2797
+ 0.0,
2798
+ 0.0,
2799
+ 0.0
2800
+ ],
2801
+ "count": [
2802
+ 16211
2803
+ ]
2804
+ },
2805
+ "observation.sawyer.joints": {
2806
+ "min": [
2807
+ -1.3974474668502808,
2808
+ -0.8805234432220459,
2809
+ -0.16513848304748535,
2810
+ 1.2736644744873047,
2811
+ -0.7693719267845154,
2812
+ -0.2061464935541153,
2813
+ -0.5489005446434021,
2814
+ 1.0
2815
+ ],
2816
+ "max": [
2817
+ 0.5534379482269287,
2818
+ -0.4683518707752228,
2819
+ 0.17667612433433533,
2820
+ 2.509772300720215,
2821
+ 0.07804048806428909,
2822
+ 0.7786133885383606,
2823
+ 0.6978859901428223,
2824
+ 1.0
2825
+ ],
2826
+ "mean": [
2827
+ -0.375235890403981,
2828
+ -0.7879239411314649,
2829
+ 0.04657762513895423,
2830
+ 2.0956237287084853,
2831
+ -0.21298789435050008,
2832
+ 0.26798645844387653,
2833
+ 0.04150172265044042,
2834
+ 1.0
2835
+ ],
2836
+ "std": [
2837
+ 0.3428136321552786,
2838
+ 0.07386770923063962,
2839
+ 0.04935618561944901,
2840
+ 0.2464288408872129,
2841
+ 0.1753814133391346,
2842
+ 0.18136895321730448,
2843
+ 0.24454844624277944,
2844
+ 0.0
2845
+ ],
2846
+ "count": [
2847
+ 16211
2848
+ ]
2849
+ },
2850
+ "observation.google_robot.ee_pose": {
2851
+ "min": [
2852
+ 0.240883931517601,
2853
+ -0.3051280379295349,
2854
+ 0.08498574048280716,
2855
+ -0.00019554776372388005,
2856
+ -0.005347051192075014,
2857
+ 0.9999032616615295,
2858
+ -0.00023697339929640293
2859
+ ],
2860
+ "max": [
2861
+ 0.6690532565116882,
2862
+ 0.3454464077949524,
2863
+ 0.0908430740237236,
2864
+ 0.009205370210111141,
2865
+ 0.00014142361760605127,
2866
+ 1.0,
2867
+ 0.008952642790973186
2868
+ ],
2869
+ "mean": [
2870
+ 0.4485175886231241,
2871
+ 0.005401906438847361,
2872
+ 0.08500179422505802,
2873
+ 7.359374759883658e-05,
2874
+ 5.3515877733477505e-05,
2875
+ 0.9999999936832533,
2876
+ 5.597390542010242e-06
2877
+ ],
2878
+ "std": [
2879
+ 0.10255672647326222,
2880
+ 0.142104631709897,
2881
+ 4.5943484426669606e-05,
2882
+ 0.00011515289255434552,
2883
+ 4.9300950221704265e-05,
2884
+ 7.598094059002384e-07,
2885
+ 9.607883669415069e-05
2886
+ ],
2887
+ "count": [
2888
+ 16211
2889
+ ]
2890
+ },
2891
+ "observation.panda.ee_error": {
2892
+ "min": [
2893
+ -0.00660233199596405,
2894
+ -0.0030942410230636597,
2895
+ -0.0014280825853347778,
2896
+ -0.008497935719788074,
2897
+ -0.037634529173374176,
2898
+ 0.0,
2899
+ -0.00223078322596848
2900
+ ],
2901
+ "max": [
2902
+ 0.0009930133819580078,
2903
+ 0.001672297716140747,
2904
+ 0.008893415331840515,
2905
+ 0.01683591678738594,
2906
+ 6.09667731623631e-05,
2907
+ 0.0009062886238098145,
2908
+ 0.022804582491517067
2909
+ ],
2910
+ "mean": [
2911
+ -4.397646957258836e-06,
2912
+ -5.137593748458592e-06,
2913
+ -1.1631642120873851e-06,
2914
+ 5.6686652951676566e-05,
2915
+ -0.0001656330471233204,
2916
+ 1.7170336537537372e-06,
2917
+ 0.00016739356642375577
2918
+ ],
2919
+ "std": [
2920
+ 0.00011934765792836231,
2921
+ 8.673609323348361e-05,
2922
+ 0.00013584074055727265,
2923
+ 0.0008654310773813145,
2924
+ 0.0012635021325128274,
2925
+ 2.2804824953324416e-05,
2926
+ 0.0010188759901955879
2927
+ ],
2928
+ "count": [
2929
+ 16211
2930
+ ]
2931
+ },
2932
+ "observation.jaco.ee_pose": {
2933
+ "min": [
2934
+ 0.19088712334632874,
2935
+ -0.3051265478134155,
2936
+ 0.08200963586568832,
2937
+ -0.055000919848680496,
2938
+ -9.832064097281545e-05,
2939
+ 0.9925501942634583,
2940
+ -0.012477707117795944
2941
+ ],
2942
+ "max": [
2943
+ 0.6190499663352966,
2944
+ 0.345449298620224,
2945
+ 0.08755605667829514,
2946
+ 0.11665257066488266,
2947
+ 0.00013153141480870545,
2948
+ 1.0,
2949
+ 0.03989668935537338
2950
+ ],
2951
+ "mean": [
2952
+ 0.3985212150489841,
2953
+ 0.00539927298127449,
2954
+ 0.08500245691355046,
2955
+ 9.242895566705293e-06,
2956
+ 1.2989337343797896e-05,
2957
+ 0.9999960208025921,
2958
+ 6.092962111051831e-05
2959
+ ],
2960
+ "std": [
2961
+ 0.10254670513662976,
2962
+ 0.14210324532065816,
2963
+ 0.00010550135715758083,
2964
+ 0.0026479494836021567,
2965
+ 1.850111328542967e-05,
2966
+ 9.467611830738047e-05,
2967
+ 0.0009797021983758982
2968
+ ],
2969
+ "count": [
2970
+ 16211
2971
+ ]
2972
+ },
2973
+ "observation.images.kinova3": {
2974
+ "min": [
2975
+ [
2976
+ [
2977
+ 0.0
2978
+ ]
2979
+ ],
2980
+ [
2981
+ [
2982
+ 0.0
2983
+ ]
2984
+ ],
2985
+ [
2986
+ [
2987
+ 0.0
2988
+ ]
2989
+ ]
2990
+ ],
2991
+ "max": [
2992
+ [
2993
+ [
2994
+ 1.0
2995
+ ]
2996
+ ],
2997
+ [
2998
+ [
2999
+ 1.0
3000
+ ]
3001
+ ],
3002
+ [
3003
+ [
3004
+ 1.0
3005
+ ]
3006
+ ]
3007
+ ],
3008
+ "mean": [
3009
+ [
3010
+ [
3011
+ 0.4311612056298947
3012
+ ]
3013
+ ],
3014
+ [
3015
+ [
3016
+ 0.5261431694320094
3017
+ ]
3018
+ ],
3019
+ [
3020
+ [
3021
+ 0.5577196835838218
3022
+ ]
3023
+ ]
3024
+ ],
3025
+ "std": [
3026
+ [
3027
+ [
3028
+ 0.29580657447024694
3029
+ ]
3030
+ ],
3031
+ [
3032
+ [
3033
+ 0.19243812792476303
3034
+ ]
3035
+ ],
3036
+ [
3037
+ [
3038
+ 0.14522781238411886
3039
+ ]
3040
+ ]
3041
+ ],
3042
+ "count": [
3043
+ 16211
3044
+ ]
3045
+ },
3046
+ "observation.sawyer.base_orientation": {
3047
+ "min": [
3048
+ 0.0
3049
+ ],
3050
+ "max": [
3051
+ 0.0
3052
+ ],
3053
+ "mean": [
3054
+ 0.0
3055
+ ],
3056
+ "std": [
3057
+ 0.0
3058
+ ],
3059
+ "count": [
3060
+ 16211
3061
+ ]
3062
+ },
3063
+ "observation.jaco.base_orientation": {
3064
+ "min": [
3065
+ 0.0
3066
+ ],
3067
+ "max": [
3068
+ 0.0
3069
+ ],
3070
+ "mean": [
3071
+ 0.0
3072
+ ],
3073
+ "std": [
3074
+ 0.0
3075
+ ],
3076
+ "count": [
3077
+ 16211
3078
+ ]
3079
+ },
3080
+ "observation.sawyer.ee_error": {
3081
+ "min": [
3082
+ -7.316470146179199e-06,
3083
+ -1.6987323760986328e-06,
3084
+ -3.889203071594238e-06,
3085
+ 2.1811854821862653e-05,
3086
+ -2.744497760431841e-05,
3087
+ 0.0,
3088
+ -1.007179707812611e-05
3089
+ ],
3090
+ "max": [
3091
+ 2.980232238769531e-07,
3092
+ 1.0728836059570312e-06,
3093
+ 2.332031726837158e-06,
3094
+ 0.0001495399628765881,
3095
+ 3.48943576682359e-05,
3096
+ 0.0,
3097
+ 7.445504888892174e-05
3098
+ ],
3099
+ "mean": [
3100
+ -3.8591157949080426e-06,
3101
+ -7.60910409975163e-07,
3102
+ -1.2653131974707213e-06,
3103
+ 8.085345241796907e-05,
3104
+ 2.075151990617736e-06,
3105
+ 0.0,
3106
+ 5.275376969519502e-05
3107
+ ],
3108
+ "std": [
3109
+ 1.0840236767349083e-06,
3110
+ 2.5705106262408676e-07,
3111
+ 7.945526238757642e-07,
3112
+ 1.9509978480856624e-05,
3113
+ 1.22274257125128e-05,
3114
+ 0.0,
3115
+ 1.5267147073040874e-05
3116
+ ],
3117
+ "count": [
3118
+ 16211
3119
+ ]
3120
+ },
3121
+ "observation.ur5e.ee_pose": {
3122
+ "min": [
3123
+ 0.19089798629283905,
3124
+ -0.3051340579986572,
3125
+ 0.0850001722574234,
3126
+ -0.00027264971868135035,
3127
+ -0.00011023409751942381,
3128
+ 0.9999999403953552,
3129
+ -0.00019857590086758137
3130
+ ],
3131
+ "max": [
3132
+ 0.6190630793571472,
3133
+ 0.34544268250465393,
3134
+ 0.08503977954387665,
3135
+ 3.712209945661016e-05,
3136
+ 0.0002676023868843913,
3137
+ 1.0,
3138
+ 0.0002643859479576349
3139
+ ],
3140
+ "mean": [
3141
+ 0.3985192331053828,
3142
+ 0.005390650318704076,
3143
+ 0.0850013122996648,
3144
+ -5.2349138013306106e-06,
3145
+ -6.022687127538343e-05,
3146
+ 1.0,
3147
+ 5.211885958860847e-05
3148
+ ],
3149
+ "std": [
3150
+ 0.10256140680124813,
3151
+ 0.14210494192869264,
3152
+ 2.4968168734680345e-06,
3153
+ 2.335926890282617e-05,
3154
+ 2.7691112590294695e-05,
3155
+ 4.610638504851508e-09,
3156
+ 2.4968709453531515e-05
3157
+ ],
3158
+ "count": [
3159
+ 16211
3160
+ ]
3161
+ },
3162
+ "observation.kinova3.joints": {
3163
+ "min": [
3164
+ -1.208375334739685,
3165
+ 0.8361438512802124,
3166
+ -1.517006754875183,
3167
+ 0.7196732759475708,
3168
+ -1.599605679512024,
3169
+ -1.5864341259002686,
3170
+ -0.708035945892334,
3171
+ 1.0
3172
+ ],
3173
+ "max": [
3174
+ 1.1702964305877686,
3175
+ 1.6536295413970947,
3176
+ 0.13535569608211517,
3177
+ 2.569999933242798,
3178
+ 0.4616883099079132,
3179
+ 1.1098525524139404,
3180
+ 1.7550415992736816,
3181
+ 1.0
3182
+ ],
3183
+ "mean": [
3184
+ -0.05055549363668263,
3185
+ 0.9235341033909956,
3186
+ -0.03632480513195377,
3187
+ 1.920111712624206,
3188
+ -0.011750258404416791,
3189
+ 0.2938691332837789,
3190
+ -0.057972271580983344,
3191
+ 1.0
3192
+ ],
3193
+ "std": [
3194
+ 0.38929547101247125,
3195
+ 0.10660980941347667,
3196
+ 0.16293011461425053,
3197
+ 0.3576636163036481,
3198
+ 0.23636596896555354,
3199
+ 0.3361172846424364,
3200
+ 0.28978576675420503,
3201
+ 0.0
3202
+ ],
3203
+ "count": [
3204
+ 16211
3205
+ ]
3206
+ },
3207
+ "observation.panda.ee_pose": {
3208
+ "min": [
3209
+ 0.19088895618915558,
3210
+ -0.30608633160591125,
3211
+ 0.07610659301280975,
3212
+ -0.01683591678738594,
3213
+ -6.09667731623631e-05,
3214
+ 0.9990937113761902,
3215
+ -0.022804582491517067
3216
+ ],
3217
+ "max": [
3218
+ 0.61905837059021,
3219
+ 0.3454516530036926,
3220
+ 0.08642809092998505,
3221
+ 0.008497935719788074,
3222
+ 0.037634529173374176,
3223
+ 1.0,
3224
+ 0.00223078322596848
3225
+ ],
3226
+ "mean": [
3227
+ 0.3985254779503087,
3228
+ 0.005405999954821288,
3229
+ 0.08500117100152484,
3230
+ -5.6686652951676566e-05,
3231
+ 0.0001656330471233204,
3232
+ 0.999998292787079,
3233
+ -0.00016739356642375577
3234
+ ],
3235
+ "std": [
3236
+ 0.10254059161334572,
3237
+ 0.14210205866794773,
3238
+ 0.0001358406817757989,
3239
+ 0.0008654310773813145,
3240
+ 0.0012635021325128274,
3241
+ 2.280358079806607e-05,
3242
+ 0.0010188759901955879
3243
+ ],
3244
+ "count": [
3245
+ 16211
3246
+ ]
3247
+ },
3248
+ "frame_index": {
3249
+ "min": [
3250
+ 0
3251
+ ],
3252
+ "max": [
3253
+ 46
3254
+ ],
3255
+ "mean": [
3256
+ 10.362284868299303
3257
+ ],
3258
+ "std": [
3259
+ 8.984161077495875
3260
+ ],
3261
+ "count": [
3262
+ 16211
3263
+ ]
3264
+ },
3265
+ "observation.images.jaco": {
3266
+ "min": [
3267
+ [
3268
+ [
3269
+ 0.0
3270
+ ]
3271
+ ],
3272
+ [
3273
+ [
3274
+ 0.0
3275
+ ]
3276
+ ],
3277
+ [
3278
+ [
3279
+ 0.0
3280
+ ]
3281
+ ]
3282
+ ],
3283
+ "max": [
3284
+ [
3285
+ [
3286
+ 1.0
3287
+ ]
3288
+ ],
3289
+ [
3290
+ [
3291
+ 1.0
3292
+ ]
3293
+ ],
3294
+ [
3295
+ [
3296
+ 1.0
3297
+ ]
3298
+ ]
3299
+ ],
3300
+ "mean": [
3301
+ [
3302
+ [
3303
+ 0.4135880523848823
3304
+ ]
3305
+ ],
3306
+ [
3307
+ [
3308
+ 0.5090118050037034
3309
+ ]
3310
+ ],
3311
+ [
3312
+ [
3313
+ 0.5405317900047433
3314
+ ]
3315
+ ]
3316
+ ],
3317
+ "std": [
3318
+ [
3319
+ [
3320
+ 0.3003181882437591
3321
+ ]
3322
+ ],
3323
+ [
3324
+ [
3325
+ 0.20686889257739294
3326
+ ]
3327
+ ],
3328
+ [
3329
+ [
3330
+ 0.16687659304287897
3331
+ ]
3332
+ ]
3333
+ ],
3334
+ "count": [
3335
+ 16211
3336
+ ]
3337
+ },
3338
+ "observation.kuka_iiwa.joints": {
3339
+ "min": [
3340
+ -0.9637172818183899,
3341
+ 0.9374050498008728,
3342
+ -0.08179186284542084,
3343
+ -2.094399929046631,
3344
+ -0.4438190162181854,
3345
+ 0.10998229682445526,
3346
+ -0.5413280129432678,
3347
+ 1.0
3348
+ ],
3349
+ "max": [
3350
+ 1.0031648874282837,
3351
+ 1.3621912002563477,
3352
+ 0.14579369127750397,
3353
+ -0.8401840329170227,
3354
+ 0.31003516912460327,
3355
+ 0.9396687150001526,
3356
+ 0.7036515474319458,
3357
+ 1.0
3358
+ ],
3359
+ "mean": [
3360
+ -0.01407751290103621,
3361
+ 1.0172840655162534,
3362
+ 0.031590376285869075,
3363
+ -1.8026036382839246,
3364
+ -0.07692644190508811,
3365
+ 0.3709439354107114,
3366
+ 0.07392605239114008,
3367
+ 1.0
3368
+ ],
3369
+ "std": [
3370
+ 0.3413035121690215,
3371
+ 0.07581036414354594,
3372
+ 0.032502352087304356,
3373
+ 0.26975565539396007,
3374
+ 0.09743422126505123,
3375
+ 0.1693045333274805,
3376
+ 0.2393736737404229,
3377
+ 0.0
3378
+ ],
3379
+ "count": [
3380
+ 16211
3381
+ ]
3382
+ },
3383
+ "index": {
3384
+ "min": [
3385
+ 0
3386
+ ],
3387
+ "max": [
3388
+ 16210
3389
+ ],
3390
+ "mean": [
3391
+ 8105.0
3392
+ ],
3393
+ "std": [
3394
+ 4679.712598012831
3395
+ ],
3396
+ "count": [
3397
+ 16211
3398
+ ]
3399
+ },
3400
+ "observation.kuka_iiwa.base_orientation": {
3401
+ "min": [
3402
+ 0.0
3403
+ ],
3404
+ "max": [
3405
+ 0.0
3406
+ ],
3407
+ "mean": [
3408
+ 0.0
3409
+ ],
3410
+ "std": [
3411
+ 0.0
3412
+ ],
3413
+ "count": [
3414
+ 16211
3415
+ ]
3416
+ },
3417
+ "observation.kinova3.base_orientation": {
3418
+ "min": [
3419
+ 0.0
3420
+ ],
3421
+ "max": [
3422
+ 0.0
3423
+ ],
3424
+ "mean": [
3425
+ 0.0
3426
+ ],
3427
+ "std": [
3428
+ 0.0
3429
+ ],
3430
+ "count": [
3431
+ 16211
3432
+ ]
3433
+ },
3434
+ "observation.google_robot.base_orientation": {
3435
+ "min": [
3436
+ 0.0
3437
+ ],
3438
+ "max": [
3439
+ 0.0
3440
+ ],
3441
+ "mean": [
3442
+ 0.0
3443
+ ],
3444
+ "std": [
3445
+ 0.0
3446
+ ],
3447
+ "count": [
3448
+ 16211
3449
+ ]
3450
+ },
3451
+ "observation.images.ur5e": {
3452
+ "min": [
3453
+ [
3454
+ [
3455
+ 0.0
3456
+ ]
3457
+ ],
3458
+ [
3459
+ [
3460
+ 0.0
3461
+ ]
3462
+ ],
3463
+ [
3464
+ [
3465
+ 0.0
3466
+ ]
3467
+ ]
3468
+ ],
3469
+ "max": [
3470
+ [
3471
+ [
3472
+ 1.0
3473
+ ]
3474
+ ],
3475
+ [
3476
+ [
3477
+ 1.0
3478
+ ]
3479
+ ],
3480
+ [
3481
+ [
3482
+ 1.0
3483
+ ]
3484
+ ]
3485
+ ],
3486
+ "mean": [
3487
+ [
3488
+ [
3489
+ 0.41874638713942447
3490
+ ]
3491
+ ],
3492
+ [
3493
+ [
3494
+ 0.5145972669247827
3495
+ ]
3496
+ ],
3497
+ [
3498
+ [
3499
+ 0.546561881715379
3500
+ ]
3501
+ ]
3502
+ ],
3503
+ "std": [
3504
+ [
3505
+ [
3506
+ 0.29708478975431957
3507
+ ]
3508
+ ],
3509
+ [
3510
+ [
3511
+ 0.2016459440494328
3512
+ ]
3513
+ ],
3514
+ [
3515
+ [
3516
+ 0.16056320620669584
3517
+ ]
3518
+ ]
3519
+ ],
3520
+ "count": [
3521
+ 16211
3522
+ ]
3523
+ },
3524
+ "observation.ur5e.ee_error": {
3525
+ "min": [
3526
+ -2.491474151611328e-05,
3527
+ -4.152953624725342e-05,
3528
+ -3.9771199226379395e-05,
3529
+ -3.712209945661016e-05,
3530
+ -0.0002676023868843913,
3531
+ 0.0,
3532
+ -0.0002643859479576349
3533
+ ],
3534
+ "max": [
3535
+ 1.0058283805847168e-05,
3536
+ 2.362579107284546e-05,
3537
+ -1.6391277313232422e-07,
3538
+ 0.00027264971868135035,
3539
+ 0.00011023409751942381,
3540
+ 5.960464477539063e-08,
3541
+ 0.00019857590086758137
3542
+ ],
3543
+ "mean": [
3544
+ 1.8489600931997392e-06,
3545
+ 1.0212562441273407e-05,
3546
+ -1.3048912217457249e-06,
3547
+ 5.2349138013306106e-06,
3548
+ 6.022687127538343e-05,
3549
+ 3.566498436068875e-10,
3550
+ -5.211885958860847e-05
3551
+ ],
3552
+ "std": [
3553
+ 3.4836674764389002e-06,
3554
+ 4.097841625610026e-06,
3555
+ 2.496735178034518e-06,
3556
+ 2.335926890282617e-05,
3557
+ 2.7691112590294695e-05,
3558
+ 4.596823655346393e-09,
3559
+ 2.4968709453531515e-05
3560
+ ],
3561
+ "count": [
3562
+ 16211
3563
+ ]
3564
+ },
3565
+ "observation.joints": {
3566
+ "min": [
3567
+ -1.2129541635513306,
3568
+ 0.34045079350471497,
3569
+ -0.5368090867996216,
3570
+ 0.31709882616996765,
3571
+ -2.120793104171753,
3572
+ -1.4361809492111206,
3573
+ -2.709841728210449,
3574
+ 1.0
3575
+ ],
3576
+ "max": [
3577
+ 1.570231556892395,
3578
+ 1.705745816230774,
3579
+ 2.300906181335449,
3580
+ 3.8689355850219727,
3581
+ 2.335064649581909,
3582
+ 0.9699210524559021,
3583
+ 3.4660911560058594,
3584
+ 1.0
3585
+ ],
3586
+ "mean": [
3587
+ 0.491619184385907,
3588
+ 0.6363063599383704,
3589
+ -0.3718541648102051,
3590
+ 0.8760349777782289,
3591
+ 0.8980730167092507,
3592
+ 0.34628910535269614,
3593
+ 2.333642771757919,
3594
+ 1.0
3595
+ ],
3596
+ "std": [
3597
+ 0.3540463900701694,
3598
+ 0.1861701227622097,
3599
+ 0.2859563229297415,
3600
+ 0.36239719889898475,
3601
+ 0.4584237924318533,
3602
+ 0.2735701119382149,
3603
+ 0.8045781821023628,
3604
+ 0.0
3605
+ ],
3606
+ "count": [
3607
+ 16211
3608
+ ]
3609
+ },
3610
+ "observation.jaco.base_position": {
3611
+ "min": [
3612
+ 0.0,
3613
+ 0.0,
3614
+ 0.0
3615
+ ],
3616
+ "max": [
3617
+ 0.0,
3618
+ 0.0,
3619
+ 0.0
3620
+ ],
3621
+ "mean": [
3622
+ 0.0,
3623
+ 0.0,
3624
+ 0.0
3625
+ ],
3626
+ "std": [
3627
+ 0.0,
3628
+ 0.0,
3629
+ 0.0
3630
+ ],
3631
+ "count": [
3632
+ 16211
3633
+ ]
3634
+ },
3635
+ "observation.ee_pose": {
3636
+ "min": [
3637
+ 0.1908891201019287,
3638
+ -0.3051324486732483,
3639
+ 0.08425894379615784,
3640
+ -0.0009894144022837281,
3641
+ -0.0035510906018316746,
3642
+ 0.9557300806045532,
3643
+ -0.0007077706977725029
3644
+ ],
3645
+ "max": [
3646
+ 0.6190565228462219,
3647
+ 0.34544476866722107,
3648
+ 0.08864359557628632,
3649
+ 0.2606923580169678,
3650
+ 0.004943310748785734,
3651
+ 1.0,
3652
+ 0.14013732969760895
3653
+ ],
3654
+ "mean": [
3655
+ 0.3984793272166093,
3656
+ 0.005376979985374295,
3657
+ 0.0849997933707425,
3658
+ 0.00025643732857956106,
3659
+ -0.00011383763765316522,
3660
+ 0.9999829014492876,
3661
+ 0.00022901091180169383
3662
+ ],
3663
+ "std": [
3664
+ 0.10249774569590073,
3665
+ 0.1420744135706899,
3666
+ 8.248052760697396e-05,
3667
+ 0.005226236800313164,
3668
+ 0.00013070090655128278,
3669
+ 0.000618662197164577,
3670
+ 0.0025279844192686762
3671
+ ],
3672
+ "count": [
3673
+ 16211
3674
+ ]
3675
+ },
3676
+ "observation.state": {
3677
+ "min": [
3678
+ 0.19088438153266907,
3679
+ -0.3051423132419586
3680
+ ],
3681
+ "max": [
3682
+ 0.619087815284729,
3683
+ 0.34545397758483887
3684
+ ],
3685
+ "mean": [
3686
+ 0.39855774448776987,
3687
+ 0.005018837590753209
3688
+ ],
3689
+ "std": [
3690
+ 0.10328952665039184,
3691
+ 0.14291729031563571
3692
+ ],
3693
+ "count": [
3694
+ 16211
3695
+ ]
3696
+ },
3697
+ "observation.ur5e.base_position": {
3698
+ "min": [
3699
+ 0.0,
3700
+ 0.0,
3701
+ 0.0
3702
+ ],
3703
+ "max": [
3704
+ 0.0,
3705
+ 0.0,
3706
+ 0.0
3707
+ ],
3708
+ "mean": [
3709
+ 0.0,
3710
+ 0.0,
3711
+ 0.0
3712
+ ],
3713
+ "std": [
3714
+ 0.0,
3715
+ 0.0,
3716
+ 0.0
3717
+ ],
3718
+ "count": [
3719
+ 16211
3720
+ ]
3721
+ },
3722
+ "observation.panda.joints": {
3723
+ "min": [
3724
+ -1.945412278175354,
3725
+ 0.4680889844894409,
3726
+ -0.7471362352371216,
3727
+ -3.0717999935150146,
3728
+ -2.272268056869507,
3729
+ 1.8870924711227417,
3730
+ -2.8973000049591064,
3731
+ 1.0
3732
+ ],
3733
+ "max": [
3734
+ 1.0550777912139893,
3735
+ 1.5863502025604248,
3736
+ 1.2586708068847656,
3737
+ -1.4751412868499756,
3738
+ 0.2986573874950409,
3739
+ 3.752500057220459,
3740
+ -1.1606645584106445,
3741
+ 1.0
3742
+ ],
3743
+ "mean": [
3744
+ -0.13030909749511485,
3745
+ 0.5936126771398097,
3746
+ 0.0658064364056543,
3747
+ -2.502763061967301,
3748
+ -0.46143921628483175,
3749
+ 3.0535202717973733,
3750
+ -2.7830159213672214,
3751
+ 1.0
3752
+ ],
3753
+ "std": [
3754
+ 0.5082311570114795,
3755
+ 0.13624058604439782,
3756
+ 0.25222759847420423,
3757
+ 0.3072198717255118,
3758
+ 0.33181597849487326,
3759
+ 0.27189112205098126,
3760
+ 0.15986424559792908,
3761
+ 0.0
3762
+ ],
3763
+ "count": [
3764
+ 16211
3765
+ ]
3766
+ },
3767
+ "observation.kuka_iiwa.base_position": {
3768
+ "min": [
3769
+ 0.05000000074505806,
3770
+ 0.0,
3771
+ 0.0
3772
+ ],
3773
+ "max": [
3774
+ 0.05000000074505806,
3775
+ 0.0,
3776
+ 0.0
3777
+ ],
3778
+ "mean": [
3779
+ 0.04999999855414339,
3780
+ 0.0,
3781
+ 0.0
3782
+ ],
3783
+ "std": [
3784
+ 1.5023967966397186e-08,
3785
+ 0.0,
3786
+ 0.0
3787
+ ],
3788
+ "count": [
3789
+ 16211
3790
+ ]
3791
+ },
3792
+ "observation.images.panda": {
3793
+ "min": [
3794
+ [
3795
+ [
3796
+ 0.0
3797
+ ]
3798
+ ],
3799
+ [
3800
+ [
3801
+ 0.0
3802
+ ]
3803
+ ],
3804
+ [
3805
+ [
3806
+ 0.0
3807
+ ]
3808
+ ]
3809
+ ],
3810
+ "max": [
3811
+ [
3812
+ [
3813
+ 1.0
3814
+ ]
3815
+ ],
3816
+ [
3817
+ [
3818
+ 1.0
3819
+ ]
3820
+ ],
3821
+ [
3822
+ [
3823
+ 1.0
3824
+ ]
3825
+ ]
3826
+ ],
3827
+ "mean": [
3828
+ [
3829
+ [
3830
+ 0.43765878139376313
3831
+ ]
3832
+ ],
3833
+ [
3834
+ [
3835
+ 0.5313139121456434
3836
+ ]
3837
+ ],
3838
+ [
3839
+ [
3840
+ 0.5620721438675891
3841
+ ]
3842
+ ]
3843
+ ],
3844
+ "std": [
3845
+ [
3846
+ [
3847
+ 0.29720150340148577
3848
+ ]
3849
+ ],
3850
+ [
3851
+ [
3852
+ 0.19383314720400333
3853
+ ]
3854
+ ],
3855
+ [
3856
+ [
3857
+ 0.14724101299217532
3858
+ ]
3859
+ ]
3860
+ ],
3861
+ "count": [
3862
+ 16211
3863
+ ]
3864
+ },
3865
+ "observation.kinova3.ee_error": {
3866
+ "min": [
3867
+ -0.007155969738960266,
3868
+ -0.0014201700687408447,
3869
+ -8.769333362579346e-06,
3870
+ 5.657625661115162e-05,
3871
+ -8.774251182330772e-05,
3872
+ 0.0,
3873
+ -0.012527692131698132
3874
+ ],
3875
+ "max": [
3876
+ -2.0265579223632812e-06,
3877
+ 0.0014626197516918182,
3878
+ 0.0011090785264968872,
3879
+ 0.060579247772693634,
3880
+ 3.5398261388763785e-05,
3881
+ 0.0018408894538879395,
3882
+ 0.011816408485174179
3883
+ ],
3884
+ "mean": [
3885
+ -6.052081849605683e-05,
3886
+ 1.7597454552985265e-06,
3887
+ 3.97924103976834e-06,
3888
+ 0.0005889064164317884,
3889
+ 2.899067622421912e-06,
3890
+ 9.145001848627969e-06,
3891
+ -2.8264430991424003e-05
3892
+ ],
3893
+ "std": [
3894
+ 0.0004943188063849855,
3895
+ 9.10180395120845e-05,
3896
+ 7.635261048679655e-05,
3897
+ 0.004166795021597238,
3898
+ 1.4487887595023878e-05,
3899
+ 0.00010605415851856034,
3900
+ 0.0007698508912707566
3901
+ ],
3902
+ "count": [
3903
+ 16211
3904
+ ]
3905
+ },
3906
+ "observation.sawyer.base_position": {
3907
+ "min": [
3908
+ 0.05000000074505806,
3909
+ 0.0,
3910
+ 0.0
3911
+ ],
3912
+ "max": [
3913
+ 0.05000000074505806,
3914
+ 0.0,
3915
+ 0.0
3916
+ ],
3917
+ "mean": [
3918
+ 0.04999999855414339,
3919
+ 0.0,
3920
+ 0.0
3921
+ ],
3922
+ "std": [
3923
+ 1.5023967966397186e-08,
3924
+ 0.0,
3925
+ 0.0
3926
+ ],
3927
+ "count": [
3928
+ 16211
3929
+ ]
3930
+ },
3931
+ "observation.google_robot.ee_error": {
3932
+ "min": [
3933
+ -1.2859702110290527e-05,
3934
+ -2.9534101486206055e-05,
3935
+ -0.005843065679073334,
3936
+ -0.009205370210111141,
3937
+ -0.00014142361760605127,
3938
+ 0.0,
3939
+ -0.008952642790973186
3940
+ ],
3941
+ "max": [
3942
+ 0.0058130621910095215,
3943
+ 0.0003274381160736084,
3944
+ 1.4260411262512207e-05,
3945
+ 0.00019554776372388005,
3946
+ 0.005347051192075014,
3947
+ 9.673833847045898e-05,
3948
+ 0.00023697339929640293
3949
+ ],
3950
+ "mean": [
3951
+ 3.5015191706421146e-06,
3952
+ -1.0437690011148356e-06,
3953
+ -1.7860504537251003e-06,
3954
+ -7.359374759883658e-05,
3955
+ -5.3515877733477505e-05,
3956
+ 7.191825463167498e-09,
3957
+ -5.597390542010242e-06
3958
+ ],
3959
+ "std": [
3960
+ 4.592078874072772e-05,
3961
+ 3.962604277934582e-06,
3962
+ 4.594349171925607e-05,
3963
+ 0.00011515289255434552,
3964
+ 4.9300950221704265e-05,
3965
+ 7.598939960321642e-07,
3966
+ 9.607883669415069e-05
3967
+ ],
3968
+ "count": [
3969
+ 16211
3970
+ ]
3971
+ },
3972
+ "observation.panda.base_position": {
3973
+ "min": [
3974
+ 0.0,
3975
+ 0.0,
3976
+ 0.0
3977
+ ],
3978
+ "max": [
3979
+ 0.0,
3980
+ 0.0,
3981
+ 0.0
3982
+ ],
3983
+ "mean": [
3984
+ 0.0,
3985
+ 0.0,
3986
+ 0.0
3987
+ ],
3988
+ "std": [
3989
+ 0.0,
3990
+ 0.0,
3991
+ 0.0
3992
+ ],
3993
+ "count": [
3994
+ 16211
3995
+ ]
3996
+ },
3997
+ "observation.panda.base_orientation": {
3998
+ "min": [
3999
+ 0.0
4000
+ ],
4001
+ "max": [
4002
+ 0.0
4003
+ ],
4004
+ "mean": [
4005
+ 0.0
4006
+ ],
4007
+ "std": [
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 16211
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cba84fdf02caafd234c11a72f1d8865c6a1d037c7e428ba6dabc2fa73f421d4
3
+ size 23071
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:af365de8b948f72015d04b0524e4df8b0d3fb732f6530db7b17cf48574b2893a
3
+ size 138180955
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:ebe5772e2905988cdc990092890734b6907e7050629ccfe2b198a319c381e7b7
3
+ size 178365837
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:4c3bc97ed4863d88e9d144785e6e3cf799236859d6cd80b98e7cdf95be8b7597
3
+ size 135362491
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:fc1abb6d6d3717eacb949b3795294536c8e5f1685f32fefbe6c3b6673041048d
3
+ size 141224476
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:72c1730255ec934bf5a67508397def7adc0999681067a5546fa698a4487713fd
3
+ size 132744862
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:1668c60feddef84e8b715d0f748da6f8be6212f864dd81d74ce43beb54dfbbc9
3
+ size 140287623
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:e1c882e6f4b53b5411932a65a94fdb4471bd61baec2533dcd2069c0827721bb6
3
+ size 133717108
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:d83848319cd933572d407434333086cabca091e21824632aea090e31e052be55
3
+ size 138232126