GuanhuaJi commited on
Commit
474db9e
·
verified ·
1 Parent(s): d878bc8

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_60000_61000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 15543
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_60000_61000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 15,543
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_60000_61000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 15543
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_60000_61000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 15,543
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08b07ddd0bc370d98326e727c17213f3340b97c62caac4e8f9139b04cb81acb
3
+ size 13081264
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1c49afa1492bf60b789de6ef913012ae4be5837034fee41935c638a9cfc1083
3
+ size 5491608
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 1000,
5
+ "total_frames": 15543,
6
+ "total_tasks": 947,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:1000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.ur5e.base_position": {
3
+ "min": [
4
+ 0.0,
5
+ 0.0,
6
+ 0.0
7
+ ],
8
+ "max": [
9
+ 0.0,
10
+ 0.0,
11
+ 0.0
12
+ ],
13
+ "mean": [
14
+ 0.0,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ "std": [
19
+ 0.0,
20
+ 0.0,
21
+ 0.0
22
+ ],
23
+ "count": [
24
+ 15543
25
+ ]
26
+ },
27
+ "observation.jaco.base_position": {
28
+ "min": [
29
+ 0.0,
30
+ 0.0,
31
+ 0.0
32
+ ],
33
+ "max": [
34
+ 0.0,
35
+ 0.0,
36
+ 0.0
37
+ ],
38
+ "mean": [
39
+ 0.0,
40
+ 0.0,
41
+ 0.0
42
+ ],
43
+ "std": [
44
+ 0.0,
45
+ 0.0,
46
+ 0.0
47
+ ],
48
+ "count": [
49
+ 15543
50
+ ]
51
+ },
52
+ "observation.state": {
53
+ "min": [
54
+ 0.19090843200683594,
55
+ -0.3051075339317322
56
+ ],
57
+ "max": [
58
+ 0.6190786361694336,
59
+ 0.34566470980644226
60
+ ],
61
+ "mean": [
62
+ 0.40158961627414036,
63
+ -0.003132814714572854
64
+ ],
65
+ "std": [
66
+ 0.10682864637244906,
67
+ 0.1393330233704066
68
+ ],
69
+ "count": [
70
+ 15543
71
+ ]
72
+ },
73
+ "observation.joints": {
74
+ "min": [
75
+ -1.121153712272644,
76
+ 0.3406406044960022,
77
+ -0.5930020213127136,
78
+ 0.31771159172058105,
79
+ -2.3110523223876953,
80
+ -1.381698727607727,
81
+ -2.94637393951416,
82
+ 1.0
83
+ ],
84
+ "max": [
85
+ 1.586495041847229,
86
+ 1.660873532295227,
87
+ 1.4441019296646118,
88
+ 2.72979474067688,
89
+ 2.345496416091919,
90
+ 0.9623902440071106,
91
+ 3.5446417331695557,
92
+ 1.0
93
+ ],
94
+ "mean": [
95
+ 0.47605901011145674,
96
+ 0.6375504996811401,
97
+ -0.38152665332939284,
98
+ 0.8789063642163508,
99
+ 0.8891247371821025,
100
+ 0.3577270561297487,
101
+ 2.329427404837175,
102
+ 1.0
103
+ ],
104
+ "std": [
105
+ 0.3492860019689436,
106
+ 0.18597580101861008,
107
+ 0.2590770936871979,
108
+ 0.35926909599586726,
109
+ 0.45248401430212665,
110
+ 0.2611580286348839,
111
+ 0.7999992999946199,
112
+ 0.0
113
+ ],
114
+ "count": [
115
+ 15543
116
+ ]
117
+ },
118
+ "episode_index": {
119
+ "min": [
120
+ 0
121
+ ],
122
+ "max": [
123
+ 999
124
+ ],
125
+ "mean": [
126
+ 497.1405777520427
127
+ ],
128
+ "std": [
129
+ 288.16064045722567
130
+ ],
131
+ "count": [
132
+ 15543
133
+ ]
134
+ },
135
+ "observation.google_robot.base_orientation": {
136
+ "min": [
137
+ 0.0
138
+ ],
139
+ "max": [
140
+ 0.0
141
+ ],
142
+ "mean": [
143
+ 0.0
144
+ ],
145
+ "std": [
146
+ 0.0
147
+ ],
148
+ "count": [
149
+ 15543
150
+ ]
151
+ },
152
+ "observation.images.image": {
153
+ "min": [
154
+ [
155
+ [
156
+ 0.0
157
+ ]
158
+ ],
159
+ [
160
+ [
161
+ 0.0
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.0
167
+ ]
168
+ ]
169
+ ],
170
+ "max": [
171
+ [
172
+ [
173
+ 1.0
174
+ ]
175
+ ],
176
+ [
177
+ [
178
+ 1.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 1.0
184
+ ]
185
+ ]
186
+ ],
187
+ "mean": [
188
+ [
189
+ [
190
+ 0.42778202888059386
191
+ ]
192
+ ],
193
+ [
194
+ [
195
+ 0.5389177197575575
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.5645092274233391
201
+ ]
202
+ ]
203
+ ],
204
+ "std": [
205
+ [
206
+ [
207
+ 0.301067524708724
208
+ ]
209
+ ],
210
+ [
211
+ [
212
+ 0.19542360222459046
213
+ ]
214
+ ],
215
+ [
216
+ [
217
+ 0.15137229271315317
218
+ ]
219
+ ]
220
+ ],
221
+ "count": [
222
+ 15543
223
+ ]
224
+ },
225
+ "observation.jaco.joints": {
226
+ "min": [
227
+ -0.9803480505943298,
228
+ 1.733138918876648,
229
+ 3.5137410163879395,
230
+ -3.490610122680664,
231
+ -1.626476764678955,
232
+ -1.9995770454406738,
233
+ 1.0
234
+ ],
235
+ "max": [
236
+ 1.1831871271133423,
237
+ 2.2716410160064697,
238
+ 5.919623851776123,
239
+ 1.513545274734497,
240
+ 1.258634328842163,
241
+ 2.844313859939575,
242
+ 1.0
243
+ ],
244
+ "mean": [
245
+ 0.16641448007740214,
246
+ 2.185130440137304,
247
+ 4.978745305092571,
248
+ 0.11681475929877572,
249
+ -0.4040564288075175,
250
+ 0.26071025835217615,
251
+ 1.0
252
+ ],
253
+ "std": [
254
+ 0.3515383246733853,
255
+ 0.093125714908462,
256
+ 0.4288286979855097,
257
+ 0.19193377250428978,
258
+ 0.40680201201032207,
259
+ 0.36745324773694527,
260
+ 0.0
261
+ ],
262
+ "count": [
263
+ 15543
264
+ ]
265
+ },
266
+ "observation.images.jaco": {
267
+ "min": [
268
+ [
269
+ [
270
+ 0.0
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 0.0
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 0.0
281
+ ]
282
+ ]
283
+ ],
284
+ "max": [
285
+ [
286
+ [
287
+ 1.0
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 1.0
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 1.0
298
+ ]
299
+ ]
300
+ ],
301
+ "mean": [
302
+ [
303
+ [
304
+ 0.41217143438043885
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 0.5071418035839019
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.5381858256180717
315
+ ]
316
+ ]
317
+ ],
318
+ "std": [
319
+ [
320
+ [
321
+ 0.29995345193030315
322
+ ]
323
+ ],
324
+ [
325
+ [
326
+ 0.20689641300883774
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.16742380865068685
332
+ ]
333
+ ]
334
+ ],
335
+ "count": [
336
+ 15543
337
+ ]
338
+ },
339
+ "observation.ee_pose": {
340
+ "min": [
341
+ 0.19100363552570343,
342
+ -0.3050987124443054,
343
+ 0.08487951010465622,
344
+ -0.00015072894166223705,
345
+ -0.002614978002384305,
346
+ 0.9810115694999695,
347
+ -0.010455475188791752
348
+ ],
349
+ "max": [
350
+ 0.6190603971481323,
351
+ 0.34555476903915405,
352
+ 0.08782915771007538,
353
+ 0.18164373934268951,
354
+ 0.0007265322492457926,
355
+ 1.0,
356
+ 0.09098003059625626
357
+ ],
358
+ "mean": [
359
+ 0.4014754150891361,
360
+ -0.002653298036356468,
361
+ 0.08499797692321438,
362
+ 0.00011603602121983223,
363
+ -0.00011691463186462463,
364
+ 0.9999960235537598,
365
+ 0.00015754289204671884
366
+ ],
367
+ "std": [
368
+ 0.10613644783232475,
369
+ 0.13841510050112574,
370
+ 4.375596561618261e-05,
371
+ 0.0026056248339634772,
372
+ 5.177745851580245e-05,
373
+ 0.0002293184795310649,
374
+ 0.0010467372185296948
375
+ ],
376
+ "count": [
377
+ 15543
378
+ ]
379
+ },
380
+ "observation.google_robot.ee_error": {
381
+ "min": [
382
+ -1.2770295143127441e-05,
383
+ -2.726912498474121e-05,
384
+ -3.357231616973877e-05,
385
+ -0.0006159072509035468,
386
+ -0.00016711010539438576,
387
+ 0.0,
388
+ -0.00030248265829868615
389
+ ],
390
+ "max": [
391
+ 5.996227264404297e-05,
392
+ 1.8894672393798828e-05,
393
+ 1.4126300811767578e-05,
394
+ 0.0001949189609149471,
395
+ 1.9876079022651538e-05,
396
+ 2.384185791015625e-07,
397
+ 0.0002897301164921373
398
+ ],
399
+ "mean": [
400
+ 3.106379677777017e-06,
401
+ -1.2294437479888796e-06,
402
+ -1.4334484700603515e-06,
403
+ -7.15089468900184e-05,
404
+ -5.4777235826812865e-05,
405
+ 1.2041342523867934e-09,
406
+ -1.5281498218577005e-06
407
+ ],
408
+ "std": [
409
+ 4.934330867503302e-06,
410
+ 2.7397368488527238e-06,
411
+ 2.1886094897389377e-06,
412
+ 9.020182009317436e-05,
413
+ 2.580384123359669e-05,
414
+ 8.939917777959901e-09,
415
+ 6.425090564613719e-05
416
+ ],
417
+ "count": [
418
+ 15543
419
+ ]
420
+ },
421
+ "observation.images.kuka_iiwa": {
422
+ "min": [
423
+ [
424
+ [
425
+ 0.0
426
+ ]
427
+ ],
428
+ [
429
+ [
430
+ 0.0
431
+ ]
432
+ ],
433
+ [
434
+ [
435
+ 0.0
436
+ ]
437
+ ]
438
+ ],
439
+ "max": [
440
+ [
441
+ [
442
+ 1.0
443
+ ]
444
+ ],
445
+ [
446
+ [
447
+ 1.0
448
+ ]
449
+ ],
450
+ [
451
+ [
452
+ 1.0
453
+ ]
454
+ ]
455
+ ],
456
+ "mean": [
457
+ [
458
+ [
459
+ 0.4270735186362611
460
+ ]
461
+ ],
462
+ [
463
+ [
464
+ 0.511517502870314
465
+ ]
466
+ ],
467
+ [
468
+ [
469
+ 0.5347805350453039
470
+ ]
471
+ ]
472
+ ],
473
+ "std": [
474
+ [
475
+ [
476
+ 0.2968737894239803
477
+ ]
478
+ ],
479
+ [
480
+ [
481
+ 0.1978724611558533
482
+ ]
483
+ ],
484
+ [
485
+ [
486
+ 0.16929649485445517
487
+ ]
488
+ ]
489
+ ],
490
+ "count": [
491
+ 15543
492
+ ]
493
+ },
494
+ "observation.panda.ee_pose": {
495
+ "min": [
496
+ 0.1909971982240677,
497
+ -0.30616554617881775,
498
+ 0.07459129393100739,
499
+ -0.017192699015140533,
500
+ -4.6272507461253554e-05,
501
+ 0.9990700483322144,
502
+ -0.022075293585658073
503
+ ],
504
+ "max": [
505
+ 0.619062066078186,
506
+ 0.3455520570278168,
507
+ 0.08637303113937378,
508
+ 0.009282668121159077,
509
+ 0.03808439150452614,
510
+ 1.0,
511
+ 0.001989364856854081
512
+ ],
513
+ "mean": [
514
+ 0.4014935681308427,
515
+ -0.0026389842408110695,
516
+ 0.08500161166185119,
517
+ -5.767835888639572e-05,
518
+ 0.00018709368485945814,
519
+ 0.9999978852296576,
520
+ -0.00018139795443294375
521
+ ],
522
+ "std": [
523
+ 0.10613288369429354,
524
+ 0.13842027890943417,
525
+ 0.00016131887288036982,
526
+ 0.00091927842190757,
527
+ 0.0014692587294417028,
528
+ 2.647892513040808e-05,
529
+ 0.0010869139521386393
530
+ ],
531
+ "count": [
532
+ 15543
533
+ ]
534
+ },
535
+ "observation.ur5e.base_orientation": {
536
+ "min": [
537
+ 0.0
538
+ ],
539
+ "max": [
540
+ 0.0
541
+ ],
542
+ "mean": [
543
+ 0.0
544
+ ],
545
+ "std": [
546
+ 0.0
547
+ ],
548
+ "count": [
549
+ 15543
550
+ ]
551
+ },
552
+ "observation.kinova3.base_orientation": {
553
+ "min": [
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 0.0
558
+ ],
559
+ "mean": [
560
+ 0.0
561
+ ],
562
+ "std": [
563
+ 0.0
564
+ ],
565
+ "count": [
566
+ 15543
567
+ ]
568
+ },
569
+ "index": {
570
+ "min": [
571
+ 0
572
+ ],
573
+ "max": [
574
+ 15542
575
+ ],
576
+ "mean": [
577
+ 7771.0
578
+ ],
579
+ "std": [
580
+ 4486.877607720838
581
+ ],
582
+ "count": [
583
+ 15543
584
+ ]
585
+ },
586
+ "timestamp": {
587
+ "min": [
588
+ 0.0
589
+ ],
590
+ "max": [
591
+ 4.7
592
+ ],
593
+ "mean": [
594
+ 0.9637907739818568
595
+ ],
596
+ "std": [
597
+ 0.8337305151760525
598
+ ],
599
+ "count": [
600
+ 15543
601
+ ]
602
+ },
603
+ "observation.images.panda": {
604
+ "min": [
605
+ [
606
+ [
607
+ 0.0
608
+ ]
609
+ ],
610
+ [
611
+ [
612
+ 0.0
613
+ ]
614
+ ],
615
+ [
616
+ [
617
+ 0.0
618
+ ]
619
+ ]
620
+ ],
621
+ "max": [
622
+ [
623
+ [
624
+ 1.0
625
+ ]
626
+ ],
627
+ [
628
+ [
629
+ 1.0
630
+ ]
631
+ ],
632
+ [
633
+ [
634
+ 1.0
635
+ ]
636
+ ]
637
+ ],
638
+ "mean": [
639
+ [
640
+ [
641
+ 0.4376593864382407
642
+ ]
643
+ ],
644
+ [
645
+ [
646
+ 0.5307348518839495
647
+ ]
648
+ ],
649
+ [
650
+ [
651
+ 0.5609827806743726
652
+ ]
653
+ ]
654
+ ],
655
+ "std": [
656
+ [
657
+ [
658
+ 0.29694870726766837
659
+ ]
660
+ ],
661
+ [
662
+ [
663
+ 0.19360237354128992
664
+ ]
665
+ ],
666
+ [
667
+ [
668
+ 0.14742460039024546
669
+ ]
670
+ ]
671
+ ],
672
+ "count": [
673
+ 15543
674
+ ]
675
+ },
676
+ "observation.sawyer.ee_error": {
677
+ "min": [
678
+ -7.316470146179199e-06,
679
+ -1.6987323760986328e-06,
680
+ -3.8817524909973145e-06,
681
+ 2.4050785214058124e-05,
682
+ -2.7090683943242766e-05,
683
+ 0.0,
684
+ -5.672118277288973e-06
685
+ ],
686
+ "max": [
687
+ 0.0,
688
+ 7.748603820800781e-07,
689
+ 2.3245811462402344e-06,
690
+ 0.0001489979913458228,
691
+ 3.498363003018312e-05,
692
+ 0.0,
693
+ 7.453413854818791e-05
694
+ ],
695
+ "mean": [
696
+ -3.837973678549689e-06,
697
+ -7.565846275340419e-07,
698
+ -1.2377066718822068e-06,
699
+ 8.10897972860151e-05,
700
+ 1.407140841993111e-06,
701
+ 0.0,
702
+ 5.234143374033629e-05
703
+ ],
704
+ "std": [
705
+ 1.12883707432045e-06,
706
+ 2.5068269089000434e-07,
707
+ 8.086810480511306e-07,
708
+ 2.006875002416563e-05,
709
+ 1.201107668022627e-05,
710
+ 0.0,
711
+ 1.5559190279986664e-05
712
+ ],
713
+ "count": [
714
+ 15543
715
+ ]
716
+ },
717
+ "observation.images.sawyer": {
718
+ "min": [
719
+ [
720
+ [
721
+ 0.0
722
+ ]
723
+ ],
724
+ [
725
+ [
726
+ 0.0
727
+ ]
728
+ ],
729
+ [
730
+ [
731
+ 0.0
732
+ ]
733
+ ]
734
+ ],
735
+ "max": [
736
+ [
737
+ [
738
+ 1.0
739
+ ]
740
+ ],
741
+ [
742
+ [
743
+ 1.0
744
+ ]
745
+ ],
746
+ [
747
+ [
748
+ 1.0
749
+ ]
750
+ ]
751
+ ],
752
+ "mean": [
753
+ [
754
+ [
755
+ 0.41529308584435803
756
+ ]
757
+ ],
758
+ [
759
+ [
760
+ 0.4982758758049383
761
+ ]
762
+ ],
763
+ [
764
+ [
765
+ 0.5282827553423018
766
+ ]
767
+ ]
768
+ ],
769
+ "std": [
770
+ [
771
+ [
772
+ 0.29600458935441015
773
+ ]
774
+ ],
775
+ [
776
+ [
777
+ 0.21275578774268297
778
+ ]
779
+ ],
780
+ [
781
+ [
782
+ 0.17769492328331865
783
+ ]
784
+ ]
785
+ ],
786
+ "count": [
787
+ 15543
788
+ ]
789
+ },
790
+ "observation.ur5e.ee_pose": {
791
+ "min": [
792
+ 0.1910061538219452,
793
+ -0.3051016330718994,
794
+ 0.0850001648068428,
795
+ -0.0002922447747550905,
796
+ -0.00011400273797335103,
797
+ 0.9999999403953552,
798
+ -0.00020286146900616586
799
+ ],
800
+ "max": [
801
+ 0.6190667748451233,
802
+ 0.3455677032470703,
803
+ 0.0850406065583229,
804
+ 3.584032674552873e-05,
805
+ 0.0002845408162102103,
806
+ 1.0,
807
+ 0.0002659172751009464
808
+ ],
809
+ "mean": [
810
+ 0.40148699396535376,
811
+ -0.0026538194045838503,
812
+ 0.08500134694645674,
813
+ -4.3031534143269856e-06,
814
+ -5.8438650658099785e-05,
815
+ 1.0,
816
+ 5.1526882780970754e-05
817
+ ],
818
+ "std": [
819
+ 0.10615521020955467,
820
+ 0.1384221430629377,
821
+ 2.642837529873128e-06,
822
+ 2.4409156118685558e-05,
823
+ 3.12107231940243e-05,
824
+ 5.430096347519447e-09,
825
+ 2.6571126228826383e-05
826
+ ],
827
+ "count": [
828
+ 15543
829
+ ]
830
+ },
831
+ "observation.jaco.ee_pose": {
832
+ "min": [
833
+ 0.1909981071949005,
834
+ -0.30509185791015625,
835
+ 0.08195965737104416,
836
+ -0.056248873472213745,
837
+ -9.928543295245618e-05,
838
+ 0.9916344285011292,
839
+ -0.013473501428961754
840
+ ],
841
+ "max": [
842
+ 0.6190544366836548,
843
+ 0.3455498516559601,
844
+ 0.08761308342218399,
845
+ 0.12643179297447205,
846
+ 0.00028232578188180923,
847
+ 1.0,
848
+ 0.0631689801812172
849
+ ],
850
+ "mean": [
851
+ 0.4014890445791171,
852
+ -0.0026451522167597616,
853
+ 0.08500257999429692,
854
+ 2.504724399296036e-05,
855
+ 1.3744465189479388e-05,
856
+ 0.9999928821324305,
857
+ 5.5291392947946056e-05
858
+ ],
859
+ "std": [
860
+ 0.10613659974565934,
861
+ 0.13841978410718037,
862
+ 0.00012965268517459616,
863
+ 0.0035840824942011264,
864
+ 1.853079051135726e-05,
865
+ 0.000154584669970435,
866
+ 0.0011790932401630832
867
+ ],
868
+ "count": [
869
+ 15543
870
+ ]
871
+ },
872
+ "observation.jaco.ee_error": {
873
+ "min": [
874
+ -0.0032648593187332153,
875
+ -0.0007850974798202515,
876
+ -0.002613075077533722,
877
+ -0.12643179297447205,
878
+ -0.00028232578188180923,
879
+ 0.0,
880
+ -0.0631689801812172
881
+ ],
882
+ "max": [
883
+ 0.004564821720123291,
884
+ 0.0028916895389556885,
885
+ 0.0030403509736061096,
886
+ 0.056248873472213745,
887
+ 9.928543295245618e-05,
888
+ 0.00836557149887085,
889
+ 0.013473501428961754
890
+ ],
891
+ "mean": [
892
+ 4.092627148513129e-09,
893
+ 1.3427873472850165e-06,
894
+ -2.5719731909496155e-06,
895
+ -2.504724399296036e-05,
896
+ -1.3744465189479388e-05,
897
+ 7.126630157777839e-06,
898
+ -5.5291392947946056e-05
899
+ ],
900
+ "std": [
901
+ 0.00016049677348756706,
902
+ 4.8794730543450306e-05,
903
+ 0.00012965209962183065,
904
+ 0.0035840824942011264,
905
+ 1.853079051135726e-05,
906
+ 0.00015458670094161471,
907
+ 0.0011790932401630832
908
+ ],
909
+ "count": [
910
+ 15543
911
+ ]
912
+ },
913
+ "observation.kuka_iiwa.joints": {
914
+ "min": [
915
+ -0.9560676217079163,
916
+ 0.9374394416809082,
917
+ -0.07947549223899841,
918
+ -2.094399929046631,
919
+ -0.4482174515724182,
920
+ 0.11023035645484924,
921
+ -0.5476178526878357,
922
+ 1.0
923
+ ],
924
+ "max": [
925
+ 1.0108370780944824,
926
+ 1.3566361665725708,
927
+ 0.14486481249332428,
928
+ -0.8541107177734375,
929
+ 0.3035564720630646,
930
+ 0.9325909614562988,
931
+ 0.7053571343421936,
932
+ 1.0
933
+ ],
934
+ "mean": [
935
+ -0.033532098818984286,
936
+ 1.0204140538645627,
937
+ 0.033333884370191094,
938
+ -1.7948056212771102,
939
+ -0.08248925492160163,
940
+ 0.3775325828669101,
941
+ 0.060464739785529,
942
+ 1.0
943
+ ],
944
+ "std": [
945
+ 0.3330064312698908,
946
+ 0.0783826283128456,
947
+ 0.03131350135582317,
948
+ 0.2783944642369395,
949
+ 0.09446227620666157,
950
+ 0.17364461682512433,
951
+ 0.23407372546521885,
952
+ 0.0
953
+ ],
954
+ "count": [
955
+ 15543
956
+ ]
957
+ },
958
+ "observation.sawyer.base_position": {
959
+ "min": [
960
+ 0.05000000074505806,
961
+ 0.0,
962
+ 0.0
963
+ ],
964
+ "max": [
965
+ 0.05000000074505806,
966
+ 0.0,
967
+ 0.0
968
+ ],
969
+ "mean": [
970
+ 0.050000000231671206,
971
+ 0.0,
972
+ 0.0
973
+ ],
974
+ "std": [
975
+ 1.385055760727251e-08,
976
+ 0.0,
977
+ 0.0
978
+ ],
979
+ "count": [
980
+ 15543
981
+ ]
982
+ },
983
+ "observation.images.kinova3": {
984
+ "min": [
985
+ [
986
+ [
987
+ 0.0
988
+ ]
989
+ ],
990
+ [
991
+ [
992
+ 0.0
993
+ ]
994
+ ],
995
+ [
996
+ [
997
+ 0.0
998
+ ]
999
+ ]
1000
+ ],
1001
+ "max": [
1002
+ [
1003
+ [
1004
+ 1.0
1005
+ ]
1006
+ ],
1007
+ [
1008
+ [
1009
+ 1.0
1010
+ ]
1011
+ ],
1012
+ [
1013
+ [
1014
+ 1.0
1015
+ ]
1016
+ ]
1017
+ ],
1018
+ "mean": [
1019
+ [
1020
+ [
1021
+ 0.4309272181804444
1022
+ ]
1023
+ ],
1024
+ [
1025
+ [
1026
+ 0.5253250924906199
1027
+ ]
1028
+ ],
1029
+ [
1030
+ [
1031
+ 0.5563791606236236
1032
+ ]
1033
+ ]
1034
+ ],
1035
+ "std": [
1036
+ [
1037
+ [
1038
+ 0.2953573539844232
1039
+ ]
1040
+ ],
1041
+ [
1042
+ [
1043
+ 0.19196912502270083
1044
+ ]
1045
+ ],
1046
+ [
1047
+ [
1048
+ 0.14507543648064822
1049
+ ]
1050
+ ]
1051
+ ],
1052
+ "count": [
1053
+ 15543
1054
+ ]
1055
+ },
1056
+ "natural_language_instruction": {
1057
+ "min": [
1058
+ 97,
1059
+ 97,
1060
+ 97,
1061
+ 32,
1062
+ 32,
1063
+ 32,
1064
+ 32,
1065
+ 32,
1066
+ 32,
1067
+ 32,
1068
+ 32,
1069
+ 32,
1070
+ 32,
1071
+ 32,
1072
+ 32,
1073
+ 32,
1074
+ 32,
1075
+ 32,
1076
+ 0,
1077
+ 0,
1078
+ 0,
1079
+ 0,
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 0,
1085
+ 0,
1086
+ 0,
1087
+ 0,
1088
+ 0,
1089
+ 0,
1090
+ 0,
1091
+ 0,
1092
+ 0,
1093
+ 0,
1094
+ 0,
1095
+ 0,
1096
+ 0,
1097
+ 0,
1098
+ 0,
1099
+ 0,
1100
+ 0,
1101
+ 0,
1102
+ 0,
1103
+ 0,
1104
+ 0,
1105
+ 0,
1106
+ 0,
1107
+ 0,
1108
+ 0,
1109
+ 0,
1110
+ 0,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 0,
1116
+ 0,
1117
+ 0,
1118
+ 0,
1119
+ 0,
1120
+ 0,
1121
+ 0,
1122
+ 0,
1123
+ 0,
1124
+ 0,
1125
+ 0,
1126
+ 0,
1127
+ 0,
1128
+ 0,
1129
+ 0,
1130
+ 0,
1131
+ 0,
1132
+ 0,
1133
+ 0,
1134
+ 0,
1135
+ 0,
1136
+ 0,
1137
+ 0,
1138
+ 0,
1139
+ 0,
1140
+ 0,
1141
+ 0,
1142
+ 0,
1143
+ 0,
1144
+ 0,
1145
+ 0,
1146
+ 0,
1147
+ 0,
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ 0,
1155
+ 0,
1156
+ 0,
1157
+ 0,
1158
+ 0,
1159
+ 0,
1160
+ 0,
1161
+ 0,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 0,
1170
+ 0,
1171
+ 0,
1172
+ 0,
1173
+ 0,
1174
+ 0,
1175
+ 0,
1176
+ 0,
1177
+ 0,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ 0,
1182
+ 0,
1183
+ 0,
1184
+ 0,
1185
+ 0,
1186
+ 0,
1187
+ 0,
1188
+ 0,
1189
+ 0,
1190
+ 0,
1191
+ 0,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ 0,
1196
+ 0,
1197
+ 0,
1198
+ 0,
1199
+ 0,
1200
+ 0,
1201
+ 0,
1202
+ 0,
1203
+ 0,
1204
+ 0,
1205
+ 0,
1206
+ 0,
1207
+ 0,
1208
+ 0,
1209
+ 0,
1210
+ 0,
1211
+ 0,
1212
+ 0,
1213
+ 0,
1214
+ 0,
1215
+ 0,
1216
+ 0,
1217
+ 0,
1218
+ 0,
1219
+ 0,
1220
+ 0,
1221
+ 0,
1222
+ 0,
1223
+ 0,
1224
+ 0,
1225
+ 0,
1226
+ 0,
1227
+ 0,
1228
+ 0,
1229
+ 0,
1230
+ 0,
1231
+ 0,
1232
+ 0,
1233
+ 0,
1234
+ 0,
1235
+ 0,
1236
+ 0,
1237
+ 0,
1238
+ 0,
1239
+ 0,
1240
+ 0,
1241
+ 0,
1242
+ 0,
1243
+ 0,
1244
+ 0,
1245
+ 0,
1246
+ 0,
1247
+ 0,
1248
+ 0,
1249
+ 0,
1250
+ 0,
1251
+ 0,
1252
+ 0,
1253
+ 0,
1254
+ 0,
1255
+ 0,
1256
+ 0,
1257
+ 0,
1258
+ 0,
1259
+ 0,
1260
+ 0,
1261
+ 0,
1262
+ 0,
1263
+ 0,
1264
+ 0,
1265
+ 0,
1266
+ 0,
1267
+ 0,
1268
+ 0,
1269
+ 0,
1270
+ 0,
1271
+ 0,
1272
+ 0,
1273
+ 0,
1274
+ 0,
1275
+ 0,
1276
+ 0,
1277
+ 0,
1278
+ 0,
1279
+ 0,
1280
+ 0,
1281
+ 0,
1282
+ 0,
1283
+ 0,
1284
+ 0,
1285
+ 0,
1286
+ 0,
1287
+ 0,
1288
+ 0,
1289
+ 0,
1290
+ 0,
1291
+ 0,
1292
+ 0,
1293
+ 0,
1294
+ 0,
1295
+ 0,
1296
+ 0,
1297
+ 0,
1298
+ 0,
1299
+ 0,
1300
+ 0,
1301
+ 0,
1302
+ 0,
1303
+ 0,
1304
+ 0,
1305
+ 0,
1306
+ 0,
1307
+ 0,
1308
+ 0,
1309
+ 0,
1310
+ 0,
1311
+ 0,
1312
+ 0,
1313
+ 0,
1314
+ 0,
1315
+ 0,
1316
+ 0,
1317
+ 0,
1318
+ 0,
1319
+ 0,
1320
+ 0,
1321
+ 0,
1322
+ 0,
1323
+ 0,
1324
+ 0,
1325
+ 0,
1326
+ 0,
1327
+ 0,
1328
+ 0,
1329
+ 0,
1330
+ 0,
1331
+ 0,
1332
+ 0,
1333
+ 0,
1334
+ 0,
1335
+ 0,
1336
+ 0,
1337
+ 0,
1338
+ 0,
1339
+ 0,
1340
+ 0,
1341
+ 0,
1342
+ 0,
1343
+ 0,
1344
+ 0,
1345
+ 0,
1346
+ 0,
1347
+ 0,
1348
+ 0,
1349
+ 0,
1350
+ 0,
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ 0,
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ 0,
1363
+ 0,
1364
+ 0,
1365
+ 0,
1366
+ 0,
1367
+ 0,
1368
+ 0,
1369
+ 0,
1370
+ 0,
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ 0,
1377
+ 0,
1378
+ 0,
1379
+ 0,
1380
+ 0,
1381
+ 0,
1382
+ 0,
1383
+ 0,
1384
+ 0,
1385
+ 0,
1386
+ 0,
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ 0,
1393
+ 0,
1394
+ 0,
1395
+ 0,
1396
+ 0,
1397
+ 0,
1398
+ 0,
1399
+ 0,
1400
+ 0,
1401
+ 0,
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 0,
1409
+ 0,
1410
+ 0,
1411
+ 0,
1412
+ 0,
1413
+ 0,
1414
+ 0,
1415
+ 0,
1416
+ 0,
1417
+ 0,
1418
+ 0,
1419
+ 0,
1420
+ 0,
1421
+ 0,
1422
+ 0,
1423
+ 0,
1424
+ 0,
1425
+ 0,
1426
+ 0,
1427
+ 0,
1428
+ 0,
1429
+ 0,
1430
+ 0,
1431
+ 0,
1432
+ 0,
1433
+ 0,
1434
+ 0,
1435
+ 0,
1436
+ 0,
1437
+ 0,
1438
+ 0,
1439
+ 0,
1440
+ 0,
1441
+ 0,
1442
+ 0,
1443
+ 0,
1444
+ 0,
1445
+ 0,
1446
+ 0,
1447
+ 0,
1448
+ 0,
1449
+ 0,
1450
+ 0,
1451
+ 0,
1452
+ 0,
1453
+ 0,
1454
+ 0,
1455
+ 0,
1456
+ 0,
1457
+ 0,
1458
+ 0,
1459
+ 0,
1460
+ 0,
1461
+ 0,
1462
+ 0,
1463
+ 0,
1464
+ 0,
1465
+ 0,
1466
+ 0,
1467
+ 0,
1468
+ 0,
1469
+ 0,
1470
+ 0,
1471
+ 0,
1472
+ 0,
1473
+ 0,
1474
+ 0,
1475
+ 0,
1476
+ 0,
1477
+ 0,
1478
+ 0,
1479
+ 0,
1480
+ 0,
1481
+ 0,
1482
+ 0,
1483
+ 0,
1484
+ 0,
1485
+ 0,
1486
+ 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
+ ],
1571
+ "max": [
1572
+ 116,
1573
+ 117,
1574
+ 118,
1575
+ 117,
1576
+ 121,
1577
+ 121,
1578
+ 121,
1579
+ 121,
1580
+ 121,
1581
+ 121,
1582
+ 121,
1583
+ 120,
1584
+ 121,
1585
+ 121,
1586
+ 121,
1587
+ 121,
1588
+ 119,
1589
+ 120,
1590
+ 122,
1591
+ 122,
1592
+ 121,
1593
+ 121,
1594
+ 121,
1595
+ 122,
1596
+ 122,
1597
+ 122,
1598
+ 122,
1599
+ 122,
1600
+ 122,
1601
+ 121,
1602
+ 121,
1603
+ 122,
1604
+ 121,
1605
+ 121,
1606
+ 121,
1607
+ 122,
1608
+ 121,
1609
+ 121,
1610
+ 121,
1611
+ 121,
1612
+ 121,
1613
+ 121,
1614
+ 121,
1615
+ 121,
1616
+ 121,
1617
+ 121,
1618
+ 120,
1619
+ 122,
1620
+ 121,
1621
+ 121,
1622
+ 119,
1623
+ 121,
1624
+ 120,
1625
+ 120,
1626
+ 120,
1627
+ 121,
1628
+ 121,
1629
+ 121,
1630
+ 122,
1631
+ 121,
1632
+ 120,
1633
+ 121,
1634
+ 119,
1635
+ 119,
1636
+ 120,
1637
+ 120,
1638
+ 116,
1639
+ 116,
1640
+ 116,
1641
+ 121,
1642
+ 116,
1643
+ 121,
1644
+ 114,
1645
+ 115,
1646
+ 119,
1647
+ 111,
1648
+ 119,
1649
+ 104,
1650
+ 120,
1651
+ 101,
1652
+ 103,
1653
+ 114,
1654
+ 116,
1655
+ 114,
1656
+ 100,
1657
+ 0,
1658
+ 0,
1659
+ 0,
1660
+ 0,
1661
+ 0,
1662
+ 0,
1663
+ 0,
1664
+ 0,
1665
+ 0,
1666
+ 0,
1667
+ 0,
1668
+ 0,
1669
+ 0,
1670
+ 0,
1671
+ 0,
1672
+ 0,
1673
+ 0,
1674
+ 0,
1675
+ 0,
1676
+ 0,
1677
+ 0,
1678
+ 0,
1679
+ 0,
1680
+ 0,
1681
+ 0,
1682
+ 0,
1683
+ 0,
1684
+ 0,
1685
+ 0,
1686
+ 0,
1687
+ 0,
1688
+ 0,
1689
+ 0,
1690
+ 0,
1691
+ 0,
1692
+ 0,
1693
+ 0,
1694
+ 0,
1695
+ 0,
1696
+ 0,
1697
+ 0,
1698
+ 0,
1699
+ 0,
1700
+ 0,
1701
+ 0,
1702
+ 0,
1703
+ 0,
1704
+ 0,
1705
+ 0,
1706
+ 0,
1707
+ 0,
1708
+ 0,
1709
+ 0,
1710
+ 0,
1711
+ 0,
1712
+ 0,
1713
+ 0,
1714
+ 0,
1715
+ 0,
1716
+ 0,
1717
+ 0,
1718
+ 0,
1719
+ 0,
1720
+ 0,
1721
+ 0,
1722
+ 0,
1723
+ 0,
1724
+ 0,
1725
+ 0,
1726
+ 0,
1727
+ 0,
1728
+ 0,
1729
+ 0,
1730
+ 0,
1731
+ 0,
1732
+ 0,
1733
+ 0,
1734
+ 0,
1735
+ 0,
1736
+ 0,
1737
+ 0,
1738
+ 0,
1739
+ 0,
1740
+ 0,
1741
+ 0,
1742
+ 0,
1743
+ 0,
1744
+ 0,
1745
+ 0,
1746
+ 0,
1747
+ 0,
1748
+ 0,
1749
+ 0,
1750
+ 0,
1751
+ 0,
1752
+ 0,
1753
+ 0,
1754
+ 0,
1755
+ 0,
1756
+ 0,
1757
+ 0,
1758
+ 0,
1759
+ 0,
1760
+ 0,
1761
+ 0,
1762
+ 0,
1763
+ 0,
1764
+ 0,
1765
+ 0,
1766
+ 0,
1767
+ 0,
1768
+ 0,
1769
+ 0,
1770
+ 0,
1771
+ 0,
1772
+ 0,
1773
+ 0,
1774
+ 0,
1775
+ 0,
1776
+ 0,
1777
+ 0,
1778
+ 0,
1779
+ 0,
1780
+ 0,
1781
+ 0,
1782
+ 0,
1783
+ 0,
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 0,
1788
+ 0,
1789
+ 0,
1790
+ 0,
1791
+ 0,
1792
+ 0,
1793
+ 0,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 0,
1798
+ 0,
1799
+ 0,
1800
+ 0,
1801
+ 0,
1802
+ 0,
1803
+ 0,
1804
+ 0,
1805
+ 0,
1806
+ 0,
1807
+ 0,
1808
+ 0,
1809
+ 0,
1810
+ 0,
1811
+ 0,
1812
+ 0,
1813
+ 0,
1814
+ 0,
1815
+ 0,
1816
+ 0,
1817
+ 0,
1818
+ 0,
1819
+ 0,
1820
+ 0,
1821
+ 0,
1822
+ 0,
1823
+ 0,
1824
+ 0,
1825
+ 0,
1826
+ 0,
1827
+ 0,
1828
+ 0,
1829
+ 0,
1830
+ 0,
1831
+ 0,
1832
+ 0,
1833
+ 0,
1834
+ 0,
1835
+ 0,
1836
+ 0,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ 0,
1841
+ 0,
1842
+ 0,
1843
+ 0,
1844
+ 0,
1845
+ 0,
1846
+ 0,
1847
+ 0,
1848
+ 0,
1849
+ 0,
1850
+ 0,
1851
+ 0,
1852
+ 0,
1853
+ 0,
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 0,
1863
+ 0,
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 0,
1871
+ 0,
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0,
2000
+ 0,
2001
+ 0,
2002
+ 0,
2003
+ 0,
2004
+ 0,
2005
+ 0,
2006
+ 0,
2007
+ 0,
2008
+ 0,
2009
+ 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
+ ],
2085
+ "mean": [
2086
+ 111.2606961333076,
2087
+ 111.27954706298655,
2088
+ 111.43222029209291,
2089
+ 101.2118638615454,
2090
+ 59.51727465740205,
2091
+ 89.43640223895001,
2092
+ 107.00727015376697,
2093
+ 103.19770957987518,
2094
+ 62.479637135688094,
2095
+ 86.47069420317828,
2096
+ 101.6365566492955,
2097
+ 104.07855626326963,
2098
+ 91.79527761693367,
2099
+ 88.93495464196101,
2100
+ 91.40005147011516,
2101
+ 93.41793733513478,
2102
+ 98.38364537090652,
2103
+ 94.22350897510132,
2104
+ 97.4856848742199,
2105
+ 91.96834587917391,
2106
+ 98.22087113169916,
2107
+ 88.87473460721868,
2108
+ 92.04130476741942,
2109
+ 93.58058289905424,
2110
+ 94.05758219134016,
2111
+ 91.64607862060092,
2112
+ 92.94370456153895,
2113
+ 89.9167470887216,
2114
+ 89.52641060284373,
2115
+ 88.34369169401016,
2116
+ 86.13935533680757,
2117
+ 85.94042334169723,
2118
+ 84.47642025349032,
2119
+ 85.50685195908126,
2120
+ 81.33507044972013,
2121
+ 79.27871067361514,
2122
+ 75.28263526989642,
2123
+ 75.83182139870038,
2124
+ 68.33970276008493,
2125
+ 67.79772244740397,
2126
+ 62.89011130412404,
2127
+ 59.04490767548092,
2128
+ 54.007591841986745,
2129
+ 48.72637200025735,
2130
+ 46.2530399536769,
2131
+ 42.538699092839224,
2132
+ 38.95522099980699,
2133
+ 35.832143086920155,
2134
+ 32.95123206588175,
2135
+ 31.915009972334815,
2136
+ 27.27304896094705,
2137
+ 25.679212507237985,
2138
+ 21.088142572219006,
2139
+ 19.619893199511033,
2140
+ 18.18355529820498,
2141
+ 15.3417615646915,
2142
+ 13.177378884385254,
2143
+ 10.217203885993696,
2144
+ 8.306440198159944,
2145
+ 6.89442192626906,
2146
+ 6.818632181689506,
2147
+ 5.707070707070707,
2148
+ 5.044907675480924,
2149
+ 4.248471980956057,
2150
+ 4.181046130090716,
2151
+ 3.204207681914688,
2152
+ 2.447983014861996,
2153
+ 2.6148748632825067,
2154
+ 2.203242617255356,
2155
+ 1.878144502348324,
2156
+ 1.346586887988162,
2157
+ 1.2819918934568617,
2158
+ 0.7029530978575564,
2159
+ 0.7881361384546098,
2160
+ 0.7969503956765104,
2161
+ 0.5971176735507946,
2162
+ 0.8076947822170752,
2163
+ 0.2566428617384031,
2164
+ 0.42334169722704756,
2165
+ 0.3387376954255935,
2166
+ 0.3880203306954899,
2167
+ 0.4418066010422698,
2168
+ 0.43402174612365696,
2169
+ 0.08801389693109438,
2170
+ 0.07720517274657403,
2171
+ 0.0,
2172
+ 0.0,
2173
+ 0.0,
2174
+ 0.0,
2175
+ 0.0,
2176
+ 0.0,
2177
+ 0.0,
2178
+ 0.0,
2179
+ 0.0,
2180
+ 0.0,
2181
+ 0.0,
2182
+ 0.0,
2183
+ 0.0,
2184
+ 0.0,
2185
+ 0.0,
2186
+ 0.0,
2187
+ 0.0,
2188
+ 0.0,
2189
+ 0.0,
2190
+ 0.0,
2191
+ 0.0,
2192
+ 0.0,
2193
+ 0.0,
2194
+ 0.0,
2195
+ 0.0,
2196
+ 0.0,
2197
+ 0.0,
2198
+ 0.0,
2199
+ 0.0,
2200
+ 0.0,
2201
+ 0.0,
2202
+ 0.0,
2203
+ 0.0,
2204
+ 0.0,
2205
+ 0.0,
2206
+ 0.0,
2207
+ 0.0,
2208
+ 0.0,
2209
+ 0.0,
2210
+ 0.0,
2211
+ 0.0,
2212
+ 0.0,
2213
+ 0.0,
2214
+ 0.0,
2215
+ 0.0,
2216
+ 0.0,
2217
+ 0.0,
2218
+ 0.0,
2219
+ 0.0,
2220
+ 0.0,
2221
+ 0.0,
2222
+ 0.0,
2223
+ 0.0,
2224
+ 0.0,
2225
+ 0.0,
2226
+ 0.0,
2227
+ 0.0,
2228
+ 0.0,
2229
+ 0.0,
2230
+ 0.0,
2231
+ 0.0,
2232
+ 0.0,
2233
+ 0.0,
2234
+ 0.0,
2235
+ 0.0,
2236
+ 0.0,
2237
+ 0.0,
2238
+ 0.0,
2239
+ 0.0,
2240
+ 0.0,
2241
+ 0.0,
2242
+ 0.0,
2243
+ 0.0,
2244
+ 0.0,
2245
+ 0.0,
2246
+ 0.0,
2247
+ 0.0,
2248
+ 0.0,
2249
+ 0.0,
2250
+ 0.0,
2251
+ 0.0,
2252
+ 0.0,
2253
+ 0.0,
2254
+ 0.0,
2255
+ 0.0,
2256
+ 0.0,
2257
+ 0.0,
2258
+ 0.0,
2259
+ 0.0,
2260
+ 0.0,
2261
+ 0.0,
2262
+ 0.0,
2263
+ 0.0,
2264
+ 0.0,
2265
+ 0.0,
2266
+ 0.0,
2267
+ 0.0,
2268
+ 0.0,
2269
+ 0.0,
2270
+ 0.0,
2271
+ 0.0,
2272
+ 0.0,
2273
+ 0.0,
2274
+ 0.0,
2275
+ 0.0,
2276
+ 0.0,
2277
+ 0.0,
2278
+ 0.0,
2279
+ 0.0,
2280
+ 0.0,
2281
+ 0.0,
2282
+ 0.0,
2283
+ 0.0,
2284
+ 0.0,
2285
+ 0.0,
2286
+ 0.0,
2287
+ 0.0,
2288
+ 0.0,
2289
+ 0.0,
2290
+ 0.0,
2291
+ 0.0,
2292
+ 0.0,
2293
+ 0.0,
2294
+ 0.0,
2295
+ 0.0,
2296
+ 0.0,
2297
+ 0.0,
2298
+ 0.0,
2299
+ 0.0,
2300
+ 0.0,
2301
+ 0.0,
2302
+ 0.0,
2303
+ 0.0,
2304
+ 0.0,
2305
+ 0.0,
2306
+ 0.0,
2307
+ 0.0,
2308
+ 0.0,
2309
+ 0.0,
2310
+ 0.0,
2311
+ 0.0,
2312
+ 0.0,
2313
+ 0.0,
2314
+ 0.0,
2315
+ 0.0,
2316
+ 0.0,
2317
+ 0.0,
2318
+ 0.0,
2319
+ 0.0,
2320
+ 0.0,
2321
+ 0.0,
2322
+ 0.0,
2323
+ 0.0,
2324
+ 0.0,
2325
+ 0.0,
2326
+ 0.0,
2327
+ 0.0,
2328
+ 0.0,
2329
+ 0.0,
2330
+ 0.0,
2331
+ 0.0,
2332
+ 0.0,
2333
+ 0.0,
2334
+ 0.0,
2335
+ 0.0,
2336
+ 0.0,
2337
+ 0.0,
2338
+ 0.0,
2339
+ 0.0,
2340
+ 0.0,
2341
+ 0.0,
2342
+ 0.0,
2343
+ 0.0,
2344
+ 0.0,
2345
+ 0.0,
2346
+ 0.0,
2347
+ 0.0,
2348
+ 0.0,
2349
+ 0.0,
2350
+ 0.0,
2351
+ 0.0,
2352
+ 0.0,
2353
+ 0.0,
2354
+ 0.0,
2355
+ 0.0,
2356
+ 0.0,
2357
+ 0.0,
2358
+ 0.0,
2359
+ 0.0,
2360
+ 0.0,
2361
+ 0.0,
2362
+ 0.0,
2363
+ 0.0,
2364
+ 0.0,
2365
+ 0.0,
2366
+ 0.0,
2367
+ 0.0,
2368
+ 0.0,
2369
+ 0.0,
2370
+ 0.0,
2371
+ 0.0,
2372
+ 0.0,
2373
+ 0.0,
2374
+ 0.0,
2375
+ 0.0,
2376
+ 0.0,
2377
+ 0.0,
2378
+ 0.0,
2379
+ 0.0,
2380
+ 0.0,
2381
+ 0.0,
2382
+ 0.0,
2383
+ 0.0,
2384
+ 0.0,
2385
+ 0.0,
2386
+ 0.0,
2387
+ 0.0,
2388
+ 0.0,
2389
+ 0.0,
2390
+ 0.0,
2391
+ 0.0,
2392
+ 0.0,
2393
+ 0.0,
2394
+ 0.0,
2395
+ 0.0,
2396
+ 0.0,
2397
+ 0.0,
2398
+ 0.0,
2399
+ 0.0,
2400
+ 0.0,
2401
+ 0.0,
2402
+ 0.0,
2403
+ 0.0,
2404
+ 0.0,
2405
+ 0.0,
2406
+ 0.0,
2407
+ 0.0,
2408
+ 0.0,
2409
+ 0.0,
2410
+ 0.0,
2411
+ 0.0,
2412
+ 0.0,
2413
+ 0.0,
2414
+ 0.0,
2415
+ 0.0,
2416
+ 0.0,
2417
+ 0.0,
2418
+ 0.0,
2419
+ 0.0,
2420
+ 0.0,
2421
+ 0.0,
2422
+ 0.0,
2423
+ 0.0,
2424
+ 0.0,
2425
+ 0.0,
2426
+ 0.0,
2427
+ 0.0,
2428
+ 0.0,
2429
+ 0.0,
2430
+ 0.0,
2431
+ 0.0,
2432
+ 0.0,
2433
+ 0.0,
2434
+ 0.0,
2435
+ 0.0,
2436
+ 0.0,
2437
+ 0.0,
2438
+ 0.0,
2439
+ 0.0,
2440
+ 0.0,
2441
+ 0.0,
2442
+ 0.0,
2443
+ 0.0,
2444
+ 0.0,
2445
+ 0.0,
2446
+ 0.0,
2447
+ 0.0,
2448
+ 0.0,
2449
+ 0.0,
2450
+ 0.0,
2451
+ 0.0,
2452
+ 0.0,
2453
+ 0.0,
2454
+ 0.0,
2455
+ 0.0,
2456
+ 0.0,
2457
+ 0.0,
2458
+ 0.0,
2459
+ 0.0,
2460
+ 0.0,
2461
+ 0.0,
2462
+ 0.0,
2463
+ 0.0,
2464
+ 0.0,
2465
+ 0.0,
2466
+ 0.0,
2467
+ 0.0,
2468
+ 0.0,
2469
+ 0.0,
2470
+ 0.0,
2471
+ 0.0,
2472
+ 0.0,
2473
+ 0.0,
2474
+ 0.0,
2475
+ 0.0,
2476
+ 0.0,
2477
+ 0.0,
2478
+ 0.0,
2479
+ 0.0,
2480
+ 0.0,
2481
+ 0.0,
2482
+ 0.0,
2483
+ 0.0,
2484
+ 0.0,
2485
+ 0.0,
2486
+ 0.0,
2487
+ 0.0,
2488
+ 0.0,
2489
+ 0.0,
2490
+ 0.0,
2491
+ 0.0,
2492
+ 0.0,
2493
+ 0.0,
2494
+ 0.0,
2495
+ 0.0,
2496
+ 0.0,
2497
+ 0.0,
2498
+ 0.0,
2499
+ 0.0,
2500
+ 0.0,
2501
+ 0.0,
2502
+ 0.0,
2503
+ 0.0,
2504
+ 0.0,
2505
+ 0.0,
2506
+ 0.0,
2507
+ 0.0,
2508
+ 0.0,
2509
+ 0.0,
2510
+ 0.0,
2511
+ 0.0,
2512
+ 0.0,
2513
+ 0.0,
2514
+ 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
+ ],
2599
+ "std": [
2600
+ 2.8369404842298125,
2601
+ 4.615892532884786,
2602
+ 7.271777339708204,
2603
+ 7.750638762650587,
2604
+ 35.55275153062476,
2605
+ 37.90247687898411,
2606
+ 11.956531368981786,
2607
+ 9.03145773829796,
2608
+ 36.29551348821141,
2609
+ 35.73396414985057,
2610
+ 20.670336557236524,
2611
+ 14.052399349533568,
2612
+ 29.15992788766835,
2613
+ 32.528418369444964,
2614
+ 33.913976275016715,
2615
+ 31.63985910987532,
2616
+ 24.582690016285994,
2617
+ 26.82627817858663,
2618
+ 25.987271102168677,
2619
+ 30.503143603280225,
2620
+ 26.36945298126409,
2621
+ 33.43620788844371,
2622
+ 32.66219701088359,
2623
+ 31.555456260131066,
2624
+ 31.332936487956157,
2625
+ 33.16362519479336,
2626
+ 32.58811022995161,
2627
+ 34.07300187886935,
2628
+ 35.24194452758364,
2629
+ 35.96225511951744,
2630
+ 37.682571636372046,
2631
+ 38.110713499408305,
2632
+ 39.453844863879375,
2633
+ 39.93481549391295,
2634
+ 41.961549046077685,
2635
+ 43.37644332037724,
2636
+ 45.11552962703186,
2637
+ 46.60685111108297,
2638
+ 48.27606332865097,
2639
+ 49.25609380343179,
2640
+ 50.21911988413426,
2641
+ 51.306344945028485,
2642
+ 51.883868996737036,
2643
+ 51.25647875066474,
2644
+ 51.526485334994796,
2645
+ 50.90599268137918,
2646
+ 50.03344492568379,
2647
+ 48.87323007519837,
2648
+ 48.08806515969083,
2649
+ 48.116812125239875,
2650
+ 45.10346336511368,
2651
+ 44.86058995679871,
2652
+ 41.11340244132226,
2653
+ 40.58167932665132,
2654
+ 39.833885368083564,
2655
+ 36.87979203894243,
2656
+ 34.96197138676217,
2657
+ 30.741586604972124,
2658
+ 28.009992869150956,
2659
+ 25.780895152658246,
2660
+ 25.881409802386763,
2661
+ 23.8325579525844,
2662
+ 22.14698934109653,
2663
+ 20.630576605226594,
2664
+ 20.649834277232078,
2665
+ 17.914574656582534,
2666
+ 15.515980588520264,
2667
+ 16.632566236092178,
2668
+ 15.033542364825541,
2669
+ 13.968777984921871,
2670
+ 11.640074849296646,
2671
+ 11.684179178532247,
2672
+ 8.18196647123081,
2673
+ 9.338361800299543,
2674
+ 9.450940909749136,
2675
+ 7.5626919408026065,
2676
+ 9.575565231780258,
2677
+ 4.642208854063814,
2678
+ 6.7612400744453955,
2679
+ 5.654087255950999,
2680
+ 6.183769453748943,
2681
+ 7.039137079103956,
2682
+ 6.929169356808709,
2683
+ 3.166360340215855,
2684
+ 2.777509070364791,
2685
+ 0.0,
2686
+ 0.0,
2687
+ 0.0,
2688
+ 0.0,
2689
+ 0.0,
2690
+ 0.0,
2691
+ 0.0,
2692
+ 0.0,
2693
+ 0.0,
2694
+ 0.0,
2695
+ 0.0,
2696
+ 0.0,
2697
+ 0.0,
2698
+ 0.0,
2699
+ 0.0,
2700
+ 0.0,
2701
+ 0.0,
2702
+ 0.0,
2703
+ 0.0,
2704
+ 0.0,
2705
+ 0.0,
2706
+ 0.0,
2707
+ 0.0,
2708
+ 0.0,
2709
+ 0.0,
2710
+ 0.0,
2711
+ 0.0,
2712
+ 0.0,
2713
+ 0.0,
2714
+ 0.0,
2715
+ 0.0,
2716
+ 0.0,
2717
+ 0.0,
2718
+ 0.0,
2719
+ 0.0,
2720
+ 0.0,
2721
+ 0.0,
2722
+ 0.0,
2723
+ 0.0,
2724
+ 0.0,
2725
+ 0.0,
2726
+ 0.0,
2727
+ 0.0,
2728
+ 0.0,
2729
+ 0.0,
2730
+ 0.0,
2731
+ 0.0,
2732
+ 0.0,
2733
+ 0.0,
2734
+ 0.0,
2735
+ 0.0,
2736
+ 0.0,
2737
+ 0.0,
2738
+ 0.0,
2739
+ 0.0,
2740
+ 0.0,
2741
+ 0.0,
2742
+ 0.0,
2743
+ 0.0,
2744
+ 0.0,
2745
+ 0.0,
2746
+ 0.0,
2747
+ 0.0,
2748
+ 0.0,
2749
+ 0.0,
2750
+ 0.0,
2751
+ 0.0,
2752
+ 0.0,
2753
+ 0.0,
2754
+ 0.0,
2755
+ 0.0,
2756
+ 0.0,
2757
+ 0.0,
2758
+ 0.0,
2759
+ 0.0,
2760
+ 0.0,
2761
+ 0.0,
2762
+ 0.0,
2763
+ 0.0,
2764
+ 0.0,
2765
+ 0.0,
2766
+ 0.0,
2767
+ 0.0,
2768
+ 0.0,
2769
+ 0.0,
2770
+ 0.0,
2771
+ 0.0,
2772
+ 0.0,
2773
+ 0.0,
2774
+ 0.0,
2775
+ 0.0,
2776
+ 0.0,
2777
+ 0.0,
2778
+ 0.0,
2779
+ 0.0,
2780
+ 0.0,
2781
+ 0.0,
2782
+ 0.0,
2783
+ 0.0,
2784
+ 0.0,
2785
+ 0.0,
2786
+ 0.0,
2787
+ 0.0,
2788
+ 0.0,
2789
+ 0.0,
2790
+ 0.0,
2791
+ 0.0,
2792
+ 0.0,
2793
+ 0.0,
2794
+ 0.0,
2795
+ 0.0,
2796
+ 0.0,
2797
+ 0.0,
2798
+ 0.0,
2799
+ 0.0,
2800
+ 0.0,
2801
+ 0.0,
2802
+ 0.0,
2803
+ 0.0,
2804
+ 0.0,
2805
+ 0.0,
2806
+ 0.0,
2807
+ 0.0,
2808
+ 0.0,
2809
+ 0.0,
2810
+ 0.0,
2811
+ 0.0,
2812
+ 0.0,
2813
+ 0.0,
2814
+ 0.0,
2815
+ 0.0,
2816
+ 0.0,
2817
+ 0.0,
2818
+ 0.0,
2819
+ 0.0,
2820
+ 0.0,
2821
+ 0.0,
2822
+ 0.0,
2823
+ 0.0,
2824
+ 0.0,
2825
+ 0.0,
2826
+ 0.0,
2827
+ 0.0,
2828
+ 0.0,
2829
+ 0.0,
2830
+ 0.0,
2831
+ 0.0,
2832
+ 0.0,
2833
+ 0.0,
2834
+ 0.0,
2835
+ 0.0,
2836
+ 0.0,
2837
+ 0.0,
2838
+ 0.0,
2839
+ 0.0,
2840
+ 0.0,
2841
+ 0.0,
2842
+ 0.0,
2843
+ 0.0,
2844
+ 0.0,
2845
+ 0.0,
2846
+ 0.0,
2847
+ 0.0,
2848
+ 0.0,
2849
+ 0.0,
2850
+ 0.0,
2851
+ 0.0,
2852
+ 0.0,
2853
+ 0.0,
2854
+ 0.0,
2855
+ 0.0,
2856
+ 0.0,
2857
+ 0.0,
2858
+ 0.0,
2859
+ 0.0,
2860
+ 0.0,
2861
+ 0.0,
2862
+ 0.0,
2863
+ 0.0,
2864
+ 0.0,
2865
+ 0.0,
2866
+ 0.0,
2867
+ 0.0,
2868
+ 0.0,
2869
+ 0.0,
2870
+ 0.0,
2871
+ 0.0,
2872
+ 0.0,
2873
+ 0.0,
2874
+ 0.0,
2875
+ 0.0,
2876
+ 0.0,
2877
+ 0.0,
2878
+ 0.0,
2879
+ 0.0,
2880
+ 0.0,
2881
+ 0.0,
2882
+ 0.0,
2883
+ 0.0,
2884
+ 0.0,
2885
+ 0.0,
2886
+ 0.0,
2887
+ 0.0,
2888
+ 0.0,
2889
+ 0.0,
2890
+ 0.0,
2891
+ 0.0,
2892
+ 0.0,
2893
+ 0.0,
2894
+ 0.0,
2895
+ 0.0,
2896
+ 0.0,
2897
+ 0.0,
2898
+ 0.0,
2899
+ 0.0,
2900
+ 0.0,
2901
+ 0.0,
2902
+ 0.0,
2903
+ 0.0,
2904
+ 0.0,
2905
+ 0.0,
2906
+ 0.0,
2907
+ 0.0,
2908
+ 0.0,
2909
+ 0.0,
2910
+ 0.0,
2911
+ 0.0,
2912
+ 0.0,
2913
+ 0.0,
2914
+ 0.0,
2915
+ 0.0,
2916
+ 0.0,
2917
+ 0.0,
2918
+ 0.0,
2919
+ 0.0,
2920
+ 0.0,
2921
+ 0.0,
2922
+ 0.0,
2923
+ 0.0,
2924
+ 0.0,
2925
+ 0.0,
2926
+ 0.0,
2927
+ 0.0,
2928
+ 0.0,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0,
3028
+ 0.0,
3029
+ 0.0,
3030
+ 0.0,
3031
+ 0.0,
3032
+ 0.0,
3033
+ 0.0,
3034
+ 0.0,
3035
+ 0.0,
3036
+ 0.0,
3037
+ 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
+ ],
3113
+ "count": [
3114
+ 15543
3115
+ ]
3116
+ },
3117
+ "observation.panda.base_orientation": {
3118
+ "min": [
3119
+ 0.0
3120
+ ],
3121
+ "max": [
3122
+ 0.0
3123
+ ],
3124
+ "mean": [
3125
+ 0.0
3126
+ ],
3127
+ "std": [
3128
+ 0.0
3129
+ ],
3130
+ "count": [
3131
+ 15543
3132
+ ]
3133
+ },
3134
+ "observation.kinova3.ee_error": {
3135
+ "min": [
3136
+ -0.007209181785583496,
3137
+ -0.0014860518276691437,
3138
+ -8.828938007354736e-06,
3139
+ 5.7207482313970104e-05,
3140
+ -8.674389391671866e-05,
3141
+ 0.0,
3142
+ -0.012525251135230064
3143
+ ],
3144
+ "max": [
3145
+ -2.086162567138672e-06,
3146
+ 0.0014638565480709076,
3147
+ 0.001117423176765442,
3148
+ 0.06102913245558739,
3149
+ 3.5546858271118253e-05,
3150
+ 0.0018656253814697266,
3151
+ 0.01237589493393898
3152
+ ],
3153
+ "mean": [
3154
+ -6.916367374814434e-05,
3155
+ -4.0702657760716654e-07,
3156
+ 5.299759029112444e-06,
3157
+ 0.0006613212419178502,
3158
+ 2.1399231422378e-06,
3159
+ 1.0719371623088824e-05,
3160
+ -1.0719925841344898e-05
3161
+ ],
3162
+ "std": [
3163
+ 0.0005355074840724148,
3164
+ 9.434623404523711e-05,
3165
+ 8.24952267846417e-05,
3166
+ 0.004514596225534107,
3167
+ 1.4364119142772862e-05,
3168
+ 0.00011321289933447203,
3169
+ 0.0007939383570970704
3170
+ ],
3171
+ "count": [
3172
+ 15543
3173
+ ]
3174
+ },
3175
+ "observation.kuka_iiwa.base_orientation": {
3176
+ "min": [
3177
+ 0.0
3178
+ ],
3179
+ "max": [
3180
+ 0.0
3181
+ ],
3182
+ "mean": [
3183
+ 0.0
3184
+ ],
3185
+ "std": [
3186
+ 0.0
3187
+ ],
3188
+ "count": [
3189
+ 15543
3190
+ ]
3191
+ },
3192
+ "observation.panda.ee_error": {
3193
+ "min": [
3194
+ -0.007336616516113281,
3195
+ -0.003123663365840912,
3196
+ -0.0013730227947235107,
3197
+ -0.009282668121159077,
3198
+ -0.03808439150452614,
3199
+ 0.0,
3200
+ -0.001989364856854081
3201
+ ],
3202
+ "max": [
3203
+ 0.0009346604347229004,
3204
+ 0.0016079545021057129,
3205
+ 0.010408714413642883,
3206
+ 0.017192699015140533,
3207
+ 4.6272507461253554e-05,
3208
+ 0.0009299516677856445,
3209
+ 0.022075293585658073
3210
+ ],
3211
+ "mean": [
3212
+ -4.520748389069115e-06,
3213
+ -4.824710563773198e-06,
3214
+ -1.6037745308261724e-06,
3215
+ 5.767835888639572e-05,
3216
+ -0.00018709368485945814,
3217
+ 2.124108135989144e-06,
3218
+ 0.00018139795443294375
3219
+ ],
3220
+ "std": [
3221
+ 0.00013475860018708237,
3222
+ 9.815029274156774e-05,
3223
+ 0.00016131870160370238,
3224
+ 0.00091927842190757,
3225
+ 0.0014692587294417028,
3226
+ 2.6481480214364438e-05,
3227
+ 0.0010869139521386393
3228
+ ],
3229
+ "count": [
3230
+ 15543
3231
+ ]
3232
+ },
3233
+ "observation.kinova3.ee_pose": {
3234
+ "min": [
3235
+ 0.19100330770015717,
3236
+ -0.30510038137435913,
3237
+ 0.08388258516788483,
3238
+ -0.06102913245558739,
3239
+ -3.5546858271118253e-05,
3240
+ 0.9981343746185303,
3241
+ -0.01237589493393898
3242
+ ],
3243
+ "max": [
3244
+ 0.6190748810768127,
3245
+ 0.3455575406551361,
3246
+ 0.08500883728265762,
3247
+ -5.7207482313970104e-05,
3248
+ 8.674389391671866e-05,
3249
+ 1.0,
3250
+ 0.012525251135230064
3251
+ ],
3252
+ "mean": [
3253
+ 0.4015582137129554,
3254
+ -0.002643402551896734,
3255
+ 0.08499470800218883,
3256
+ -0.0006613212419178502,
3257
+ -2.1399231422378e-06,
3258
+ 0.99998928121501,
3259
+ 1.0719925841344898e-05
3260
+ ],
3261
+ "std": [
3262
+ 0.10603785032508121,
3263
+ 0.1384296171910589,
3264
+ 8.249521145875157e-05,
3265
+ 0.004514596225534107,
3266
+ 1.4364119142772862e-05,
3267
+ 0.00011321093304959577,
3268
+ 0.0007939383570970704
3269
+ ],
3270
+ "count": [
3271
+ 15543
3272
+ ]
3273
+ },
3274
+ "observation.kinova3.base_position": {
3275
+ "min": [
3276
+ 0.0,
3277
+ 0.0,
3278
+ 0.0
3279
+ ],
3280
+ "max": [
3281
+ 0.0,
3282
+ 0.0,
3283
+ 0.0
3284
+ ],
3285
+ "mean": [
3286
+ 0.0,
3287
+ 0.0,
3288
+ 0.0
3289
+ ],
3290
+ "std": [
3291
+ 0.0,
3292
+ 0.0,
3293
+ 0.0
3294
+ ],
3295
+ "count": [
3296
+ 15543
3297
+ ]
3298
+ },
3299
+ "observation.ur5e.joints": {
3300
+ "min": [
3301
+ -4.120589256286621,
3302
+ -1.2956700325012207,
3303
+ 1.5883344411849976,
3304
+ -3.6008687019348145,
3305
+ -1.5713857412338257,
3306
+ -5.690816402435303,
3307
+ 1.0
3308
+ ],
3309
+ "max": [
3310
+ 3.851078987121582,
3311
+ -0.7827432751655579,
3312
+ 3.0794456005096436,
3313
+ -2.376436471939087,
3314
+ -1.570581078529358,
3315
+ 2.280054807662964,
3316
+ 1.0
3317
+ ],
3318
+ "mean": [
3319
+ 2.739686221733736,
3320
+ -1.1320777004047196,
3321
+ 2.379183086014113,
3322
+ -2.8178578614344936,
3323
+ -1.5707020262819624,
3324
+ 1.1687730148713622,
3325
+ 1.0
3326
+ ],
3327
+ "std": [
3328
+ 0.6242768780473873,
3329
+ 0.11524856157240657,
3330
+ 0.29494449538065526,
3331
+ 0.18590814730929456,
3332
+ 4.1208241448109006e-05,
3333
+ 0.6242144537822414,
3334
+ 0.0
3335
+ ],
3336
+ "count": [
3337
+ 15543
3338
+ ]
3339
+ },
3340
+ "observation.google_robot.ee_pose": {
3341
+ "min": [
3342
+ 0.2409927099943161,
3343
+ -0.305093377828598,
3344
+ 0.0849858820438385,
3345
+ -0.0001949189609149471,
3346
+ -1.9876079022651538e-05,
3347
+ 0.9999997615814209,
3348
+ -0.0002897301164921373
3349
+ ],
3350
+ "max": [
3351
+ 0.6690582036972046,
3352
+ 0.3455483019351959,
3353
+ 0.08503358066082001,
3354
+ 0.0006159072509035468,
3355
+ 0.00016711010539438576,
3356
+ 1.0,
3357
+ 0.00030248265829868615
3358
+ ],
3359
+ "mean": [
3360
+ 0.45148595399257724,
3361
+ -0.002642580229264884,
3362
+ 0.08500144126583141,
3363
+ 7.15089468900184e-05,
3364
+ 5.4777235826812865e-05,
3365
+ 0.9999999998082589,
3366
+ 1.5281498218577005e-06
3367
+ ],
3368
+ "std": [
3369
+ 0.10615092422701504,
3370
+ 0.13842195699528528,
3371
+ 2.188759302157022e-06,
3372
+ 9.020182009317436e-05,
3373
+ 2.580384123359669e-05,
3374
+ 9.069156380798696e-09,
3375
+ 6.425090564613719e-05
3376
+ ],
3377
+ "count": [
3378
+ 15543
3379
+ ]
3380
+ },
3381
+ "observation.kuka_iiwa.ee_pose": {
3382
+ "min": [
3383
+ 0.24128495156764984,
3384
+ -0.3050956428050995,
3385
+ 0.06112373620271683,
3386
+ -0.3092562258243561,
3387
+ -3.6794855986954644e-05,
3388
+ 0.95094895362854,
3389
+ -0.11687330156564713
3390
+ ],
3391
+ "max": [
3392
+ 0.6690653562545776,
3393
+ 0.345551460981369,
3394
+ 0.08500923961400986,
3395
+ 5.3798365115653723e-05,
3396
+ 2.318020779057406e-05,
3397
+ 1.0,
3398
+ 0.11692976206541061
3399
+ ],
3400
+ "mean": [
3401
+ 0.45480911148098346,
3402
+ -0.0026445756228288125,
3403
+ 0.08340139662901928,
3404
+ -0.022967440408244687,
3405
+ -4.592328396621933e-06,
3406
+ 0.997933018792744,
3407
+ -6.489715541113145e-06
3408
+ ],
3409
+ "std": [
3410
+ 0.1013912322059815,
3411
+ 0.13919887920418533,
3412
+ 0.004079435697946145,
3413
+ 0.05680066331180096,
3414
+ 1.1726750567350738e-05,
3415
+ 0.006763858242441616,
3416
+ 0.018169323312954202
3417
+ ],
3418
+ "count": [
3419
+ 15543
3420
+ ]
3421
+ },
3422
+ "observation.images.google_robot": {
3423
+ "min": [
3424
+ [
3425
+ [
3426
+ 0.0
3427
+ ]
3428
+ ],
3429
+ [
3430
+ [
3431
+ 0.0
3432
+ ]
3433
+ ],
3434
+ [
3435
+ [
3436
+ 0.0
3437
+ ]
3438
+ ]
3439
+ ],
3440
+ "max": [
3441
+ [
3442
+ [
3443
+ 1.0
3444
+ ]
3445
+ ],
3446
+ [
3447
+ [
3448
+ 1.0
3449
+ ]
3450
+ ],
3451
+ [
3452
+ [
3453
+ 1.0
3454
+ ]
3455
+ ]
3456
+ ],
3457
+ "mean": [
3458
+ [
3459
+ [
3460
+ 0.4323943360025743
3461
+ ]
3462
+ ],
3463
+ [
3464
+ [
3465
+ 0.5267498384375231
3466
+ ]
3467
+ ],
3468
+ [
3469
+ [
3470
+ 0.55744470622787
3471
+ ]
3472
+ ]
3473
+ ],
3474
+ "std": [
3475
+ [
3476
+ [
3477
+ 0.2954451305256075
3478
+ ]
3479
+ ],
3480
+ [
3481
+ [
3482
+ 0.1914070277238789
3483
+ ]
3484
+ ],
3485
+ [
3486
+ [
3487
+ 0.14424774207479532
3488
+ ]
3489
+ ]
3490
+ ],
3491
+ "count": [
3492
+ 15543
3493
+ ]
3494
+ },
3495
+ "observation.images.ur5e": {
3496
+ "min": [
3497
+ [
3498
+ [
3499
+ 0.0
3500
+ ]
3501
+ ],
3502
+ [
3503
+ [
3504
+ 0.0
3505
+ ]
3506
+ ],
3507
+ [
3508
+ [
3509
+ 0.0
3510
+ ]
3511
+ ]
3512
+ ],
3513
+ "max": [
3514
+ [
3515
+ [
3516
+ 1.0
3517
+ ]
3518
+ ],
3519
+ [
3520
+ [
3521
+ 1.0
3522
+ ]
3523
+ ],
3524
+ [
3525
+ [
3526
+ 1.0
3527
+ ]
3528
+ ]
3529
+ ],
3530
+ "mean": [
3531
+ [
3532
+ [
3533
+ 0.41760761066670443
3534
+ ]
3535
+ ],
3536
+ [
3537
+ [
3538
+ 0.513147071333627
3539
+ ]
3540
+ ],
3541
+ [
3542
+ [
3543
+ 0.5447395229686087
3544
+ ]
3545
+ ]
3546
+ ],
3547
+ "std": [
3548
+ [
3549
+ [
3550
+ 0.29646251499898923
3551
+ ]
3552
+ ],
3553
+ [
3554
+ [
3555
+ 0.20146277076593336
3556
+ ]
3557
+ ],
3558
+ [
3559
+ [
3560
+ 0.16107824379738572
3561
+ ]
3562
+ ]
3563
+ ],
3564
+ "count": [
3565
+ 15543
3566
+ ]
3567
+ },
3568
+ "observation.panda.joints": {
3569
+ "min": [
3570
+ -1.9451402425765991,
3571
+ 0.4680873155593872,
3572
+ -0.7456759810447693,
3573
+ -3.0717999935150146,
3574
+ -2.2472188472747803,
3575
+ 1.8858669996261597,
3576
+ -2.8973000049591064,
3577
+ 1.0
3578
+ ],
3579
+ "max": [
3580
+ 1.0590507984161377,
3581
+ 1.5882452726364136,
3582
+ 1.261311650276184,
3583
+ -1.4782394170761108,
3584
+ 0.2931801974773407,
3585
+ 3.752500057220459,
3586
+ -1.454549789428711,
3587
+ 1.0
3588
+ ],
3589
+ "mean": [
3590
+ -0.1531878036810406,
3591
+ 0.5977241120183207,
3592
+ 0.06676821763005937,
3593
+ -2.4954292882265734,
3594
+ -0.472568393454355,
3595
+ 3.04949351525296,
3596
+ -2.7951756126515725,
3597
+ 1.0
3598
+ ],
3599
+ "std": [
3600
+ 0.5034376777877838,
3601
+ 0.1371178658168162,
3602
+ 0.2557498558724502,
3603
+ 0.3160994981019326,
3604
+ 0.32728055894261865,
3605
+ 0.2772946239724212,
3606
+ 0.15073746752048836,
3607
+ 0.0
3608
+ ],
3609
+ "count": [
3610
+ 15543
3611
+ ]
3612
+ },
3613
+ "observation.jaco.base_orientation": {
3614
+ "min": [
3615
+ 0.0
3616
+ ],
3617
+ "max": [
3618
+ 0.0
3619
+ ],
3620
+ "mean": [
3621
+ 0.0
3622
+ ],
3623
+ "std": [
3624
+ 0.0
3625
+ ],
3626
+ "count": [
3627
+ 15543
3628
+ ]
3629
+ },
3630
+ "observation.google_robot.joints": {
3631
+ "min": [
3632
+ -0.3090537190437317,
3633
+ 1.5228761434555054,
3634
+ 1.181295394897461,
3635
+ -2.049999952316284,
3636
+ -1.802561640739441,
3637
+ -0.941442608833313,
3638
+ -3.342202663421631,
3639
+ 1.0
3640
+ ],
3641
+ "max": [
3642
+ 1.2614550590515137,
3643
+ 1.9886870384216309,
3644
+ 3.466435194015503,
3645
+ -0.3777291476726532,
3646
+ 0.4345299005508423,
3647
+ 1.350050449371338,
3648
+ 0.3975211977958679,
3649
+ 1.0
3650
+ ],
3651
+ "mean": [
3652
+ 0.5221757801439088,
3653
+ 1.5878390840970817,
3654
+ 2.499898801690201,
3655
+ -1.541293257123246,
3656
+ -1.4750496882712574,
3657
+ 0.6650876947648966,
3658
+ -1.095544917685002,
3659
+ 1.0
3660
+ ],
3661
+ "std": [
3662
+ 0.25313775036511466,
3663
+ 0.0691893206638474,
3664
+ 0.2395710587499925,
3665
+ 0.28756516147469807,
3666
+ 0.30149958697148527,
3667
+ 0.23725834241072466,
3668
+ 0.5160767623718527,
3669
+ 0.0
3670
+ ],
3671
+ "count": [
3672
+ 15543
3673
+ ]
3674
+ },
3675
+ "observation.kuka_iiwa.ee_error": {
3676
+ "min": [
3677
+ -0.04362376034259796,
3678
+ -0.016773253679275513,
3679
+ -9.231269359588623e-06,
3680
+ -5.3798365115653723e-05,
3681
+ -2.318020779057406e-05,
3682
+ 0.0,
3683
+ -0.11692976206541061
3684
+ ],
3685
+ "max": [
3686
+ 8.165836334228516e-06,
3687
+ 0.016814231872558594,
3688
+ 0.02387627214193344,
3689
+ 0.3092562258243561,
3690
+ 3.6794855986954644e-05,
3691
+ 0.04905104637145996,
3692
+ 0.11687330156564713
3693
+ ],
3694
+ "mean": [
3695
+ -0.0033586532697437725,
3696
+ 7.66344761334549e-07,
3697
+ 0.0015986124572986578,
3698
+ 0.022967440408244687,
3699
+ 4.592328396621933e-06,
3700
+ 0.0020669821230471412,
3701
+ 6.489715541113145e-06
3702
+ ],
3703
+ "std": [
3704
+ 0.008198290445425051,
3705
+ 0.002646991960504448,
3706
+ 0.004079435540819681,
3707
+ 0.05680066331180096,
3708
+ 1.1726750567350738e-05,
3709
+ 0.006763858902524472,
3710
+ 0.018169323312954202
3711
+ ],
3712
+ "count": [
3713
+ 15543
3714
+ ]
3715
+ },
3716
+ "frame_index": {
3717
+ "min": [
3718
+ 0
3719
+ ],
3720
+ "max": [
3721
+ 47
3722
+ ],
3723
+ "mean": [
3724
+ 9.637907739818568
3725
+ ],
3726
+ "std": [
3727
+ 8.337305151760525
3728
+ ],
3729
+ "count": [
3730
+ 15543
3731
+ ]
3732
+ },
3733
+ "task_index": {
3734
+ "min": [
3735
+ 0
3736
+ ],
3737
+ "max": [
3738
+ 946
3739
+ ],
3740
+ "mean": [
3741
+ 462.98404426429903
3742
+ ],
3743
+ "std": [
3744
+ 271.8475598594126
3745
+ ],
3746
+ "count": [
3747
+ 15543
3748
+ ]
3749
+ },
3750
+ "observation.sawyer.base_orientation": {
3751
+ "min": [
3752
+ 0.0
3753
+ ],
3754
+ "max": [
3755
+ 0.0
3756
+ ],
3757
+ "mean": [
3758
+ 0.0
3759
+ ],
3760
+ "std": [
3761
+ 0.0
3762
+ ],
3763
+ "count": [
3764
+ 15543
3765
+ ]
3766
+ },
3767
+ "observation.sawyer.joints": {
3768
+ "min": [
3769
+ -1.3941510915756226,
3770
+ -0.8805572986602783,
3771
+ -0.1648288071155548,
3772
+ 1.2838590145111084,
3773
+ -0.769527018070221,
3774
+ -0.20893077552318573,
3775
+ -0.5418148040771484,
3776
+ 1.0
3777
+ ],
3778
+ "max": [
3779
+ 0.5652108192443848,
3780
+ -0.4888593256473541,
3781
+ 0.17619749903678894,
3782
+ 2.510049343109131,
3783
+ 0.07741381227970123,
3784
+ 0.7768265008926392,
3785
+ 0.6996714472770691,
3786
+ 1.0
3787
+ ],
3788
+ "mean": [
3789
+ -0.39287012204738425,
3790
+ -0.7852827778487165,
3791
+ 0.04714473383887838,
3792
+ 2.0882213478773126,
3793
+ -0.21698633012778518,
3794
+ 0.272869455102307,
3795
+ 0.02814149392878183,
3796
+ 1.0
3797
+ ],
3798
+ "std": [
3799
+ 0.3367843992341522,
3800
+ 0.07662802110103044,
3801
+ 0.05033941401038264,
3802
+ 0.2540414266237835,
3803
+ 0.17775818271610788,
3804
+ 0.18637600343004426,
3805
+ 0.2402214596136251,
3806
+ 0.0
3807
+ ],
3808
+ "count": [
3809
+ 15543
3810
+ ]
3811
+ },
3812
+ "observation.panda.base_position": {
3813
+ "min": [
3814
+ 0.0,
3815
+ 0.0,
3816
+ 0.0
3817
+ ],
3818
+ "max": [
3819
+ 0.0,
3820
+ 0.0,
3821
+ 0.0
3822
+ ],
3823
+ "mean": [
3824
+ 0.0,
3825
+ 0.0,
3826
+ 0.0
3827
+ ],
3828
+ "std": [
3829
+ 0.0,
3830
+ 0.0,
3831
+ 0.0
3832
+ ],
3833
+ "count": [
3834
+ 15543
3835
+ ]
3836
+ },
3837
+ "observation.kinova3.joints": {
3838
+ "min": [
3839
+ -1.21602463722229,
3840
+ 0.8360806107521057,
3841
+ -1.5178793668746948,
3842
+ 0.7387182116508484,
3843
+ -1.6005367040634155,
3844
+ -1.5876967906951904,
3845
+ -0.7109326124191284,
3846
+ 1.0
3847
+ ],
3848
+ "max": [
3849
+ 1.1474171876907349,
3850
+ 1.6547478437423706,
3851
+ 0.13587771356105804,
3852
+ 2.569999933242798,
3853
+ 0.4629800021648407,
3854
+ 1.1003445386886597,
3855
+ 1.7349495887756348,
3856
+ 1.0
3857
+ ],
3858
+ "mean": [
3859
+ -0.026767665119105215,
3860
+ 0.9278021594705418,
3861
+ -0.0417142062176154,
3862
+ 1.9125431329059852,
3863
+ -0.005982738678666378,
3864
+ 0.2962359108424517,
3865
+ -0.0427891008313419,
3866
+ 1.0
3867
+ ],
3868
+ "std": [
3869
+ 0.3798018686287078,
3870
+ 0.1121127684257614,
3871
+ 0.17312942843856602,
3872
+ 0.36835534339357967,
3873
+ 0.2441965515713304,
3874
+ 0.35048312803852744,
3875
+ 0.28731103116272505,
3876
+ 0.0
3877
+ ],
3878
+ "count": [
3879
+ 15543
3880
+ ]
3881
+ },
3882
+ "observation.kuka_iiwa.base_position": {
3883
+ "min": [
3884
+ 0.0,
3885
+ 0.0,
3886
+ 0.0
3887
+ ],
3888
+ "max": [
3889
+ 0.05000000074505806,
3890
+ 0.0,
3891
+ 0.0
3892
+ ],
3893
+ "mean": [
3894
+ 0.049961397638970464,
3895
+ 0.0,
3896
+ 0.0
3897
+ ],
3898
+ "std": [
3899
+ 0.0013887545415151989,
3900
+ 0.0,
3901
+ 0.0
3902
+ ],
3903
+ "count": [
3904
+ 15543
3905
+ ]
3906
+ },
3907
+ "observation.ur5e.ee_error": {
3908
+ "min": [
3909
+ -4.51207160949707e-05,
3910
+ -5.087628960609436e-05,
3911
+ -4.059821367263794e-05,
3912
+ -3.584032674552873e-05,
3913
+ -0.0002845408162102103,
3914
+ 0.0,
3915
+ -0.0002659172751009464
3916
+ ],
3917
+ "max": [
3918
+ 9.939074516296387e-06,
3919
+ 2.3633241653442383e-05,
3920
+ -1.6391277313232422e-07,
3921
+ 0.0002922447747550905,
3922
+ 0.00011400273797335103,
3923
+ 5.960464477539063e-08,
3924
+ 0.00020286146900616586
3925
+ ],
3926
+ "mean": [
3927
+ 2.055198296188975e-06,
3928
+ 1.0010234311606305e-05,
3929
+ -1.339450739747369e-06,
3930
+ 4.3031534143269856e-06,
3931
+ 5.8438650658099785e-05,
3932
+ 4.946920975825655e-10,
3933
+ -5.1526882780970754e-05
3934
+ ],
3935
+ "std": [
3936
+ 3.5102425332114778e-06,
3937
+ 4.385720300137998e-06,
3938
+ 2.642950601897164e-06,
3939
+ 2.4409156118685558e-05,
3940
+ 3.12107231940243e-05,
3941
+ 5.407515777027142e-09,
3942
+ 2.6571126228826383e-05
3943
+ ],
3944
+ "count": [
3945
+ 15543
3946
+ ]
3947
+ },
3948
+ "observation.google_robot.base_position": {
3949
+ "min": [
3950
+ 0.05000000074505806,
3951
+ 0.0,
3952
+ 0.0
3953
+ ],
3954
+ "max": [
3955
+ 0.05000000074505806,
3956
+ 0.0,
3957
+ 0.0
3958
+ ],
3959
+ "mean": [
3960
+ 0.050000000231671206,
3961
+ 0.0,
3962
+ 0.0
3963
+ ],
3964
+ "std": [
3965
+ 1.385055760727251e-08,
3966
+ 0.0,
3967
+ 0.0
3968
+ ],
3969
+ "count": [
3970
+ 15543
3971
+ ]
3972
+ },
3973
+ "observation.sawyer.ee_pose": {
3974
+ "min": [
3975
+ 0.24099929630756378,
3976
+ -0.3050971031188965,
3977
+ 0.08499768376350403,
3978
+ -0.0001489979913458228,
3979
+ -3.498363003018312e-05,
3980
+ 1.0,
3981
+ -7.453413854818791e-05
3982
+ ],
3983
+ "max": [
3984
+ 0.6690714955329895,
3985
+ 0.34555527567863464,
3986
+ 0.08500389009714127,
3987
+ -2.4050785214058124e-05,
3988
+ 2.7090683943242766e-05,
3989
+ 1.0,
3990
+ 5.672118277288973e-06
3991
+ ],
3992
+ "mean": [
3993
+ 0.4514928965962992,
3994
+ -0.002643052232285836,
3995
+ 0.08500124589648937,
3996
+ -8.10897972860151e-05,
3997
+ -1.407140841993111e-06,
3998
+ 1.0,
3999
+ -5.234143374033629e-05
4000
+ ],
4001
+ "std": [
4002
+ 0.1061540746552731,
4003
+ 0.1384240792435042,
4004
+ 8.08902084926916e-07,
4005
+ 2.006875002416563e-05,
4006
+ 1.201107668022627e-05,
4007
+ 0.0,
4008
+ 1.5559190279986664e-05
4009
+ ],
4010
+ "count": [
4011
+ 15543
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e6ebcf7192f4dcdd3a7ad4b1b16797a1a8f33aa853edcbd3e16ba9b703fa1c
3
+ size 22773
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:fe652919a6e9d5ff92db3cf6351109cf9d83bb17e1c1a43875f94c634dcaeec6
3
+ size 132636449
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:2d25c0c981d7cfb0be34072c8a75246d32802b2e35d8d0d780f1f374c7d1fd5f
3
+ size 171391342
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:3b8fffe52fe3639f9b1e379555af7c32d167b42cbcf53ced5b67cced45311fe5
3
+ size 129881831
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:ce887639bf0fb35beb698f6fcbf366d8431b36affac0bfb005307a8b5e4d907a
3
+ size 135622133
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:c9c315a8e1cc8fc13a998158a25833ffc425fad5f35af6b9ac515fa567af419a
3
+ size 127173570
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:3b435109d3b7688eb5986379b21b2d4a9383bb0d62c8ec182abbfb936d3c34fa
3
+ size 134983393
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:3362820782167b540ec68b8dac7cfc40ca1be417e86382d62d4a2aaa38a98270
3
+ size 128198141
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:861e23974b705737bc356ff0f740d99690e562bb211b3ec0d47865f73d5c1fcd
3
+ size 132976319