GuanhuaJi commited on
Commit
2de55c2
·
verified ·
1 Parent(s): 713c699

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_105000_106000_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: 15673
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_105000_106000_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**: 15,673
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_105000_106000_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: 15673
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_105000_106000_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**: 15,673
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:9b454f02c8a6547aefe42283675b37283a9c4b756f36c037e3a83b099d2d8bd2
3
+ size 13191248
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3133aa30a396daa8581c369970cb5ca822d04229c2f919847c64e43e0eeea50c
3
+ size 5495122
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": 15673,
6
+ "total_tasks": 942,
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.panda.ee_error": {
3
+ "min": [
4
+ -0.008300170302391052,
5
+ -0.0031293630599975586,
6
+ -0.001435406506061554,
7
+ -0.01166259404271841,
8
+ -0.036094680428504944,
9
+ 0.0,
10
+ -0.0019610621966421604
11
+ ],
12
+ "max": [
13
+ 0.0009667277336120605,
14
+ 0.0015997588634490967,
15
+ 0.011936865746974945,
16
+ 0.017163220793008804,
17
+ 5.2970455726608634e-05,
18
+ 0.000835418701171875,
19
+ 0.022616684436798096
20
+ ],
21
+ "mean": [
22
+ -6.738655951780798e-07,
23
+ -1.1647205493973115e-06,
24
+ -5.826054504236717e-06,
25
+ 3.376239886019455e-05,
26
+ -0.00021605911309823984,
27
+ 2.128706881664879e-06,
28
+ 0.00018599182251026705
29
+ ],
30
+ "std": [
31
+ 0.00012101405222537748,
32
+ 0.00010768779545850604,
33
+ 0.0001636890811471038,
34
+ 0.0007127908431166255,
35
+ 0.0015905956743645924,
36
+ 2.60650614253135e-05,
37
+ 0.0010701020585578477
38
+ ],
39
+ "count": [
40
+ 15673
41
+ ]
42
+ },
43
+ "observation.kuka_iiwa.ee_pose": {
44
+ "min": [
45
+ 0.24099528789520264,
46
+ -0.3050483763217926,
47
+ 0.06113126873970032,
48
+ -0.3092590868473053,
49
+ -3.680224472191185e-05,
50
+ 0.9509702324867249,
51
+ -0.11674132943153381
52
+ ],
53
+ "max": [
54
+ 0.6690608859062195,
55
+ 0.3453608751296997,
56
+ 0.08500886708498001,
57
+ 6.409574416466057e-05,
58
+ 2.3282846086658537e-05,
59
+ 1.0,
60
+ 0.11697405576705933
61
+ ],
62
+ "mean": [
63
+ 0.454145495091645,
64
+ 0.001421552977544322,
65
+ 0.08323446215710764,
66
+ -0.025305713382943455,
67
+ -4.942827606771054e-06,
68
+ 0.9976636236220369,
69
+ -8.494125724892095e-05
70
+ ],
71
+ "std": [
72
+ 0.10231179832314895,
73
+ 0.14065176560705692,
74
+ 0.0043020504239633705,
75
+ 0.05991026925601306,
76
+ 1.186369787250225e-05,
77
+ 0.007110511338217509,
78
+ 0.019675126757999557
79
+ ],
80
+ "count": [
81
+ 15673
82
+ ]
83
+ },
84
+ "observation.panda.joints": {
85
+ "min": [
86
+ -1.94489324092865,
87
+ 0.4680875539779663,
88
+ -0.7780253291130066,
89
+ -3.0717999935150146,
90
+ -2.2635130882263184,
91
+ 1.885082483291626,
92
+ -2.8973000049591064,
93
+ 1.0
94
+ ],
95
+ "max": [
96
+ 1.0594117641448975,
97
+ 1.5876730680465698,
98
+ 1.2613112926483154,
99
+ -1.4670528173446655,
100
+ 0.2757382392883301,
101
+ 3.752500057220459,
102
+ -1.320590853691101,
103
+ 1.0
104
+ ],
105
+ "mean": [
106
+ -0.1371546905175,
107
+ 0.6026965700556276,
108
+ 0.06876555882050193,
109
+ -2.4971157202181833,
110
+ -0.46792704570979776,
111
+ 3.050197086907419,
112
+ -2.7876751206110257,
113
+ 1.0
114
+ ],
115
+ "std": [
116
+ 0.5094884054630674,
117
+ 0.1534187870185944,
118
+ 0.2722983804257493,
119
+ 0.3283359146690039,
120
+ 0.33767015972746317,
121
+ 0.29479481041575,
122
+ 0.15937304671260677,
123
+ 0.0
124
+ ],
125
+ "count": [
126
+ 15673
127
+ ]
128
+ },
129
+ "observation.kuka_iiwa.ee_error": {
130
+ "min": [
131
+ -0.043624743819236755,
132
+ -0.01678609848022461,
133
+ -8.866190910339355e-06,
134
+ -6.409574416466057e-05,
135
+ -2.3282846086658537e-05,
136
+ 0.0,
137
+ -0.11697405576705933
138
+ ],
139
+ "max": [
140
+ 9.238719940185547e-06,
141
+ 0.016773194074630737,
142
+ 0.02386873960494995,
143
+ 0.3092590868473053,
144
+ 3.680224472191185e-05,
145
+ 0.049029767513275146,
146
+ 0.11674132943153381
147
+ ],
148
+ "mean": [
149
+ -0.00369457390053771,
150
+ -1.2636920535436274e-05,
151
+ 0.00176554710254279,
152
+ 0.025305713382943455,
153
+ 4.942827606771054e-06,
154
+ 0.0023363770389252217,
155
+ 8.494125724892095e-05
156
+ ],
157
+ "std": [
158
+ 0.008643394244393417,
159
+ 0.0028612924166048622,
160
+ 0.004302049974645465,
161
+ 0.05991026925601306,
162
+ 1.186369787250225e-05,
163
+ 0.007110511042579835,
164
+ 0.019675126757999557
165
+ ],
166
+ "count": [
167
+ 15673
168
+ ]
169
+ },
170
+ "observation.sawyer.joints": {
171
+ "min": [
172
+ -1.4002572298049927,
173
+ -0.8805446624755859,
174
+ -0.16417613625526428,
175
+ 1.218153476715088,
176
+ -0.7696970701217651,
177
+ -0.20884817838668823,
178
+ -0.5482516884803772,
179
+ 1.0
180
+ ],
181
+ "max": [
182
+ 0.5629417300224304,
183
+ -0.4434915781021118,
184
+ 0.17685548961162567,
185
+ 2.509525775909424,
186
+ 0.07775090634822845,
187
+ 0.7970476746559143,
188
+ 0.6999640464782715,
189
+ 1.0
190
+ ],
191
+ "mean": [
192
+ -0.3804938224542586,
193
+ -0.7836800197852805,
194
+ 0.04420060909456966,
195
+ 2.089043152565811,
196
+ -0.21668692380765397,
197
+ 0.2699543265580971,
198
+ 0.038129741778134864,
199
+ 1.0
200
+ ],
201
+ "std": [
202
+ 0.3326984075032498,
203
+ 0.07864043870069592,
204
+ 0.05011232698199697,
205
+ 0.26211060749972287,
206
+ 0.17990026619131025,
207
+ 0.19303050557389237,
208
+ 0.24351279789029984,
209
+ 0.0
210
+ ],
211
+ "count": [
212
+ 15673
213
+ ]
214
+ },
215
+ "observation.ur5e.base_orientation": {
216
+ "min": [
217
+ 0.0
218
+ ],
219
+ "max": [
220
+ 0.0
221
+ ],
222
+ "mean": [
223
+ 0.0
224
+ ],
225
+ "std": [
226
+ 0.0
227
+ ],
228
+ "count": [
229
+ 15673
230
+ ]
231
+ },
232
+ "observation.jaco.base_position": {
233
+ "min": [
234
+ 0.0,
235
+ 0.0,
236
+ 0.0
237
+ ],
238
+ "max": [
239
+ 0.0,
240
+ 0.0,
241
+ 0.0
242
+ ],
243
+ "mean": [
244
+ 0.0,
245
+ 0.0,
246
+ 0.0
247
+ ],
248
+ "std": [
249
+ 0.0,
250
+ 0.0,
251
+ 0.0
252
+ ],
253
+ "count": [
254
+ 15673
255
+ ]
256
+ },
257
+ "observation.ur5e.ee_pose": {
258
+ "min": [
259
+ 0.1909870207309723,
260
+ -0.30505457520484924,
261
+ 0.08500014990568161,
262
+ -0.0004873356956522912,
263
+ -0.00011392599117243662,
264
+ 0.9999998211860657,
265
+ -0.00020450678130146116
266
+ ],
267
+ "max": [
268
+ 0.6190630793571472,
269
+ 0.34535256028175354,
270
+ 0.08504052460193634,
271
+ 3.590117921703495e-05,
272
+ 0.00027860497357323766,
273
+ 1.0,
274
+ 0.0002551763318479061
275
+ ],
276
+ "mean": [
277
+ 0.40044888524780825,
278
+ 0.0013986151648168453,
279
+ 0.08500137122902121,
280
+ -4.712937922893595e-06,
281
+ -6.043326690652905e-05,
282
+ 1.0,
283
+ 5.276812300503036e-05
284
+ ],
285
+ "std": [
286
+ 0.10755424045832898,
287
+ 0.13980934290000013,
288
+ 2.4214381179145723e-06,
289
+ 2.3338677025680292e-05,
290
+ 2.349746196701951e-05,
291
+ 3.838492630203447e-09,
292
+ 2.4616621839186188e-05
293
+ ],
294
+ "count": [
295
+ 15673
296
+ ]
297
+ },
298
+ "observation.kuka_iiwa.base_position": {
299
+ "min": [
300
+ 0.05000000074505806,
301
+ 0.0,
302
+ 0.0
303
+ ],
304
+ "max": [
305
+ 0.05000000074505806,
306
+ 0.0,
307
+ 0.0
308
+ ],
309
+ "mean": [
310
+ 0.04999999946320452,
311
+ 0.0,
312
+ 0.0
313
+ ],
314
+ "std": [
315
+ 1.4712739678721922e-08,
316
+ 0.0,
317
+ 0.0
318
+ ],
319
+ "count": [
320
+ 15673
321
+ ]
322
+ },
323
+ "observation.kuka_iiwa.joints": {
324
+ "min": [
325
+ -0.9640615582466125,
326
+ 0.9374272227287292,
327
+ -0.08563835918903351,
328
+ -2.094399929046631,
329
+ -0.4484151303768158,
330
+ 0.11016781628131866,
331
+ -0.6227471828460693,
332
+ 1.0
333
+ ],
334
+ "max": [
335
+ 1.0099482536315918,
336
+ 1.3967764377593994,
337
+ 0.13770270347595215,
338
+ -0.7620723843574524,
339
+ 0.30774521827697754,
340
+ 0.9831186532974243,
341
+ 0.7055046558380127,
342
+ 1.0
343
+ ],
344
+ "mean": [
345
+ -0.020929482136095037,
346
+ 1.0221457462102994,
347
+ 0.03243153299458516,
348
+ -1.793242592448929,
349
+ -0.07758636870008151,
350
+ 0.3822311573065682,
351
+ 0.06763555667410712,
352
+ 1.0
353
+ ],
354
+ "std": [
355
+ 0.3325483232474918,
356
+ 0.0809937679363286,
357
+ 0.03173909321373716,
358
+ 0.28568404181729173,
359
+ 0.0924828805458425,
360
+ 0.17652046184065256,
361
+ 0.23674555750679233,
362
+ 0.0
363
+ ],
364
+ "count": [
365
+ 15673
366
+ ]
367
+ },
368
+ "index": {
369
+ "min": [
370
+ 0
371
+ ],
372
+ "max": [
373
+ 15672
374
+ ],
375
+ "mean": [
376
+ 7836.0
377
+ ],
378
+ "std": [
379
+ 4524.405375295189
380
+ ],
381
+ "count": [
382
+ 15673
383
+ ]
384
+ },
385
+ "observation.kinova3.base_position": {
386
+ "min": [
387
+ 0.0,
388
+ 0.0,
389
+ 0.0
390
+ ],
391
+ "max": [
392
+ 0.0,
393
+ 0.0,
394
+ 0.0
395
+ ],
396
+ "mean": [
397
+ 0.0,
398
+ 0.0,
399
+ 0.0
400
+ ],
401
+ "std": [
402
+ 0.0,
403
+ 0.0,
404
+ 0.0
405
+ ],
406
+ "count": [
407
+ 15673
408
+ ]
409
+ },
410
+ "observation.images.kinova3": {
411
+ "min": [
412
+ [
413
+ [
414
+ 0.0
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.0
420
+ ]
421
+ ],
422
+ [
423
+ [
424
+ 0.0
425
+ ]
426
+ ]
427
+ ],
428
+ "max": [
429
+ [
430
+ [
431
+ 1.0
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 1.0
437
+ ]
438
+ ],
439
+ [
440
+ [
441
+ 1.0
442
+ ]
443
+ ]
444
+ ],
445
+ "mean": [
446
+ [
447
+ [
448
+ 0.43124627719680003
449
+ ]
450
+ ],
451
+ [
452
+ [
453
+ 0.5258800612622602
454
+ ]
455
+ ],
456
+ [
457
+ [
458
+ 0.5571301200967709
459
+ ]
460
+ ]
461
+ ],
462
+ "std": [
463
+ [
464
+ [
465
+ 0.2954738990222081
466
+ ]
467
+ ],
468
+ [
469
+ [
470
+ 0.19207270937938312
471
+ ]
472
+ ],
473
+ [
474
+ [
475
+ 0.14503120553903873
476
+ ]
477
+ ]
478
+ ],
479
+ "count": [
480
+ 15673
481
+ ]
482
+ },
483
+ "observation.jaco.ee_pose": {
484
+ "min": [
485
+ 0.1909976303577423,
486
+ -0.3050442337989807,
487
+ 0.0820239931344986,
488
+ -0.05063045769929886,
489
+ -0.00013024924555793405,
490
+ 0.9926720857620239,
491
+ -0.012637895531952381
492
+ ],
493
+ "max": [
494
+ 0.6190499663352966,
495
+ 0.3453587591648102,
496
+ 0.08734007179737091,
497
+ 0.12065009027719498,
498
+ 0.00013694401422981173,
499
+ 1.0,
500
+ 0.0621849000453949
501
+ ],
502
+ "mean": [
503
+ 0.40044818959661016,
504
+ 0.0014077393304323183,
505
+ 0.08500029753632395,
506
+ 6.151679012230409e-05,
507
+ 1.3146504638937714e-05,
508
+ 0.9999963489426412,
509
+ 5.741198870798878e-05
510
+ ],
511
+ "std": [
512
+ 0.1075444575386471,
513
+ 0.1398067541733693,
514
+ 8.262111108498117e-05,
515
+ 0.0024250425195883212,
516
+ 1.81852271264451e-05,
517
+ 0.00011481993286579247,
518
+ 0.001194881344191733
519
+ ],
520
+ "count": [
521
+ 15673
522
+ ]
523
+ },
524
+ "observation.google_robot.ee_error": {
525
+ "min": [
526
+ -3.090500831604004e-05,
527
+ -0.0013445913791656494,
528
+ -0.003870144486427307,
529
+ -0.007409201934933662,
530
+ -0.00011138543050037697,
531
+ 0.0,
532
+ -0.006483325734734535
533
+ ],
534
+ "max": [
535
+ 0.0036892294883728027,
536
+ 0.00047713518142700195,
537
+ 1.3902783393859863e-05,
538
+ 0.00019315867393743247,
539
+ 0.0047327675856649876,
540
+ 5.9664249420166016e-05,
541
+ 0.00021416085655800998
542
+ ],
543
+ "mean": [
544
+ 3.838603028531395e-06,
545
+ -1.281956311097782e-06,
546
+ -2.4011125731793672e-06,
547
+ -7.28506694434079e-05,
548
+ -5.241655334651608e-05,
549
+ 1.1093392795584088e-08,
550
+ -5.189938471487313e-06
551
+ ],
552
+ "std": [
553
+ 4.513752845676862e-05,
554
+ 1.2399690350878437e-05,
555
+ 5.5841504607536314e-05,
556
+ 0.00013194983008804433,
557
+ 6.925338670555446e-05,
558
+ 6.639723832159706e-07,
559
+ 0.00010616192716642378
560
+ ],
561
+ "count": [
562
+ 15673
563
+ ]
564
+ },
565
+ "task_index": {
566
+ "min": [
567
+ 0
568
+ ],
569
+ "max": [
570
+ 941
571
+ ],
572
+ "mean": [
573
+ 468.81892426465896
574
+ ],
575
+ "std": [
576
+ 272.75219143845084
577
+ ],
578
+ "count": [
579
+ 15673
580
+ ]
581
+ },
582
+ "observation.images.image": {
583
+ "min": [
584
+ [
585
+ [
586
+ 0.0
587
+ ]
588
+ ],
589
+ [
590
+ [
591
+ 0.0
592
+ ]
593
+ ],
594
+ [
595
+ [
596
+ 0.0
597
+ ]
598
+ ]
599
+ ],
600
+ "max": [
601
+ [
602
+ [
603
+ 1.0
604
+ ]
605
+ ],
606
+ [
607
+ [
608
+ 1.0
609
+ ]
610
+ ],
611
+ [
612
+ [
613
+ 1.0
614
+ ]
615
+ ]
616
+ ],
617
+ "mean": [
618
+ [
619
+ [
620
+ 0.4282552904492655
621
+ ]
622
+ ],
623
+ [
624
+ [
625
+ 0.5394769218068849
626
+ ]
627
+ ],
628
+ [
629
+ [
630
+ 0.5651876794661098
631
+ ]
632
+ ]
633
+ ],
634
+ "std": [
635
+ [
636
+ [
637
+ 0.3010719488957508
638
+ ]
639
+ ],
640
+ [
641
+ [
642
+ 0.195407927565928
643
+ ]
644
+ ],
645
+ [
646
+ [
647
+ 0.15115012885892837
648
+ ]
649
+ ]
650
+ ],
651
+ "count": [
652
+ 15673
653
+ ]
654
+ },
655
+ "observation.sawyer.ee_error": {
656
+ "min": [
657
+ -7.316470146179199e-06,
658
+ -1.6689300537109375e-06,
659
+ -3.889203071594238e-06,
660
+ 1.9181185052730143e-05,
661
+ -2.7412528652348556e-05,
662
+ 0.0,
663
+ -1.3970829058962408e-05
664
+ ],
665
+ "max": [
666
+ 5.960464477539062e-07,
667
+ 1.2814998626708984e-06,
668
+ 2.3245811462402344e-06,
669
+ 0.00014964607544243336,
670
+ 3.499825834296644e-05,
671
+ 0.0,
672
+ 7.450445264112204e-05
673
+ ],
674
+ "mean": [
675
+ -3.835993189970658e-06,
676
+ -7.624064444661694e-07,
677
+ -1.2788325238849166e-06,
678
+ 8.043577676241434e-05,
679
+ 1.906553161870769e-06,
680
+ 0.0,
681
+ 5.223416283508951e-05
682
+ ],
683
+ "std": [
684
+ 1.1502855179995161e-06,
685
+ 2.584102394398321e-07,
686
+ 7.906233407839208e-07,
687
+ 1.967399783898118e-05,
688
+ 1.2175642546954247e-05,
689
+ 0.0,
690
+ 1.5785587867840672e-05
691
+ ],
692
+ "count": [
693
+ 15673
694
+ ]
695
+ },
696
+ "observation.state": {
697
+ "min": [
698
+ 0.19088871777057648,
699
+ -0.30514290928840637
700
+ ],
701
+ "max": [
702
+ 0.6190962791442871,
703
+ 0.3455168604850769
704
+ ],
705
+ "mean": [
706
+ 0.4005241942532721,
707
+ 0.001462327938770039
708
+ ],
709
+ "std": [
710
+ 0.10821779440042079,
711
+ 0.14043720608743984
712
+ ],
713
+ "count": [
714
+ 15673
715
+ ]
716
+ },
717
+ "timestamp": {
718
+ "min": [
719
+ 0.0
720
+ ],
721
+ "max": [
722
+ 4.8
723
+ ],
724
+ "mean": [
725
+ 0.9973904166400815
726
+ ],
727
+ "std": [
728
+ 0.8794405246063105
729
+ ],
730
+ "count": [
731
+ 15673
732
+ ]
733
+ },
734
+ "observation.sawyer.base_orientation": {
735
+ "min": [
736
+ 0.0
737
+ ],
738
+ "max": [
739
+ 0.0
740
+ ],
741
+ "mean": [
742
+ 0.0
743
+ ],
744
+ "std": [
745
+ 0.0
746
+ ],
747
+ "count": [
748
+ 15673
749
+ ]
750
+ },
751
+ "observation.kinova3.ee_pose": {
752
+ "min": [
753
+ 0.19100040197372437,
754
+ -0.30505284667015076,
755
+ 0.08388341963291168,
756
+ -0.061009425669908524,
757
+ -3.550125620677136e-05,
758
+ 0.9981368184089661,
759
+ -0.01247329730540514
760
+ ],
761
+ "max": [
762
+ 0.6190704107284546,
763
+ 0.34536635875701904,
764
+ 0.08500877767801285,
765
+ -4.780252857017331e-05,
766
+ 8.713232091395184e-05,
767
+ 1.0,
768
+ 0.012194452807307243
769
+ ],
770
+ "mean": [
771
+ 0.4005191122423383,
772
+ 0.001410237693748796,
773
+ 0.08499491694692615,
774
+ -0.0006528257514829734,
775
+ -2.309620722658781e-06,
776
+ 0.9999905111177723,
777
+ 2.8945741765472385e-06
778
+ ],
779
+ "std": [
780
+ 0.10744121380351977,
781
+ 0.1398176162496132,
782
+ 7.694538549036716e-05,
783
+ 0.004219692583394827,
784
+ 1.4723987109934673e-05,
785
+ 9.652110447144586e-05,
786
+ 0.0008713470586241695
787
+ ],
788
+ "count": [
789
+ 15673
790
+ ]
791
+ },
792
+ "observation.jaco.joints": {
793
+ "min": [
794
+ -0.9118229150772095,
795
+ 1.6311832666397095,
796
+ 3.244307279586792,
797
+ -3.3679404258728027,
798
+ -1.8503949642181396,
799
+ -2.618764638900757,
800
+ 1.0
801
+ ],
802
+ "max": [
803
+ 1.1880632638931274,
804
+ 2.2723464965820312,
805
+ 5.9195404052734375,
806
+ 3.0725550651550293,
807
+ 0.8664346933364868,
808
+ 2.725102186203003,
809
+ 1.0
810
+ ],
811
+ "mean": [
812
+ 0.1544508855374064,
813
+ 2.1830361842698407,
814
+ 4.981369590984416,
815
+ 0.11447412427757309,
816
+ -0.3991441888862448,
817
+ 0.24913904740248602,
818
+ 1.0
819
+ ],
820
+ "std": [
821
+ 0.34946052839206015,
822
+ 0.09703834466575904,
823
+ 0.4461355829087993,
824
+ 0.1845092364296785,
825
+ 0.42397871560865075,
826
+ 0.3636572130687389,
827
+ 0.0
828
+ ],
829
+ "count": [
830
+ 15673
831
+ ]
832
+ },
833
+ "observation.images.sawyer": {
834
+ "min": [
835
+ [
836
+ [
837
+ 0.0
838
+ ]
839
+ ],
840
+ [
841
+ [
842
+ 0.0
843
+ ]
844
+ ],
845
+ [
846
+ [
847
+ 0.0
848
+ ]
849
+ ]
850
+ ],
851
+ "max": [
852
+ [
853
+ [
854
+ 1.0
855
+ ]
856
+ ],
857
+ [
858
+ [
859
+ 1.0
860
+ ]
861
+ ],
862
+ [
863
+ [
864
+ 1.0
865
+ ]
866
+ ]
867
+ ],
868
+ "mean": [
869
+ [
870
+ [
871
+ 0.4159285224808993
872
+ ]
873
+ ],
874
+ [
875
+ [
876
+ 0.49977139346880617
877
+ ]
878
+ ],
879
+ [
880
+ [
881
+ 0.5300182844489099
882
+ ]
883
+ ]
884
+ ],
885
+ "std": [
886
+ [
887
+ [
888
+ 0.29618366610145114
889
+ ]
890
+ ],
891
+ [
892
+ [
893
+ 0.21227496846838095
894
+ ]
895
+ ],
896
+ [
897
+ [
898
+ 0.17672798927167177
899
+ ]
900
+ ]
901
+ ],
902
+ "count": [
903
+ 15673
904
+ ]
905
+ },
906
+ "observation.google_robot.base_position": {
907
+ "min": [
908
+ 0.05000000074505806,
909
+ 0.0,
910
+ 0.0
911
+ ],
912
+ "max": [
913
+ 0.05000000074505806,
914
+ 0.0,
915
+ 0.0
916
+ ],
917
+ "mean": [
918
+ 0.04999999946320452,
919
+ 0.0,
920
+ 0.0
921
+ ],
922
+ "std": [
923
+ 1.4712739678721922e-08,
924
+ 0.0,
925
+ 0.0
926
+ ],
927
+ "count": [
928
+ 15673
929
+ ]
930
+ },
931
+ "observation.jaco.ee_error": {
932
+ "min": [
933
+ -0.0029010921716690063,
934
+ -0.0007325559854507446,
935
+ -0.002340063452720642,
936
+ -0.12065009027719498,
937
+ -0.00013694401422981173,
938
+ 0.0,
939
+ -0.0621849000453949
940
+ ],
941
+ "max": [
942
+ 0.004349946975708008,
943
+ 0.002407073974609375,
944
+ 0.0029760152101516724,
945
+ 0.05063045769929886,
946
+ 0.00013024924555793405,
947
+ 0.007327914237976074,
948
+ 0.012637895531952381
949
+ ],
950
+ "mean": [
951
+ 2.718447020304635e-06,
952
+ 1.1757573289729563e-06,
953
+ -2.893713771077064e-07,
954
+ -6.151679012230409e-05,
955
+ -1.3146504638937714e-05,
956
+ 3.6591045643414837e-06,
957
+ -5.741198870798878e-05
958
+ ],
959
+ "std": [
960
+ 9.863069304197034e-05,
961
+ 4.6117352832208334e-05,
962
+ 8.262116128255448e-05,
963
+ 0.0024250425195883212,
964
+ 1.81852271264451e-05,
965
+ 0.00011481920634461511,
966
+ 0.001194881344191733
967
+ ],
968
+ "count": [
969
+ 15673
970
+ ]
971
+ },
972
+ "natural_language_instruction": {
973
+ "min": [
974
+ 97,
975
+ 97,
976
+ 32,
977
+ 32,
978
+ 32,
979
+ 32,
980
+ 32,
981
+ 32,
982
+ 32,
983
+ 32,
984
+ 32,
985
+ 32,
986
+ 32,
987
+ 32,
988
+ 32,
989
+ 32,
990
+ 32,
991
+ 32,
992
+ 0,
993
+ 0,
994
+ 0,
995
+ 0,
996
+ 0,
997
+ 0,
998
+ 0,
999
+ 0,
1000
+ 0,
1001
+ 0,
1002
+ 0,
1003
+ 0,
1004
+ 0,
1005
+ 0,
1006
+ 0,
1007
+ 0,
1008
+ 0,
1009
+ 0,
1010
+ 0,
1011
+ 0,
1012
+ 0,
1013
+ 0,
1014
+ 0,
1015
+ 0,
1016
+ 0,
1017
+ 0,
1018
+ 0,
1019
+ 0,
1020
+ 0,
1021
+ 0,
1022
+ 0,
1023
+ 0,
1024
+ 0,
1025
+ 0,
1026
+ 0,
1027
+ 0,
1028
+ 0,
1029
+ 0,
1030
+ 0,
1031
+ 0,
1032
+ 0,
1033
+ 0,
1034
+ 0,
1035
+ 0,
1036
+ 0,
1037
+ 0,
1038
+ 0,
1039
+ 0,
1040
+ 0,
1041
+ 0,
1042
+ 0,
1043
+ 0,
1044
+ 0,
1045
+ 0,
1046
+ 0,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ 0,
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ 0,
1060
+ 0,
1061
+ 0,
1062
+ 0,
1063
+ 0,
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ 0,
1068
+ 0,
1069
+ 0,
1070
+ 0,
1071
+ 0,
1072
+ 0,
1073
+ 0,
1074
+ 0,
1075
+ 0,
1076
+ 0,
1077
+ 0,
1078
+ 0,
1079
+ 0,
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 0,
1085
+ 0,
1086
+ 0,
1087
+ 0,
1088
+ 0,
1089
+ 0,
1090
+ 0,
1091
+ 0,
1092
+ 0,
1093
+ 0,
1094
+ 0,
1095
+ 0,
1096
+ 0,
1097
+ 0,
1098
+ 0,
1099
+ 0,
1100
+ 0,
1101
+ 0,
1102
+ 0,
1103
+ 0,
1104
+ 0,
1105
+ 0,
1106
+ 0,
1107
+ 0,
1108
+ 0,
1109
+ 0,
1110
+ 0,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 0,
1116
+ 0,
1117
+ 0,
1118
+ 0,
1119
+ 0,
1120
+ 0,
1121
+ 0,
1122
+ 0,
1123
+ 0,
1124
+ 0,
1125
+ 0,
1126
+ 0,
1127
+ 0,
1128
+ 0,
1129
+ 0,
1130
+ 0,
1131
+ 0,
1132
+ 0,
1133
+ 0,
1134
+ 0,
1135
+ 0,
1136
+ 0,
1137
+ 0,
1138
+ 0,
1139
+ 0,
1140
+ 0,
1141
+ 0,
1142
+ 0,
1143
+ 0,
1144
+ 0,
1145
+ 0,
1146
+ 0,
1147
+ 0,
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ 0,
1155
+ 0,
1156
+ 0,
1157
+ 0,
1158
+ 0,
1159
+ 0,
1160
+ 0,
1161
+ 0,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 0,
1170
+ 0,
1171
+ 0,
1172
+ 0,
1173
+ 0,
1174
+ 0,
1175
+ 0,
1176
+ 0,
1177
+ 0,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ 0,
1182
+ 0,
1183
+ 0,
1184
+ 0,
1185
+ 0,
1186
+ 0,
1187
+ 0,
1188
+ 0,
1189
+ 0,
1190
+ 0,
1191
+ 0,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ 0,
1196
+ 0,
1197
+ 0,
1198
+ 0,
1199
+ 0,
1200
+ 0,
1201
+ 0,
1202
+ 0,
1203
+ 0,
1204
+ 0,
1205
+ 0,
1206
+ 0,
1207
+ 0,
1208
+ 0,
1209
+ 0,
1210
+ 0,
1211
+ 0,
1212
+ 0,
1213
+ 0,
1214
+ 0,
1215
+ 0,
1216
+ 0,
1217
+ 0,
1218
+ 0,
1219
+ 0,
1220
+ 0,
1221
+ 0,
1222
+ 0,
1223
+ 0,
1224
+ 0,
1225
+ 0,
1226
+ 0,
1227
+ 0,
1228
+ 0,
1229
+ 0,
1230
+ 0,
1231
+ 0,
1232
+ 0,
1233
+ 0,
1234
+ 0,
1235
+ 0,
1236
+ 0,
1237
+ 0,
1238
+ 0,
1239
+ 0,
1240
+ 0,
1241
+ 0,
1242
+ 0,
1243
+ 0,
1244
+ 0,
1245
+ 0,
1246
+ 0,
1247
+ 0,
1248
+ 0,
1249
+ 0,
1250
+ 0,
1251
+ 0,
1252
+ 0,
1253
+ 0,
1254
+ 0,
1255
+ 0,
1256
+ 0,
1257
+ 0,
1258
+ 0,
1259
+ 0,
1260
+ 0,
1261
+ 0,
1262
+ 0,
1263
+ 0,
1264
+ 0,
1265
+ 0,
1266
+ 0,
1267
+ 0,
1268
+ 0,
1269
+ 0,
1270
+ 0,
1271
+ 0,
1272
+ 0,
1273
+ 0,
1274
+ 0,
1275
+ 0,
1276
+ 0,
1277
+ 0,
1278
+ 0,
1279
+ 0,
1280
+ 0,
1281
+ 0,
1282
+ 0,
1283
+ 0,
1284
+ 0,
1285
+ 0,
1286
+ 0,
1287
+ 0,
1288
+ 0,
1289
+ 0,
1290
+ 0,
1291
+ 0,
1292
+ 0,
1293
+ 0,
1294
+ 0,
1295
+ 0,
1296
+ 0,
1297
+ 0,
1298
+ 0,
1299
+ 0,
1300
+ 0,
1301
+ 0,
1302
+ 0,
1303
+ 0,
1304
+ 0,
1305
+ 0,
1306
+ 0,
1307
+ 0,
1308
+ 0,
1309
+ 0,
1310
+ 0,
1311
+ 0,
1312
+ 0,
1313
+ 0,
1314
+ 0,
1315
+ 0,
1316
+ 0,
1317
+ 0,
1318
+ 0,
1319
+ 0,
1320
+ 0,
1321
+ 0,
1322
+ 0,
1323
+ 0,
1324
+ 0,
1325
+ 0,
1326
+ 0,
1327
+ 0,
1328
+ 0,
1329
+ 0,
1330
+ 0,
1331
+ 0,
1332
+ 0,
1333
+ 0,
1334
+ 0,
1335
+ 0,
1336
+ 0,
1337
+ 0,
1338
+ 0,
1339
+ 0,
1340
+ 0,
1341
+ 0,
1342
+ 0,
1343
+ 0,
1344
+ 0,
1345
+ 0,
1346
+ 0,
1347
+ 0,
1348
+ 0,
1349
+ 0,
1350
+ 0,
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ 0,
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ 0,
1363
+ 0,
1364
+ 0,
1365
+ 0,
1366
+ 0,
1367
+ 0,
1368
+ 0,
1369
+ 0,
1370
+ 0,
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ 0,
1377
+ 0,
1378
+ 0,
1379
+ 0,
1380
+ 0,
1381
+ 0,
1382
+ 0,
1383
+ 0,
1384
+ 0,
1385
+ 0,
1386
+ 0,
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ 0,
1393
+ 0,
1394
+ 0,
1395
+ 0,
1396
+ 0,
1397
+ 0,
1398
+ 0,
1399
+ 0,
1400
+ 0,
1401
+ 0,
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 0,
1409
+ 0,
1410
+ 0,
1411
+ 0,
1412
+ 0,
1413
+ 0,
1414
+ 0,
1415
+ 0,
1416
+ 0,
1417
+ 0,
1418
+ 0,
1419
+ 0,
1420
+ 0,
1421
+ 0,
1422
+ 0,
1423
+ 0,
1424
+ 0,
1425
+ 0,
1426
+ 0,
1427
+ 0,
1428
+ 0,
1429
+ 0,
1430
+ 0,
1431
+ 0,
1432
+ 0,
1433
+ 0,
1434
+ 0,
1435
+ 0,
1436
+ 0,
1437
+ 0,
1438
+ 0,
1439
+ 0,
1440
+ 0,
1441
+ 0,
1442
+ 0,
1443
+ 0,
1444
+ 0,
1445
+ 0,
1446
+ 0,
1447
+ 0,
1448
+ 0,
1449
+ 0,
1450
+ 0,
1451
+ 0,
1452
+ 0,
1453
+ 0,
1454
+ 0,
1455
+ 0,
1456
+ 0,
1457
+ 0,
1458
+ 0,
1459
+ 0,
1460
+ 0,
1461
+ 0,
1462
+ 0,
1463
+ 0,
1464
+ 0,
1465
+ 0,
1466
+ 0,
1467
+ 0,
1468
+ 0,
1469
+ 0,
1470
+ 0,
1471
+ 0,
1472
+ 0,
1473
+ 0,
1474
+ 0,
1475
+ 0,
1476
+ 0,
1477
+ 0,
1478
+ 0,
1479
+ 0,
1480
+ 0,
1481
+ 0,
1482
+ 0,
1483
+ 0,
1484
+ 0,
1485
+ 0
1486
+ ],
1487
+ "max": [
1488
+ 116,
1489
+ 117,
1490
+ 118,
1491
+ 117,
1492
+ 119,
1493
+ 121,
1494
+ 121,
1495
+ 121,
1496
+ 121,
1497
+ 121,
1498
+ 121,
1499
+ 121,
1500
+ 121,
1501
+ 121,
1502
+ 121,
1503
+ 120,
1504
+ 121,
1505
+ 121,
1506
+ 122,
1507
+ 122,
1508
+ 120,
1509
+ 121,
1510
+ 121,
1511
+ 122,
1512
+ 122,
1513
+ 122,
1514
+ 122,
1515
+ 122,
1516
+ 121,
1517
+ 121,
1518
+ 121,
1519
+ 121,
1520
+ 121,
1521
+ 121,
1522
+ 121,
1523
+ 121,
1524
+ 121,
1525
+ 121,
1526
+ 121,
1527
+ 121,
1528
+ 121,
1529
+ 121,
1530
+ 121,
1531
+ 121,
1532
+ 121,
1533
+ 121,
1534
+ 121,
1535
+ 121,
1536
+ 121,
1537
+ 119,
1538
+ 121,
1539
+ 121,
1540
+ 121,
1541
+ 120,
1542
+ 120,
1543
+ 121,
1544
+ 122,
1545
+ 121,
1546
+ 121,
1547
+ 120,
1548
+ 119,
1549
+ 120,
1550
+ 121,
1551
+ 119,
1552
+ 121,
1553
+ 117,
1554
+ 121,
1555
+ 120,
1556
+ 116,
1557
+ 119,
1558
+ 116,
1559
+ 120,
1560
+ 114,
1561
+ 120,
1562
+ 111,
1563
+ 120,
1564
+ 114,
1565
+ 115,
1566
+ 111,
1567
+ 110,
1568
+ 0,
1569
+ 0,
1570
+ 0,
1571
+ 0,
1572
+ 0,
1573
+ 0,
1574
+ 0,
1575
+ 0,
1576
+ 0,
1577
+ 0,
1578
+ 0,
1579
+ 0,
1580
+ 0,
1581
+ 0,
1582
+ 0,
1583
+ 0,
1584
+ 0,
1585
+ 0,
1586
+ 0,
1587
+ 0,
1588
+ 0,
1589
+ 0,
1590
+ 0,
1591
+ 0,
1592
+ 0,
1593
+ 0,
1594
+ 0,
1595
+ 0,
1596
+ 0,
1597
+ 0,
1598
+ 0,
1599
+ 0,
1600
+ 0,
1601
+ 0,
1602
+ 0,
1603
+ 0,
1604
+ 0,
1605
+ 0,
1606
+ 0,
1607
+ 0,
1608
+ 0,
1609
+ 0,
1610
+ 0,
1611
+ 0,
1612
+ 0,
1613
+ 0,
1614
+ 0,
1615
+ 0,
1616
+ 0,
1617
+ 0,
1618
+ 0,
1619
+ 0,
1620
+ 0,
1621
+ 0,
1622
+ 0,
1623
+ 0,
1624
+ 0,
1625
+ 0,
1626
+ 0,
1627
+ 0,
1628
+ 0,
1629
+ 0,
1630
+ 0,
1631
+ 0,
1632
+ 0,
1633
+ 0,
1634
+ 0,
1635
+ 0,
1636
+ 0,
1637
+ 0,
1638
+ 0,
1639
+ 0,
1640
+ 0,
1641
+ 0,
1642
+ 0,
1643
+ 0,
1644
+ 0,
1645
+ 0,
1646
+ 0,
1647
+ 0,
1648
+ 0,
1649
+ 0,
1650
+ 0,
1651
+ 0,
1652
+ 0,
1653
+ 0,
1654
+ 0,
1655
+ 0,
1656
+ 0,
1657
+ 0,
1658
+ 0,
1659
+ 0,
1660
+ 0,
1661
+ 0,
1662
+ 0,
1663
+ 0,
1664
+ 0,
1665
+ 0,
1666
+ 0,
1667
+ 0,
1668
+ 0,
1669
+ 0,
1670
+ 0,
1671
+ 0,
1672
+ 0,
1673
+ 0,
1674
+ 0,
1675
+ 0,
1676
+ 0,
1677
+ 0,
1678
+ 0,
1679
+ 0,
1680
+ 0,
1681
+ 0,
1682
+ 0,
1683
+ 0,
1684
+ 0,
1685
+ 0,
1686
+ 0,
1687
+ 0,
1688
+ 0,
1689
+ 0,
1690
+ 0,
1691
+ 0,
1692
+ 0,
1693
+ 0,
1694
+ 0,
1695
+ 0,
1696
+ 0,
1697
+ 0,
1698
+ 0,
1699
+ 0,
1700
+ 0,
1701
+ 0,
1702
+ 0,
1703
+ 0,
1704
+ 0,
1705
+ 0,
1706
+ 0,
1707
+ 0,
1708
+ 0,
1709
+ 0,
1710
+ 0,
1711
+ 0,
1712
+ 0,
1713
+ 0,
1714
+ 0,
1715
+ 0,
1716
+ 0,
1717
+ 0,
1718
+ 0,
1719
+ 0,
1720
+ 0,
1721
+ 0,
1722
+ 0,
1723
+ 0,
1724
+ 0,
1725
+ 0,
1726
+ 0,
1727
+ 0,
1728
+ 0,
1729
+ 0,
1730
+ 0,
1731
+ 0,
1732
+ 0,
1733
+ 0,
1734
+ 0,
1735
+ 0,
1736
+ 0,
1737
+ 0,
1738
+ 0,
1739
+ 0,
1740
+ 0,
1741
+ 0,
1742
+ 0,
1743
+ 0,
1744
+ 0,
1745
+ 0,
1746
+ 0,
1747
+ 0,
1748
+ 0,
1749
+ 0,
1750
+ 0,
1751
+ 0,
1752
+ 0,
1753
+ 0,
1754
+ 0,
1755
+ 0,
1756
+ 0,
1757
+ 0,
1758
+ 0,
1759
+ 0,
1760
+ 0,
1761
+ 0,
1762
+ 0,
1763
+ 0,
1764
+ 0,
1765
+ 0,
1766
+ 0,
1767
+ 0,
1768
+ 0,
1769
+ 0,
1770
+ 0,
1771
+ 0,
1772
+ 0,
1773
+ 0,
1774
+ 0,
1775
+ 0,
1776
+ 0,
1777
+ 0,
1778
+ 0,
1779
+ 0,
1780
+ 0,
1781
+ 0,
1782
+ 0,
1783
+ 0,
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 0,
1788
+ 0,
1789
+ 0,
1790
+ 0,
1791
+ 0,
1792
+ 0,
1793
+ 0,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 0,
1798
+ 0,
1799
+ 0,
1800
+ 0,
1801
+ 0,
1802
+ 0,
1803
+ 0,
1804
+ 0,
1805
+ 0,
1806
+ 0,
1807
+ 0,
1808
+ 0,
1809
+ 0,
1810
+ 0,
1811
+ 0,
1812
+ 0,
1813
+ 0,
1814
+ 0,
1815
+ 0,
1816
+ 0,
1817
+ 0,
1818
+ 0,
1819
+ 0,
1820
+ 0,
1821
+ 0,
1822
+ 0,
1823
+ 0,
1824
+ 0,
1825
+ 0,
1826
+ 0,
1827
+ 0,
1828
+ 0,
1829
+ 0,
1830
+ 0,
1831
+ 0,
1832
+ 0,
1833
+ 0,
1834
+ 0,
1835
+ 0,
1836
+ 0,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ 0,
1841
+ 0,
1842
+ 0,
1843
+ 0,
1844
+ 0,
1845
+ 0,
1846
+ 0,
1847
+ 0,
1848
+ 0,
1849
+ 0,
1850
+ 0,
1851
+ 0,
1852
+ 0,
1853
+ 0,
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 0,
1863
+ 0,
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 0,
1871
+ 0,
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0
2000
+ ],
2001
+ "mean": [
2002
+ 110.9290499585274,
2003
+ 111.17903400752887,
2004
+ 111.47106488866203,
2005
+ 101.13411599566133,
2006
+ 57.91207809608881,
2007
+ 91.60001276079882,
2008
+ 106.81343712116379,
2009
+ 102.510304345052,
2010
+ 60.821221208447646,
2011
+ 88.13966694315064,
2012
+ 102.18107573534103,
2013
+ 103.24258278568239,
2014
+ 90.44445862310981,
2015
+ 90.29605053276335,
2016
+ 92.75658776239392,
2017
+ 92.37127544184266,
2018
+ 99.34645568812607,
2019
+ 92.6883174886748,
2020
+ 96.2655522235692,
2021
+ 92.46685382504945,
2022
+ 97.72028328973394,
2023
+ 90.74299751164423,
2024
+ 91.91609774771901,
2025
+ 93.37905952912652,
2026
+ 92.67523766987813,
2027
+ 95.5328271549799,
2028
+ 90.47017163274421,
2029
+ 90.98653735723856,
2030
+ 88.37255152172526,
2031
+ 90.47527595227461,
2032
+ 87.54399285395266,
2033
+ 85.51355834875264,
2034
+ 85.8020162062145,
2035
+ 84.06673897786001,
2036
+ 81.18732852676578,
2037
+ 76.08441268423404,
2038
+ 75.40541057870223,
2039
+ 71.82045556051808,
2040
+ 68.73393734447777,
2041
+ 64.73853123205512,
2042
+ 64.16002041727812,
2043
+ 60.41408792190391,
2044
+ 55.7892554073885,
2045
+ 52.168889172462194,
2046
+ 46.467236649014225,
2047
+ 43.9420021693358,
2048
+ 39.95948446372743,
2049
+ 38.345562432208254,
2050
+ 34.49562942640209,
2051
+ 30.31410706310215,
2052
+ 28.90084859312193,
2053
+ 24.74210425572641,
2054
+ 22.855101129330695,
2055
+ 19.84412684234033,
2056
+ 17.64429273272507,
2057
+ 15.975435462259938,
2058
+ 13.827091175907611,
2059
+ 11.838894914821667,
2060
+ 9.247431889236266,
2061
+ 6.900146749186499,
2062
+ 5.887513558348752,
2063
+ 4.280546162189753,
2064
+ 4.39143750398775,
2065
+ 3.754609838575895,
2066
+ 3.94142793338863,
2067
+ 3.343520704396095,
2068
+ 3.1757161998341097,
2069
+ 2.3505391437503986,
2070
+ 2.2363937982517705,
2071
+ 1.864607924456071,
2072
+ 1.6756204938429147,
2073
+ 1.4126842340330505,
2074
+ 0.7957634147897659,
2075
+ 1.0965354431187393,
2076
+ 0.9631212913928412,
2077
+ 0.9837937854909717,
2078
+ 0.703885663242519,
2079
+ 0.7126268104383334,
2080
+ 0.30453646398264533,
2081
+ 0.3017928922350539,
2082
+ 0.0,
2083
+ 0.0,
2084
+ 0.0,
2085
+ 0.0,
2086
+ 0.0,
2087
+ 0.0,
2088
+ 0.0,
2089
+ 0.0,
2090
+ 0.0,
2091
+ 0.0,
2092
+ 0.0,
2093
+ 0.0,
2094
+ 0.0,
2095
+ 0.0,
2096
+ 0.0,
2097
+ 0.0,
2098
+ 0.0,
2099
+ 0.0,
2100
+ 0.0,
2101
+ 0.0,
2102
+ 0.0,
2103
+ 0.0,
2104
+ 0.0,
2105
+ 0.0,
2106
+ 0.0,
2107
+ 0.0,
2108
+ 0.0,
2109
+ 0.0,
2110
+ 0.0,
2111
+ 0.0,
2112
+ 0.0,
2113
+ 0.0,
2114
+ 0.0,
2115
+ 0.0,
2116
+ 0.0,
2117
+ 0.0,
2118
+ 0.0,
2119
+ 0.0,
2120
+ 0.0,
2121
+ 0.0,
2122
+ 0.0,
2123
+ 0.0,
2124
+ 0.0,
2125
+ 0.0,
2126
+ 0.0,
2127
+ 0.0,
2128
+ 0.0,
2129
+ 0.0,
2130
+ 0.0,
2131
+ 0.0,
2132
+ 0.0,
2133
+ 0.0,
2134
+ 0.0,
2135
+ 0.0,
2136
+ 0.0,
2137
+ 0.0,
2138
+ 0.0,
2139
+ 0.0,
2140
+ 0.0,
2141
+ 0.0,
2142
+ 0.0,
2143
+ 0.0,
2144
+ 0.0,
2145
+ 0.0,
2146
+ 0.0,
2147
+ 0.0,
2148
+ 0.0,
2149
+ 0.0,
2150
+ 0.0,
2151
+ 0.0,
2152
+ 0.0,
2153
+ 0.0,
2154
+ 0.0,
2155
+ 0.0,
2156
+ 0.0,
2157
+ 0.0,
2158
+ 0.0,
2159
+ 0.0,
2160
+ 0.0,
2161
+ 0.0,
2162
+ 0.0,
2163
+ 0.0,
2164
+ 0.0,
2165
+ 0.0,
2166
+ 0.0,
2167
+ 0.0,
2168
+ 0.0,
2169
+ 0.0,
2170
+ 0.0,
2171
+ 0.0,
2172
+ 0.0,
2173
+ 0.0,
2174
+ 0.0,
2175
+ 0.0,
2176
+ 0.0,
2177
+ 0.0,
2178
+ 0.0,
2179
+ 0.0,
2180
+ 0.0,
2181
+ 0.0,
2182
+ 0.0,
2183
+ 0.0,
2184
+ 0.0,
2185
+ 0.0,
2186
+ 0.0,
2187
+ 0.0,
2188
+ 0.0,
2189
+ 0.0,
2190
+ 0.0,
2191
+ 0.0,
2192
+ 0.0,
2193
+ 0.0,
2194
+ 0.0,
2195
+ 0.0,
2196
+ 0.0,
2197
+ 0.0,
2198
+ 0.0,
2199
+ 0.0,
2200
+ 0.0,
2201
+ 0.0,
2202
+ 0.0,
2203
+ 0.0,
2204
+ 0.0,
2205
+ 0.0,
2206
+ 0.0,
2207
+ 0.0,
2208
+ 0.0,
2209
+ 0.0,
2210
+ 0.0,
2211
+ 0.0,
2212
+ 0.0,
2213
+ 0.0,
2214
+ 0.0,
2215
+ 0.0,
2216
+ 0.0,
2217
+ 0.0,
2218
+ 0.0,
2219
+ 0.0,
2220
+ 0.0,
2221
+ 0.0,
2222
+ 0.0,
2223
+ 0.0,
2224
+ 0.0,
2225
+ 0.0,
2226
+ 0.0,
2227
+ 0.0,
2228
+ 0.0,
2229
+ 0.0,
2230
+ 0.0,
2231
+ 0.0,
2232
+ 0.0,
2233
+ 0.0,
2234
+ 0.0,
2235
+ 0.0,
2236
+ 0.0,
2237
+ 0.0,
2238
+ 0.0,
2239
+ 0.0,
2240
+ 0.0,
2241
+ 0.0,
2242
+ 0.0,
2243
+ 0.0,
2244
+ 0.0,
2245
+ 0.0,
2246
+ 0.0,
2247
+ 0.0,
2248
+ 0.0,
2249
+ 0.0,
2250
+ 0.0,
2251
+ 0.0,
2252
+ 0.0,
2253
+ 0.0,
2254
+ 0.0,
2255
+ 0.0,
2256
+ 0.0,
2257
+ 0.0,
2258
+ 0.0,
2259
+ 0.0,
2260
+ 0.0,
2261
+ 0.0,
2262
+ 0.0,
2263
+ 0.0,
2264
+ 0.0,
2265
+ 0.0,
2266
+ 0.0,
2267
+ 0.0,
2268
+ 0.0,
2269
+ 0.0,
2270
+ 0.0,
2271
+ 0.0,
2272
+ 0.0,
2273
+ 0.0,
2274
+ 0.0,
2275
+ 0.0,
2276
+ 0.0,
2277
+ 0.0,
2278
+ 0.0,
2279
+ 0.0,
2280
+ 0.0,
2281
+ 0.0,
2282
+ 0.0,
2283
+ 0.0,
2284
+ 0.0,
2285
+ 0.0,
2286
+ 0.0,
2287
+ 0.0,
2288
+ 0.0,
2289
+ 0.0,
2290
+ 0.0,
2291
+ 0.0,
2292
+ 0.0,
2293
+ 0.0,
2294
+ 0.0,
2295
+ 0.0,
2296
+ 0.0,
2297
+ 0.0,
2298
+ 0.0,
2299
+ 0.0,
2300
+ 0.0,
2301
+ 0.0,
2302
+ 0.0,
2303
+ 0.0,
2304
+ 0.0,
2305
+ 0.0,
2306
+ 0.0,
2307
+ 0.0,
2308
+ 0.0,
2309
+ 0.0,
2310
+ 0.0,
2311
+ 0.0,
2312
+ 0.0,
2313
+ 0.0,
2314
+ 0.0,
2315
+ 0.0,
2316
+ 0.0,
2317
+ 0.0,
2318
+ 0.0,
2319
+ 0.0,
2320
+ 0.0,
2321
+ 0.0,
2322
+ 0.0,
2323
+ 0.0,
2324
+ 0.0,
2325
+ 0.0,
2326
+ 0.0,
2327
+ 0.0,
2328
+ 0.0,
2329
+ 0.0,
2330
+ 0.0,
2331
+ 0.0,
2332
+ 0.0,
2333
+ 0.0,
2334
+ 0.0,
2335
+ 0.0,
2336
+ 0.0,
2337
+ 0.0,
2338
+ 0.0,
2339
+ 0.0,
2340
+ 0.0,
2341
+ 0.0,
2342
+ 0.0,
2343
+ 0.0,
2344
+ 0.0,
2345
+ 0.0,
2346
+ 0.0,
2347
+ 0.0,
2348
+ 0.0,
2349
+ 0.0,
2350
+ 0.0,
2351
+ 0.0,
2352
+ 0.0,
2353
+ 0.0,
2354
+ 0.0,
2355
+ 0.0,
2356
+ 0.0,
2357
+ 0.0,
2358
+ 0.0,
2359
+ 0.0,
2360
+ 0.0,
2361
+ 0.0,
2362
+ 0.0,
2363
+ 0.0,
2364
+ 0.0,
2365
+ 0.0,
2366
+ 0.0,
2367
+ 0.0,
2368
+ 0.0,
2369
+ 0.0,
2370
+ 0.0,
2371
+ 0.0,
2372
+ 0.0,
2373
+ 0.0,
2374
+ 0.0,
2375
+ 0.0,
2376
+ 0.0,
2377
+ 0.0,
2378
+ 0.0,
2379
+ 0.0,
2380
+ 0.0,
2381
+ 0.0,
2382
+ 0.0,
2383
+ 0.0,
2384
+ 0.0,
2385
+ 0.0,
2386
+ 0.0,
2387
+ 0.0,
2388
+ 0.0,
2389
+ 0.0,
2390
+ 0.0,
2391
+ 0.0,
2392
+ 0.0,
2393
+ 0.0,
2394
+ 0.0,
2395
+ 0.0,
2396
+ 0.0,
2397
+ 0.0,
2398
+ 0.0,
2399
+ 0.0,
2400
+ 0.0,
2401
+ 0.0,
2402
+ 0.0,
2403
+ 0.0,
2404
+ 0.0,
2405
+ 0.0,
2406
+ 0.0,
2407
+ 0.0,
2408
+ 0.0,
2409
+ 0.0,
2410
+ 0.0,
2411
+ 0.0,
2412
+ 0.0,
2413
+ 0.0,
2414
+ 0.0,
2415
+ 0.0,
2416
+ 0.0,
2417
+ 0.0,
2418
+ 0.0,
2419
+ 0.0,
2420
+ 0.0,
2421
+ 0.0,
2422
+ 0.0,
2423
+ 0.0,
2424
+ 0.0,
2425
+ 0.0,
2426
+ 0.0,
2427
+ 0.0,
2428
+ 0.0,
2429
+ 0.0,
2430
+ 0.0,
2431
+ 0.0,
2432
+ 0.0,
2433
+ 0.0,
2434
+ 0.0,
2435
+ 0.0,
2436
+ 0.0,
2437
+ 0.0,
2438
+ 0.0,
2439
+ 0.0,
2440
+ 0.0,
2441
+ 0.0,
2442
+ 0.0,
2443
+ 0.0,
2444
+ 0.0,
2445
+ 0.0,
2446
+ 0.0,
2447
+ 0.0,
2448
+ 0.0,
2449
+ 0.0,
2450
+ 0.0,
2451
+ 0.0,
2452
+ 0.0,
2453
+ 0.0,
2454
+ 0.0,
2455
+ 0.0,
2456
+ 0.0,
2457
+ 0.0,
2458
+ 0.0,
2459
+ 0.0,
2460
+ 0.0,
2461
+ 0.0,
2462
+ 0.0,
2463
+ 0.0,
2464
+ 0.0,
2465
+ 0.0,
2466
+ 0.0,
2467
+ 0.0,
2468
+ 0.0,
2469
+ 0.0,
2470
+ 0.0,
2471
+ 0.0,
2472
+ 0.0,
2473
+ 0.0,
2474
+ 0.0,
2475
+ 0.0,
2476
+ 0.0,
2477
+ 0.0,
2478
+ 0.0,
2479
+ 0.0,
2480
+ 0.0,
2481
+ 0.0,
2482
+ 0.0,
2483
+ 0.0,
2484
+ 0.0,
2485
+ 0.0,
2486
+ 0.0,
2487
+ 0.0,
2488
+ 0.0,
2489
+ 0.0,
2490
+ 0.0,
2491
+ 0.0,
2492
+ 0.0,
2493
+ 0.0,
2494
+ 0.0,
2495
+ 0.0,
2496
+ 0.0,
2497
+ 0.0,
2498
+ 0.0,
2499
+ 0.0,
2500
+ 0.0,
2501
+ 0.0,
2502
+ 0.0,
2503
+ 0.0,
2504
+ 0.0,
2505
+ 0.0,
2506
+ 0.0,
2507
+ 0.0,
2508
+ 0.0,
2509
+ 0.0,
2510
+ 0.0,
2511
+ 0.0,
2512
+ 0.0,
2513
+ 0.0
2514
+ ],
2515
+ "std": [
2516
+ 3.301161159435685,
2517
+ 4.626754207840384,
2518
+ 7.530169134723212,
2519
+ 8.190328645821015,
2520
+ 35.06366209687371,
2521
+ 36.900416668850816,
2522
+ 11.353584396739267,
2523
+ 10.346977787254975,
2524
+ 35.721445008548635,
2525
+ 35.36051195140619,
2526
+ 19.192796419011454,
2527
+ 15.985066286212927,
2528
+ 30.010532085653228,
2529
+ 31.77018454687168,
2530
+ 33.338439754427526,
2531
+ 32.14521593781307,
2532
+ 23.530951020819398,
2533
+ 28.032740143168688,
2534
+ 26.554120972589292,
2535
+ 30.67673625143757,
2536
+ 26.840064437609033,
2537
+ 32.70770886157934,
2538
+ 32.441835685483746,
2539
+ 31.481453663968907,
2540
+ 32.50238785993965,
2541
+ 30.208181902253628,
2542
+ 33.83805727517654,
2543
+ 33.73770542197289,
2544
+ 35.72671967587049,
2545
+ 34.81460653615344,
2546
+ 36.371713530389016,
2547
+ 38.9915330834133,
2548
+ 38.88224263019745,
2549
+ 40.529154974216866,
2550
+ 42.707561548298905,
2551
+ 44.76651274882086,
2552
+ 46.36109759213243,
2553
+ 47.463353311881164,
2554
+ 48.86708497335972,
2555
+ 49.07011177277387,
2556
+ 50.12947357616072,
2557
+ 51.254841720638964,
2558
+ 51.44689926069921,
2559
+ 51.62385116601411,
2560
+ 51.259065816385004,
2561
+ 51.03354441463431,
2562
+ 49.92707709279168,
2563
+ 49.72329510703298,
2564
+ 49.099450854154504,
2565
+ 46.77025838651937,
2566
+ 46.653942056029095,
2567
+ 43.97426901545069,
2568
+ 42.99516318835901,
2569
+ 40.61255135577655,
2570
+ 38.74606195690978,
2571
+ 37.85084714249154,
2572
+ 35.16986100551488,
2573
+ 33.39105127450494,
2574
+ 29.608964374577607,
2575
+ 25.79745885564261,
2576
+ 24.080439919226205,
2577
+ 20.18802296413552,
2578
+ 21.071279543456395,
2579
+ 19.111923782463613,
2580
+ 20.029959425879216,
2581
+ 18.04384460810406,
2582
+ 17.94431947058459,
2583
+ 15.46418286959989,
2584
+ 15.020794537892343,
2585
+ 14.17034731171789,
2586
+ 13.023776789294912,
2587
+ 12.266934624728547,
2588
+ 8.596557451593661,
2589
+ 10.790910669194586,
2590
+ 10.015500919483888,
2591
+ 10.252574622599967,
2592
+ 8.590081117828099,
2593
+ 8.687847856994422,
2594
+ 5.806100674650791,
2595
+ 5.753793461365535,
2596
+ 0.0,
2597
+ 0.0,
2598
+ 0.0,
2599
+ 0.0,
2600
+ 0.0,
2601
+ 0.0,
2602
+ 0.0,
2603
+ 0.0,
2604
+ 0.0,
2605
+ 0.0,
2606
+ 0.0,
2607
+ 0.0,
2608
+ 0.0,
2609
+ 0.0,
2610
+ 0.0,
2611
+ 0.0,
2612
+ 0.0,
2613
+ 0.0,
2614
+ 0.0,
2615
+ 0.0,
2616
+ 0.0,
2617
+ 0.0,
2618
+ 0.0,
2619
+ 0.0,
2620
+ 0.0,
2621
+ 0.0,
2622
+ 0.0,
2623
+ 0.0,
2624
+ 0.0,
2625
+ 0.0,
2626
+ 0.0,
2627
+ 0.0,
2628
+ 0.0,
2629
+ 0.0,
2630
+ 0.0,
2631
+ 0.0,
2632
+ 0.0,
2633
+ 0.0,
2634
+ 0.0,
2635
+ 0.0,
2636
+ 0.0,
2637
+ 0.0,
2638
+ 0.0,
2639
+ 0.0,
2640
+ 0.0,
2641
+ 0.0,
2642
+ 0.0,
2643
+ 0.0,
2644
+ 0.0,
2645
+ 0.0,
2646
+ 0.0,
2647
+ 0.0,
2648
+ 0.0,
2649
+ 0.0,
2650
+ 0.0,
2651
+ 0.0,
2652
+ 0.0,
2653
+ 0.0,
2654
+ 0.0,
2655
+ 0.0,
2656
+ 0.0,
2657
+ 0.0,
2658
+ 0.0,
2659
+ 0.0,
2660
+ 0.0,
2661
+ 0.0,
2662
+ 0.0,
2663
+ 0.0,
2664
+ 0.0,
2665
+ 0.0,
2666
+ 0.0,
2667
+ 0.0,
2668
+ 0.0,
2669
+ 0.0,
2670
+ 0.0,
2671
+ 0.0,
2672
+ 0.0,
2673
+ 0.0,
2674
+ 0.0,
2675
+ 0.0,
2676
+ 0.0,
2677
+ 0.0,
2678
+ 0.0,
2679
+ 0.0,
2680
+ 0.0,
2681
+ 0.0,
2682
+ 0.0,
2683
+ 0.0,
2684
+ 0.0,
2685
+ 0.0,
2686
+ 0.0,
2687
+ 0.0,
2688
+ 0.0,
2689
+ 0.0,
2690
+ 0.0,
2691
+ 0.0,
2692
+ 0.0,
2693
+ 0.0,
2694
+ 0.0,
2695
+ 0.0,
2696
+ 0.0,
2697
+ 0.0,
2698
+ 0.0,
2699
+ 0.0,
2700
+ 0.0,
2701
+ 0.0,
2702
+ 0.0,
2703
+ 0.0,
2704
+ 0.0,
2705
+ 0.0,
2706
+ 0.0,
2707
+ 0.0,
2708
+ 0.0,
2709
+ 0.0,
2710
+ 0.0,
2711
+ 0.0,
2712
+ 0.0,
2713
+ 0.0,
2714
+ 0.0,
2715
+ 0.0,
2716
+ 0.0,
2717
+ 0.0,
2718
+ 0.0,
2719
+ 0.0,
2720
+ 0.0,
2721
+ 0.0,
2722
+ 0.0,
2723
+ 0.0,
2724
+ 0.0,
2725
+ 0.0,
2726
+ 0.0,
2727
+ 0.0,
2728
+ 0.0,
2729
+ 0.0,
2730
+ 0.0,
2731
+ 0.0,
2732
+ 0.0,
2733
+ 0.0,
2734
+ 0.0,
2735
+ 0.0,
2736
+ 0.0,
2737
+ 0.0,
2738
+ 0.0,
2739
+ 0.0,
2740
+ 0.0,
2741
+ 0.0,
2742
+ 0.0,
2743
+ 0.0,
2744
+ 0.0,
2745
+ 0.0,
2746
+ 0.0,
2747
+ 0.0,
2748
+ 0.0,
2749
+ 0.0,
2750
+ 0.0,
2751
+ 0.0,
2752
+ 0.0,
2753
+ 0.0,
2754
+ 0.0,
2755
+ 0.0,
2756
+ 0.0,
2757
+ 0.0,
2758
+ 0.0,
2759
+ 0.0,
2760
+ 0.0,
2761
+ 0.0,
2762
+ 0.0,
2763
+ 0.0,
2764
+ 0.0,
2765
+ 0.0,
2766
+ 0.0,
2767
+ 0.0,
2768
+ 0.0,
2769
+ 0.0,
2770
+ 0.0,
2771
+ 0.0,
2772
+ 0.0,
2773
+ 0.0,
2774
+ 0.0,
2775
+ 0.0,
2776
+ 0.0,
2777
+ 0.0,
2778
+ 0.0,
2779
+ 0.0,
2780
+ 0.0,
2781
+ 0.0,
2782
+ 0.0,
2783
+ 0.0,
2784
+ 0.0,
2785
+ 0.0,
2786
+ 0.0,
2787
+ 0.0,
2788
+ 0.0,
2789
+ 0.0,
2790
+ 0.0,
2791
+ 0.0,
2792
+ 0.0,
2793
+ 0.0,
2794
+ 0.0,
2795
+ 0.0,
2796
+ 0.0,
2797
+ 0.0,
2798
+ 0.0,
2799
+ 0.0,
2800
+ 0.0,
2801
+ 0.0,
2802
+ 0.0,
2803
+ 0.0,
2804
+ 0.0,
2805
+ 0.0,
2806
+ 0.0,
2807
+ 0.0,
2808
+ 0.0,
2809
+ 0.0,
2810
+ 0.0,
2811
+ 0.0,
2812
+ 0.0,
2813
+ 0.0,
2814
+ 0.0,
2815
+ 0.0,
2816
+ 0.0,
2817
+ 0.0,
2818
+ 0.0,
2819
+ 0.0,
2820
+ 0.0,
2821
+ 0.0,
2822
+ 0.0,
2823
+ 0.0,
2824
+ 0.0,
2825
+ 0.0,
2826
+ 0.0,
2827
+ 0.0,
2828
+ 0.0,
2829
+ 0.0,
2830
+ 0.0,
2831
+ 0.0,
2832
+ 0.0,
2833
+ 0.0,
2834
+ 0.0,
2835
+ 0.0,
2836
+ 0.0,
2837
+ 0.0,
2838
+ 0.0,
2839
+ 0.0,
2840
+ 0.0,
2841
+ 0.0,
2842
+ 0.0,
2843
+ 0.0,
2844
+ 0.0,
2845
+ 0.0,
2846
+ 0.0,
2847
+ 0.0,
2848
+ 0.0,
2849
+ 0.0,
2850
+ 0.0,
2851
+ 0.0,
2852
+ 0.0,
2853
+ 0.0,
2854
+ 0.0,
2855
+ 0.0,
2856
+ 0.0,
2857
+ 0.0,
2858
+ 0.0,
2859
+ 0.0,
2860
+ 0.0,
2861
+ 0.0,
2862
+ 0.0,
2863
+ 0.0,
2864
+ 0.0,
2865
+ 0.0,
2866
+ 0.0,
2867
+ 0.0,
2868
+ 0.0,
2869
+ 0.0,
2870
+ 0.0,
2871
+ 0.0,
2872
+ 0.0,
2873
+ 0.0,
2874
+ 0.0,
2875
+ 0.0,
2876
+ 0.0,
2877
+ 0.0,
2878
+ 0.0,
2879
+ 0.0,
2880
+ 0.0,
2881
+ 0.0,
2882
+ 0.0,
2883
+ 0.0,
2884
+ 0.0,
2885
+ 0.0,
2886
+ 0.0,
2887
+ 0.0,
2888
+ 0.0,
2889
+ 0.0,
2890
+ 0.0,
2891
+ 0.0,
2892
+ 0.0,
2893
+ 0.0,
2894
+ 0.0,
2895
+ 0.0,
2896
+ 0.0,
2897
+ 0.0,
2898
+ 0.0,
2899
+ 0.0,
2900
+ 0.0,
2901
+ 0.0,
2902
+ 0.0,
2903
+ 0.0,
2904
+ 0.0,
2905
+ 0.0,
2906
+ 0.0,
2907
+ 0.0,
2908
+ 0.0,
2909
+ 0.0,
2910
+ 0.0,
2911
+ 0.0,
2912
+ 0.0,
2913
+ 0.0,
2914
+ 0.0,
2915
+ 0.0,
2916
+ 0.0,
2917
+ 0.0,
2918
+ 0.0,
2919
+ 0.0,
2920
+ 0.0,
2921
+ 0.0,
2922
+ 0.0,
2923
+ 0.0,
2924
+ 0.0,
2925
+ 0.0,
2926
+ 0.0,
2927
+ 0.0,
2928
+ 0.0,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0
3028
+ ],
3029
+ "count": [
3030
+ 15673
3031
+ ]
3032
+ },
3033
+ "observation.images.kuka_iiwa": {
3034
+ "min": [
3035
+ [
3036
+ [
3037
+ 0.0
3038
+ ]
3039
+ ],
3040
+ [
3041
+ [
3042
+ 0.0
3043
+ ]
3044
+ ],
3045
+ [
3046
+ [
3047
+ 0.0
3048
+ ]
3049
+ ]
3050
+ ],
3051
+ "max": [
3052
+ [
3053
+ [
3054
+ 1.0
3055
+ ]
3056
+ ],
3057
+ [
3058
+ [
3059
+ 1.0
3060
+ ]
3061
+ ],
3062
+ [
3063
+ [
3064
+ 1.0
3065
+ ]
3066
+ ]
3067
+ ],
3068
+ "mean": [
3069
+ [
3070
+ [
3071
+ 0.42729703019861115
3072
+ ]
3073
+ ],
3074
+ [
3075
+ [
3076
+ 0.512273150320125
3077
+ ]
3078
+ ],
3079
+ [
3080
+ [
3081
+ 0.5359591721508208
3082
+ ]
3083
+ ]
3084
+ ],
3085
+ "std": [
3086
+ [
3087
+ [
3088
+ 0.29695063980203484
3089
+ ]
3090
+ ],
3091
+ [
3092
+ [
3093
+ 0.19802961440062777
3094
+ ]
3095
+ ],
3096
+ [
3097
+ [
3098
+ 0.16886416410699426
3099
+ ]
3100
+ ]
3101
+ ],
3102
+ "count": [
3103
+ 15673
3104
+ ]
3105
+ },
3106
+ "observation.kinova3.ee_error": {
3107
+ "min": [
3108
+ -0.007207214832305908,
3109
+ -0.001498296856880188,
3110
+ -8.769333362579346e-06,
3111
+ 4.780252857017331e-05,
3112
+ -8.713232091395184e-05,
3113
+ 0.0,
3114
+ -0.012194452807307243
3115
+ ],
3116
+ "max": [
3117
+ -1.2516975402832031e-06,
3118
+ 0.0014250203967094421,
3119
+ 0.0011165887117385864,
3120
+ 0.061009425669908524,
3121
+ 3.550125620677136e-05,
3122
+ 0.0018631815910339355,
3123
+ 0.01247329730540514
3124
+ ],
3125
+ "mean": [
3126
+ -6.820390533081917e-05,
3127
+ -1.3214988153540735e-06,
3128
+ 5.091145285123295e-06,
3129
+ 0.0006528257514829734,
3130
+ 2.309620722658781e-06,
3131
+ 9.488608468205379e-06,
3132
+ -2.8945741765472385e-06
3133
+ ],
3134
+ "std": [
3135
+ 0.0005010021869487853,
3136
+ 0.00010368747458470324,
3137
+ 7.69452338282639e-05,
3138
+ 0.004219692583394827,
3139
+ 1.4723987109934673e-05,
3140
+ 9.652162980506864e-05,
3141
+ 0.0008713470586241695
3142
+ ],
3143
+ "count": [
3144
+ 15673
3145
+ ]
3146
+ },
3147
+ "frame_index": {
3148
+ "min": [
3149
+ 0
3150
+ ],
3151
+ "max": [
3152
+ 48
3153
+ ],
3154
+ "mean": [
3155
+ 9.973904166400816
3156
+ ],
3157
+ "std": [
3158
+ 8.794405246063105
3159
+ ],
3160
+ "count": [
3161
+ 15673
3162
+ ]
3163
+ },
3164
+ "observation.kuka_iiwa.base_orientation": {
3165
+ "min": [
3166
+ 0.0
3167
+ ],
3168
+ "max": [
3169
+ 0.0
3170
+ ],
3171
+ "mean": [
3172
+ 0.0
3173
+ ],
3174
+ "std": [
3175
+ 0.0
3176
+ ],
3177
+ "count": [
3178
+ 15673
3179
+ ]
3180
+ },
3181
+ "observation.kinova3.joints": {
3182
+ "min": [
3183
+ -1.215294361114502,
3184
+ 0.8360913991928101,
3185
+ -1.5177351236343384,
3186
+ 0.6034510731697083,
3187
+ -1.600431203842163,
3188
+ -1.5874888896942139,
3189
+ -0.7100197672843933,
3190
+ 1.0
3191
+ ],
3192
+ "max": [
3193
+ 1.162933111190796,
3194
+ 1.6545737981796265,
3195
+ 0.13635358214378357,
3196
+ 2.569999933242798,
3197
+ 0.46438106894493103,
3198
+ 1.17819344997406,
3199
+ 1.7427598237991333,
3200
+ 1.0
3201
+ ],
3202
+ "mean": [
3203
+ -0.04042869630169253,
3204
+ 0.9297240048994903,
3205
+ -0.04213149287162953,
3206
+ 1.9142213230772571,
3207
+ -0.016467696183143976,
3208
+ 0.29201637489669424,
3209
+ -0.046183699343960556,
3210
+ 1.0
3211
+ ],
3212
+ "std": [
3213
+ 0.38060758810357087,
3214
+ 0.11476413786022821,
3215
+ 0.1771665629756642,
3216
+ 0.3811448252411233,
3217
+ 0.24811420750437763,
3218
+ 0.3611032703432001,
3219
+ 0.29450452398432186,
3220
+ 0.0
3221
+ ],
3222
+ "count": [
3223
+ 15673
3224
+ ]
3225
+ },
3226
+ "observation.images.google_robot": {
3227
+ "min": [
3228
+ [
3229
+ [
3230
+ 0.0
3231
+ ]
3232
+ ],
3233
+ [
3234
+ [
3235
+ 0.0
3236
+ ]
3237
+ ],
3238
+ [
3239
+ [
3240
+ 0.0
3241
+ ]
3242
+ ]
3243
+ ],
3244
+ "max": [
3245
+ [
3246
+ [
3247
+ 1.0
3248
+ ]
3249
+ ],
3250
+ [
3251
+ [
3252
+ 1.0
3253
+ ]
3254
+ ],
3255
+ [
3256
+ [
3257
+ 1.0
3258
+ ]
3259
+ ]
3260
+ ],
3261
+ "mean": [
3262
+ [
3263
+ [
3264
+ 0.4325470474354201
3265
+ ]
3266
+ ],
3267
+ [
3268
+ [
3269
+ 0.5271665115180115
3270
+ ]
3271
+ ],
3272
+ [
3273
+ [
3274
+ 0.5580736399393259
3275
+ ]
3276
+ ]
3277
+ ],
3278
+ "std": [
3279
+ [
3280
+ [
3281
+ 0.29557507838330765
3282
+ ]
3283
+ ],
3284
+ [
3285
+ [
3286
+ 0.1915558682176529
3287
+ ]
3288
+ ],
3289
+ [
3290
+ [
3291
+ 0.14423653965931524
3292
+ ]
3293
+ ]
3294
+ ],
3295
+ "count": [
3296
+ 15673
3297
+ ]
3298
+ },
3299
+ "observation.images.panda": {
3300
+ "min": [
3301
+ [
3302
+ [
3303
+ 0.0
3304
+ ]
3305
+ ],
3306
+ [
3307
+ [
3308
+ 0.0
3309
+ ]
3310
+ ],
3311
+ [
3312
+ [
3313
+ 0.0
3314
+ ]
3315
+ ]
3316
+ ],
3317
+ "max": [
3318
+ [
3319
+ [
3320
+ 1.0
3321
+ ]
3322
+ ],
3323
+ [
3324
+ [
3325
+ 1.0
3326
+ ]
3327
+ ],
3328
+ [
3329
+ [
3330
+ 1.0
3331
+ ]
3332
+ ]
3333
+ ],
3334
+ "mean": [
3335
+ [
3336
+ [
3337
+ 0.4378054425780039
3338
+ ]
3339
+ ],
3340
+ [
3341
+ [
3342
+ 0.5310574876245961
3343
+ ]
3344
+ ],
3345
+ [
3346
+ [
3347
+ 0.5614952609374847
3348
+ ]
3349
+ ]
3350
+ ],
3351
+ "std": [
3352
+ [
3353
+ [
3354
+ 0.29697825171323805
3355
+ ]
3356
+ ],
3357
+ [
3358
+ [
3359
+ 0.19371178636793351
3360
+ ]
3361
+ ],
3362
+ [
3363
+ [
3364
+ 0.14739661120295322
3365
+ ]
3366
+ ]
3367
+ ],
3368
+ "count": [
3369
+ 15673
3370
+ ]
3371
+ },
3372
+ "observation.sawyer.ee_pose": {
3373
+ "min": [
3374
+ 0.2409985512495041,
3375
+ -0.30504992604255676,
3376
+ 0.08499768376350403,
3377
+ -0.00014964607544243336,
3378
+ -3.499825834296644e-05,
3379
+ 1.0,
3380
+ -7.450445264112204e-05
3381
+ ],
3382
+ "max": [
3383
+ 0.6690667867660522,
3384
+ 0.34536445140838623,
3385
+ 0.08500389009714127,
3386
+ -1.9181185052730143e-05,
3387
+ 2.7412528652348556e-05,
3388
+ 1.0,
3389
+ 1.3970829058962408e-05
3390
+ ],
3391
+ "mean": [
3392
+ 0.4504547549280569,
3393
+ 0.0014096782738570244,
3394
+ 0.0850012868967014,
3395
+ -8.043577676241434e-05,
3396
+ -1.906553161870769e-06,
3397
+ 1.0,
3398
+ -5.223416283508951e-05
3399
+ ],
3400
+ "std": [
3401
+ 0.10755308314522383,
3402
+ 0.13981142437906582,
3403
+ 7.909062809443665e-07,
3404
+ 1.967399783898118e-05,
3405
+ 1.2175642546954247e-05,
3406
+ 0.0,
3407
+ 1.5785587867840672e-05
3408
+ ],
3409
+ "count": [
3410
+ 15673
3411
+ ]
3412
+ },
3413
+ "observation.ur5e.joints": {
3414
+ "min": [
3415
+ -4.001861095428467,
3416
+ -1.2956701517105103,
3417
+ 1.5306956768035889,
3418
+ -3.600351572036743,
3419
+ -1.571585774421692,
3420
+ -5.5721001625061035,
3421
+ 1.0
3422
+ ],
3423
+ "max": [
3424
+ 3.849544048309326,
3425
+ -0.7553908228874207,
3426
+ 3.0793516635894775,
3427
+ -2.3461568355560303,
3428
+ -1.570581316947937,
3429
+ 2.278519868850708,
3430
+ 1.0
3431
+ ],
3432
+ "mean": [
3433
+ 2.7795825333310202,
3434
+ -1.1322850319077058,
3435
+ 2.381611952935015,
3436
+ -2.820078959151963,
3437
+ -1.5706990293558059,
3438
+ 1.208665324468326,
3439
+ 1.0
3440
+ ],
3441
+ "std": [
3442
+ 0.4699962463193226,
3443
+ 0.11849350671893652,
3444
+ 0.304229822755307,
3445
+ 0.19136006400365396,
3446
+ 3.558385529062779e-05,
3447
+ 0.46994923566751984,
3448
+ 0.0
3449
+ ],
3450
+ "count": [
3451
+ 15673
3452
+ ]
3453
+ },
3454
+ "observation.panda.ee_pose": {
3455
+ "min": [
3456
+ 0.19091662764549255,
3457
+ -0.30647286772727966,
3458
+ 0.07306314259767532,
3459
+ -0.017163220793008804,
3460
+ -5.2970455726608634e-05,
3461
+ 0.9991645812988281,
3462
+ -0.022616684436798096
3463
+ ],
3464
+ "max": [
3465
+ 0.61905837059021,
3466
+ 0.3453611731529236,
3467
+ 0.08643541485071182,
3468
+ 0.01166259404271841,
3469
+ 0.036094680428504944,
3470
+ 1.0,
3471
+ 0.0019610621966421604
3472
+ ],
3473
+ "mean": [
3474
+ 0.4004515811847544,
3475
+ 0.0014100805939506274,
3476
+ 0.08500583363906218,
3477
+ -3.376239886019455e-05,
3478
+ 0.00021605911309823984,
3479
+ 0.999997880089483,
3480
+ -0.00018599182251026705
3481
+ ],
3482
+ "std": [
3483
+ 0.10753567500504982,
3484
+ 0.13981368797333618,
3485
+ 0.00016368917010783633,
3486
+ 0.0007127908431166255,
3487
+ 0.0015905956743645924,
3488
+ 2.6062710926711474e-05,
3489
+ 0.0010701020585578477
3490
+ ],
3491
+ "count": [
3492
+ 15673
3493
+ ]
3494
+ },
3495
+ "observation.ee_pose": {
3496
+ "min": [
3497
+ 0.19099023938179016,
3498
+ -0.3050512373447418,
3499
+ 0.08496065437793732,
3500
+ -0.0001678216503933072,
3501
+ -0.0029109606985002756,
3502
+ 0.9906458854675293,
3503
+ -0.0004352219693828374
3504
+ ],
3505
+ "max": [
3506
+ 0.6190565228462219,
3507
+ 0.34535446763038635,
3508
+ 0.08725801855325699,
3509
+ 0.13337239623069763,
3510
+ 0.00014018987712915987,
3511
+ 1.0,
3512
+ 0.028854630887508392
3513
+ ],
3514
+ "mean": [
3515
+ 0.40044463215710624,
3516
+ 0.0014013314125227653,
3517
+ 0.08499731389610889,
3518
+ 7.791724154387494e-05,
3519
+ -0.00011691926215078,
3520
+ 0.9999993104754582,
3521
+ 0.00014418971101133322
3522
+ ],
3523
+ "std": [
3524
+ 0.1075464348603214,
3525
+ 0.1398084314636844,
3526
+ 1.8887478158086744e-05,
3527
+ 0.0011383710610261067,
3528
+ 4.833490329281468e-05,
3529
+ 7.508909223991982e-05,
3530
+ 0.00027232437273462003
3531
+ ],
3532
+ "count": [
3533
+ 15673
3534
+ ]
3535
+ },
3536
+ "observation.google_robot.ee_pose": {
3537
+ "min": [
3538
+ 0.2409982830286026,
3539
+ -0.3050461411476135,
3540
+ 0.08498610556125641,
3541
+ -0.00019315867393743247,
3542
+ -0.0047327675856649876,
3543
+ 0.9999403357505798,
3544
+ -0.00021416085655800998
3545
+ ],
3546
+ "max": [
3547
+ 0.6690532565116882,
3548
+ 0.34535640478134155,
3549
+ 0.08887015283107758,
3550
+ 0.007409201934933662,
3551
+ 0.00011138543050037697,
3552
+ 1.0,
3553
+ 0.006483325734734535
3554
+ ],
3555
+ "mean": [
3556
+ 0.4504470811228742,
3557
+ 0.0014101978321329838,
3558
+ 0.08500240872367662,
3559
+ 7.28506694434079e-05,
3560
+ 5.241655334651608e-05,
3561
+ 0.9999999896596038,
3562
+ 5.189938471487313e-06
3563
+ ],
3564
+ "std": [
3565
+ 0.10754847105739457,
3566
+ 0.13980939248686958,
3567
+ 5.584157080762944e-05,
3568
+ 0.00013194983008804433,
3569
+ 6.925338670555446e-05,
3570
+ 6.633331932647085e-07,
3571
+ 0.00010616192716642378
3572
+ ],
3573
+ "count": [
3574
+ 15673
3575
+ ]
3576
+ },
3577
+ "observation.jaco.base_orientation": {
3578
+ "min": [
3579
+ 0.0
3580
+ ],
3581
+ "max": [
3582
+ 0.0
3583
+ ],
3584
+ "mean": [
3585
+ 0.0
3586
+ ],
3587
+ "std": [
3588
+ 0.0
3589
+ ],
3590
+ "count": [
3591
+ 15673
3592
+ ]
3593
+ },
3594
+ "observation.images.jaco": {
3595
+ "min": [
3596
+ [
3597
+ [
3598
+ 0.0
3599
+ ]
3600
+ ],
3601
+ [
3602
+ [
3603
+ 0.0
3604
+ ]
3605
+ ],
3606
+ [
3607
+ [
3608
+ 0.0
3609
+ ]
3610
+ ]
3611
+ ],
3612
+ "max": [
3613
+ [
3614
+ [
3615
+ 1.0
3616
+ ]
3617
+ ],
3618
+ [
3619
+ [
3620
+ 1.0
3621
+ ]
3622
+ ],
3623
+ [
3624
+ [
3625
+ 1.0
3626
+ ]
3627
+ ]
3628
+ ],
3629
+ "mean": [
3630
+ [
3631
+ [
3632
+ 0.4128985747244166
3633
+ ]
3634
+ ],
3635
+ [
3636
+ [
3637
+ 0.50805636274906
3638
+ ]
3639
+ ],
3640
+ [
3641
+ [
3642
+ 0.5392701810017836
3643
+ ]
3644
+ ]
3645
+ ],
3646
+ "std": [
3647
+ [
3648
+ [
3649
+ 0.29990681755617554
3650
+ ]
3651
+ ],
3652
+ [
3653
+ [
3654
+ 0.206613511728924
3655
+ ]
3656
+ ],
3657
+ [
3658
+ [
3659
+ 0.16688010594677635
3660
+ ]
3661
+ ]
3662
+ ],
3663
+ "count": [
3664
+ 15673
3665
+ ]
3666
+ },
3667
+ "observation.panda.base_position": {
3668
+ "min": [
3669
+ 0.0,
3670
+ 0.0,
3671
+ 0.0
3672
+ ],
3673
+ "max": [
3674
+ 0.0,
3675
+ 0.0,
3676
+ 0.0
3677
+ ],
3678
+ "mean": [
3679
+ 0.0,
3680
+ 0.0,
3681
+ 0.0
3682
+ ],
3683
+ "std": [
3684
+ 0.0,
3685
+ 0.0,
3686
+ 0.0
3687
+ ],
3688
+ "count": [
3689
+ 15673
3690
+ ]
3691
+ },
3692
+ "observation.panda.base_orientation": {
3693
+ "min": [
3694
+ 0.0
3695
+ ],
3696
+ "max": [
3697
+ 0.0
3698
+ ],
3699
+ "mean": [
3700
+ 0.0
3701
+ ],
3702
+ "std": [
3703
+ 0.0
3704
+ ],
3705
+ "count": [
3706
+ 15673
3707
+ ]
3708
+ },
3709
+ "observation.google_robot.joints": {
3710
+ "min": [
3711
+ -0.1100369393825531,
3712
+ 1.5228748321533203,
3713
+ 0.5419164896011353,
3714
+ -2.049999952316284,
3715
+ -1.8027565479278564,
3716
+ -0.4132598340511322,
3717
+ -2.2277090549468994,
3718
+ 1.0
3719
+ ],
3720
+ "max": [
3721
+ 1.2487332820892334,
3722
+ 2.1120834350585938,
3723
+ 3.423902750015259,
3724
+ -0.06706637889146805,
3725
+ -0.5306602716445923,
3726
+ 1.350056529045105,
3727
+ 0.8699331879615784,
3728
+ 1.0
3729
+ ],
3730
+ "mean": [
3731
+ 0.5380183692198183,
3732
+ 1.5879953826142355,
3733
+ 2.4909660739599917,
3734
+ -1.544336434471077,
3735
+ -1.4777666281316668,
3736
+ 0.6770435833588665,
3737
+ -1.0698993012242983,
3738
+ 1.0
3739
+ ],
3740
+ "std": [
3741
+ 0.25184015785733266,
3742
+ 0.06992931764847732,
3743
+ 0.23848700541194184,
3744
+ 0.2906739475717284,
3745
+ 0.2947383648706339,
3746
+ 0.2163936725900809,
3747
+ 0.5020275129018109,
3748
+ 0.0
3749
+ ],
3750
+ "count": [
3751
+ 15673
3752
+ ]
3753
+ },
3754
+ "episode_index": {
3755
+ "min": [
3756
+ 0
3757
+ ],
3758
+ "max": [
3759
+ 999
3760
+ ],
3761
+ "mean": [
3762
+ 505.43131500031905
3763
+ ],
3764
+ "std": [
3765
+ 290.90363971989774
3766
+ ],
3767
+ "count": [
3768
+ 15673
3769
+ ]
3770
+ },
3771
+ "observation.sawyer.base_position": {
3772
+ "min": [
3773
+ 0.05000000074505806,
3774
+ 0.0,
3775
+ 0.0
3776
+ ],
3777
+ "max": [
3778
+ 0.05000000074505806,
3779
+ 0.0,
3780
+ 0.0
3781
+ ],
3782
+ "mean": [
3783
+ 0.04999999946320452,
3784
+ 0.0,
3785
+ 0.0
3786
+ ],
3787
+ "std": [
3788
+ 1.4712739678721922e-08,
3789
+ 0.0,
3790
+ 0.0
3791
+ ],
3792
+ "count": [
3793
+ 15673
3794
+ ]
3795
+ },
3796
+ "observation.images.ur5e": {
3797
+ "min": [
3798
+ [
3799
+ [
3800
+ 0.0
3801
+ ]
3802
+ ],
3803
+ [
3804
+ [
3805
+ 0.0
3806
+ ]
3807
+ ],
3808
+ [
3809
+ [
3810
+ 0.0
3811
+ ]
3812
+ ]
3813
+ ],
3814
+ "max": [
3815
+ [
3816
+ [
3817
+ 1.0
3818
+ ]
3819
+ ],
3820
+ [
3821
+ [
3822
+ 1.0
3823
+ ]
3824
+ ],
3825
+ [
3826
+ [
3827
+ 1.0
3828
+ ]
3829
+ ]
3830
+ ],
3831
+ "mean": [
3832
+ [
3833
+ [
3834
+ 0.4182129631714729
3835
+ ]
3836
+ ],
3837
+ [
3838
+ [
3839
+ 0.5138768929908315
3840
+ ]
3841
+ ],
3842
+ [
3843
+ [
3844
+ 0.5455968656357387
3845
+ ]
3846
+ ]
3847
+ ],
3848
+ "std": [
3849
+ [
3850
+ [
3851
+ 0.2964928375845722
3852
+ ]
3853
+ ],
3854
+ [
3855
+ [
3856
+ 0.20136999679726805
3857
+ ]
3858
+ ],
3859
+ [
3860
+ [
3861
+ 0.16073104804964303
3862
+ ]
3863
+ ]
3864
+ ],
3865
+ "count": [
3866
+ 15673
3867
+ ]
3868
+ },
3869
+ "observation.google_robot.base_orientation": {
3870
+ "min": [
3871
+ 0.0
3872
+ ],
3873
+ "max": [
3874
+ 0.0
3875
+ ],
3876
+ "mean": [
3877
+ 0.0
3878
+ ],
3879
+ "std": [
3880
+ 0.0
3881
+ ],
3882
+ "count": [
3883
+ 15673
3884
+ ]
3885
+ },
3886
+ "observation.kinova3.base_orientation": {
3887
+ "min": [
3888
+ 0.0
3889
+ ],
3890
+ "max": [
3891
+ 0.0
3892
+ ],
3893
+ "mean": [
3894
+ 0.0
3895
+ ],
3896
+ "std": [
3897
+ 0.0
3898
+ ],
3899
+ "count": [
3900
+ 15673
3901
+ ]
3902
+ },
3903
+ "observation.joints": {
3904
+ "min": [
3905
+ -1.3656091690063477,
3906
+ 0.34070146083831787,
3907
+ -0.536777913570404,
3908
+ 0.3182808756828308,
3909
+ -2.0924012660980225,
3910
+ -1.3864691257476807,
3911
+ -2.803797483444214,
3912
+ 1.0
3913
+ ],
3914
+ "max": [
3915
+ 1.6330851316452026,
3916
+ 1.6664162874221802,
3917
+ 1.441861629486084,
3918
+ 2.6934616565704346,
3919
+ 2.3304827213287354,
3920
+ 1.0332590341567993,
3921
+ 3.576110601425171,
3922
+ 1.0
3923
+ ],
3924
+ "mean": [
3925
+ 0.47370092007989056,
3926
+ 0.6391684460265737,
3927
+ -0.36533747193470273,
3928
+ 0.882456716783485,
3929
+ 0.9134682927318457,
3930
+ 0.34952887448449665,
3931
+ 2.3317493364326136,
3932
+ 1.0
3933
+ ],
3934
+ "std": [
3935
+ 0.3564187306967095,
3936
+ 0.18990920200042583,
3937
+ 0.27838771622659036,
3938
+ 0.36811568069037653,
3939
+ 0.4702959002262257,
3940
+ 0.2769981066538608,
3941
+ 0.77663273757675,
3942
+ 0.0
3943
+ ],
3944
+ "count": [
3945
+ 15673
3946
+ ]
3947
+ },
3948
+ "observation.ur5e.ee_error": {
3949
+ "min": [
3950
+ -6.648898124694824e-05,
3951
+ -5.2830204367637634e-05,
3952
+ -4.051625728607178e-05,
3953
+ -3.590117921703495e-05,
3954
+ -0.00027860497357323766,
3955
+ 0.0,
3956
+ -0.0002551763318479061
3957
+ ],
3958
+ "max": [
3959
+ 1.0028481483459473e-05,
3960
+ 2.364814281463623e-05,
3961
+ -1.4156103134155273e-07,
3962
+ 0.0004873356956522912,
3963
+ 0.00011392599117243662,
3964
+ 1.7881393432617188e-07,
3965
+ 0.00020450678130146116
3966
+ ],
3967
+ "mean": [
3968
+ 2.0243055901919393e-06,
3969
+ 1.0301093907564146e-05,
3970
+ -1.3638574672405065e-06,
3971
+ 4.712937922893595e-06,
3972
+ 6.043326690652905e-05,
3973
+ 2.0916579525641593e-10,
3974
+ -5.276812300503036e-05
3975
+ ],
3976
+ "std": [
3977
+ 3.402478266360075e-06,
3978
+ 3.979288858014542e-06,
3979
+ 2.421699723983391e-06,
3980
+ 2.3338677025680292e-05,
3981
+ 2.349746196701951e-05,
3982
+ 3.832789569121546e-09,
3983
+ 2.4616621839186188e-05
3984
+ ],
3985
+ "count": [
3986
+ 15673
3987
+ ]
3988
+ },
3989
+ "observation.ur5e.base_position": {
3990
+ "min": [
3991
+ 0.0,
3992
+ 0.0,
3993
+ 0.0
3994
+ ],
3995
+ "max": [
3996
+ 0.0,
3997
+ 0.0,
3998
+ 0.0
3999
+ ],
4000
+ "mean": [
4001
+ 0.0,
4002
+ 0.0,
4003
+ 0.0
4004
+ ],
4005
+ "std": [
4006
+ 0.0,
4007
+ 0.0,
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 15673
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf9ed7a98a53271dfd1b982c4099b0a778ca352496cf898ad9e2254427eb17a
3
+ size 22471
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:81041f012c00df2c408e3b54edfab540a0e47efa7549bfdf76862721550c4922
3
+ size 133589020
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:7fb12e5d8a6900235d292f24bbcb40cf12b7ff0d2ea169cda19280d07dd64a1b
3
+ size 172619495
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:1c767eed37a14eef8f38d4a2840839730149ac0e1693dca2e9063ad6767f2f16
3
+ size 130912907
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:9c7875883f75a7bb621d637f72e6bcb4da525b33de8b848decf5093825a0aa3c
3
+ size 136653330
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:4e6688a950c3cfd5eb9f28b5c9d50a5453368151de2493da68d351884398009f
3
+ size 128262062
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:910fa706d02c4242e9ca7746fca117f954dea0dc26e1d7e221069045ebb01893
3
+ size 135945596
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:a4957b18143996cf906fa6a6cd4d98639fe626d6871a75fa7454c20ea6b884b2
3
+ size 129286095
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:b87053ccad3e1675f80956dbb1079ef0bda81e55117817579ed6afcd1143ead1
3
+ size 133996957