GuanhuaJi commited on
Commit
e4cf893
·
verified ·
1 Parent(s): 0a829d8

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_430000_435000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 80180
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_430000_435000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 80,180
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_430000_435000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 80180
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_430000_435000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 80,180
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a2563c4b6e42e6a814ef5b6ea6a852733d53fd52f5b5beeb5855bc25f3cd53
3
+ size 62172780
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6efcb831d3d979de154ef20fd55425388649850dc8c42c924dec8eb4898fba
3
+ size 26942480
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 5000,
5
+ "total_frames": 80180,
6
+ "total_tasks": 4231,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:5000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.image": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.42803733943058947
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.5390894122076086
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.564804354611847
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.3011438033930293
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.1953322368595059
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.15109610313472474
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 80180
73
+ ]
74
+ },
75
+ "observation.kinova3.joints": {
76
+ "min": [
77
+ -1.22208833694458,
78
+ 0.8360762000083923,
79
+ -1.5169051885604858,
80
+ 0.6405384540557861,
81
+ -1.5995322465896606,
82
+ -1.5862921476364136,
83
+ -0.7176512479782104,
84
+ 1.0
85
+ ],
86
+ "max": [
87
+ 1.1709040403366089,
88
+ 1.6535069942474365,
89
+ 0.13678188621997833,
90
+ 2.569999933242798,
91
+ 0.4643426537513733,
92
+ 1.1564432382583618,
93
+ 1.7556096315383911,
94
+ 1.0
95
+ ],
96
+ "mean": [
97
+ -0.050904521942766484,
98
+ 0.9254315228794067,
99
+ -0.03946133349112977,
100
+ 1.923327722156039,
101
+ -0.017062412951569354,
102
+ 0.2878494913674108,
103
+ -0.05504072944637663,
104
+ 1.0
105
+ ],
106
+ "std": [
107
+ 0.3910930601850454,
108
+ 0.10947376795768012,
109
+ 0.17126075747843636,
110
+ 0.3675817288725385,
111
+ 0.24598193240818186,
112
+ 0.34876734493806605,
113
+ 0.2959255989876727,
114
+ 0.0
115
+ ],
116
+ "count": [
117
+ 80180
118
+ ]
119
+ },
120
+ "observation.images.ur5e": {
121
+ "min": [
122
+ [
123
+ [
124
+ 0.0
125
+ ]
126
+ ],
127
+ [
128
+ [
129
+ 0.0
130
+ ]
131
+ ],
132
+ [
133
+ [
134
+ 0.0
135
+ ]
136
+ ]
137
+ ],
138
+ "max": [
139
+ [
140
+ [
141
+ 1.0
142
+ ]
143
+ ],
144
+ [
145
+ [
146
+ 1.0
147
+ ]
148
+ ],
149
+ [
150
+ [
151
+ 1.0
152
+ ]
153
+ ]
154
+ ],
155
+ "mean": [
156
+ [
157
+ [
158
+ 0.41823699307277423
159
+ ]
160
+ ],
161
+ [
162
+ [
163
+ 0.513956413014889
164
+ ]
165
+ ],
166
+ [
167
+ [
168
+ 0.5457490568606238
169
+ ]
170
+ ]
171
+ ],
172
+ "std": [
173
+ [
174
+ [
175
+ 0.2965378447488333
176
+ ]
177
+ ],
178
+ [
179
+ [
180
+ 0.2010547782272125
181
+ ]
182
+ ],
183
+ [
184
+ [
185
+ 0.16028045069469418
186
+ ]
187
+ ]
188
+ ],
189
+ "count": [
190
+ 80180
191
+ ]
192
+ },
193
+ "frame_index": {
194
+ "min": [
195
+ 0
196
+ ],
197
+ "max": [
198
+ 51
199
+ ],
200
+ "mean": [
201
+ 10.183112995759542
202
+ ],
203
+ "std": [
204
+ 8.933074475977918
205
+ ],
206
+ "count": [
207
+ 80180
208
+ ]
209
+ },
210
+ "observation.panda.ee_error": {
211
+ "min": [
212
+ -0.008684739470481873,
213
+ -0.0031780749559402466,
214
+ -0.0014354437589645386,
215
+ -0.011951769702136517,
216
+ -0.03845394402742386,
217
+ 0.0,
218
+ -0.002133732894435525
219
+ ],
220
+ "max": [
221
+ 0.0009671449661254883,
222
+ 0.0016093552112579346,
223
+ 0.012324728071689606,
224
+ 0.016827747225761414,
225
+ 7.035750604700297e-05,
226
+ 0.0009473562240600586,
227
+ 0.022979065775871277
228
+ ],
229
+ "mean": [
230
+ -2.6501413910385855e-06,
231
+ -5.2163305401289664e-06,
232
+ -2.2702405749063027e-06,
233
+ 4.170823021380234e-05,
234
+ -0.00017361481426199604,
235
+ 1.7700572353413411e-06,
236
+ 0.00017941010920991235
237
+ ],
238
+ "std": [
239
+ 0.00010988072673678376,
240
+ 8.765784387421189e-05,
241
+ 0.00013698939828525605,
242
+ 0.0007457513002565258,
243
+ 0.0012989399376373372,
244
+ 2.3464583626566228e-05,
245
+ 0.001113928933525819
246
+ ],
247
+ "count": [
248
+ 80180
249
+ ]
250
+ },
251
+ "observation.jaco.ee_pose": {
252
+ "min": [
253
+ 0.190876767039299,
254
+ -0.30512362718582153,
255
+ 0.08195877075195312,
256
+ -0.05590010806918144,
257
+ -0.00012521618918981403,
258
+ 0.991718053817749,
259
+ -0.0251309834420681
260
+ ],
261
+ "max": [
262
+ 0.6190623044967651,
263
+ 0.3455530107021332,
264
+ 0.08759555965662003,
265
+ 0.125942662358284,
266
+ 0.00031205208506435156,
267
+ 1.0,
268
+ 0.06893327087163925
269
+ ],
270
+ "mean": [
271
+ 0.3972865941297996,
272
+ 0.0058636749834334164,
273
+ 0.08499896377036996,
274
+ 0.00011953492136658796,
275
+ 1.2860455327336547e-05,
276
+ 0.9999922211849949,
277
+ 9.280985323043563e-05
278
+ ],
279
+ "std": [
280
+ 0.10577327548596537,
281
+ 0.1415111143167703,
282
+ 0.00012228079269119703,
283
+ 0.003622654575723536,
284
+ 1.886908985775944e-05,
285
+ 0.0001612779730009551,
286
+ 0.001552923908198956
287
+ ],
288
+ "count": [
289
+ 80180
290
+ ]
291
+ },
292
+ "observation.kinova3.ee_pose": {
293
+ "min": [
294
+ 0.1908905953168869,
295
+ -0.30513277649879456,
296
+ 0.08389152586460114,
297
+ -0.06061822921037674,
298
+ -3.5882621887139976e-05,
299
+ 0.9981608390808105,
300
+ -0.01237589493393898
301
+ ],
302
+ "max": [
303
+ 0.6190826892852783,
304
+ 0.34556615352630615,
305
+ 0.08500882983207703,
306
+ -5.2541370678227395e-05,
307
+ 8.777290349826217e-05,
308
+ 1.0,
309
+ 0.012639444321393967
310
+ ],
311
+ "mean": [
312
+ 0.39735459629125686,
313
+ 0.005866213772898097,
314
+ 0.08499560666540729,
315
+ -0.0006165501571134699,
316
+ -2.752455395218415e-06,
317
+ 0.9999911441919541,
318
+ 1.5545357825481984e-05
319
+ ],
320
+ "std": [
321
+ 0.10568290446575634,
322
+ 0.14152259901141928,
323
+ 7.455259456893463e-05,
324
+ 0.004091364687244529,
325
+ 1.479510777857065e-05,
326
+ 9.622355950818631e-05,
327
+ 0.0007793838266052767
328
+ ],
329
+ "count": [
330
+ 80180
331
+ ]
332
+ },
333
+ "episode_index": {
334
+ "min": [
335
+ 0
336
+ ],
337
+ "max": [
338
+ 4999
339
+ ],
340
+ "mean": [
341
+ 2493.274993764031
342
+ ],
343
+ "std": [
344
+ 1433.4083240455366
345
+ ],
346
+ "count": [
347
+ 80180
348
+ ]
349
+ },
350
+ "observation.kuka_iiwa.base_orientation": {
351
+ "min": [
352
+ 0.0
353
+ ],
354
+ "max": [
355
+ 0.0
356
+ ],
357
+ "mean": [
358
+ 0.0
359
+ ],
360
+ "std": [
361
+ 0.0
362
+ ],
363
+ "count": [
364
+ 80180
365
+ ]
366
+ },
367
+ "observation.ur5e.base_position": {
368
+ "min": [
369
+ 0.0,
370
+ 0.0,
371
+ 0.0
372
+ ],
373
+ "max": [
374
+ 0.0,
375
+ 0.0,
376
+ 0.0
377
+ ],
378
+ "mean": [
379
+ 0.0,
380
+ 0.0,
381
+ 0.0
382
+ ],
383
+ "std": [
384
+ 0.0,
385
+ 0.0,
386
+ 0.0
387
+ ],
388
+ "count": [
389
+ 80180
390
+ ]
391
+ },
392
+ "observation.images.panda": {
393
+ "min": [
394
+ [
395
+ [
396
+ 0.0
397
+ ]
398
+ ],
399
+ [
400
+ [
401
+ 0.0
402
+ ]
403
+ ],
404
+ [
405
+ [
406
+ 0.0
407
+ ]
408
+ ]
409
+ ],
410
+ "max": [
411
+ [
412
+ [
413
+ 1.0
414
+ ]
415
+ ],
416
+ [
417
+ [
418
+ 1.0
419
+ ]
420
+ ],
421
+ [
422
+ [
423
+ 1.0
424
+ ]
425
+ ]
426
+ ],
427
+ "mean": [
428
+ [
429
+ [
430
+ 0.4372939072578259
431
+ ]
432
+ ],
433
+ [
434
+ [
435
+ 0.5307313431217658
436
+ ]
437
+ ],
438
+ [
439
+ [
440
+ 0.5612938510084328
441
+ ]
442
+ ]
443
+ ],
444
+ "std": [
445
+ [
446
+ [
447
+ 0.2968774915357415
448
+ ]
449
+ ],
450
+ [
451
+ [
452
+ 0.19341498838628035
453
+ ]
454
+ ],
455
+ [
456
+ [
457
+ 0.14708215943776276
458
+ ]
459
+ ]
460
+ ],
461
+ "count": [
462
+ 80180
463
+ ]
464
+ },
465
+ "observation.kuka_iiwa.ee_error": {
466
+ "min": [
467
+ -0.04357680678367615,
468
+ -0.016768917441368103,
469
+ -9.432435035705566e-06,
470
+ -6.0779439081670716e-05,
471
+ -2.331492396479007e-05,
472
+ 0.0,
473
+ -0.11701081693172455
474
+ ],
475
+ "max": [
476
+ 8.821487426757812e-06,
477
+ 0.016788169741630554,
478
+ 0.023825976997613907,
479
+ 0.3088964521884918,
480
+ 3.71268906746991e-05,
481
+ 0.04890894889831543,
482
+ 0.11689537763595581
483
+ ],
484
+ "mean": [
485
+ -0.0035714528438942003,
486
+ -3.0083066307582366e-05,
487
+ 0.001704339532469002,
488
+ 0.02444286236541142,
489
+ 5.310541709806993e-06,
490
+ 0.002221999804574216,
491
+ 0.0001993631461174307
492
+ ],
493
+ "std": [
494
+ 0.00844885709744317,
495
+ 0.0027976701972669453,
496
+ 0.004192114273902665,
497
+ 0.05852800073852918,
498
+ 1.2039515882117936e-05,
499
+ 0.006877894984998614,
500
+ 0.019202546279523797
501
+ ],
502
+ "count": [
503
+ 80180
504
+ ]
505
+ },
506
+ "observation.jaco.joints": {
507
+ "min": [
508
+ -1.066847562789917,
509
+ 1.6637142896652222,
510
+ 3.330089569091797,
511
+ -3.480431318283081,
512
+ -1.7779755592346191,
513
+ -2.518105983734131,
514
+ 1.0
515
+ ],
516
+ "max": [
517
+ 1.1872942447662354,
518
+ 2.272799253463745,
519
+ 5.918705940246582,
520
+ 3.023338556289673,
521
+ 1.2284505367279053,
522
+ 2.8873276710510254,
523
+ 1.0
524
+ ],
525
+ "mean": [
526
+ 0.14479970349561772,
527
+ 2.1873424299297324,
528
+ 4.993023641325346,
529
+ 0.10501107234202366,
530
+ -0.389622452932485,
531
+ 0.24332745029116926,
532
+ 1.0
533
+ ],
534
+ "std": [
535
+ 0.3605730888522925,
536
+ 0.09184954998577391,
537
+ 0.42933936642994447,
538
+ 0.21981720118512033,
539
+ 0.409747937721464,
540
+ 0.37663233189510714,
541
+ 0.0
542
+ ],
543
+ "count": [
544
+ 80180
545
+ ]
546
+ },
547
+ "observation.sawyer.joints": {
548
+ "min": [
549
+ -1.3990122079849243,
550
+ -0.8806070685386658,
551
+ -0.16480930149555206,
552
+ 1.2351930141448975,
553
+ -0.7713931798934937,
554
+ -0.20893077552318573,
555
+ -0.5499425530433655,
556
+ 1.0
557
+ ],
558
+ "max": [
559
+ 0.5722407102584839,
560
+ -0.4510895609855652,
561
+ 0.17688000202178955,
562
+ 2.5101466178894043,
563
+ 0.07811686396598816,
564
+ 0.7876100540161133,
565
+ 0.7023133039474487,
566
+ 1.0
567
+ ],
568
+ "mean": [
569
+ -0.37383497970062085,
570
+ -0.7867280657919127,
571
+ 0.044772128681116796,
572
+ 2.0967711700126994,
573
+ -0.21616331042620915,
574
+ 0.2654536332213053,
575
+ 0.044864281413084996,
576
+ 1.0
577
+ ],
578
+ "std": [
579
+ 0.3430807943412563,
580
+ 0.0751759258574347,
581
+ 0.05043143832510217,
582
+ 0.25297402184765927,
583
+ 0.17896231969587878,
584
+ 0.18727295985361603,
585
+ 0.24620079200253286,
586
+ 0.0
587
+ ],
588
+ "count": [
589
+ 80180
590
+ ]
591
+ },
592
+ "observation.google_robot.base_position": {
593
+ "min": [
594
+ 0.05000000074505806,
595
+ 0.0,
596
+ 0.0
597
+ ],
598
+ "max": [
599
+ 0.05000000074505806,
600
+ 0.0,
601
+ 0.0
602
+ ],
603
+ "mean": [
604
+ 0.04999999921958467,
605
+ 0.0,
606
+ 0.0
607
+ ],
608
+ "std": [
609
+ 1.4769799644143592e-08,
610
+ 0.0,
611
+ 0.0
612
+ ],
613
+ "count": [
614
+ 80180
615
+ ]
616
+ },
617
+ "observation.google_robot.base_orientation": {
618
+ "min": [
619
+ 0.0
620
+ ],
621
+ "max": [
622
+ 0.0
623
+ ],
624
+ "mean": [
625
+ 0.0
626
+ ],
627
+ "std": [
628
+ 0.0
629
+ ],
630
+ "count": [
631
+ 80180
632
+ ]
633
+ },
634
+ "observation.kinova3.base_orientation": {
635
+ "min": [
636
+ 0.0
637
+ ],
638
+ "max": [
639
+ 0.0
640
+ ],
641
+ "mean": [
642
+ 0.0
643
+ ],
644
+ "std": [
645
+ 0.0
646
+ ],
647
+ "count": [
648
+ 80180
649
+ ]
650
+ },
651
+ "observation.kuka_iiwa.base_position": {
652
+ "min": [
653
+ 0.05000000074505806,
654
+ 0.0,
655
+ 0.0
656
+ ],
657
+ "max": [
658
+ 0.05000000074505806,
659
+ 0.0,
660
+ 0.0
661
+ ],
662
+ "mean": [
663
+ 0.04999999921958467,
664
+ 0.0,
665
+ 0.0
666
+ ],
667
+ "std": [
668
+ 1.4769799644143592e-08,
669
+ 0.0,
670
+ 0.0
671
+ ],
672
+ "count": [
673
+ 80180
674
+ ]
675
+ },
676
+ "observation.google_robot.joints": {
677
+ "min": [
678
+ -0.5901061296463013,
679
+ 1.5228726863861084,
680
+ 0.6771978735923767,
681
+ -2.049999952316284,
682
+ -1.804506778717041,
683
+ -1.3104010820388794,
684
+ -3.6795904636383057,
685
+ 1.0
686
+ ],
687
+ "max": [
688
+ 1.2662265300750732,
689
+ 2.096738815307617,
690
+ 3.473135471343994,
691
+ -0.2688712179660797,
692
+ 1.8819915056228638,
693
+ 1.3500789403915405,
694
+ 0.758794367313385,
695
+ 1.0
696
+ ],
697
+ "mean": [
698
+ 0.5406285339361486,
699
+ 1.585460001573684,
700
+ 2.5045287572481176,
701
+ -1.5501622478060664,
702
+ -1.4747433722054506,
703
+ 0.6632469893262407,
704
+ -1.079412104844998,
705
+ 1.0
706
+ ],
707
+ "std": [
708
+ 0.2568441762450844,
709
+ 0.06609084957766416,
710
+ 0.23441048020754193,
711
+ 0.2808582124699734,
712
+ 0.299342091462421,
713
+ 0.22321718455478476,
714
+ 0.5081546222441465,
715
+ 0.0
716
+ ],
717
+ "count": [
718
+ 80180
719
+ ]
720
+ },
721
+ "observation.jaco.base_orientation": {
722
+ "min": [
723
+ 0.0
724
+ ],
725
+ "max": [
726
+ 0.0
727
+ ],
728
+ "mean": [
729
+ 0.0
730
+ ],
731
+ "std": [
732
+ 0.0
733
+ ],
734
+ "count": [
735
+ 80180
736
+ ]
737
+ },
738
+ "observation.state": {
739
+ "min": [
740
+ 0.19085833430290222,
741
+ -0.30512765049934387
742
+ ],
743
+ "max": [
744
+ 0.6190841197967529,
745
+ 0.3456648886203766
746
+ ],
747
+ "mean": [
748
+ 0.39738321720617137,
749
+ 0.005635779162700986
750
+ ],
751
+ "std": [
752
+ 0.1063522299236259,
753
+ 0.14223520534884695
754
+ ],
755
+ "count": [
756
+ 80180
757
+ ]
758
+ },
759
+ "observation.panda.base_orientation": {
760
+ "min": [
761
+ 0.0
762
+ ],
763
+ "max": [
764
+ 0.0
765
+ ],
766
+ "mean": [
767
+ 0.0
768
+ ],
769
+ "std": [
770
+ 0.0
771
+ ],
772
+ "count": [
773
+ 80180
774
+ ]
775
+ },
776
+ "index": {
777
+ "min": [
778
+ 0
779
+ ],
780
+ "max": [
781
+ 80179
782
+ ],
783
+ "mean": [
784
+ 40089.5
785
+ ],
786
+ "std": [
787
+ 23145.972290011927
788
+ ],
789
+ "count": [
790
+ 80180
791
+ ]
792
+ },
793
+ "observation.panda.base_position": {
794
+ "min": [
795
+ 0.0,
796
+ 0.0,
797
+ 0.0
798
+ ],
799
+ "max": [
800
+ 0.0,
801
+ 0.0,
802
+ 0.0
803
+ ],
804
+ "mean": [
805
+ 0.0,
806
+ 0.0,
807
+ 0.0
808
+ ],
809
+ "std": [
810
+ 0.0,
811
+ 0.0,
812
+ 0.0
813
+ ],
814
+ "count": [
815
+ 80180
816
+ ]
817
+ },
818
+ "observation.kuka_iiwa.joints": {
819
+ "min": [
820
+ -0.9647772312164307,
821
+ 0.9373987317085266,
822
+ -0.0901787132024765,
823
+ -2.094399929046631,
824
+ -0.4509168863296509,
825
+ 0.10993089526891708,
826
+ -0.5692057609558105,
827
+ 1.0
828
+ ],
829
+ "max": [
830
+ 1.0166279077529907,
831
+ 1.3859057426452637,
832
+ 0.14473415911197662,
833
+ -0.7865126729011536,
834
+ 0.3108329176902771,
835
+ 0.9695719480514526,
836
+ 0.7119973301887512,
837
+ 1.0
838
+ ],
839
+ "mean": [
840
+ -0.01216683294818267,
841
+ 1.0186566760152556,
842
+ 0.03138115902601051,
843
+ -1.8023236457934015,
844
+ -0.07598671079305783,
845
+ 0.37495226085076355,
846
+ 0.07469667113990378,
847
+ 1.0
848
+ ],
849
+ "std": [
850
+ 0.3420509063935137,
851
+ 0.0770184108001237,
852
+ 0.0325192487543309,
853
+ 0.2753912303739287,
854
+ 0.09725079707784112,
855
+ 0.1713560880965107,
856
+ 0.24017020150753493,
857
+ 0.0
858
+ ],
859
+ "count": [
860
+ 80180
861
+ ]
862
+ },
863
+ "observation.ur5e.ee_pose": {
864
+ "min": [
865
+ 0.12208449840545654,
866
+ -0.3051303029060364,
867
+ 0.08062270283699036,
868
+ -0.0005219565355218947,
869
+ -0.12023164331912994,
870
+ 0.8789504170417786,
871
+ -0.04774836078286171
872
+ ],
873
+ "max": [
874
+ 0.6190752983093262,
875
+ 0.3455505967140198,
876
+ 0.10271003842353821,
877
+ 0.2671889662742615,
878
+ 0.004280067980289459,
879
+ 1.0,
880
+ 0.4433444142341614
881
+ ],
882
+ "mean": [
883
+ 0.39727799317732837,
884
+ 0.0058502203172722984,
885
+ 0.085002447372866,
886
+ 2.1945811934948156e-05,
887
+ -6.140982342180734e-05,
888
+ 0.9999937051696711,
889
+ 7.471776025525553e-05
890
+ ],
891
+ "std": [
892
+ 0.10580504290114795,
893
+ 0.1415051136687741,
894
+ 0.0001242008267574438,
895
+ 0.002296671262924618,
896
+ 0.0004261907766472143,
897
+ 0.0006146425033425931,
898
+ 0.0025988553080507496
899
+ ],
900
+ "count": [
901
+ 80180
902
+ ]
903
+ },
904
+ "timestamp": {
905
+ "min": [
906
+ 0.0
907
+ ],
908
+ "max": [
909
+ 5.1
910
+ ],
911
+ "mean": [
912
+ 1.0183112995759538
913
+ ],
914
+ "std": [
915
+ 0.8933074475977918
916
+ ],
917
+ "count": [
918
+ 80180
919
+ ]
920
+ },
921
+ "observation.images.jaco": {
922
+ "min": [
923
+ [
924
+ [
925
+ 0.0
926
+ ]
927
+ ],
928
+ [
929
+ [
930
+ 0.0
931
+ ]
932
+ ],
933
+ [
934
+ [
935
+ 0.0
936
+ ]
937
+ ]
938
+ ],
939
+ "max": [
940
+ [
941
+ [
942
+ 1.0
943
+ ]
944
+ ],
945
+ [
946
+ [
947
+ 1.0
948
+ ]
949
+ ],
950
+ [
951
+ [
952
+ 1.0
953
+ ]
954
+ ]
955
+ ],
956
+ "mean": [
957
+ [
958
+ [
959
+ 0.4130410913339861
960
+ ]
961
+ ],
962
+ [
963
+ [
964
+ 0.5082660045500819
965
+ ]
966
+ ],
967
+ [
968
+ [
969
+ 0.5395701087823367
970
+ ]
971
+ ]
972
+ ],
973
+ "std": [
974
+ [
975
+ [
976
+ 0.2998435233846732
977
+ ]
978
+ ],
979
+ [
980
+ [
981
+ 0.20628915042447066
982
+ ]
983
+ ],
984
+ [
985
+ [
986
+ 0.1664926805580765
987
+ ]
988
+ ]
989
+ ],
990
+ "count": [
991
+ 80180
992
+ ]
993
+ },
994
+ "observation.kinova3.base_position": {
995
+ "min": [
996
+ 0.0,
997
+ 0.0,
998
+ 0.0
999
+ ],
1000
+ "max": [
1001
+ 0.0,
1002
+ 0.0,
1003
+ 0.0
1004
+ ],
1005
+ "mean": [
1006
+ 0.0,
1007
+ 0.0,
1008
+ 0.0
1009
+ ],
1010
+ "std": [
1011
+ 0.0,
1012
+ 0.0,
1013
+ 0.0
1014
+ ],
1015
+ "count": [
1016
+ 80180
1017
+ ]
1018
+ },
1019
+ "observation.images.google_robot": {
1020
+ "min": [
1021
+ [
1022
+ [
1023
+ 0.0
1024
+ ]
1025
+ ],
1026
+ [
1027
+ [
1028
+ 0.0
1029
+ ]
1030
+ ],
1031
+ [
1032
+ [
1033
+ 0.0
1034
+ ]
1035
+ ]
1036
+ ],
1037
+ "max": [
1038
+ [
1039
+ [
1040
+ 1.0
1041
+ ]
1042
+ ],
1043
+ [
1044
+ [
1045
+ 1.0
1046
+ ]
1047
+ ],
1048
+ [
1049
+ [
1050
+ 1.0
1051
+ ]
1052
+ ]
1053
+ ],
1054
+ "mean": [
1055
+ [
1056
+ [
1057
+ 0.4321807778087542
1058
+ ]
1059
+ ],
1060
+ [
1061
+ [
1062
+ 0.5268616781223738
1063
+ ]
1064
+ ],
1065
+ [
1066
+ [
1067
+ 0.5578452566658306
1068
+ ]
1069
+ ]
1070
+ ],
1071
+ "std": [
1072
+ [
1073
+ [
1074
+ 0.29544989642134445
1075
+ ]
1076
+ ],
1077
+ [
1078
+ [
1079
+ 0.19134051929533916
1080
+ ]
1081
+ ],
1082
+ [
1083
+ [
1084
+ 0.1440726442552526
1085
+ ]
1086
+ ]
1087
+ ],
1088
+ "count": [
1089
+ 80180
1090
+ ]
1091
+ },
1092
+ "observation.joints": {
1093
+ "min": [
1094
+ -1.4521576166152954,
1095
+ 0.3405231535434723,
1096
+ -0.7650050520896912,
1097
+ 0.31732234358787537,
1098
+ -2.318526029586792,
1099
+ -1.5215580463409424,
1100
+ -3.335930824279785,
1101
+ 1.0
1102
+ ],
1103
+ "max": [
1104
+ 1.638206958770752,
1105
+ 1.7033921480178833,
1106
+ 3.1370906829833984,
1107
+ 3.927000045776367,
1108
+ 2.345881462097168,
1109
+ 1.012148380279541,
1110
+ 3.5858774185180664,
1111
+ 1.0
1112
+ ],
1113
+ "mean": [
1114
+ 0.47783003552914993,
1115
+ 0.6373903210872603,
1116
+ -0.3555118303467709,
1117
+ 0.8781307208706061,
1118
+ 0.9132201198796049,
1119
+ 0.3355881186968102,
1120
+ 2.304715865619999,
1121
+ 1.0
1122
+ ],
1123
+ "std": [
1124
+ 0.3614199131716849,
1125
+ 0.18957665618874162,
1126
+ 0.30338222296677836,
1127
+ 0.3681127195987448,
1128
+ 0.4965423395409242,
1129
+ 0.29097742891844847,
1130
+ 0.8428267007048384,
1131
+ 0.0
1132
+ ],
1133
+ "count": [
1134
+ 80180
1135
+ ]
1136
+ },
1137
+ "natural_language_instruction": {
1138
+ "min": [
1139
+ 97,
1140
+ 97,
1141
+ 32,
1142
+ 32,
1143
+ 32,
1144
+ 32,
1145
+ 32,
1146
+ 32,
1147
+ 32,
1148
+ 32,
1149
+ 32,
1150
+ 32,
1151
+ 32,
1152
+ 32,
1153
+ 32,
1154
+ 32,
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
+ 0,
1487
+ 0,
1488
+ 0,
1489
+ 0,
1490
+ 0,
1491
+ 0,
1492
+ 0,
1493
+ 0,
1494
+ 0,
1495
+ 0,
1496
+ 0,
1497
+ 0,
1498
+ 0,
1499
+ 0,
1500
+ 0,
1501
+ 0,
1502
+ 0,
1503
+ 0,
1504
+ 0,
1505
+ 0,
1506
+ 0,
1507
+ 0,
1508
+ 0,
1509
+ 0,
1510
+ 0,
1511
+ 0,
1512
+ 0,
1513
+ 0,
1514
+ 0,
1515
+ 0,
1516
+ 0,
1517
+ 0,
1518
+ 0,
1519
+ 0,
1520
+ 0,
1521
+ 0,
1522
+ 0,
1523
+ 0,
1524
+ 0,
1525
+ 0,
1526
+ 0,
1527
+ 0,
1528
+ 0,
1529
+ 0,
1530
+ 0,
1531
+ 0,
1532
+ 0,
1533
+ 0,
1534
+ 0,
1535
+ 0,
1536
+ 0,
1537
+ 0,
1538
+ 0,
1539
+ 0,
1540
+ 0,
1541
+ 0,
1542
+ 0,
1543
+ 0,
1544
+ 0,
1545
+ 0,
1546
+ 0,
1547
+ 0,
1548
+ 0,
1549
+ 0,
1550
+ 0,
1551
+ 0,
1552
+ 0,
1553
+ 0,
1554
+ 0,
1555
+ 0,
1556
+ 0,
1557
+ 0,
1558
+ 0,
1559
+ 0,
1560
+ 0,
1561
+ 0,
1562
+ 0,
1563
+ 0,
1564
+ 0,
1565
+ 0,
1566
+ 0,
1567
+ 0,
1568
+ 0,
1569
+ 0,
1570
+ 0,
1571
+ 0,
1572
+ 0,
1573
+ 0,
1574
+ 0,
1575
+ 0,
1576
+ 0,
1577
+ 0,
1578
+ 0,
1579
+ 0,
1580
+ 0,
1581
+ 0,
1582
+ 0,
1583
+ 0,
1584
+ 0,
1585
+ 0,
1586
+ 0,
1587
+ 0,
1588
+ 0,
1589
+ 0,
1590
+ 0,
1591
+ 0,
1592
+ 0,
1593
+ 0,
1594
+ 0,
1595
+ 0,
1596
+ 0,
1597
+ 0,
1598
+ 0,
1599
+ 0,
1600
+ 0,
1601
+ 0,
1602
+ 0,
1603
+ 0,
1604
+ 0,
1605
+ 0,
1606
+ 0,
1607
+ 0,
1608
+ 0,
1609
+ 0,
1610
+ 0,
1611
+ 0,
1612
+ 0,
1613
+ 0,
1614
+ 0,
1615
+ 0,
1616
+ 0,
1617
+ 0,
1618
+ 0,
1619
+ 0,
1620
+ 0,
1621
+ 0,
1622
+ 0,
1623
+ 0,
1624
+ 0,
1625
+ 0,
1626
+ 0,
1627
+ 0,
1628
+ 0,
1629
+ 0,
1630
+ 0,
1631
+ 0,
1632
+ 0,
1633
+ 0,
1634
+ 0,
1635
+ 0,
1636
+ 0,
1637
+ 0,
1638
+ 0,
1639
+ 0,
1640
+ 0,
1641
+ 0,
1642
+ 0,
1643
+ 0,
1644
+ 0,
1645
+ 0,
1646
+ 0,
1647
+ 0,
1648
+ 0,
1649
+ 0,
1650
+ 0
1651
+ ],
1652
+ "max": [
1653
+ 116,
1654
+ 117,
1655
+ 118,
1656
+ 118,
1657
+ 121,
1658
+ 121,
1659
+ 121,
1660
+ 121,
1661
+ 121,
1662
+ 121,
1663
+ 121,
1664
+ 121,
1665
+ 121,
1666
+ 121,
1667
+ 121,
1668
+ 121,
1669
+ 121,
1670
+ 121,
1671
+ 122,
1672
+ 122,
1673
+ 121,
1674
+ 121,
1675
+ 122,
1676
+ 122,
1677
+ 122,
1678
+ 122,
1679
+ 122,
1680
+ 122,
1681
+ 122,
1682
+ 121,
1683
+ 121,
1684
+ 122,
1685
+ 121,
1686
+ 121,
1687
+ 122,
1688
+ 121,
1689
+ 121,
1690
+ 121,
1691
+ 121,
1692
+ 121,
1693
+ 121,
1694
+ 121,
1695
+ 122,
1696
+ 121,
1697
+ 121,
1698
+ 121,
1699
+ 121,
1700
+ 121,
1701
+ 121,
1702
+ 121,
1703
+ 122,
1704
+ 121,
1705
+ 122,
1706
+ 121,
1707
+ 122,
1708
+ 121,
1709
+ 121,
1710
+ 120,
1711
+ 121,
1712
+ 121,
1713
+ 121,
1714
+ 122,
1715
+ 120,
1716
+ 121,
1717
+ 121,
1718
+ 122,
1719
+ 119,
1720
+ 121,
1721
+ 121,
1722
+ 121,
1723
+ 120,
1724
+ 119,
1725
+ 121,
1726
+ 116,
1727
+ 121,
1728
+ 116,
1729
+ 120,
1730
+ 119,
1731
+ 116,
1732
+ 119,
1733
+ 114,
1734
+ 115,
1735
+ 115,
1736
+ 117,
1737
+ 114,
1738
+ 116,
1739
+ 0,
1740
+ 0,
1741
+ 0,
1742
+ 0,
1743
+ 0,
1744
+ 0,
1745
+ 0,
1746
+ 0,
1747
+ 0,
1748
+ 0,
1749
+ 0,
1750
+ 0,
1751
+ 0,
1752
+ 0,
1753
+ 0,
1754
+ 0,
1755
+ 0,
1756
+ 0,
1757
+ 0,
1758
+ 0,
1759
+ 0,
1760
+ 0,
1761
+ 0,
1762
+ 0,
1763
+ 0,
1764
+ 0,
1765
+ 0,
1766
+ 0,
1767
+ 0,
1768
+ 0,
1769
+ 0,
1770
+ 0,
1771
+ 0,
1772
+ 0,
1773
+ 0,
1774
+ 0,
1775
+ 0,
1776
+ 0,
1777
+ 0,
1778
+ 0,
1779
+ 0,
1780
+ 0,
1781
+ 0,
1782
+ 0,
1783
+ 0,
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 0,
1788
+ 0,
1789
+ 0,
1790
+ 0,
1791
+ 0,
1792
+ 0,
1793
+ 0,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 0,
1798
+ 0,
1799
+ 0,
1800
+ 0,
1801
+ 0,
1802
+ 0,
1803
+ 0,
1804
+ 0,
1805
+ 0,
1806
+ 0,
1807
+ 0,
1808
+ 0,
1809
+ 0,
1810
+ 0,
1811
+ 0,
1812
+ 0,
1813
+ 0,
1814
+ 0,
1815
+ 0,
1816
+ 0,
1817
+ 0,
1818
+ 0,
1819
+ 0,
1820
+ 0,
1821
+ 0,
1822
+ 0,
1823
+ 0,
1824
+ 0,
1825
+ 0,
1826
+ 0,
1827
+ 0,
1828
+ 0,
1829
+ 0,
1830
+ 0,
1831
+ 0,
1832
+ 0,
1833
+ 0,
1834
+ 0,
1835
+ 0,
1836
+ 0,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ 0,
1841
+ 0,
1842
+ 0,
1843
+ 0,
1844
+ 0,
1845
+ 0,
1846
+ 0,
1847
+ 0,
1848
+ 0,
1849
+ 0,
1850
+ 0,
1851
+ 0,
1852
+ 0,
1853
+ 0,
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 0,
1863
+ 0,
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 0,
1871
+ 0,
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0,
2000
+ 0,
2001
+ 0,
2002
+ 0,
2003
+ 0,
2004
+ 0,
2005
+ 0,
2006
+ 0,
2007
+ 0,
2008
+ 0,
2009
+ 0,
2010
+ 0,
2011
+ 0,
2012
+ 0,
2013
+ 0,
2014
+ 0,
2015
+ 0,
2016
+ 0,
2017
+ 0,
2018
+ 0,
2019
+ 0,
2020
+ 0,
2021
+ 0,
2022
+ 0,
2023
+ 0,
2024
+ 0,
2025
+ 0,
2026
+ 0,
2027
+ 0,
2028
+ 0,
2029
+ 0,
2030
+ 0,
2031
+ 0,
2032
+ 0,
2033
+ 0,
2034
+ 0,
2035
+ 0,
2036
+ 0,
2037
+ 0,
2038
+ 0,
2039
+ 0,
2040
+ 0,
2041
+ 0,
2042
+ 0,
2043
+ 0,
2044
+ 0,
2045
+ 0,
2046
+ 0,
2047
+ 0,
2048
+ 0,
2049
+ 0,
2050
+ 0,
2051
+ 0,
2052
+ 0,
2053
+ 0,
2054
+ 0,
2055
+ 0,
2056
+ 0,
2057
+ 0,
2058
+ 0,
2059
+ 0,
2060
+ 0,
2061
+ 0,
2062
+ 0,
2063
+ 0,
2064
+ 0,
2065
+ 0,
2066
+ 0,
2067
+ 0,
2068
+ 0,
2069
+ 0,
2070
+ 0,
2071
+ 0,
2072
+ 0,
2073
+ 0,
2074
+ 0,
2075
+ 0,
2076
+ 0,
2077
+ 0,
2078
+ 0,
2079
+ 0,
2080
+ 0,
2081
+ 0,
2082
+ 0,
2083
+ 0,
2084
+ 0,
2085
+ 0,
2086
+ 0,
2087
+ 0,
2088
+ 0,
2089
+ 0,
2090
+ 0,
2091
+ 0,
2092
+ 0,
2093
+ 0,
2094
+ 0,
2095
+ 0,
2096
+ 0,
2097
+ 0,
2098
+ 0,
2099
+ 0,
2100
+ 0,
2101
+ 0,
2102
+ 0,
2103
+ 0,
2104
+ 0,
2105
+ 0,
2106
+ 0,
2107
+ 0,
2108
+ 0,
2109
+ 0,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ 0,
2115
+ 0,
2116
+ 0,
2117
+ 0,
2118
+ 0,
2119
+ 0,
2120
+ 0,
2121
+ 0,
2122
+ 0,
2123
+ 0,
2124
+ 0,
2125
+ 0,
2126
+ 0,
2127
+ 0,
2128
+ 0,
2129
+ 0,
2130
+ 0,
2131
+ 0,
2132
+ 0,
2133
+ 0,
2134
+ 0,
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ 0,
2146
+ 0,
2147
+ 0,
2148
+ 0,
2149
+ 0,
2150
+ 0,
2151
+ 0,
2152
+ 0,
2153
+ 0,
2154
+ 0,
2155
+ 0,
2156
+ 0,
2157
+ 0,
2158
+ 0,
2159
+ 0,
2160
+ 0,
2161
+ 0,
2162
+ 0,
2163
+ 0,
2164
+ 0
2165
+ ],
2166
+ "mean": [
2167
+ 111.17112746320778,
2168
+ 111.45366674981292,
2169
+ 111.57793714143178,
2170
+ 101.18549513594412,
2171
+ 58.2968820154652,
2172
+ 91.02109004739337,
2173
+ 106.96865801945623,
2174
+ 102.96863307557994,
2175
+ 60.61345722125218,
2176
+ 87.67133948615614,
2177
+ 102.07852332252432,
2178
+ 104.18695435270641,
2179
+ 92.1628585682215,
2180
+ 88.22333499625842,
2181
+ 91.40961586430531,
2182
+ 94.02987029184335,
2183
+ 98.87596657520578,
2184
+ 94.25700922923423,
2185
+ 95.99378897480669,
2186
+ 91.85995260663508,
2187
+ 98.1403591918184,
2188
+ 90.2749189324021,
2189
+ 90.63374906460464,
2190
+ 94.74578448490895,
2191
+ 93.25448989773011,
2192
+ 93.00123472187578,
2193
+ 90.52427039161886,
2194
+ 91.16625093539535,
2195
+ 89.19709403841357,
2196
+ 89.51161137440758,
2197
+ 86.25718383636817,
2198
+ 85.3994262908456,
2199
+ 83.19163132950861,
2200
+ 82.55011224744325,
2201
+ 80.16844599650786,
2202
+ 77.38194063357446,
2203
+ 74.9680468944874,
2204
+ 72.11040159640808,
2205
+ 68.00864305313046,
2206
+ 65.14648291344474,
2207
+ 61.08000748316288,
2208
+ 57.64827887253679,
2209
+ 54.08418558243951,
2210
+ 49.95546270890496,
2211
+ 46.02551758543277,
2212
+ 41.297904714392615,
2213
+ 37.69698179097032,
2214
+ 34.4252057869793,
2215
+ 31.316438014467447,
2216
+ 29.58450985283113,
2217
+ 26.489037166375656,
2218
+ 24.21153654277875,
2219
+ 21.711586430531305,
2220
+ 19.146233474681967,
2221
+ 16.980606136193565,
2222
+ 15.054015964080818,
2223
+ 13.493115490147169,
2224
+ 12.17115240708406,
2225
+ 10.680892990770765,
2226
+ 9.62700174607134,
2227
+ 7.8081691194811675,
2228
+ 6.549002244948865,
2229
+ 5.604539785482664,
2230
+ 4.480531304564729,
2231
+ 3.6054502369668247,
2232
+ 2.963220254427538,
2233
+ 2.504689448740334,
2234
+ 2.0736093788974808,
2235
+ 1.873696682464455,
2236
+ 1.5108006984285358,
2237
+ 1.3220503866300823,
2238
+ 1.0687203791469195,
2239
+ 1.0155525068595659,
2240
+ 0.5844973808929907,
2241
+ 0.5891494138189075,
2242
+ 0.5484160638563232,
2243
+ 0.3756298328760289,
2244
+ 0.3707158892491893,
2245
+ 0.3524444998752806,
2246
+ 0.2618982289847842,
2247
+ 0.17390870541282116,
2248
+ 0.17163881267148914,
2249
+ 0.16376901970566227,
2250
+ 0.13568221501621353,
2251
+ 0.12900972811174857,
2252
+ 0.12781242205038662,
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
+ 0.0,
2515
+ 0.0,
2516
+ 0.0,
2517
+ 0.0,
2518
+ 0.0,
2519
+ 0.0,
2520
+ 0.0,
2521
+ 0.0,
2522
+ 0.0,
2523
+ 0.0,
2524
+ 0.0,
2525
+ 0.0,
2526
+ 0.0,
2527
+ 0.0,
2528
+ 0.0,
2529
+ 0.0,
2530
+ 0.0,
2531
+ 0.0,
2532
+ 0.0,
2533
+ 0.0,
2534
+ 0.0,
2535
+ 0.0,
2536
+ 0.0,
2537
+ 0.0,
2538
+ 0.0,
2539
+ 0.0,
2540
+ 0.0,
2541
+ 0.0,
2542
+ 0.0,
2543
+ 0.0,
2544
+ 0.0,
2545
+ 0.0,
2546
+ 0.0,
2547
+ 0.0,
2548
+ 0.0,
2549
+ 0.0,
2550
+ 0.0,
2551
+ 0.0,
2552
+ 0.0,
2553
+ 0.0,
2554
+ 0.0,
2555
+ 0.0,
2556
+ 0.0,
2557
+ 0.0,
2558
+ 0.0,
2559
+ 0.0,
2560
+ 0.0,
2561
+ 0.0,
2562
+ 0.0,
2563
+ 0.0,
2564
+ 0.0,
2565
+ 0.0,
2566
+ 0.0,
2567
+ 0.0,
2568
+ 0.0,
2569
+ 0.0,
2570
+ 0.0,
2571
+ 0.0,
2572
+ 0.0,
2573
+ 0.0,
2574
+ 0.0,
2575
+ 0.0,
2576
+ 0.0,
2577
+ 0.0,
2578
+ 0.0,
2579
+ 0.0,
2580
+ 0.0,
2581
+ 0.0,
2582
+ 0.0,
2583
+ 0.0,
2584
+ 0.0,
2585
+ 0.0,
2586
+ 0.0,
2587
+ 0.0,
2588
+ 0.0,
2589
+ 0.0,
2590
+ 0.0,
2591
+ 0.0,
2592
+ 0.0,
2593
+ 0.0,
2594
+ 0.0,
2595
+ 0.0,
2596
+ 0.0,
2597
+ 0.0,
2598
+ 0.0,
2599
+ 0.0,
2600
+ 0.0,
2601
+ 0.0,
2602
+ 0.0,
2603
+ 0.0,
2604
+ 0.0,
2605
+ 0.0,
2606
+ 0.0,
2607
+ 0.0,
2608
+ 0.0,
2609
+ 0.0,
2610
+ 0.0,
2611
+ 0.0,
2612
+ 0.0,
2613
+ 0.0,
2614
+ 0.0,
2615
+ 0.0,
2616
+ 0.0,
2617
+ 0.0,
2618
+ 0.0,
2619
+ 0.0,
2620
+ 0.0,
2621
+ 0.0,
2622
+ 0.0,
2623
+ 0.0,
2624
+ 0.0,
2625
+ 0.0,
2626
+ 0.0,
2627
+ 0.0,
2628
+ 0.0,
2629
+ 0.0,
2630
+ 0.0,
2631
+ 0.0,
2632
+ 0.0,
2633
+ 0.0,
2634
+ 0.0,
2635
+ 0.0,
2636
+ 0.0,
2637
+ 0.0,
2638
+ 0.0,
2639
+ 0.0,
2640
+ 0.0,
2641
+ 0.0,
2642
+ 0.0,
2643
+ 0.0,
2644
+ 0.0,
2645
+ 0.0,
2646
+ 0.0,
2647
+ 0.0,
2648
+ 0.0,
2649
+ 0.0,
2650
+ 0.0,
2651
+ 0.0,
2652
+ 0.0,
2653
+ 0.0,
2654
+ 0.0,
2655
+ 0.0,
2656
+ 0.0,
2657
+ 0.0,
2658
+ 0.0,
2659
+ 0.0,
2660
+ 0.0,
2661
+ 0.0,
2662
+ 0.0,
2663
+ 0.0,
2664
+ 0.0,
2665
+ 0.0,
2666
+ 0.0,
2667
+ 0.0,
2668
+ 0.0,
2669
+ 0.0,
2670
+ 0.0,
2671
+ 0.0,
2672
+ 0.0,
2673
+ 0.0,
2674
+ 0.0,
2675
+ 0.0,
2676
+ 0.0,
2677
+ 0.0,
2678
+ 0.0
2679
+ ],
2680
+ "std": [
2681
+ 2.9236585808021283,
2682
+ 4.478190368274052,
2683
+ 7.528515650661799,
2684
+ 7.742700785305807,
2685
+ 35.12870698068037,
2686
+ 37.08688357908353,
2687
+ 11.280557975848764,
2688
+ 9.22401165559264,
2689
+ 35.657785073024264,
2690
+ 34.96623306781978,
2691
+ 20.342363279397702,
2692
+ 14.59964495302769,
2693
+ 28.428301280666684,
2694
+ 33.05100213432411,
2695
+ 33.82816392164835,
2696
+ 31.204403694602956,
2697
+ 23.976767432199154,
2698
+ 26.745930705701873,
2699
+ 27.121810926328987,
2700
+ 30.665916887743375,
2701
+ 26.283904899063753,
2702
+ 32.439656541992164,
2703
+ 33.53618661772589,
2704
+ 30.698601470862616,
2705
+ 31.866084559353812,
2706
+ 32.08332583180947,
2707
+ 33.878720015158756,
2708
+ 33.30039469424658,
2709
+ 35.14101591143869,
2710
+ 35.589518418696876,
2711
+ 37.66861445544074,
2712
+ 39.14171251922296,
2713
+ 40.7479593461847,
2714
+ 41.973952839815894,
2715
+ 43.19481254139225,
2716
+ 44.399410479317716,
2717
+ 46.06371325592616,
2718
+ 47.64476525115549,
2719
+ 48.89729195995662,
2720
+ 49.82593554874229,
2721
+ 50.42424873969668,
2722
+ 51.33584319570147,
2723
+ 51.740459774645146,
2724
+ 51.618622023959816,
2725
+ 51.46665241385678,
2726
+ 50.32956493563141,
2727
+ 49.795827319449856,
2728
+ 48.62063150218814,
2729
+ 47.41188481104405,
2730
+ 46.78063346369071,
2731
+ 45.137536191131524,
2732
+ 43.89515632076861,
2733
+ 42.257107106088306,
2734
+ 40.20724256720297,
2735
+ 38.46487690520172,
2736
+ 36.497153221530034,
2737
+ 34.85654011261759,
2738
+ 33.41634347767968,
2739
+ 31.613874063074018,
2740
+ 30.344779765759803,
2741
+ 27.40729275756141,
2742
+ 25.314804313149818,
2743
+ 23.673293043766474,
2744
+ 21.220256459985798,
2745
+ 19.06424965987698,
2746
+ 17.215348622470444,
2747
+ 15.96772953771981,
2748
+ 14.616244954869641,
2749
+ 13.93591322105776,
2750
+ 12.29114957103027,
2751
+ 11.646246018877095,
2752
+ 10.571331398028939,
2753
+ 10.367037921025027,
2754
+ 7.598171435118584,
2755
+ 7.732545790679917,
2756
+ 7.619917718186307,
2757
+ 6.200784053826096,
2758
+ 6.289517465114044,
2759
+ 6.034931233844594,
2760
+ 5.372246287237304,
2761
+ 4.065804776862581,
2762
+ 4.213037744599312,
2763
+ 4.096008175752827,
2764
+ 3.760666899612811,
2765
+ 3.790042755425975,
2766
+ 3.757792565796929,
2767
+ 0.0,
2768
+ 0.0,
2769
+ 0.0,
2770
+ 0.0,
2771
+ 0.0,
2772
+ 0.0,
2773
+ 0.0,
2774
+ 0.0,
2775
+ 0.0,
2776
+ 0.0,
2777
+ 0.0,
2778
+ 0.0,
2779
+ 0.0,
2780
+ 0.0,
2781
+ 0.0,
2782
+ 0.0,
2783
+ 0.0,
2784
+ 0.0,
2785
+ 0.0,
2786
+ 0.0,
2787
+ 0.0,
2788
+ 0.0,
2789
+ 0.0,
2790
+ 0.0,
2791
+ 0.0,
2792
+ 0.0,
2793
+ 0.0,
2794
+ 0.0,
2795
+ 0.0,
2796
+ 0.0,
2797
+ 0.0,
2798
+ 0.0,
2799
+ 0.0,
2800
+ 0.0,
2801
+ 0.0,
2802
+ 0.0,
2803
+ 0.0,
2804
+ 0.0,
2805
+ 0.0,
2806
+ 0.0,
2807
+ 0.0,
2808
+ 0.0,
2809
+ 0.0,
2810
+ 0.0,
2811
+ 0.0,
2812
+ 0.0,
2813
+ 0.0,
2814
+ 0.0,
2815
+ 0.0,
2816
+ 0.0,
2817
+ 0.0,
2818
+ 0.0,
2819
+ 0.0,
2820
+ 0.0,
2821
+ 0.0,
2822
+ 0.0,
2823
+ 0.0,
2824
+ 0.0,
2825
+ 0.0,
2826
+ 0.0,
2827
+ 0.0,
2828
+ 0.0,
2829
+ 0.0,
2830
+ 0.0,
2831
+ 0.0,
2832
+ 0.0,
2833
+ 0.0,
2834
+ 0.0,
2835
+ 0.0,
2836
+ 0.0,
2837
+ 0.0,
2838
+ 0.0,
2839
+ 0.0,
2840
+ 0.0,
2841
+ 0.0,
2842
+ 0.0,
2843
+ 0.0,
2844
+ 0.0,
2845
+ 0.0,
2846
+ 0.0,
2847
+ 0.0,
2848
+ 0.0,
2849
+ 0.0,
2850
+ 0.0,
2851
+ 0.0,
2852
+ 0.0,
2853
+ 0.0,
2854
+ 0.0,
2855
+ 0.0,
2856
+ 0.0,
2857
+ 0.0,
2858
+ 0.0,
2859
+ 0.0,
2860
+ 0.0,
2861
+ 0.0,
2862
+ 0.0,
2863
+ 0.0,
2864
+ 0.0,
2865
+ 0.0,
2866
+ 0.0,
2867
+ 0.0,
2868
+ 0.0,
2869
+ 0.0,
2870
+ 0.0,
2871
+ 0.0,
2872
+ 0.0,
2873
+ 0.0,
2874
+ 0.0,
2875
+ 0.0,
2876
+ 0.0,
2877
+ 0.0,
2878
+ 0.0,
2879
+ 0.0,
2880
+ 0.0,
2881
+ 0.0,
2882
+ 0.0,
2883
+ 0.0,
2884
+ 0.0,
2885
+ 0.0,
2886
+ 0.0,
2887
+ 0.0,
2888
+ 0.0,
2889
+ 0.0,
2890
+ 0.0,
2891
+ 0.0,
2892
+ 0.0,
2893
+ 0.0,
2894
+ 0.0,
2895
+ 0.0,
2896
+ 0.0,
2897
+ 0.0,
2898
+ 0.0,
2899
+ 0.0,
2900
+ 0.0,
2901
+ 0.0,
2902
+ 0.0,
2903
+ 0.0,
2904
+ 0.0,
2905
+ 0.0,
2906
+ 0.0,
2907
+ 0.0,
2908
+ 0.0,
2909
+ 0.0,
2910
+ 0.0,
2911
+ 0.0,
2912
+ 0.0,
2913
+ 0.0,
2914
+ 0.0,
2915
+ 0.0,
2916
+ 0.0,
2917
+ 0.0,
2918
+ 0.0,
2919
+ 0.0,
2920
+ 0.0,
2921
+ 0.0,
2922
+ 0.0,
2923
+ 0.0,
2924
+ 0.0,
2925
+ 0.0,
2926
+ 0.0,
2927
+ 0.0,
2928
+ 0.0,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0,
3028
+ 0.0,
3029
+ 0.0,
3030
+ 0.0,
3031
+ 0.0,
3032
+ 0.0,
3033
+ 0.0,
3034
+ 0.0,
3035
+ 0.0,
3036
+ 0.0,
3037
+ 0.0,
3038
+ 0.0,
3039
+ 0.0,
3040
+ 0.0,
3041
+ 0.0,
3042
+ 0.0,
3043
+ 0.0,
3044
+ 0.0,
3045
+ 0.0,
3046
+ 0.0,
3047
+ 0.0,
3048
+ 0.0,
3049
+ 0.0,
3050
+ 0.0,
3051
+ 0.0,
3052
+ 0.0,
3053
+ 0.0,
3054
+ 0.0,
3055
+ 0.0,
3056
+ 0.0,
3057
+ 0.0,
3058
+ 0.0,
3059
+ 0.0,
3060
+ 0.0,
3061
+ 0.0,
3062
+ 0.0,
3063
+ 0.0,
3064
+ 0.0,
3065
+ 0.0,
3066
+ 0.0,
3067
+ 0.0,
3068
+ 0.0,
3069
+ 0.0,
3070
+ 0.0,
3071
+ 0.0,
3072
+ 0.0,
3073
+ 0.0,
3074
+ 0.0,
3075
+ 0.0,
3076
+ 0.0,
3077
+ 0.0,
3078
+ 0.0,
3079
+ 0.0,
3080
+ 0.0,
3081
+ 0.0,
3082
+ 0.0,
3083
+ 0.0,
3084
+ 0.0,
3085
+ 0.0,
3086
+ 0.0,
3087
+ 0.0,
3088
+ 0.0,
3089
+ 0.0,
3090
+ 0.0,
3091
+ 0.0,
3092
+ 0.0,
3093
+ 0.0,
3094
+ 0.0,
3095
+ 0.0,
3096
+ 0.0,
3097
+ 0.0,
3098
+ 0.0,
3099
+ 0.0,
3100
+ 0.0,
3101
+ 0.0,
3102
+ 0.0,
3103
+ 0.0,
3104
+ 0.0,
3105
+ 0.0,
3106
+ 0.0,
3107
+ 0.0,
3108
+ 0.0,
3109
+ 0.0,
3110
+ 0.0,
3111
+ 0.0,
3112
+ 0.0,
3113
+ 0.0,
3114
+ 0.0,
3115
+ 0.0,
3116
+ 0.0,
3117
+ 0.0,
3118
+ 0.0,
3119
+ 0.0,
3120
+ 0.0,
3121
+ 0.0,
3122
+ 0.0,
3123
+ 0.0,
3124
+ 0.0,
3125
+ 0.0,
3126
+ 0.0,
3127
+ 0.0,
3128
+ 0.0,
3129
+ 0.0,
3130
+ 0.0,
3131
+ 0.0,
3132
+ 0.0,
3133
+ 0.0,
3134
+ 0.0,
3135
+ 0.0,
3136
+ 0.0,
3137
+ 0.0,
3138
+ 0.0,
3139
+ 0.0,
3140
+ 0.0,
3141
+ 0.0,
3142
+ 0.0,
3143
+ 0.0,
3144
+ 0.0,
3145
+ 0.0,
3146
+ 0.0,
3147
+ 0.0,
3148
+ 0.0,
3149
+ 0.0,
3150
+ 0.0,
3151
+ 0.0,
3152
+ 0.0,
3153
+ 0.0,
3154
+ 0.0,
3155
+ 0.0,
3156
+ 0.0,
3157
+ 0.0,
3158
+ 0.0,
3159
+ 0.0,
3160
+ 0.0,
3161
+ 0.0,
3162
+ 0.0,
3163
+ 0.0,
3164
+ 0.0,
3165
+ 0.0,
3166
+ 0.0,
3167
+ 0.0,
3168
+ 0.0,
3169
+ 0.0,
3170
+ 0.0,
3171
+ 0.0,
3172
+ 0.0,
3173
+ 0.0,
3174
+ 0.0,
3175
+ 0.0,
3176
+ 0.0,
3177
+ 0.0,
3178
+ 0.0,
3179
+ 0.0,
3180
+ 0.0,
3181
+ 0.0,
3182
+ 0.0,
3183
+ 0.0,
3184
+ 0.0,
3185
+ 0.0,
3186
+ 0.0,
3187
+ 0.0,
3188
+ 0.0,
3189
+ 0.0,
3190
+ 0.0,
3191
+ 0.0,
3192
+ 0.0
3193
+ ],
3194
+ "count": [
3195
+ 80180
3196
+ ]
3197
+ },
3198
+ "observation.jaco.base_position": {
3199
+ "min": [
3200
+ 0.0,
3201
+ 0.0,
3202
+ 0.0
3203
+ ],
3204
+ "max": [
3205
+ 0.0,
3206
+ 0.0,
3207
+ 0.0
3208
+ ],
3209
+ "mean": [
3210
+ 0.0,
3211
+ 0.0,
3212
+ 0.0
3213
+ ],
3214
+ "std": [
3215
+ 0.0,
3216
+ 0.0,
3217
+ 0.0
3218
+ ],
3219
+ "count": [
3220
+ 80180
3221
+ ]
3222
+ },
3223
+ "observation.ur5e.ee_error": {
3224
+ "min": [
3225
+ -7.864832878112793e-05,
3226
+ -0.025562308728694916,
3227
+ -0.017710037529468536,
3228
+ -0.2671889662742615,
3229
+ -0.004280067980289459,
3230
+ 0.0,
3231
+ -0.4433444142341614
3232
+ ],
3233
+ "max": [
3234
+ 0.08483844995498657,
3235
+ 0.1426481008529663,
3236
+ 0.004377305507659912,
3237
+ 0.0005219565355218947,
3238
+ 0.12023164331912994,
3239
+ 0.12104958295822144,
3240
+ 0.04774836078286171
3241
+ ],
3242
+ "mean": [
3243
+ 1.2751819598607698e-05,
3244
+ 1.6218835255433306e-05,
3245
+ -2.439472879211237e-06,
3246
+ -2.1945811934948156e-05,
3247
+ 6.140982342180734e-05,
3248
+ 6.2951460818962175e-06,
3249
+ -7.471776025525553e-05
3250
+ ],
3251
+ "std": [
3252
+ 0.0009014337664657975,
3253
+ 0.0008175361566611426,
3254
+ 0.00012420085889994993,
3255
+ 0.002296671262924618,
3256
+ 0.0004261907766472143,
3257
+ 0.0006146420928987664,
3258
+ 0.0025988553080507496
3259
+ ],
3260
+ "count": [
3261
+ 80180
3262
+ ]
3263
+ },
3264
+ "observation.panda.ee_pose": {
3265
+ "min": [
3266
+ 0.1908338963985443,
3267
+ -0.30651047825813293,
3268
+ 0.07267528027296066,
3269
+ -0.016827747225761414,
3270
+ -7.035750604700297e-05,
3271
+ 0.9990526437759399,
3272
+ -0.022979065775871277
3273
+ ],
3274
+ "max": [
3275
+ 0.6190706491470337,
3276
+ 0.3455604314804077,
3277
+ 0.08643545210361481,
3278
+ 0.011951769702136517,
3279
+ 0.03845394402742386,
3280
+ 1.0,
3281
+ 0.002133732894435525
3282
+ ],
3283
+ "mean": [
3284
+ 0.39729339383704226,
3285
+ 0.005871655374759536,
3286
+ 0.08500227801786096,
3287
+ -4.170823021380234e-05,
3288
+ 0.00017361481426199604,
3289
+ 0.9999982380449222,
3290
+ -0.00017941010920991235
3291
+ ],
3292
+ "std": [
3293
+ 0.10577121927320045,
3294
+ 0.1415107636768148,
3295
+ 0.00013698936820243438,
3296
+ 0.0007457513002565258,
3297
+ 0.0012989399376373372,
3298
+ 2.3464522739125065e-05,
3299
+ 0.001113928933525819
3300
+ ],
3301
+ "count": [
3302
+ 80180
3303
+ ]
3304
+ },
3305
+ "task_index": {
3306
+ "min": [
3307
+ 0
3308
+ ],
3309
+ "max": [
3310
+ 4230
3311
+ ],
3312
+ "mean": [
3313
+ 1965.667822399601
3314
+ ],
3315
+ "std": [
3316
+ 1232.585768734119
3317
+ ],
3318
+ "count": [
3319
+ 80180
3320
+ ]
3321
+ },
3322
+ "observation.sawyer.base_orientation": {
3323
+ "min": [
3324
+ 0.0
3325
+ ],
3326
+ "max": [
3327
+ 0.0
3328
+ ],
3329
+ "mean": [
3330
+ 0.0
3331
+ ],
3332
+ "std": [
3333
+ 0.0
3334
+ ],
3335
+ "count": [
3336
+ 80180
3337
+ ]
3338
+ },
3339
+ "observation.ur5e.joints": {
3340
+ "min": [
3341
+ -4.450651168823242,
3342
+ -6.28318977355957,
3343
+ 1.5453766584396362,
3344
+ -3.5953807830810547,
3345
+ -1.571618914604187,
3346
+ -6.020845413208008,
3347
+ 1.0
3348
+ ],
3349
+ "max": [
3350
+ 3.857659339904785,
3351
+ -0.7623631954193115,
3352
+ 3.1414999961853027,
3353
+ 1.360450029373169,
3354
+ -0.638547956943512,
3355
+ 2.2866342067718506,
3356
+ 1.0
3357
+ ],
3358
+ "mean": [
3359
+ 2.7715869073381327,
3360
+ -1.1361859802073986,
3361
+ 2.387784726279547,
3362
+ -2.8223806250389747,
3363
+ -1.570624478461291,
3364
+ 1.200673726543944,
3365
+ 1.0
3366
+ ],
3367
+ "std": [
3368
+ 0.5704604471624584,
3369
+ 0.12824771899366846,
3370
+ 0.29484311804478347,
3371
+ 0.1912455373606799,
3372
+ 0.0064508278182464525,
3373
+ 0.5704029867607097,
3374
+ 0.0
3375
+ ],
3376
+ "count": [
3377
+ 80180
3378
+ ]
3379
+ },
3380
+ "observation.images.kinova3": {
3381
+ "min": [
3382
+ [
3383
+ [
3384
+ 0.0
3385
+ ]
3386
+ ],
3387
+ [
3388
+ [
3389
+ 0.0
3390
+ ]
3391
+ ],
3392
+ [
3393
+ [
3394
+ 0.0
3395
+ ]
3396
+ ]
3397
+ ],
3398
+ "max": [
3399
+ [
3400
+ [
3401
+ 1.0
3402
+ ]
3403
+ ],
3404
+ [
3405
+ [
3406
+ 1.0
3407
+ ]
3408
+ ],
3409
+ [
3410
+ [
3411
+ 1.0
3412
+ ]
3413
+ ]
3414
+ ],
3415
+ "mean": [
3416
+ [
3417
+ [
3418
+ 0.43089927490896085
3419
+ ]
3420
+ ],
3421
+ [
3422
+ [
3423
+ 0.5255899326427039
3424
+ ]
3425
+ ],
3426
+ [
3427
+ [
3428
+ 0.5569229008491781
3429
+ ]
3430
+ ]
3431
+ ],
3432
+ "std": [
3433
+ [
3434
+ [
3435
+ 0.2953520112325696
3436
+ ]
3437
+ ],
3438
+ [
3439
+ [
3440
+ 0.19187322300774284
3441
+ ]
3442
+ ],
3443
+ [
3444
+ [
3445
+ 0.14488516609362057
3446
+ ]
3447
+ ]
3448
+ ],
3449
+ "count": [
3450
+ 80180
3451
+ ]
3452
+ },
3453
+ "observation.sawyer.ee_error": {
3454
+ "min": [
3455
+ -7.331371307373047e-06,
3456
+ -1.6987323760986328e-06,
3457
+ -3.889203071594238e-06,
3458
+ 2.001172470045276e-05,
3459
+ -2.749708255578298e-05,
3460
+ 0.0,
3461
+ -1.2658102605200838e-05
3462
+ ],
3463
+ "max": [
3464
+ 4.76837158203125e-07,
3465
+ 1.1920928955078125e-06,
3466
+ 2.332031726837158e-06,
3467
+ 0.0001496228651376441,
3468
+ 3.511571776471101e-05,
3469
+ 0.0,
3470
+ 7.456467574229464e-05
3471
+ ],
3472
+ "mean": [
3473
+ -3.866853373253835e-06,
3474
+ -7.610878423229336e-07,
3475
+ -1.2759480749323464e-06,
3476
+ 8.078859010340853e-05,
3477
+ 2.2432801310087132e-06,
3478
+ 0.0,
3479
+ 5.2602985750829374e-05
3480
+ ],
3481
+ "std": [
3482
+ 1.1193027643039081e-06,
3483
+ 2.6140378631955956e-07,
3484
+ 8.080660320167475e-07,
3485
+ 1.9757361783288587e-05,
3486
+ 1.231004251633919e-05,
3487
+ 0.0,
3488
+ 1.5521649194462347e-05
3489
+ ],
3490
+ "count": [
3491
+ 80180
3492
+ ]
3493
+ },
3494
+ "observation.jaco.ee_error": {
3495
+ "min": [
3496
+ -0.003241613507270813,
3497
+ -0.00087718665599823,
3498
+ -0.002595551311969757,
3499
+ -0.125942662358284,
3500
+ -0.00031205208506435156,
3501
+ 0.0,
3502
+ -0.06893327087163925
3503
+ ],
3504
+ "max": [
3505
+ 0.0044373273849487305,
3506
+ 0.0029411911964416504,
3507
+ 0.0030412375926971436,
3508
+ 0.05590010806918144,
3509
+ 0.00012521618918981403,
3510
+ 0.008281946182250977,
3511
+ 0.0251309834420681
3512
+ ],
3513
+ "mean": [
3514
+ 4.149950507928351e-06,
3515
+ 2.763982008694942e-06,
3516
+ 1.044094393278047e-06,
3517
+ -0.00011953492136658796,
3518
+ -1.2860455327336547e-05,
3519
+ 7.786790766570717e-06,
3520
+ -9.280985323043563e-05
3521
+ ],
3522
+ "std": [
3523
+ 0.0001478221789936067,
3524
+ 6.105931757490677e-05,
3525
+ 0.00012228083879484234,
3526
+ 0.003622654575723536,
3527
+ 1.886908985775944e-05,
3528
+ 0.0001612781853147618,
3529
+ 0.001552923908198956
3530
+ ],
3531
+ "count": [
3532
+ 80180
3533
+ ]
3534
+ },
3535
+ "observation.ee_pose": {
3536
+ "min": [
3537
+ 0.19087940454483032,
3538
+ -0.30512914061546326,
3539
+ 0.059625644236803055,
3540
+ -0.27641561627388,
3541
+ -0.004664212465286255,
3542
+ 0.9578487277030945,
3543
+ -0.12561680376529694
3544
+ ],
3545
+ "max": [
3546
+ 0.6190688014030457,
3547
+ 0.34555330872535706,
3548
+ 0.08858291804790497,
3549
+ 0.2572830319404602,
3550
+ 0.004955791402608156,
3551
+ 1.0,
3552
+ 0.0731266513466835
3553
+ ],
3554
+ "mean": [
3555
+ 0.39726985345538135,
3556
+ 0.0058605784286337925,
3557
+ 0.08499673063446084,
3558
+ 0.0001529112117004865,
3559
+ -0.00011485763941816882,
3560
+ 0.9999879081503772,
3561
+ 0.00013102499760233848
3562
+ ],
3563
+ "std": [
3564
+ 0.10574017463454642,
3565
+ 0.14150653191142054,
3566
+ 0.00018637510837790037,
3567
+ 0.004627937995914521,
3568
+ 0.00010252559112941884,
3569
+ 0.0004965465516749781,
3570
+ 0.0015791597197179952
3571
+ ],
3572
+ "count": [
3573
+ 80180
3574
+ ]
3575
+ },
3576
+ "observation.images.kuka_iiwa": {
3577
+ "min": [
3578
+ [
3579
+ [
3580
+ 0.0
3581
+ ]
3582
+ ],
3583
+ [
3584
+ [
3585
+ 0.0
3586
+ ]
3587
+ ],
3588
+ [
3589
+ [
3590
+ 0.0
3591
+ ]
3592
+ ]
3593
+ ],
3594
+ "max": [
3595
+ [
3596
+ [
3597
+ 1.0
3598
+ ]
3599
+ ],
3600
+ [
3601
+ [
3602
+ 1.0
3603
+ ]
3604
+ ],
3605
+ [
3606
+ [
3607
+ 1.0
3608
+ ]
3609
+ ]
3610
+ ],
3611
+ "mean": [
3612
+ [
3613
+ [
3614
+ 0.4267464828930678
3615
+ ]
3616
+ ],
3617
+ [
3618
+ [
3619
+ 0.5122900136661476
3620
+ ]
3621
+ ],
3622
+ [
3623
+ [
3624
+ 0.5365082212489217
3625
+ ]
3626
+ ]
3627
+ ],
3628
+ "std": [
3629
+ [
3630
+ [
3631
+ 0.2967405048096875
3632
+ ]
3633
+ ],
3634
+ [
3635
+ [
3636
+ 0.19777764463760025
3637
+ ]
3638
+ ],
3639
+ [
3640
+ [
3641
+ 0.16798998361437234
3642
+ ]
3643
+ ]
3644
+ ],
3645
+ "count": [
3646
+ 80180
3647
+ ]
3648
+ },
3649
+ "observation.sawyer.base_position": {
3650
+ "min": [
3651
+ 0.05000000074505806,
3652
+ 0.0,
3653
+ 0.0
3654
+ ],
3655
+ "max": [
3656
+ 0.05000000074505806,
3657
+ 0.0,
3658
+ 0.0
3659
+ ],
3660
+ "mean": [
3661
+ 0.04999999921958467,
3662
+ 0.0,
3663
+ 0.0
3664
+ ],
3665
+ "std": [
3666
+ 1.4769799644143592e-08,
3667
+ 0.0,
3668
+ 0.0
3669
+ ],
3670
+ "count": [
3671
+ 80180
3672
+ ]
3673
+ },
3674
+ "observation.google_robot.ee_pose": {
3675
+ "min": [
3676
+ 0.2408779412508011,
3677
+ -0.3051249086856842,
3678
+ 0.08498577773571014,
3679
+ -0.0001955836924025789,
3680
+ -0.002621928695589304,
3681
+ 0.999983012676239,
3682
+ -0.00040839952998794615
3683
+ ],
3684
+ "max": [
3685
+ 0.669065535068512,
3686
+ 0.3455566465854645,
3687
+ 0.08759063482284546,
3688
+ 0.004011933691799641,
3689
+ 0.0001839795004343614,
3690
+ 1.0,
3691
+ 0.003324727527797222
3692
+ ],
3693
+ "mean": [
3694
+ 0.4472876630043279,
3695
+ 0.005867570073367886,
3696
+ 0.08500150240089835,
3697
+ 7.074487889714728e-05,
3698
+ 5.388475338125801e-05,
3699
+ 0.9999999993621753,
3700
+ 4.4640538411111645e-06
3701
+ ],
3702
+ "std": [
3703
+ 0.1057832413378695,
3704
+ 0.1415150417563628,
3705
+ 1.2554898211751742e-05,
3706
+ 9.244223241258224e-05,
3707
+ 2.8508279363459075e-05,
3708
+ 7.356545380647914e-08,
3709
+ 6.817758370333089e-05
3710
+ ],
3711
+ "count": [
3712
+ 80180
3713
+ ]
3714
+ },
3715
+ "observation.google_robot.ee_error": {
3716
+ "min": [
3717
+ -1.2889504432678223e-05,
3718
+ -0.0006223022937774658,
3719
+ -0.0025906264781951904,
3720
+ -0.004011933691799641,
3721
+ -0.0001839795004343614,
3722
+ 0.0,
3723
+ -0.003324727527797222
3724
+ ],
3725
+ "max": [
3726
+ 0.0015603899955749512,
3727
+ 6.034970283508301e-05,
3728
+ 1.4230608940124512e-05,
3729
+ 0.0001955836924025789,
3730
+ 0.002621928695589304,
3731
+ 1.6987323760986328e-05,
3732
+ 0.00040839952998794615
3733
+ ],
3734
+ "mean": [
3735
+ 3.091997820000138e-06,
3736
+ -1.1309833469623967e-06,
3737
+ -1.4946917493781791e-06,
3738
+ -7.074487889714728e-05,
3739
+ -5.388475338125801e-05,
3740
+ 1.4719031768534605e-09,
3741
+ -4.4640538411111645e-06
3742
+ ],
3743
+ "std": [
3744
+ 8.294814160808521e-06,
3745
+ 4.3758632082878254e-06,
3746
+ 1.2554881885496744e-05,
3747
+ 9.244223241258224e-05,
3748
+ 2.8508279363459075e-05,
3749
+ 7.357457554806437e-08,
3750
+ 6.817758370333089e-05
3751
+ ],
3752
+ "count": [
3753
+ 80180
3754
+ ]
3755
+ },
3756
+ "observation.panda.joints": {
3757
+ "min": [
3758
+ -1.9459463357925415,
3759
+ 0.4680863618850708,
3760
+ -0.7460624575614929,
3761
+ -3.0717999935150146,
3762
+ -2.2622780799865723,
3763
+ 1.8842852115631104,
3764
+ -2.8973000049591064,
3765
+ 1.0
3766
+ ],
3767
+ "max": [
3768
+ 1.063750147819519,
3769
+ 1.5879698991775513,
3770
+ 1.2621020078659058,
3771
+ -1.4802124500274658,
3772
+ 0.3016194999217987,
3773
+ 3.752500057220459,
3774
+ -0.9728498458862305,
3775
+ 1.0
3776
+ ],
3777
+ "mean": [
3778
+ -0.12429418806720155,
3779
+ 0.5949276241869009,
3780
+ 0.06265332813441085,
3781
+ -2.5055131293838833,
3782
+ -0.45832923256836733,
3783
+ 3.0571931425458803,
3784
+ -2.7833672752966754,
3785
+ 1.0
3786
+ ],
3787
+ "std": [
3788
+ 0.5114320178859043,
3789
+ 0.1375467766351473,
3790
+ 0.25545818266201936,
3791
+ 0.3156336071062582,
3792
+ 0.3333410951230856,
3793
+ 0.279075510125134,
3794
+ 0.16166352373442736,
3795
+ 0.0
3796
+ ],
3797
+ "count": [
3798
+ 80180
3799
+ ]
3800
+ },
3801
+ "observation.kinova3.ee_error": {
3802
+ "min": [
3803
+ -0.0071614086627960205,
3804
+ -0.0014860518276691437,
3805
+ -8.821487426757812e-06,
3806
+ 5.2541370678227395e-05,
3807
+ -8.777290349826217e-05,
3808
+ 0.0,
3809
+ -0.012639444321393967
3810
+ ],
3811
+ "max": [
3812
+ -1.6689300537109375e-06,
3813
+ 0.0014768503606319427,
3814
+ 0.0011084824800491333,
3815
+ 0.06061822921037674,
3816
+ 3.5882621887139976e-05,
3817
+ 0.0018391609191894531,
3818
+ 0.01237589493393898
3819
+ ],
3820
+ "mean": [
3821
+ -6.38512493292819e-05,
3822
+ 2.254519519959179e-07,
3823
+ 4.4010929970375625e-06,
3824
+ 0.0006165501571134699,
3825
+ 2.752455395218415e-06,
3826
+ 8.856287504275486e-06,
3827
+ -1.5545357825481984e-05
3828
+ ],
3829
+ "std": [
3830
+ 0.0004857390758602914,
3831
+ 9.250369719211387e-05,
3832
+ 7.455254064287747e-05,
3833
+ 0.004091364687244529,
3834
+ 1.479510777857065e-05,
3835
+ 9.622317812687705e-05,
3836
+ 0.0007793838266052767
3837
+ ],
3838
+ "count": [
3839
+ 80180
3840
+ ]
3841
+ },
3842
+ "observation.images.sawyer": {
3843
+ "min": [
3844
+ [
3845
+ [
3846
+ 0.0
3847
+ ]
3848
+ ],
3849
+ [
3850
+ [
3851
+ 0.0
3852
+ ]
3853
+ ],
3854
+ [
3855
+ [
3856
+ 0.0
3857
+ ]
3858
+ ]
3859
+ ],
3860
+ "max": [
3861
+ [
3862
+ [
3863
+ 1.0
3864
+ ]
3865
+ ],
3866
+ [
3867
+ [
3868
+ 1.0
3869
+ ]
3870
+ ],
3871
+ [
3872
+ [
3873
+ 1.0
3874
+ ]
3875
+ ]
3876
+ ],
3877
+ "mean": [
3878
+ [
3879
+ [
3880
+ 0.41588396651855175
3881
+ ]
3882
+ ],
3883
+ [
3884
+ [
3885
+ 0.5000076545399493
3886
+ ]
3887
+ ],
3888
+ [
3889
+ [
3890
+ 0.5302948103253239
3891
+ ]
3892
+ ]
3893
+ ],
3894
+ "std": [
3895
+ [
3896
+ [
3897
+ 0.2960481488445003
3898
+ ]
3899
+ ],
3900
+ [
3901
+ [
3902
+ 0.211989863829366
3903
+ ]
3904
+ ],
3905
+ [
3906
+ [
3907
+ 0.1764546872745979
3908
+ ]
3909
+ ]
3910
+ ],
3911
+ "count": [
3912
+ 80180
3913
+ ]
3914
+ },
3915
+ "observation.kuka_iiwa.ee_pose": {
3916
+ "min": [
3917
+ 0.2408858686685562,
3918
+ -0.305125892162323,
3919
+ 0.06117403134703636,
3920
+ -0.3088964521884918,
3921
+ -3.71268906746991e-05,
3922
+ 0.9510910511016846,
3923
+ -0.11689537763595581
3924
+ ],
3925
+ "max": [
3926
+ 0.6690731644630432,
3927
+ 0.3455597460269928,
3928
+ 0.08500944077968597,
3929
+ 6.0779439081670716e-05,
3930
+ 2.331492396479007e-05,
3931
+ 1.0,
3932
+ 0.11701081693172455
3933
+ ],
3934
+ "mean": [
3935
+ 0.45086220695966345,
3936
+ 0.0058965223209566054,
3937
+ 0.08329566976106147,
3938
+ -0.02444286236541142,
3939
+ -5.310541709806993e-06,
3940
+ 0.9977780005385615,
3941
+ -0.0001993631461174307
3942
+ ],
3943
+ "std": [
3944
+ 0.10076414898069375,
3945
+ 0.1423569065165009,
3946
+ 0.004192114595061967,
3947
+ 0.05852800073852918,
3948
+ 1.2039515882117936e-05,
3949
+ 0.0068778950919258786,
3950
+ 0.019202546279523797
3951
+ ],
3952
+ "count": [
3953
+ 80180
3954
+ ]
3955
+ },
3956
+ "observation.sawyer.ee_pose": {
3957
+ "min": [
3958
+ 0.24088682234287262,
3959
+ -0.3051268458366394,
3960
+ 0.08499767631292343,
3961
+ -0.0001496228651376441,
3962
+ -3.511571776471101e-05,
3963
+ 1.0,
3964
+ -7.456467574229464e-05
3965
+ ],
3966
+ "max": [
3967
+ 0.669079065322876,
3968
+ 0.34556373953819275,
3969
+ 0.08500389754772186,
3970
+ -2.001172470045276e-05,
3971
+ 2.749708255578298e-05,
3972
+ 1.0,
3973
+ 1.2658102605200838e-05
3974
+ ],
3975
+ "mean": [
3976
+ 0.4472946223729223,
3977
+ 0.005867200453801337,
3978
+ 0.08500128366605068,
3979
+ -8.078859010340853e-05,
3980
+ -2.2432801310087132e-06,
3981
+ 1.0,
3982
+ -5.2602985750829374e-05
3983
+ ],
3984
+ "std": [
3985
+ 0.1057863860675983,
3986
+ 0.141517211903171,
3987
+ 8.081002794300758e-07,
3988
+ 1.9757361783288587e-05,
3989
+ 1.231004251633919e-05,
3990
+ 0.0,
3991
+ 1.5521649194462347e-05
3992
+ ],
3993
+ "count": [
3994
+ 80180
3995
+ ]
3996
+ },
3997
+ "observation.ur5e.base_orientation": {
3998
+ "min": [
3999
+ 0.0
4000
+ ],
4001
+ "max": [
4002
+ 0.0
4003
+ ],
4004
+ "mean": [
4005
+ 0.0
4006
+ ],
4007
+ "std": [
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 80180
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f2555cf2ac0e34364e004032229a456d2896941fd3d7934f6f711d6c6defdbf
3
+ size 97835
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:1102e52410aba3bd3b6d2f34aa8a51b91532762dec8b5022984b4f857f5a29f7
3
+ size 521027902
videos/observation.images.google_robot/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c766507c172caaa8ea5ed8f242409e5e4db6c633886a979b337f4f536ffdfee2
3
+ size 164098638
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:c48748263663d1d62af8e80fa134f1bbfbb3c720dc40db98293b59e32597e5c4
3
+ size 521782733
videos/observation.images.image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bbe42eb1aa50d812df369e948c8c1a323e4d2546531273eeae11f066a90af01
3
+ size 362767242
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:a6743fa5a328c5d3cd68a6a178106c88c8859fe53899b4ef399018c054cf526c
3
+ size 521076714
videos/observation.images.jaco/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4712eca29dfea95e24bd4ee590f75141ee36fa96d220642077f5f8db60d75dde
3
+ size 150190161
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:50e8ba85d8cc763a72b398562fb5cdb2de5022fe306fb27db4d070ba0c9dfa76
3
+ size 521243003
videos/observation.images.kinova3/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3730fb9198725ce739a0f4338391f2693b3c3087acde6393ab8f6035896b44
3
+ size 178733531
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:f7c8d101912ee0721abc6d5cab264e6212070a4118c579f55acce8298479861b
3
+ size 521024286
videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b51793a318afce90dd79b0bbf8b3505b3565f7eb4f5f8e48b8f6a8692f7b3eb
3
+ size 137159064
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:b9735e7628cc56333d7b2de47016cd3134dee94ef05474801b9f2aa0a5ddd13e
3
+ size 521274109
videos/observation.images.panda/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7051345cc20e5642c358b9c8960dc5bd528497ea7e3bb7d0b786fe456bc7c50b
3
+ size 175049527
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:1228108ce80f8f90af44eb7e808d2b12165233f1c59849b16b1cff089fd0d5d4
3
+ size 521111133
videos/observation.images.sawyer/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36cbcc9097d6f7ee8775405ab813c73f1b69fb0f030cae5275c4a8594cbc87e
3
+ size 141868698
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:8f9a8d63ccfa1157d88348256bf5453282e00f0a89a0afac446703cc702c0868
3
+ size 521221891
videos/observation.images.ur5e/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d380b1ef446591e1210028afa6f51366e24d09d0e70af953aa3ecff08f6d6638
3
+ size 165239302