GuanhuaJi commited on
Commit
2243bc0
·
verified ·
1 Parent(s): 1c3ea76

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_62000_63000_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: 15740
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_62000_63000_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,740
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_62000_63000_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: 15740
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_62000_63000_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,740
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:a70fdca287339d9a01aec612ab56e16d4ecbe97ec08b01d5f27b250d98378604
3
+ size 13258607
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b181b94ecb11ba061006471e2b70aa257a263cdf8d65944aba379dfa646591c
3
+ size 5498032
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": 15740,
6
+ "total_tasks": 953,
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
+ "episode_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 999
8
+ ],
9
+ "mean": [
10
+ 509.05927573062263
11
+ ],
12
+ "std": [
13
+ 287.53447234862466
14
+ ],
15
+ "count": [
16
+ 15740
17
+ ]
18
+ },
19
+ "observation.jaco.ee_error": {
20
+ "min": [
21
+ -0.0031422972679138184,
22
+ -0.0005795247852802277,
23
+ -0.0025257915258407593,
24
+ -0.12014366686344147,
25
+ -0.00019954871095251292,
26
+ 0.0,
27
+ -0.06079639866948128
28
+ ],
29
+ "max": [
30
+ 0.004204988479614258,
31
+ 0.00275266170501709,
32
+ 0.003034815192222595,
33
+ 0.054355792701244354,
34
+ 9.37742370297201e-05,
35
+ 0.008186042308807373,
36
+ 0.009591810405254364
37
+ ],
38
+ "mean": [
39
+ 1.1392210462169027e-07,
40
+ 3.246470920652946e-06,
41
+ -2.2871086302906567e-06,
42
+ -4.809869243083202e-05,
43
+ -1.2479361689502998e-05,
44
+ 9.239931687185542e-06,
45
+ -0.00010810193512997174
46
+ ],
47
+ "std": [
48
+ 0.00017631581905854258,
49
+ 6.462658412327219e-05,
50
+ 0.00014599007679051424,
51
+ 0.003982771895217046,
52
+ 2.0371757377443698e-05,
53
+ 0.00016714589513731266,
54
+ 0.00160806994771103
55
+ ],
56
+ "count": [
57
+ 15740
58
+ ]
59
+ },
60
+ "observation.ur5e.base_position": {
61
+ "min": [
62
+ 0.0,
63
+ 0.0,
64
+ 0.0
65
+ ],
66
+ "max": [
67
+ 0.0,
68
+ 0.0,
69
+ 0.0
70
+ ],
71
+ "mean": [
72
+ 0.0,
73
+ 0.0,
74
+ 0.0
75
+ ],
76
+ "std": [
77
+ 0.0,
78
+ 0.0,
79
+ 0.0
80
+ ],
81
+ "count": [
82
+ 15740
83
+ ]
84
+ },
85
+ "observation.ur5e.ee_error": {
86
+ "min": [
87
+ -1.741945743560791e-05,
88
+ -2.977997064590454e-05,
89
+ -3.9577484130859375e-05,
90
+ -3.624241435318254e-05,
91
+ -0.0002531068166717887,
92
+ 0.0,
93
+ -0.0002529149642214179
94
+ ],
95
+ "max": [
96
+ 9.685754776000977e-06,
97
+ 2.3640692234039307e-05,
98
+ -1.4901161193847656e-07,
99
+ 0.000263585417997092,
100
+ 0.00011283102503512055,
101
+ 5.960464477539063e-08,
102
+ 0.00014321893104352057
103
+ ],
104
+ "mean": [
105
+ 1.778773577394482e-06,
106
+ 1.0335675380362254e-05,
107
+ -1.3284574534476222e-06,
108
+ 5.615718920266433e-06,
109
+ 6.090172840854283e-05,
110
+ 2.8779879701341514e-10,
111
+ -5.258320172410721e-05
112
+ ],
113
+ "std": [
114
+ 3.4464590091048883e-06,
115
+ 4.08441613105837e-06,
116
+ 2.3527672101651833e-06,
117
+ 2.2944311022684047e-05,
118
+ 2.7623623003089292e-05,
119
+ 4.1317451243592275e-09,
120
+ 2.4624995673042017e-05
121
+ ],
122
+ "count": [
123
+ 15740
124
+ ]
125
+ },
126
+ "observation.jaco.base_orientation": {
127
+ "min": [
128
+ 0.0
129
+ ],
130
+ "max": [
131
+ 0.0
132
+ ],
133
+ "mean": [
134
+ 0.0
135
+ ],
136
+ "std": [
137
+ 0.0
138
+ ],
139
+ "count": [
140
+ 15740
141
+ ]
142
+ },
143
+ "observation.images.ur5e": {
144
+ "min": [
145
+ [
146
+ [
147
+ 0.0
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ]
160
+ ],
161
+ "max": [
162
+ [
163
+ [
164
+ 1.0
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ]
177
+ ],
178
+ "mean": [
179
+ [
180
+ [
181
+ 0.41795589252642995
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 0.5127470277667041
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.5445028280915643
192
+ ]
193
+ ]
194
+ ],
195
+ "std": [
196
+ [
197
+ [
198
+ 0.29633305266086957
199
+ ]
200
+ ],
201
+ [
202
+ [
203
+ 0.20216574225212144
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.16150800421853406
209
+ ]
210
+ ]
211
+ ],
212
+ "count": [
213
+ 15740
214
+ ]
215
+ },
216
+ "observation.kuka_iiwa.ee_pose": {
217
+ "min": [
218
+ 0.24109458923339844,
219
+ -0.30509477853775024,
220
+ 0.06118101254105568,
221
+ -0.30883175134658813,
222
+ -3.6974510294385254e-05,
223
+ 0.9511107802391052,
224
+ -0.11667373031377792
225
+ ],
226
+ "max": [
227
+ 0.6690637469291687,
228
+ 0.34552156925201416,
229
+ 0.08500928431749344,
230
+ 6.0779439081670716e-05,
231
+ 2.32604597840691e-05,
232
+ 1.0,
233
+ 0.11693426221609116
234
+ ],
235
+ "mean": [
236
+ 0.452932498266085,
237
+ 0.011490961297913993,
238
+ 0.0832968469150601,
239
+ -0.0243769507128811,
240
+ -5.720775844065748e-06,
241
+ 0.9977613581749203,
242
+ -0.00020412531799026985
243
+ ],
244
+ "std": [
245
+ 0.10211378425285718,
246
+ 0.14387012653875458,
247
+ 0.004210141711656016,
248
+ 0.058793256655595115,
249
+ 1.215490499490665e-05,
250
+ 0.006905114246440676,
251
+ 0.01933049741987659
252
+ ],
253
+ "count": [
254
+ 15740
255
+ ]
256
+ },
257
+ "observation.images.kuka_iiwa": {
258
+ "min": [
259
+ [
260
+ [
261
+ 0.0
262
+ ]
263
+ ],
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.0
272
+ ]
273
+ ]
274
+ ],
275
+ "max": [
276
+ [
277
+ [
278
+ 1.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 1.0
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 1.0
289
+ ]
290
+ ]
291
+ ],
292
+ "mean": [
293
+ [
294
+ [
295
+ 0.4263134104926739
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.5112313856811257
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.5356565815553956
306
+ ]
307
+ ]
308
+ ],
309
+ "std": [
310
+ [
311
+ [
312
+ 0.2963024303028752
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.19878514450816126
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 0.16862564970391347
323
+ ]
324
+ ]
325
+ ],
326
+ "count": [
327
+ 15740
328
+ ]
329
+ },
330
+ "observation.jaco.base_position": {
331
+ "min": [
332
+ 0.0,
333
+ 0.0,
334
+ 0.0
335
+ ],
336
+ "max": [
337
+ 0.0,
338
+ 0.0,
339
+ 0.0
340
+ ],
341
+ "mean": [
342
+ 0.0,
343
+ 0.0,
344
+ 0.0
345
+ ],
346
+ "std": [
347
+ 0.0,
348
+ 0.0,
349
+ 0.0
350
+ ],
351
+ "count": [
352
+ 15740
353
+ ]
354
+ },
355
+ "timestamp": {
356
+ "min": [
357
+ 0.0
358
+ ],
359
+ "max": [
360
+ 4.9
361
+ ],
362
+ "mean": [
363
+ 0.9998030495552733
364
+ ],
365
+ "std": [
366
+ 0.8858957444180403
367
+ ],
368
+ "count": [
369
+ 15740
370
+ ]
371
+ },
372
+ "observation.google_robot.base_position": {
373
+ "min": [
374
+ 0.05000000074505806,
375
+ 0.0,
376
+ 0.0
377
+ ],
378
+ "max": [
379
+ 0.05000000074505806,
380
+ 0.0,
381
+ 0.0
382
+ ],
383
+ "mean": [
384
+ 0.049999999586525914,
385
+ 0.0,
386
+ 0.0
387
+ ],
388
+ "std": [
389
+ 1.4786037732942769e-08,
390
+ 0.0,
391
+ 0.0
392
+ ],
393
+ "count": [
394
+ 15740
395
+ ]
396
+ },
397
+ "observation.google_robot.joints": {
398
+ "min": [
399
+ -0.11055763810873032,
400
+ 1.5228748321533203,
401
+ 0.6771978735923767,
402
+ -2.049999952316284,
403
+ -1.8044180870056152,
404
+ -1.0458208322525024,
405
+ -2.9303462505340576,
406
+ 1.0
407
+ ],
408
+ "max": [
409
+ 1.2619638442993164,
410
+ 2.333930253982544,
411
+ 3.7100000381469727,
412
+ 0.35133519768714905,
413
+ 0.3268260359764099,
414
+ 1.3500789403915405,
415
+ 0.758794367313385,
416
+ 1.0
417
+ ],
418
+ "mean": [
419
+ 0.5499913911724503,
420
+ 1.5882836149184192,
421
+ 2.5022050910483777,
422
+ -1.5402631016175963,
423
+ -1.4762672236035406,
424
+ 0.6640412477118447,
425
+ -1.0641340073561378,
426
+ 1.0
427
+ ],
428
+ "std": [
429
+ 0.257898800201765,
430
+ 0.07174861193163835,
431
+ 0.24622080850110883,
432
+ 0.2913141813738065,
433
+ 0.30276739809538894,
434
+ 0.2363371766675352,
435
+ 0.5200707185328604,
436
+ 0.0
437
+ ],
438
+ "count": [
439
+ 15740
440
+ ]
441
+ },
442
+ "observation.kinova3.joints": {
443
+ "min": [
444
+ -1.195219874382019,
445
+ 0.8360927700996399,
446
+ -1.516817569732666,
447
+ 0.6405384540557861,
448
+ -1.5993930101394653,
449
+ -1.5861674547195435,
450
+ -0.7140007019042969,
451
+ 1.0
452
+ ],
453
+ "max": [
454
+ 1.1713491678237915,
455
+ 1.6533844470977783,
456
+ 0.13669532537460327,
457
+ 2.569999933242798,
458
+ 0.4641958475112915,
459
+ 1.1564432382583618,
460
+ 1.7533527612686157,
461
+ 1.0
462
+ ],
463
+ "mean": [
464
+ -0.06352667495942783,
465
+ 0.927773037761109,
466
+ -0.03804476816004137,
467
+ 1.9133286005659964,
468
+ -0.019978874121807627,
469
+ 0.29570823998901674,
470
+ -0.06401884370963366,
471
+ 1.0
472
+ ],
473
+ "std": [
474
+ 0.3935999274927549,
475
+ 0.10927393994567372,
476
+ 0.1679965511542175,
477
+ 0.37319020319196344,
478
+ 0.24466816229664437,
479
+ 0.3494232846682659,
480
+ 0.296935035679788,
481
+ 0.0
482
+ ],
483
+ "count": [
484
+ 15740
485
+ ]
486
+ },
487
+ "observation.kinova3.base_position": {
488
+ "min": [
489
+ 0.0,
490
+ 0.0,
491
+ 0.0
492
+ ],
493
+ "max": [
494
+ 0.0,
495
+ 0.0,
496
+ 0.0
497
+ ],
498
+ "mean": [
499
+ 0.0,
500
+ 0.0,
501
+ 0.0
502
+ ],
503
+ "std": [
504
+ 0.0,
505
+ 0.0,
506
+ 0.0
507
+ ],
508
+ "count": [
509
+ 15740
510
+ ]
511
+ },
512
+ "observation.images.kinova3": {
513
+ "min": [
514
+ [
515
+ [
516
+ 0.0
517
+ ]
518
+ ],
519
+ [
520
+ [
521
+ 0.0
522
+ ]
523
+ ],
524
+ [
525
+ [
526
+ 0.0
527
+ ]
528
+ ]
529
+ ],
530
+ "max": [
531
+ [
532
+ [
533
+ 1.0
534
+ ]
535
+ ],
536
+ [
537
+ [
538
+ 1.0
539
+ ]
540
+ ],
541
+ [
542
+ [
543
+ 1.0
544
+ ]
545
+ ]
546
+ ],
547
+ "mean": [
548
+ [
549
+ [
550
+ 0.430646396422115
551
+ ]
552
+ ],
553
+ [
554
+ [
555
+ 0.5245653184717338
556
+ ]
557
+ ],
558
+ [
559
+ [
560
+ 0.5559085458000794
561
+ ]
562
+ ]
563
+ ],
564
+ "std": [
565
+ [
566
+ [
567
+ 0.29511074806778514
568
+ ]
569
+ ],
570
+ [
571
+ [
572
+ 0.19280697626710971
573
+ ]
574
+ ],
575
+ [
576
+ [
577
+ 0.14582928911161236
578
+ ]
579
+ ]
580
+ ],
581
+ "count": [
582
+ 15740
583
+ ]
584
+ },
585
+ "observation.jaco.ee_pose": {
586
+ "min": [
587
+ 0.1909334361553192,
588
+ -0.3050921857357025,
589
+ 0.08196519315242767,
590
+ -0.054355792701244354,
591
+ -9.37742370297201e-05,
592
+ 0.9918139576911926,
593
+ -0.009591810405254364
594
+ ],
595
+ "max": [
596
+ 0.6190528869628906,
597
+ 0.34551841020584106,
598
+ 0.08752579987049103,
599
+ 0.12014366686344147,
600
+ 0.00019954871095251292,
601
+ 1.0,
602
+ 0.06079639866948128
603
+ ],
604
+ "mean": [
605
+ 0.3993726301356071,
606
+ 0.011456608221952873,
607
+ 0.08500229577608454,
608
+ 4.809869243083202e-05,
609
+ 1.2479361689502998e-05,
610
+ 0.9999907685166848,
611
+ 0.00010810193512997174
612
+ ],
613
+ "std": [
614
+ 0.10713469976775163,
615
+ 0.14302175561561023,
616
+ 0.00014599002072272866,
617
+ 0.003982771895217046,
618
+ 2.0371757377443698e-05,
619
+ 0.0001671449395796935,
620
+ 0.00160806994771103
621
+ ],
622
+ "count": [
623
+ 15740
624
+ ]
625
+ },
626
+ "observation.ur5e.joints": {
627
+ "min": [
628
+ -3.4918463230133057,
629
+ -1.2956701517105103,
630
+ 1.5453766584396362,
631
+ -3.5945496559143066,
632
+ -1.5710885524749756,
633
+ -5.062136650085449,
634
+ 1.0
635
+ ],
636
+ "max": [
637
+ 3.8276426792144775,
638
+ -0.7623631954193115,
639
+ 3.0782876014709473,
640
+ -2.3538637161254883,
641
+ -1.5705808401107788,
642
+ 2.2566206455230713,
643
+ 1.0
644
+ ],
645
+ "mean": [
646
+ 2.78895271843846,
647
+ -1.132244085587722,
648
+ 2.3800706927173474,
649
+ -2.818579259897278,
650
+ -1.570698767241559,
651
+ 1.2180345758057307,
652
+ 1.0
653
+ ],
654
+ "std": [
655
+ 0.5525277203420137,
656
+ 0.11614689364627204,
657
+ 0.29817524352190244,
658
+ 0.1873411696122492,
659
+ 3.618430882211867e-05,
660
+ 0.552472463662368,
661
+ 0.0
662
+ ],
663
+ "count": [
664
+ 15740
665
+ ]
666
+ },
667
+ "index": {
668
+ "min": [
669
+ 0
670
+ ],
671
+ "max": [
672
+ 15739
673
+ ],
674
+ "mean": [
675
+ 7869.5
676
+ ],
677
+ "std": [
678
+ 4543.746609352243
679
+ ],
680
+ "count": [
681
+ 15740
682
+ ]
683
+ },
684
+ "observation.panda.ee_pose": {
685
+ "min": [
686
+ 0.19089441001415253,
687
+ -0.3061327040195465,
688
+ 0.07386158406734467,
689
+ -0.016770614311099052,
690
+ -3.653666135505773e-05,
691
+ 0.9990526437759399,
692
+ -0.02249198779463768
693
+ ],
694
+ "max": [
695
+ 0.6190605759620667,
696
+ 0.3455215394496918,
697
+ 0.08641910552978516,
698
+ 0.010461468249559402,
699
+ 0.03845394402742386,
700
+ 1.0,
701
+ 0.0019265851005911827
702
+ ],
703
+ "mean": [
704
+ 0.39937506495410485,
705
+ 0.011465707297017975,
706
+ 0.0850019436362738,
707
+ -4.1229172366380894e-05,
708
+ 0.00015483651055283348,
709
+ 0.9999984001000015,
710
+ -0.0001732752525259045
711
+ ],
712
+ "std": [
713
+ 0.10714175220643161,
714
+ 0.1430195985592417,
715
+ 0.0001095380953825463,
716
+ 0.0007455047595208189,
717
+ 0.0011781595016024926,
718
+ 2.3032896437523996e-05,
719
+ 0.001107647763788838
720
+ ],
721
+ "count": [
722
+ 15740
723
+ ]
724
+ },
725
+ "observation.kuka_iiwa.base_position": {
726
+ "min": [
727
+ 0.05000000074505806,
728
+ 0.0,
729
+ 0.0
730
+ ],
731
+ "max": [
732
+ 0.05000000074505806,
733
+ 0.0,
734
+ 0.0
735
+ ],
736
+ "mean": [
737
+ 0.049999999586525914,
738
+ 0.0,
739
+ 0.0
740
+ ],
741
+ "std": [
742
+ 1.4786037732942769e-08,
743
+ 0.0,
744
+ 0.0
745
+ ],
746
+ "count": [
747
+ 15740
748
+ ]
749
+ },
750
+ "observation.panda.base_position": {
751
+ "min": [
752
+ 0.0,
753
+ 0.0,
754
+ 0.0
755
+ ],
756
+ "max": [
757
+ 0.0,
758
+ 0.0,
759
+ 0.0
760
+ ],
761
+ "mean": [
762
+ 0.0,
763
+ 0.0,
764
+ 0.0
765
+ ],
766
+ "std": [
767
+ 0.0,
768
+ 0.0,
769
+ 0.0
770
+ ],
771
+ "count": [
772
+ 15740
773
+ ]
774
+ },
775
+ "observation.sawyer.ee_error": {
776
+ "min": [
777
+ -7.3015689849853516e-06,
778
+ -1.6987323760986328e-06,
779
+ -3.874301910400391e-06,
780
+ 2.001172470045276e-05,
781
+ -2.737719114520587e-05,
782
+ 0.0,
783
+ -1.2658102605200838e-05
784
+ ],
785
+ "max": [
786
+ 4.76837158203125e-07,
787
+ 1.1920928955078125e-06,
788
+ 2.332031726837158e-06,
789
+ 0.0001496946206316352,
790
+ 3.458968785707839e-05,
791
+ 0.0,
792
+ 7.450117846019566e-05
793
+ ],
794
+ "mean": [
795
+ -3.835243639988623e-06,
796
+ -7.510706985920954e-07,
797
+ -1.296694976186837e-06,
798
+ 8.002145558652533e-05,
799
+ 2.574391598628985e-06,
800
+ 0.0,
801
+ 5.199565380464005e-05
802
+ ],
803
+ "std": [
804
+ 1.1497618219941699e-06,
805
+ 2.7632252450060253e-07,
806
+ 8.168991736124251e-07,
807
+ 2.0272318694623133e-05,
808
+ 1.237323316638364e-05,
809
+ 0.0,
810
+ 1.5849743947153627e-05
811
+ ],
812
+ "count": [
813
+ 15740
814
+ ]
815
+ },
816
+ "observation.jaco.joints": {
817
+ "min": [
818
+ -0.8744527697563171,
819
+ 1.6637142896652222,
820
+ 3.330089569091797,
821
+ -3.5861687660217285,
822
+ -1.7779755592346191,
823
+ -1.8892790079116821,
824
+ 1.0
825
+ ],
826
+ "max": [
827
+ 1.1880466938018799,
828
+ 2.2716403007507324,
829
+ 5.918564319610596,
830
+ 1.513403296470642,
831
+ 1.522068738937378,
832
+ 2.589249849319458,
833
+ 1.0
834
+ ],
835
+ "mean": [
836
+ 0.12994617559410981,
837
+ 2.1846558471798443,
838
+ 4.980090183405895,
839
+ 0.10166562973702523,
840
+ -0.3962854503139449,
841
+ 0.23552895123404916,
842
+ 1.0
843
+ ],
844
+ "std": [
845
+ 0.3651932648645182,
846
+ 0.09463862701635334,
847
+ 0.43455607370587956,
848
+ 0.30154446765511494,
849
+ 0.41737052353348525,
850
+ 0.40605392683579505,
851
+ 0.0
852
+ ],
853
+ "count": [
854
+ 15740
855
+ ]
856
+ },
857
+ "observation.images.jaco": {
858
+ "min": [
859
+ [
860
+ [
861
+ 0.0
862
+ ]
863
+ ],
864
+ [
865
+ [
866
+ 0.0
867
+ ]
868
+ ],
869
+ [
870
+ [
871
+ 0.0
872
+ ]
873
+ ]
874
+ ],
875
+ "max": [
876
+ [
877
+ [
878
+ 1.0
879
+ ]
880
+ ],
881
+ [
882
+ [
883
+ 1.0
884
+ ]
885
+ ],
886
+ [
887
+ [
888
+ 1.0
889
+ ]
890
+ ]
891
+ ],
892
+ "mean": [
893
+ [
894
+ [
895
+ 0.4128056725506807
896
+ ]
897
+ ],
898
+ [
899
+ [
900
+ 0.5072378487534357
901
+ ]
902
+ ],
903
+ [
904
+ [
905
+ 0.5385484353588956
906
+ ]
907
+ ]
908
+ ],
909
+ "std": [
910
+ [
911
+ [
912
+ 0.2997003728028095
913
+ ]
914
+ ],
915
+ [
916
+ [
917
+ 0.20726536452734876
918
+ ]
919
+ ],
920
+ [
921
+ [
922
+ 0.1674716567783689
923
+ ]
924
+ ]
925
+ ],
926
+ "count": [
927
+ 15740
928
+ ]
929
+ },
930
+ "observation.panda.base_orientation": {
931
+ "min": [
932
+ 0.0
933
+ ],
934
+ "max": [
935
+ 0.0
936
+ ],
937
+ "mean": [
938
+ 0.0
939
+ ],
940
+ "std": [
941
+ 0.0
942
+ ],
943
+ "count": [
944
+ 15740
945
+ ]
946
+ },
947
+ "observation.joints": {
948
+ "min": [
949
+ -1.232681393623352,
950
+ 0.340721070766449,
951
+ -0.5368472337722778,
952
+ 0.3187130391597748,
953
+ -2.100743532180786,
954
+ -1.4369038343429565,
955
+ -3.1718804836273193,
956
+ 1.0
957
+ ],
958
+ "max": [
959
+ 1.6005833148956299,
960
+ 1.704713225364685,
961
+ 2.189307689666748,
962
+ 3.715017557144165,
963
+ 2.343316078186035,
964
+ 1.012148380279541,
965
+ 3.538930654525757,
966
+ 1.0
967
+ ],
968
+ "mean": [
969
+ 0.48561435713143686,
970
+ 0.6398551314406504,
971
+ -0.3566476713771621,
972
+ 0.883809746415597,
973
+ 0.8891036530424103,
974
+ 0.3495532852240079,
975
+ 2.2941012704993446,
976
+ 1.0
977
+ ],
978
+ "std": [
979
+ 0.35855756149228674,
980
+ 0.18858061601925788,
981
+ 0.2949274599750548,
982
+ 0.36734662423732534,
983
+ 0.5009737541128741,
984
+ 0.27734518568166106,
985
+ 0.9264143049915918,
986
+ 0.0
987
+ ],
988
+ "count": [
989
+ 15740
990
+ ]
991
+ },
992
+ "observation.images.image": {
993
+ "min": [
994
+ [
995
+ [
996
+ 0.0
997
+ ]
998
+ ],
999
+ [
1000
+ [
1001
+ 0.0
1002
+ ]
1003
+ ],
1004
+ [
1005
+ [
1006
+ 0.0
1007
+ ]
1008
+ ]
1009
+ ],
1010
+ "max": [
1011
+ [
1012
+ [
1013
+ 1.0
1014
+ ]
1015
+ ],
1016
+ [
1017
+ [
1018
+ 1.0
1019
+ ]
1020
+ ],
1021
+ [
1022
+ [
1023
+ 1.0
1024
+ ]
1025
+ ]
1026
+ ],
1027
+ "mean": [
1028
+ [
1029
+ [
1030
+ 0.4279635604824307
1031
+ ]
1032
+ ],
1033
+ [
1034
+ [
1035
+ 0.538260342770456
1036
+ ]
1037
+ ],
1038
+ [
1039
+ [
1040
+ 0.563975583937514
1041
+ ]
1042
+ ]
1043
+ ],
1044
+ "std": [
1045
+ [
1046
+ [
1047
+ 0.3009036609382903
1048
+ ]
1049
+ ],
1050
+ [
1051
+ [
1052
+ 0.196194563895157
1053
+ ]
1054
+ ],
1055
+ [
1056
+ [
1057
+ 0.1518947065745466
1058
+ ]
1059
+ ]
1060
+ ],
1061
+ "count": [
1062
+ 15740
1063
+ ]
1064
+ },
1065
+ "observation.panda.ee_error": {
1066
+ "min": [
1067
+ -0.0077872127294540405,
1068
+ -0.003128260374069214,
1069
+ -0.0014190971851348877,
1070
+ -0.010461468249559402,
1071
+ -0.03845394402742386,
1072
+ 0.0,
1073
+ -0.0019265851005911827
1074
+ ],
1075
+ "max": [
1076
+ 0.0009720921516418457,
1077
+ 0.001606374979019165,
1078
+ 0.011138424277305603,
1079
+ 0.016770614311099052,
1080
+ 3.653666135505773e-05,
1081
+ 0.0009473562240600586,
1082
+ 0.02249198779463768
1083
+ ],
1084
+ "mean": [
1085
+ -2.3216549376527804e-06,
1086
+ -5.852984106081878e-06,
1087
+ -1.9359188481853903e-06,
1088
+ 4.1229172366380894e-05,
1089
+ -0.00015483651055283348,
1090
+ 1.6092269467159113e-06,
1091
+ 0.0001732752525259045
1092
+ ],
1093
+ "std": [
1094
+ 9.283494645817226e-05,
1095
+ 7.70575509531357e-05,
1096
+ 0.0001095381647208711,
1097
+ 0.0007455047595208189,
1098
+ 0.0011781595016024926,
1099
+ 2.3034465866904732e-05,
1100
+ 0.001107647763788838
1101
+ ],
1102
+ "count": [
1103
+ 15740
1104
+ ]
1105
+ },
1106
+ "observation.sawyer.ee_pose": {
1107
+ "min": [
1108
+ 0.24093419313430786,
1109
+ -0.3050958514213562,
1110
+ 0.08499767631292343,
1111
+ -0.0001496946206316352,
1112
+ -3.458968785707839e-05,
1113
+ 1.0,
1114
+ -7.450117846019566e-05
1115
+ ],
1116
+ "max": [
1117
+ 0.6690698266029358,
1118
+ 0.34552493691444397,
1119
+ 0.08500388264656067,
1120
+ -2.001172470045276e-05,
1121
+ 2.737719114520587e-05,
1122
+ 1.0,
1123
+ 1.2658102605200838e-05
1124
+ ],
1125
+ "mean": [
1126
+ 0.4493765913697937,
1127
+ 0.011460606095044113,
1128
+ 0.08500130500081154,
1129
+ -8.002145558652533e-05,
1130
+ -2.574391598628985e-06,
1131
+ 1.0,
1132
+ -5.199565380464005e-05
1133
+ ],
1134
+ "std": [
1135
+ 0.10715498380731013,
1136
+ 0.14302825305836955,
1137
+ 8.171773472369577e-07,
1138
+ 2.0272318694623133e-05,
1139
+ 1.237323316638364e-05,
1140
+ 0.0,
1141
+ 1.5849743947153627e-05
1142
+ ],
1143
+ "count": [
1144
+ 15740
1145
+ ]
1146
+ },
1147
+ "frame_index": {
1148
+ "min": [
1149
+ 0
1150
+ ],
1151
+ "max": [
1152
+ 49
1153
+ ],
1154
+ "mean": [
1155
+ 9.998030495552731
1156
+ ],
1157
+ "std": [
1158
+ 8.858957444180403
1159
+ ],
1160
+ "count": [
1161
+ 15740
1162
+ ]
1163
+ },
1164
+ "observation.state": {
1165
+ "min": [
1166
+ 0.1908397674560547,
1167
+ -0.3051168918609619
1168
+ ],
1169
+ "max": [
1170
+ 0.619072675704956,
1171
+ 0.34555381536483765
1172
+ ],
1173
+ "mean": [
1174
+ 0.3995170427540736,
1175
+ 0.011237124253627315
1176
+ ],
1177
+ "std": [
1178
+ 0.10757831902802954,
1179
+ 0.14365918512589
1180
+ ],
1181
+ "count": [
1182
+ 15740
1183
+ ]
1184
+ },
1185
+ "observation.google_robot.ee_error": {
1186
+ "min": [
1187
+ -1.2800097465515137e-05,
1188
+ -0.0006416738033294678,
1189
+ -0.011396192014217377,
1190
+ -0.07637446373701096,
1191
+ -0.00013819700689055026,
1192
+ 0.0,
1193
+ -0.03461422771215439
1194
+ ],
1195
+ "max": [
1196
+ 0.014234006404876709,
1197
+ 0.003677845001220703,
1198
+ 1.3791024684906006e-05,
1199
+ 0.0001930629659909755,
1200
+ 0.00832388922572136,
1201
+ 0.003434479236602783,
1202
+ 0.0002281648339703679
1203
+ ],
1204
+ "mean": [
1205
+ 8.935565562914646e-06,
1206
+ -6.001547548749184e-07,
1207
+ -6.497893810905185e-06,
1208
+ -9.691699582501723e-05,
1209
+ -5.0346022745349734e-05,
1210
+ 6.900279157487821e-07,
1211
+ -1.7039162900467435e-05
1212
+ ],
1213
+ "std": [
1214
+ 0.00024764805554814367,
1215
+ 3.839169345614813e-05,
1216
+ 0.00021043300076028015,
1217
+ 0.0010728667190730437,
1218
+ 0.00012259227135970482,
1219
+ 3.8711781059009674e-05,
1220
+ 0.00046838753702642627
1221
+ ],
1222
+ "count": [
1223
+ 15740
1224
+ ]
1225
+ },
1226
+ "observation.google_robot.base_orientation": {
1227
+ "min": [
1228
+ 0.0
1229
+ ],
1230
+ "max": [
1231
+ 0.0
1232
+ ],
1233
+ "mean": [
1234
+ 0.0
1235
+ ],
1236
+ "std": [
1237
+ 0.0
1238
+ ],
1239
+ "count": [
1240
+ 15740
1241
+ ]
1242
+ },
1243
+ "observation.ur5e.ee_pose": {
1244
+ "min": [
1245
+ 0.19092246890068054,
1246
+ -0.30509957671165466,
1247
+ 0.08500015735626221,
1248
+ -0.000263585417997092,
1249
+ -0.00011283102503512055,
1250
+ 0.9999999403953552,
1251
+ -0.00014321893104352057
1252
+ ],
1253
+ "max": [
1254
+ 0.6190652251243591,
1255
+ 0.3455146253108978,
1256
+ 0.08503958582878113,
1257
+ 3.624241435318254e-05,
1258
+ 0.0002531068166717887,
1259
+ 1.0,
1260
+ 0.0002529149642214179
1261
+ ],
1262
+ "mean": [
1263
+ 0.3993709657185035,
1264
+ 0.01144951863115709,
1265
+ 0.08500133612426293,
1266
+ -5.615718920266433e-06,
1267
+ -6.090172840854283e-05,
1268
+ 1.0,
1269
+ 5.258320172410721e-05
1270
+ ],
1271
+ "std": [
1272
+ 0.10715611487825843,
1273
+ 0.14302625752239095,
1274
+ 2.3529719768045425e-06,
1275
+ 2.2944311022684047e-05,
1276
+ 2.7623623003089292e-05,
1277
+ 4.14175622150083e-09,
1278
+ 2.4624995673042017e-05
1279
+ ],
1280
+ "count": [
1281
+ 15740
1282
+ ]
1283
+ },
1284
+ "observation.ur5e.base_orientation": {
1285
+ "min": [
1286
+ 0.0
1287
+ ],
1288
+ "max": [
1289
+ 0.0
1290
+ ],
1291
+ "mean": [
1292
+ 0.0
1293
+ ],
1294
+ "std": [
1295
+ 0.0
1296
+ ],
1297
+ "count": [
1298
+ 15740
1299
+ ]
1300
+ },
1301
+ "natural_language_instruction": {
1302
+ "min": [
1303
+ 97,
1304
+ 97,
1305
+ 32,
1306
+ 32,
1307
+ 32,
1308
+ 32,
1309
+ 32,
1310
+ 32,
1311
+ 32,
1312
+ 32,
1313
+ 32,
1314
+ 32,
1315
+ 32,
1316
+ 32,
1317
+ 32,
1318
+ 32,
1319
+ 32,
1320
+ 32,
1321
+ 0,
1322
+ 0,
1323
+ 0,
1324
+ 0,
1325
+ 0,
1326
+ 0,
1327
+ 0,
1328
+ 0,
1329
+ 0,
1330
+ 0,
1331
+ 0,
1332
+ 0,
1333
+ 0,
1334
+ 0,
1335
+ 0,
1336
+ 0,
1337
+ 0,
1338
+ 0,
1339
+ 0,
1340
+ 0,
1341
+ 0,
1342
+ 0,
1343
+ 0,
1344
+ 0,
1345
+ 0,
1346
+ 0,
1347
+ 0,
1348
+ 0,
1349
+ 0,
1350
+ 0,
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ 0,
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ 0,
1363
+ 0,
1364
+ 0,
1365
+ 0,
1366
+ 0,
1367
+ 0,
1368
+ 0,
1369
+ 0,
1370
+ 0,
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ 0,
1377
+ 0,
1378
+ 0,
1379
+ 0,
1380
+ 0,
1381
+ 0,
1382
+ 0,
1383
+ 0,
1384
+ 0,
1385
+ 0,
1386
+ 0,
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ 0,
1393
+ 0,
1394
+ 0,
1395
+ 0,
1396
+ 0,
1397
+ 0,
1398
+ 0,
1399
+ 0,
1400
+ 0,
1401
+ 0,
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 0,
1409
+ 0,
1410
+ 0,
1411
+ 0,
1412
+ 0,
1413
+ 0,
1414
+ 0,
1415
+ 0,
1416
+ 0,
1417
+ 0,
1418
+ 0,
1419
+ 0,
1420
+ 0,
1421
+ 0,
1422
+ 0,
1423
+ 0,
1424
+ 0,
1425
+ 0,
1426
+ 0,
1427
+ 0,
1428
+ 0,
1429
+ 0,
1430
+ 0,
1431
+ 0,
1432
+ 0,
1433
+ 0,
1434
+ 0,
1435
+ 0,
1436
+ 0,
1437
+ 0,
1438
+ 0,
1439
+ 0,
1440
+ 0,
1441
+ 0,
1442
+ 0,
1443
+ 0,
1444
+ 0,
1445
+ 0,
1446
+ 0,
1447
+ 0,
1448
+ 0,
1449
+ 0,
1450
+ 0,
1451
+ 0,
1452
+ 0,
1453
+ 0,
1454
+ 0,
1455
+ 0,
1456
+ 0,
1457
+ 0,
1458
+ 0,
1459
+ 0,
1460
+ 0,
1461
+ 0,
1462
+ 0,
1463
+ 0,
1464
+ 0,
1465
+ 0,
1466
+ 0,
1467
+ 0,
1468
+ 0,
1469
+ 0,
1470
+ 0,
1471
+ 0,
1472
+ 0,
1473
+ 0,
1474
+ 0,
1475
+ 0,
1476
+ 0,
1477
+ 0,
1478
+ 0,
1479
+ 0,
1480
+ 0,
1481
+ 0,
1482
+ 0,
1483
+ 0,
1484
+ 0,
1485
+ 0,
1486
+ 0,
1487
+ 0,
1488
+ 0,
1489
+ 0,
1490
+ 0,
1491
+ 0,
1492
+ 0,
1493
+ 0,
1494
+ 0,
1495
+ 0,
1496
+ 0,
1497
+ 0,
1498
+ 0,
1499
+ 0,
1500
+ 0,
1501
+ 0,
1502
+ 0,
1503
+ 0,
1504
+ 0,
1505
+ 0,
1506
+ 0,
1507
+ 0,
1508
+ 0,
1509
+ 0,
1510
+ 0,
1511
+ 0,
1512
+ 0,
1513
+ 0,
1514
+ 0,
1515
+ 0,
1516
+ 0,
1517
+ 0,
1518
+ 0,
1519
+ 0,
1520
+ 0,
1521
+ 0,
1522
+ 0,
1523
+ 0,
1524
+ 0,
1525
+ 0,
1526
+ 0,
1527
+ 0,
1528
+ 0,
1529
+ 0,
1530
+ 0,
1531
+ 0,
1532
+ 0,
1533
+ 0,
1534
+ 0,
1535
+ 0,
1536
+ 0,
1537
+ 0,
1538
+ 0,
1539
+ 0,
1540
+ 0,
1541
+ 0,
1542
+ 0,
1543
+ 0,
1544
+ 0,
1545
+ 0,
1546
+ 0,
1547
+ 0,
1548
+ 0,
1549
+ 0,
1550
+ 0,
1551
+ 0,
1552
+ 0,
1553
+ 0,
1554
+ 0,
1555
+ 0,
1556
+ 0,
1557
+ 0,
1558
+ 0,
1559
+ 0,
1560
+ 0,
1561
+ 0,
1562
+ 0,
1563
+ 0,
1564
+ 0,
1565
+ 0,
1566
+ 0,
1567
+ 0,
1568
+ 0,
1569
+ 0,
1570
+ 0,
1571
+ 0,
1572
+ 0,
1573
+ 0,
1574
+ 0,
1575
+ 0,
1576
+ 0,
1577
+ 0,
1578
+ 0,
1579
+ 0,
1580
+ 0,
1581
+ 0,
1582
+ 0,
1583
+ 0,
1584
+ 0,
1585
+ 0,
1586
+ 0,
1587
+ 0,
1588
+ 0,
1589
+ 0,
1590
+ 0,
1591
+ 0,
1592
+ 0,
1593
+ 0,
1594
+ 0,
1595
+ 0,
1596
+ 0,
1597
+ 0,
1598
+ 0,
1599
+ 0,
1600
+ 0,
1601
+ 0,
1602
+ 0,
1603
+ 0,
1604
+ 0,
1605
+ 0,
1606
+ 0,
1607
+ 0,
1608
+ 0,
1609
+ 0,
1610
+ 0,
1611
+ 0,
1612
+ 0,
1613
+ 0,
1614
+ 0,
1615
+ 0,
1616
+ 0,
1617
+ 0,
1618
+ 0,
1619
+ 0,
1620
+ 0,
1621
+ 0,
1622
+ 0,
1623
+ 0,
1624
+ 0,
1625
+ 0,
1626
+ 0,
1627
+ 0,
1628
+ 0,
1629
+ 0,
1630
+ 0,
1631
+ 0,
1632
+ 0,
1633
+ 0,
1634
+ 0,
1635
+ 0,
1636
+ 0,
1637
+ 0,
1638
+ 0,
1639
+ 0,
1640
+ 0,
1641
+ 0,
1642
+ 0,
1643
+ 0,
1644
+ 0,
1645
+ 0,
1646
+ 0,
1647
+ 0,
1648
+ 0,
1649
+ 0,
1650
+ 0,
1651
+ 0,
1652
+ 0,
1653
+ 0,
1654
+ 0,
1655
+ 0,
1656
+ 0,
1657
+ 0,
1658
+ 0,
1659
+ 0,
1660
+ 0,
1661
+ 0,
1662
+ 0,
1663
+ 0,
1664
+ 0,
1665
+ 0,
1666
+ 0,
1667
+ 0,
1668
+ 0,
1669
+ 0,
1670
+ 0,
1671
+ 0,
1672
+ 0,
1673
+ 0,
1674
+ 0,
1675
+ 0,
1676
+ 0,
1677
+ 0,
1678
+ 0,
1679
+ 0,
1680
+ 0,
1681
+ 0,
1682
+ 0,
1683
+ 0,
1684
+ 0,
1685
+ 0,
1686
+ 0,
1687
+ 0,
1688
+ 0,
1689
+ 0,
1690
+ 0,
1691
+ 0,
1692
+ 0,
1693
+ 0,
1694
+ 0,
1695
+ 0,
1696
+ 0,
1697
+ 0,
1698
+ 0,
1699
+ 0,
1700
+ 0,
1701
+ 0,
1702
+ 0,
1703
+ 0,
1704
+ 0,
1705
+ 0,
1706
+ 0,
1707
+ 0,
1708
+ 0,
1709
+ 0,
1710
+ 0,
1711
+ 0,
1712
+ 0,
1713
+ 0,
1714
+ 0,
1715
+ 0,
1716
+ 0,
1717
+ 0,
1718
+ 0,
1719
+ 0,
1720
+ 0,
1721
+ 0,
1722
+ 0,
1723
+ 0,
1724
+ 0,
1725
+ 0,
1726
+ 0,
1727
+ 0,
1728
+ 0,
1729
+ 0,
1730
+ 0,
1731
+ 0,
1732
+ 0,
1733
+ 0,
1734
+ 0,
1735
+ 0,
1736
+ 0,
1737
+ 0,
1738
+ 0,
1739
+ 0,
1740
+ 0,
1741
+ 0,
1742
+ 0,
1743
+ 0,
1744
+ 0,
1745
+ 0,
1746
+ 0,
1747
+ 0,
1748
+ 0,
1749
+ 0,
1750
+ 0,
1751
+ 0,
1752
+ 0,
1753
+ 0,
1754
+ 0,
1755
+ 0,
1756
+ 0,
1757
+ 0,
1758
+ 0,
1759
+ 0,
1760
+ 0,
1761
+ 0,
1762
+ 0,
1763
+ 0,
1764
+ 0,
1765
+ 0,
1766
+ 0,
1767
+ 0,
1768
+ 0,
1769
+ 0,
1770
+ 0,
1771
+ 0,
1772
+ 0,
1773
+ 0,
1774
+ 0,
1775
+ 0,
1776
+ 0,
1777
+ 0,
1778
+ 0,
1779
+ 0,
1780
+ 0,
1781
+ 0,
1782
+ 0,
1783
+ 0,
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 0,
1788
+ 0,
1789
+ 0,
1790
+ 0,
1791
+ 0,
1792
+ 0,
1793
+ 0,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 0,
1798
+ 0,
1799
+ 0,
1800
+ 0,
1801
+ 0,
1802
+ 0,
1803
+ 0,
1804
+ 0,
1805
+ 0,
1806
+ 0,
1807
+ 0,
1808
+ 0,
1809
+ 0,
1810
+ 0,
1811
+ 0,
1812
+ 0,
1813
+ 0,
1814
+ 0
1815
+ ],
1816
+ "max": [
1817
+ 116,
1818
+ 117,
1819
+ 118,
1820
+ 117,
1821
+ 116,
1822
+ 121,
1823
+ 121,
1824
+ 121,
1825
+ 121,
1826
+ 121,
1827
+ 121,
1828
+ 120,
1829
+ 121,
1830
+ 121,
1831
+ 120,
1832
+ 120,
1833
+ 121,
1834
+ 121,
1835
+ 121,
1836
+ 121,
1837
+ 122,
1838
+ 121,
1839
+ 122,
1840
+ 121,
1841
+ 122,
1842
+ 122,
1843
+ 121,
1844
+ 122,
1845
+ 122,
1846
+ 121,
1847
+ 121,
1848
+ 121,
1849
+ 121,
1850
+ 121,
1851
+ 122,
1852
+ 121,
1853
+ 121,
1854
+ 121,
1855
+ 121,
1856
+ 121,
1857
+ 121,
1858
+ 121,
1859
+ 121,
1860
+ 122,
1861
+ 121,
1862
+ 121,
1863
+ 121,
1864
+ 121,
1865
+ 121,
1866
+ 121,
1867
+ 121,
1868
+ 121,
1869
+ 121,
1870
+ 121,
1871
+ 121,
1872
+ 121,
1873
+ 119,
1874
+ 120,
1875
+ 121,
1876
+ 121,
1877
+ 121,
1878
+ 120,
1879
+ 120,
1880
+ 120,
1881
+ 120,
1882
+ 119,
1883
+ 116,
1884
+ 116,
1885
+ 116,
1886
+ 116,
1887
+ 115,
1888
+ 116,
1889
+ 111,
1890
+ 101,
1891
+ 114,
1892
+ 114,
1893
+ 111,
1894
+ 117,
1895
+ 114,
1896
+ 100,
1897
+ 99,
1898
+ 117,
1899
+ 98,
1900
+ 101,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0,
2000
+ 0,
2001
+ 0,
2002
+ 0,
2003
+ 0,
2004
+ 0,
2005
+ 0,
2006
+ 0,
2007
+ 0,
2008
+ 0,
2009
+ 0,
2010
+ 0,
2011
+ 0,
2012
+ 0,
2013
+ 0,
2014
+ 0,
2015
+ 0,
2016
+ 0,
2017
+ 0,
2018
+ 0,
2019
+ 0,
2020
+ 0,
2021
+ 0,
2022
+ 0,
2023
+ 0,
2024
+ 0,
2025
+ 0,
2026
+ 0,
2027
+ 0,
2028
+ 0,
2029
+ 0,
2030
+ 0,
2031
+ 0,
2032
+ 0,
2033
+ 0,
2034
+ 0,
2035
+ 0,
2036
+ 0,
2037
+ 0,
2038
+ 0,
2039
+ 0,
2040
+ 0,
2041
+ 0,
2042
+ 0,
2043
+ 0,
2044
+ 0,
2045
+ 0,
2046
+ 0,
2047
+ 0,
2048
+ 0,
2049
+ 0,
2050
+ 0,
2051
+ 0,
2052
+ 0,
2053
+ 0,
2054
+ 0,
2055
+ 0,
2056
+ 0,
2057
+ 0,
2058
+ 0,
2059
+ 0,
2060
+ 0,
2061
+ 0,
2062
+ 0,
2063
+ 0,
2064
+ 0,
2065
+ 0,
2066
+ 0,
2067
+ 0,
2068
+ 0,
2069
+ 0,
2070
+ 0,
2071
+ 0,
2072
+ 0,
2073
+ 0,
2074
+ 0,
2075
+ 0,
2076
+ 0,
2077
+ 0,
2078
+ 0,
2079
+ 0,
2080
+ 0,
2081
+ 0,
2082
+ 0,
2083
+ 0,
2084
+ 0,
2085
+ 0,
2086
+ 0,
2087
+ 0,
2088
+ 0,
2089
+ 0,
2090
+ 0,
2091
+ 0,
2092
+ 0,
2093
+ 0,
2094
+ 0,
2095
+ 0,
2096
+ 0,
2097
+ 0,
2098
+ 0,
2099
+ 0,
2100
+ 0,
2101
+ 0,
2102
+ 0,
2103
+ 0,
2104
+ 0,
2105
+ 0,
2106
+ 0,
2107
+ 0,
2108
+ 0,
2109
+ 0,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ 0,
2115
+ 0,
2116
+ 0,
2117
+ 0,
2118
+ 0,
2119
+ 0,
2120
+ 0,
2121
+ 0,
2122
+ 0,
2123
+ 0,
2124
+ 0,
2125
+ 0,
2126
+ 0,
2127
+ 0,
2128
+ 0,
2129
+ 0,
2130
+ 0,
2131
+ 0,
2132
+ 0,
2133
+ 0,
2134
+ 0,
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ 0,
2146
+ 0,
2147
+ 0,
2148
+ 0,
2149
+ 0,
2150
+ 0,
2151
+ 0,
2152
+ 0,
2153
+ 0,
2154
+ 0,
2155
+ 0,
2156
+ 0,
2157
+ 0,
2158
+ 0,
2159
+ 0,
2160
+ 0,
2161
+ 0,
2162
+ 0,
2163
+ 0,
2164
+ 0,
2165
+ 0,
2166
+ 0,
2167
+ 0,
2168
+ 0,
2169
+ 0,
2170
+ 0,
2171
+ 0,
2172
+ 0,
2173
+ 0,
2174
+ 0,
2175
+ 0,
2176
+ 0,
2177
+ 0,
2178
+ 0,
2179
+ 0,
2180
+ 0,
2181
+ 0,
2182
+ 0,
2183
+ 0,
2184
+ 0,
2185
+ 0,
2186
+ 0,
2187
+ 0,
2188
+ 0,
2189
+ 0,
2190
+ 0,
2191
+ 0,
2192
+ 0,
2193
+ 0,
2194
+ 0,
2195
+ 0,
2196
+ 0,
2197
+ 0,
2198
+ 0,
2199
+ 0,
2200
+ 0,
2201
+ 0,
2202
+ 0,
2203
+ 0,
2204
+ 0,
2205
+ 0,
2206
+ 0,
2207
+ 0,
2208
+ 0,
2209
+ 0,
2210
+ 0,
2211
+ 0,
2212
+ 0,
2213
+ 0,
2214
+ 0,
2215
+ 0,
2216
+ 0,
2217
+ 0,
2218
+ 0,
2219
+ 0,
2220
+ 0,
2221
+ 0,
2222
+ 0,
2223
+ 0,
2224
+ 0,
2225
+ 0,
2226
+ 0,
2227
+ 0,
2228
+ 0,
2229
+ 0,
2230
+ 0,
2231
+ 0,
2232
+ 0,
2233
+ 0,
2234
+ 0,
2235
+ 0,
2236
+ 0,
2237
+ 0,
2238
+ 0,
2239
+ 0,
2240
+ 0,
2241
+ 0,
2242
+ 0,
2243
+ 0,
2244
+ 0,
2245
+ 0,
2246
+ 0,
2247
+ 0,
2248
+ 0,
2249
+ 0,
2250
+ 0,
2251
+ 0,
2252
+ 0,
2253
+ 0,
2254
+ 0,
2255
+ 0,
2256
+ 0,
2257
+ 0,
2258
+ 0,
2259
+ 0,
2260
+ 0,
2261
+ 0,
2262
+ 0,
2263
+ 0,
2264
+ 0,
2265
+ 0,
2266
+ 0,
2267
+ 0,
2268
+ 0,
2269
+ 0,
2270
+ 0,
2271
+ 0,
2272
+ 0,
2273
+ 0,
2274
+ 0,
2275
+ 0,
2276
+ 0,
2277
+ 0,
2278
+ 0,
2279
+ 0,
2280
+ 0,
2281
+ 0,
2282
+ 0,
2283
+ 0,
2284
+ 0,
2285
+ 0,
2286
+ 0,
2287
+ 0,
2288
+ 0,
2289
+ 0,
2290
+ 0,
2291
+ 0,
2292
+ 0,
2293
+ 0,
2294
+ 0,
2295
+ 0,
2296
+ 0,
2297
+ 0,
2298
+ 0,
2299
+ 0,
2300
+ 0,
2301
+ 0,
2302
+ 0,
2303
+ 0,
2304
+ 0,
2305
+ 0,
2306
+ 0,
2307
+ 0,
2308
+ 0,
2309
+ 0,
2310
+ 0,
2311
+ 0,
2312
+ 0,
2313
+ 0,
2314
+ 0,
2315
+ 0,
2316
+ 0,
2317
+ 0,
2318
+ 0,
2319
+ 0,
2320
+ 0,
2321
+ 0,
2322
+ 0,
2323
+ 0,
2324
+ 0,
2325
+ 0,
2326
+ 0,
2327
+ 0,
2328
+ 0
2329
+ ],
2330
+ "mean": [
2331
+ 111.20279542566709,
2332
+ 111.07121982210927,
2333
+ 110.95711562897077,
2334
+ 101.4812579415502,
2335
+ 60.330813214739514,
2336
+ 87.98792884371029,
2337
+ 107.62700127064804,
2338
+ 103.07357052096569,
2339
+ 64.62045743329098,
2340
+ 85.75724269377382,
2341
+ 100.50952986022871,
2342
+ 103.75540025412961,
2343
+ 92.76397712833545,
2344
+ 89.93468869123252,
2345
+ 90.00165184243964,
2346
+ 92.1310038119441,
2347
+ 100.99174078780177,
2348
+ 92.38341804320203,
2349
+ 97.54339263024143,
2350
+ 91.44593392630242,
2351
+ 95.48786531130877,
2352
+ 91.05978398983481,
2353
+ 93.27395171537484,
2354
+ 93.91740787801778,
2355
+ 93.52960609911055,
2356
+ 94.15756035578144,
2357
+ 91.17465057179162,
2358
+ 93.14371029224905,
2359
+ 89.76448538754765,
2360
+ 88.69587039390089,
2361
+ 87.12655654383735,
2362
+ 86.22109275730622,
2363
+ 86.44523506988564,
2364
+ 80.87909783989835,
2365
+ 80.00908513341804,
2366
+ 76.52357052096569,
2367
+ 75.82750952986022,
2368
+ 73.98354510800509,
2369
+ 70.67007623888183,
2370
+ 67.53297331639136,
2371
+ 59.55355781448539,
2372
+ 54.89320203303685,
2373
+ 53.30679796696315,
2374
+ 49.46257941550191,
2375
+ 45.508703939008896,
2376
+ 41.1440914866582,
2377
+ 38.07407878017789,
2378
+ 34.63259212198221,
2379
+ 33.249936467598474,
2380
+ 30.627318932655655,
2381
+ 26.720139771283353,
2382
+ 23.56645489199492,
2383
+ 21.923697585768743,
2384
+ 18.949936467598476,
2385
+ 17.479733163913597,
2386
+ 16.13017789072427,
2387
+ 13.885832274459975,
2388
+ 10.326747141041931,
2389
+ 9.682465057179162,
2390
+ 8.560800508259213,
2391
+ 7.536785260482846,
2392
+ 5.6479034307496825,
2393
+ 5.756988564167726,
2394
+ 4.468805590851334,
2395
+ 3.3171537484116898,
2396
+ 2.7796696315120712,
2397
+ 1.937738246505718,
2398
+ 1.8242058449809402,
2399
+ 1.6307496823379923,
2400
+ 1.3407242693773824,
2401
+ 0.8409148665819568,
2402
+ 0.7550825921219823,
2403
+ 0.3280813214739517,
2404
+ 0.3353875476493011,
2405
+ 0.20273189326556543,
2406
+ 0.3386277001270648,
2407
+ 0.28151207115628973,
2408
+ 0.2728081321473952,
2409
+ 0.28125794155019057,
2410
+ 0.1641677255400254,
2411
+ 0.07547649301143583,
2412
+ 0.0891994917407878,
2413
+ 0.0747141041931385,
2414
+ 0.0770012706480305,
2415
+ 0.0,
2416
+ 0.0,
2417
+ 0.0,
2418
+ 0.0,
2419
+ 0.0,
2420
+ 0.0,
2421
+ 0.0,
2422
+ 0.0,
2423
+ 0.0,
2424
+ 0.0,
2425
+ 0.0,
2426
+ 0.0,
2427
+ 0.0,
2428
+ 0.0,
2429
+ 0.0,
2430
+ 0.0,
2431
+ 0.0,
2432
+ 0.0,
2433
+ 0.0,
2434
+ 0.0,
2435
+ 0.0,
2436
+ 0.0,
2437
+ 0.0,
2438
+ 0.0,
2439
+ 0.0,
2440
+ 0.0,
2441
+ 0.0,
2442
+ 0.0,
2443
+ 0.0,
2444
+ 0.0,
2445
+ 0.0,
2446
+ 0.0,
2447
+ 0.0,
2448
+ 0.0,
2449
+ 0.0,
2450
+ 0.0,
2451
+ 0.0,
2452
+ 0.0,
2453
+ 0.0,
2454
+ 0.0,
2455
+ 0.0,
2456
+ 0.0,
2457
+ 0.0,
2458
+ 0.0,
2459
+ 0.0,
2460
+ 0.0,
2461
+ 0.0,
2462
+ 0.0,
2463
+ 0.0,
2464
+ 0.0,
2465
+ 0.0,
2466
+ 0.0,
2467
+ 0.0,
2468
+ 0.0,
2469
+ 0.0,
2470
+ 0.0,
2471
+ 0.0,
2472
+ 0.0,
2473
+ 0.0,
2474
+ 0.0,
2475
+ 0.0,
2476
+ 0.0,
2477
+ 0.0,
2478
+ 0.0,
2479
+ 0.0,
2480
+ 0.0,
2481
+ 0.0,
2482
+ 0.0,
2483
+ 0.0,
2484
+ 0.0,
2485
+ 0.0,
2486
+ 0.0,
2487
+ 0.0,
2488
+ 0.0,
2489
+ 0.0,
2490
+ 0.0,
2491
+ 0.0,
2492
+ 0.0,
2493
+ 0.0,
2494
+ 0.0,
2495
+ 0.0,
2496
+ 0.0,
2497
+ 0.0,
2498
+ 0.0,
2499
+ 0.0,
2500
+ 0.0,
2501
+ 0.0,
2502
+ 0.0,
2503
+ 0.0,
2504
+ 0.0,
2505
+ 0.0,
2506
+ 0.0,
2507
+ 0.0,
2508
+ 0.0,
2509
+ 0.0,
2510
+ 0.0,
2511
+ 0.0,
2512
+ 0.0,
2513
+ 0.0,
2514
+ 0.0,
2515
+ 0.0,
2516
+ 0.0,
2517
+ 0.0,
2518
+ 0.0,
2519
+ 0.0,
2520
+ 0.0,
2521
+ 0.0,
2522
+ 0.0,
2523
+ 0.0,
2524
+ 0.0,
2525
+ 0.0,
2526
+ 0.0,
2527
+ 0.0,
2528
+ 0.0,
2529
+ 0.0,
2530
+ 0.0,
2531
+ 0.0,
2532
+ 0.0,
2533
+ 0.0,
2534
+ 0.0,
2535
+ 0.0,
2536
+ 0.0,
2537
+ 0.0,
2538
+ 0.0,
2539
+ 0.0,
2540
+ 0.0,
2541
+ 0.0,
2542
+ 0.0,
2543
+ 0.0,
2544
+ 0.0,
2545
+ 0.0,
2546
+ 0.0,
2547
+ 0.0,
2548
+ 0.0,
2549
+ 0.0,
2550
+ 0.0,
2551
+ 0.0,
2552
+ 0.0,
2553
+ 0.0,
2554
+ 0.0,
2555
+ 0.0,
2556
+ 0.0,
2557
+ 0.0,
2558
+ 0.0,
2559
+ 0.0,
2560
+ 0.0,
2561
+ 0.0,
2562
+ 0.0,
2563
+ 0.0,
2564
+ 0.0,
2565
+ 0.0,
2566
+ 0.0,
2567
+ 0.0,
2568
+ 0.0,
2569
+ 0.0,
2570
+ 0.0,
2571
+ 0.0,
2572
+ 0.0,
2573
+ 0.0,
2574
+ 0.0,
2575
+ 0.0,
2576
+ 0.0,
2577
+ 0.0,
2578
+ 0.0,
2579
+ 0.0,
2580
+ 0.0,
2581
+ 0.0,
2582
+ 0.0,
2583
+ 0.0,
2584
+ 0.0,
2585
+ 0.0,
2586
+ 0.0,
2587
+ 0.0,
2588
+ 0.0,
2589
+ 0.0,
2590
+ 0.0,
2591
+ 0.0,
2592
+ 0.0,
2593
+ 0.0,
2594
+ 0.0,
2595
+ 0.0,
2596
+ 0.0,
2597
+ 0.0,
2598
+ 0.0,
2599
+ 0.0,
2600
+ 0.0,
2601
+ 0.0,
2602
+ 0.0,
2603
+ 0.0,
2604
+ 0.0,
2605
+ 0.0,
2606
+ 0.0,
2607
+ 0.0,
2608
+ 0.0,
2609
+ 0.0,
2610
+ 0.0,
2611
+ 0.0,
2612
+ 0.0,
2613
+ 0.0,
2614
+ 0.0,
2615
+ 0.0,
2616
+ 0.0,
2617
+ 0.0,
2618
+ 0.0,
2619
+ 0.0,
2620
+ 0.0,
2621
+ 0.0,
2622
+ 0.0,
2623
+ 0.0,
2624
+ 0.0,
2625
+ 0.0,
2626
+ 0.0,
2627
+ 0.0,
2628
+ 0.0,
2629
+ 0.0,
2630
+ 0.0,
2631
+ 0.0,
2632
+ 0.0,
2633
+ 0.0,
2634
+ 0.0,
2635
+ 0.0,
2636
+ 0.0,
2637
+ 0.0,
2638
+ 0.0,
2639
+ 0.0,
2640
+ 0.0,
2641
+ 0.0,
2642
+ 0.0,
2643
+ 0.0,
2644
+ 0.0,
2645
+ 0.0,
2646
+ 0.0,
2647
+ 0.0,
2648
+ 0.0,
2649
+ 0.0,
2650
+ 0.0,
2651
+ 0.0,
2652
+ 0.0,
2653
+ 0.0,
2654
+ 0.0,
2655
+ 0.0,
2656
+ 0.0,
2657
+ 0.0,
2658
+ 0.0,
2659
+ 0.0,
2660
+ 0.0,
2661
+ 0.0,
2662
+ 0.0,
2663
+ 0.0,
2664
+ 0.0,
2665
+ 0.0,
2666
+ 0.0,
2667
+ 0.0,
2668
+ 0.0,
2669
+ 0.0,
2670
+ 0.0,
2671
+ 0.0,
2672
+ 0.0,
2673
+ 0.0,
2674
+ 0.0,
2675
+ 0.0,
2676
+ 0.0,
2677
+ 0.0,
2678
+ 0.0,
2679
+ 0.0,
2680
+ 0.0,
2681
+ 0.0,
2682
+ 0.0,
2683
+ 0.0,
2684
+ 0.0,
2685
+ 0.0,
2686
+ 0.0,
2687
+ 0.0,
2688
+ 0.0,
2689
+ 0.0,
2690
+ 0.0,
2691
+ 0.0,
2692
+ 0.0,
2693
+ 0.0,
2694
+ 0.0,
2695
+ 0.0,
2696
+ 0.0,
2697
+ 0.0,
2698
+ 0.0,
2699
+ 0.0,
2700
+ 0.0,
2701
+ 0.0,
2702
+ 0.0,
2703
+ 0.0,
2704
+ 0.0,
2705
+ 0.0,
2706
+ 0.0,
2707
+ 0.0,
2708
+ 0.0,
2709
+ 0.0,
2710
+ 0.0,
2711
+ 0.0,
2712
+ 0.0,
2713
+ 0.0,
2714
+ 0.0,
2715
+ 0.0,
2716
+ 0.0,
2717
+ 0.0,
2718
+ 0.0,
2719
+ 0.0,
2720
+ 0.0,
2721
+ 0.0,
2722
+ 0.0,
2723
+ 0.0,
2724
+ 0.0,
2725
+ 0.0,
2726
+ 0.0,
2727
+ 0.0,
2728
+ 0.0,
2729
+ 0.0,
2730
+ 0.0,
2731
+ 0.0,
2732
+ 0.0,
2733
+ 0.0,
2734
+ 0.0,
2735
+ 0.0,
2736
+ 0.0,
2737
+ 0.0,
2738
+ 0.0,
2739
+ 0.0,
2740
+ 0.0,
2741
+ 0.0,
2742
+ 0.0,
2743
+ 0.0,
2744
+ 0.0,
2745
+ 0.0,
2746
+ 0.0,
2747
+ 0.0,
2748
+ 0.0,
2749
+ 0.0,
2750
+ 0.0,
2751
+ 0.0,
2752
+ 0.0,
2753
+ 0.0,
2754
+ 0.0,
2755
+ 0.0,
2756
+ 0.0,
2757
+ 0.0,
2758
+ 0.0,
2759
+ 0.0,
2760
+ 0.0,
2761
+ 0.0,
2762
+ 0.0,
2763
+ 0.0,
2764
+ 0.0,
2765
+ 0.0,
2766
+ 0.0,
2767
+ 0.0,
2768
+ 0.0,
2769
+ 0.0,
2770
+ 0.0,
2771
+ 0.0,
2772
+ 0.0,
2773
+ 0.0,
2774
+ 0.0,
2775
+ 0.0,
2776
+ 0.0,
2777
+ 0.0,
2778
+ 0.0,
2779
+ 0.0,
2780
+ 0.0,
2781
+ 0.0,
2782
+ 0.0,
2783
+ 0.0,
2784
+ 0.0,
2785
+ 0.0,
2786
+ 0.0,
2787
+ 0.0,
2788
+ 0.0,
2789
+ 0.0,
2790
+ 0.0,
2791
+ 0.0,
2792
+ 0.0,
2793
+ 0.0,
2794
+ 0.0,
2795
+ 0.0,
2796
+ 0.0,
2797
+ 0.0,
2798
+ 0.0,
2799
+ 0.0,
2800
+ 0.0,
2801
+ 0.0,
2802
+ 0.0,
2803
+ 0.0,
2804
+ 0.0,
2805
+ 0.0,
2806
+ 0.0,
2807
+ 0.0,
2808
+ 0.0,
2809
+ 0.0,
2810
+ 0.0,
2811
+ 0.0,
2812
+ 0.0,
2813
+ 0.0,
2814
+ 0.0,
2815
+ 0.0,
2816
+ 0.0,
2817
+ 0.0,
2818
+ 0.0,
2819
+ 0.0,
2820
+ 0.0,
2821
+ 0.0,
2822
+ 0.0,
2823
+ 0.0,
2824
+ 0.0,
2825
+ 0.0,
2826
+ 0.0,
2827
+ 0.0,
2828
+ 0.0,
2829
+ 0.0,
2830
+ 0.0,
2831
+ 0.0,
2832
+ 0.0,
2833
+ 0.0,
2834
+ 0.0,
2835
+ 0.0,
2836
+ 0.0,
2837
+ 0.0,
2838
+ 0.0,
2839
+ 0.0,
2840
+ 0.0,
2841
+ 0.0,
2842
+ 0.0
2843
+ ],
2844
+ "std": [
2845
+ 3.177896551666236,
2846
+ 4.54117938447667,
2847
+ 7.577511589988755,
2848
+ 6.644109041001198,
2849
+ 35.46666603973378,
2850
+ 38.515652774825476,
2851
+ 11.207347847396935,
2852
+ 9.392827582574915,
2853
+ 36.305120746541995,
2854
+ 36.30264518308904,
2855
+ 21.553915098391656,
2856
+ 15.708317083703935,
2857
+ 28.037484184202395,
2858
+ 31.710354150563646,
2859
+ 34.83405382723763,
2860
+ 32.26662851561833,
2861
+ 21.873993607348737,
2862
+ 28.347089822495985,
2863
+ 26.01241195628692,
2864
+ 31.22732670717182,
2865
+ 28.719484863380522,
2866
+ 32.55050493059507,
2867
+ 31.78332048823962,
2868
+ 30.350712224656817,
2869
+ 31.457192634751053,
2870
+ 31.042432379329824,
2871
+ 33.243568882100256,
2872
+ 31.40493705806909,
2873
+ 34.317757939522394,
2874
+ 35.96919224945843,
2875
+ 37.85337852193742,
2876
+ 38.531117968714234,
2877
+ 39.22465658754792,
2878
+ 41.83993894202965,
2879
+ 42.9446954571234,
2880
+ 44.41686426018325,
2881
+ 45.291726069353906,
2882
+ 47.1571507862643,
2883
+ 48.72418399356896,
2884
+ 49.65952813780736,
2885
+ 50.26042841005278,
2886
+ 51.31097201958375,
2887
+ 52.116653602840046,
2888
+ 51.922276582838975,
2889
+ 51.44585229536454,
2890
+ 50.31617643674834,
2891
+ 49.75278249716096,
2892
+ 48.50736872737976,
2893
+ 48.71404303889634,
2894
+ 47.465756969416546,
2895
+ 45.10921253618657,
2896
+ 43.31331106468844,
2897
+ 42.430682960183894,
2898
+ 40.16328216705559,
2899
+ 39.0084493298002,
2900
+ 37.85123715412698,
2901
+ 35.355295788855834,
2902
+ 30.768602434497133,
2903
+ 30.394334388495388,
2904
+ 28.856293826254657,
2905
+ 27.383533785383303,
2906
+ 23.219989144237953,
2907
+ 24.0415823080889,
2908
+ 21.11762556493891,
2909
+ 18.512331081310066,
2910
+ 16.610207005484963,
2911
+ 13.941830924320474,
2912
+ 13.773112900930181,
2913
+ 13.001495166568807,
2914
+ 11.90527974805716,
2915
+ 9.038480670731788,
2916
+ 8.987025956319311,
2917
+ 5.83812660361977,
2918
+ 5.770750025223651,
2919
+ 4.1209176212594105,
2920
+ 5.833909954694767,
2921
+ 5.513006568464509,
2922
+ 5.357265144383625,
2923
+ 5.513561143779785,
2924
+ 3.838080697859068,
2925
+ 2.7324853352094802,
2926
+ 3.2293008507021015,
2927
+ 2.704884473237668,
2928
+ 2.7876870591531016,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0,
3028
+ 0.0,
3029
+ 0.0,
3030
+ 0.0,
3031
+ 0.0,
3032
+ 0.0,
3033
+ 0.0,
3034
+ 0.0,
3035
+ 0.0,
3036
+ 0.0,
3037
+ 0.0,
3038
+ 0.0,
3039
+ 0.0,
3040
+ 0.0,
3041
+ 0.0,
3042
+ 0.0,
3043
+ 0.0,
3044
+ 0.0,
3045
+ 0.0,
3046
+ 0.0,
3047
+ 0.0,
3048
+ 0.0,
3049
+ 0.0,
3050
+ 0.0,
3051
+ 0.0,
3052
+ 0.0,
3053
+ 0.0,
3054
+ 0.0,
3055
+ 0.0,
3056
+ 0.0,
3057
+ 0.0,
3058
+ 0.0,
3059
+ 0.0,
3060
+ 0.0,
3061
+ 0.0,
3062
+ 0.0,
3063
+ 0.0,
3064
+ 0.0,
3065
+ 0.0,
3066
+ 0.0,
3067
+ 0.0,
3068
+ 0.0,
3069
+ 0.0,
3070
+ 0.0,
3071
+ 0.0,
3072
+ 0.0,
3073
+ 0.0,
3074
+ 0.0,
3075
+ 0.0,
3076
+ 0.0,
3077
+ 0.0,
3078
+ 0.0,
3079
+ 0.0,
3080
+ 0.0,
3081
+ 0.0,
3082
+ 0.0,
3083
+ 0.0,
3084
+ 0.0,
3085
+ 0.0,
3086
+ 0.0,
3087
+ 0.0,
3088
+ 0.0,
3089
+ 0.0,
3090
+ 0.0,
3091
+ 0.0,
3092
+ 0.0,
3093
+ 0.0,
3094
+ 0.0,
3095
+ 0.0,
3096
+ 0.0,
3097
+ 0.0,
3098
+ 0.0,
3099
+ 0.0,
3100
+ 0.0,
3101
+ 0.0,
3102
+ 0.0,
3103
+ 0.0,
3104
+ 0.0,
3105
+ 0.0,
3106
+ 0.0,
3107
+ 0.0,
3108
+ 0.0,
3109
+ 0.0,
3110
+ 0.0,
3111
+ 0.0,
3112
+ 0.0,
3113
+ 0.0,
3114
+ 0.0,
3115
+ 0.0,
3116
+ 0.0,
3117
+ 0.0,
3118
+ 0.0,
3119
+ 0.0,
3120
+ 0.0,
3121
+ 0.0,
3122
+ 0.0,
3123
+ 0.0,
3124
+ 0.0,
3125
+ 0.0,
3126
+ 0.0,
3127
+ 0.0,
3128
+ 0.0,
3129
+ 0.0,
3130
+ 0.0,
3131
+ 0.0,
3132
+ 0.0,
3133
+ 0.0,
3134
+ 0.0,
3135
+ 0.0,
3136
+ 0.0,
3137
+ 0.0,
3138
+ 0.0,
3139
+ 0.0,
3140
+ 0.0,
3141
+ 0.0,
3142
+ 0.0,
3143
+ 0.0,
3144
+ 0.0,
3145
+ 0.0,
3146
+ 0.0,
3147
+ 0.0,
3148
+ 0.0,
3149
+ 0.0,
3150
+ 0.0,
3151
+ 0.0,
3152
+ 0.0,
3153
+ 0.0,
3154
+ 0.0,
3155
+ 0.0,
3156
+ 0.0,
3157
+ 0.0,
3158
+ 0.0,
3159
+ 0.0,
3160
+ 0.0,
3161
+ 0.0,
3162
+ 0.0,
3163
+ 0.0,
3164
+ 0.0,
3165
+ 0.0,
3166
+ 0.0,
3167
+ 0.0,
3168
+ 0.0,
3169
+ 0.0,
3170
+ 0.0,
3171
+ 0.0,
3172
+ 0.0,
3173
+ 0.0,
3174
+ 0.0,
3175
+ 0.0,
3176
+ 0.0,
3177
+ 0.0,
3178
+ 0.0,
3179
+ 0.0,
3180
+ 0.0,
3181
+ 0.0,
3182
+ 0.0,
3183
+ 0.0,
3184
+ 0.0,
3185
+ 0.0,
3186
+ 0.0,
3187
+ 0.0,
3188
+ 0.0,
3189
+ 0.0,
3190
+ 0.0,
3191
+ 0.0,
3192
+ 0.0,
3193
+ 0.0,
3194
+ 0.0,
3195
+ 0.0,
3196
+ 0.0,
3197
+ 0.0,
3198
+ 0.0,
3199
+ 0.0,
3200
+ 0.0,
3201
+ 0.0,
3202
+ 0.0,
3203
+ 0.0,
3204
+ 0.0,
3205
+ 0.0,
3206
+ 0.0,
3207
+ 0.0,
3208
+ 0.0,
3209
+ 0.0,
3210
+ 0.0,
3211
+ 0.0,
3212
+ 0.0,
3213
+ 0.0,
3214
+ 0.0,
3215
+ 0.0,
3216
+ 0.0,
3217
+ 0.0,
3218
+ 0.0,
3219
+ 0.0,
3220
+ 0.0,
3221
+ 0.0,
3222
+ 0.0,
3223
+ 0.0,
3224
+ 0.0,
3225
+ 0.0,
3226
+ 0.0,
3227
+ 0.0,
3228
+ 0.0,
3229
+ 0.0,
3230
+ 0.0,
3231
+ 0.0,
3232
+ 0.0,
3233
+ 0.0,
3234
+ 0.0,
3235
+ 0.0,
3236
+ 0.0,
3237
+ 0.0,
3238
+ 0.0,
3239
+ 0.0,
3240
+ 0.0,
3241
+ 0.0,
3242
+ 0.0,
3243
+ 0.0,
3244
+ 0.0,
3245
+ 0.0,
3246
+ 0.0,
3247
+ 0.0,
3248
+ 0.0,
3249
+ 0.0,
3250
+ 0.0,
3251
+ 0.0,
3252
+ 0.0,
3253
+ 0.0,
3254
+ 0.0,
3255
+ 0.0,
3256
+ 0.0,
3257
+ 0.0,
3258
+ 0.0,
3259
+ 0.0,
3260
+ 0.0,
3261
+ 0.0,
3262
+ 0.0,
3263
+ 0.0,
3264
+ 0.0,
3265
+ 0.0,
3266
+ 0.0,
3267
+ 0.0,
3268
+ 0.0,
3269
+ 0.0,
3270
+ 0.0,
3271
+ 0.0,
3272
+ 0.0,
3273
+ 0.0,
3274
+ 0.0,
3275
+ 0.0,
3276
+ 0.0,
3277
+ 0.0,
3278
+ 0.0,
3279
+ 0.0,
3280
+ 0.0,
3281
+ 0.0,
3282
+ 0.0,
3283
+ 0.0,
3284
+ 0.0,
3285
+ 0.0,
3286
+ 0.0,
3287
+ 0.0,
3288
+ 0.0,
3289
+ 0.0,
3290
+ 0.0,
3291
+ 0.0,
3292
+ 0.0,
3293
+ 0.0,
3294
+ 0.0,
3295
+ 0.0,
3296
+ 0.0,
3297
+ 0.0,
3298
+ 0.0,
3299
+ 0.0,
3300
+ 0.0,
3301
+ 0.0,
3302
+ 0.0,
3303
+ 0.0,
3304
+ 0.0,
3305
+ 0.0,
3306
+ 0.0,
3307
+ 0.0,
3308
+ 0.0,
3309
+ 0.0,
3310
+ 0.0,
3311
+ 0.0,
3312
+ 0.0,
3313
+ 0.0,
3314
+ 0.0,
3315
+ 0.0,
3316
+ 0.0,
3317
+ 0.0,
3318
+ 0.0,
3319
+ 0.0,
3320
+ 0.0,
3321
+ 0.0,
3322
+ 0.0,
3323
+ 0.0,
3324
+ 0.0,
3325
+ 0.0,
3326
+ 0.0,
3327
+ 0.0,
3328
+ 0.0,
3329
+ 0.0,
3330
+ 0.0,
3331
+ 0.0,
3332
+ 0.0,
3333
+ 0.0,
3334
+ 0.0,
3335
+ 0.0,
3336
+ 0.0,
3337
+ 0.0,
3338
+ 0.0,
3339
+ 0.0,
3340
+ 0.0,
3341
+ 0.0,
3342
+ 0.0,
3343
+ 0.0,
3344
+ 0.0,
3345
+ 0.0,
3346
+ 0.0,
3347
+ 0.0,
3348
+ 0.0,
3349
+ 0.0,
3350
+ 0.0,
3351
+ 0.0,
3352
+ 0.0,
3353
+ 0.0,
3354
+ 0.0,
3355
+ 0.0,
3356
+ 0.0
3357
+ ],
3358
+ "count": [
3359
+ 15740
3360
+ ]
3361
+ },
3362
+ "observation.images.google_robot": {
3363
+ "min": [
3364
+ [
3365
+ [
3366
+ 0.0
3367
+ ]
3368
+ ],
3369
+ [
3370
+ [
3371
+ 0.0
3372
+ ]
3373
+ ],
3374
+ [
3375
+ [
3376
+ 0.0
3377
+ ]
3378
+ ]
3379
+ ],
3380
+ "max": [
3381
+ [
3382
+ [
3383
+ 1.0
3384
+ ]
3385
+ ],
3386
+ [
3387
+ [
3388
+ 1.0
3389
+ ]
3390
+ ],
3391
+ [
3392
+ [
3393
+ 1.0
3394
+ ]
3395
+ ]
3396
+ ],
3397
+ "mean": [
3398
+ [
3399
+ [
3400
+ 0.4320682248541796
3401
+ ]
3402
+ ],
3403
+ [
3404
+ [
3405
+ 0.5259187832195569
3406
+ ]
3407
+ ],
3408
+ [
3409
+ [
3410
+ 0.5569073644988145
3411
+ ]
3412
+ ]
3413
+ ],
3414
+ "std": [
3415
+ [
3416
+ [
3417
+ 0.29515265894629944
3418
+ ]
3419
+ ],
3420
+ [
3421
+ [
3422
+ 0.19220426373461527
3423
+ ]
3424
+ ],
3425
+ [
3426
+ [
3427
+ 0.14492376732651557
3428
+ ]
3429
+ ]
3430
+ ],
3431
+ "count": [
3432
+ 15740
3433
+ ]
3434
+ },
3435
+ "task_index": {
3436
+ "min": [
3437
+ 0
3438
+ ],
3439
+ "max": [
3440
+ 952
3441
+ ],
3442
+ "mean": [
3443
+ 478.35590851334183
3444
+ ],
3445
+ "std": [
3446
+ 275.1392271102444
3447
+ ],
3448
+ "count": [
3449
+ 15740
3450
+ ]
3451
+ },
3452
+ "observation.sawyer.joints": {
3453
+ "min": [
3454
+ -1.4005093574523926,
3455
+ -0.8806044459342957,
3456
+ -0.16374564170837402,
3457
+ 1.2351930141448975,
3458
+ -0.7709943056106567,
3459
+ -0.2079308032989502,
3460
+ -0.5475448966026306,
3461
+ 1.0
3462
+ ],
3463
+ "max": [
3464
+ 0.5562107563018799,
3465
+ -0.4510895609855652,
3466
+ 0.17672491073608398,
3467
+ 2.509979724884033,
3468
+ 0.07811383157968521,
3469
+ 0.7876100540161133,
3470
+ 0.6917927861213684,
3471
+ 1.0
3472
+ ],
3473
+ "mean": [
3474
+ -0.3603336932171113,
3475
+ -0.7841552206642898,
3476
+ 0.04306630202719912,
3477
+ 2.0901581732714796,
3478
+ -0.2103725137961669,
3479
+ 0.2692841370473024,
3480
+ 0.051486508054572604,
3481
+ 1.0
3482
+ ],
3483
+ "std": [
3484
+ 0.3468077565343547,
3485
+ 0.07698500814098999,
3486
+ 0.05064425618561297,
3487
+ 0.2570984937005353,
3488
+ 0.18015028472649233,
3489
+ 0.18960722600376578,
3490
+ 0.24746461967074387,
3491
+ 0.0
3492
+ ],
3493
+ "count": [
3494
+ 15740
3495
+ ]
3496
+ },
3497
+ "observation.images.panda": {
3498
+ "min": [
3499
+ [
3500
+ [
3501
+ 0.0
3502
+ ]
3503
+ ],
3504
+ [
3505
+ [
3506
+ 0.0
3507
+ ]
3508
+ ],
3509
+ [
3510
+ [
3511
+ 0.0
3512
+ ]
3513
+ ]
3514
+ ],
3515
+ "max": [
3516
+ [
3517
+ [
3518
+ 1.0
3519
+ ]
3520
+ ],
3521
+ [
3522
+ [
3523
+ 1.0
3524
+ ]
3525
+ ],
3526
+ [
3527
+ [
3528
+ 1.0
3529
+ ]
3530
+ ]
3531
+ ],
3532
+ "mean": [
3533
+ [
3534
+ [
3535
+ 0.4373700340915701
3536
+ ]
3537
+ ],
3538
+ [
3539
+ [
3540
+ 0.5299373683675078
3541
+ ]
3542
+ ],
3543
+ [
3544
+ [
3545
+ 0.560450992641868
3546
+ ]
3547
+ ]
3548
+ ],
3549
+ "std": [
3550
+ [
3551
+ [
3552
+ 0.29663049024791677
3553
+ ]
3554
+ ],
3555
+ [
3556
+ [
3557
+ 0.19434911357587956
3558
+ ]
3559
+ ],
3560
+ [
3561
+ [
3562
+ 0.1480516301139073
3563
+ ]
3564
+ ]
3565
+ ],
3566
+ "count": [
3567
+ 15740
3568
+ ]
3569
+ },
3570
+ "observation.images.sawyer": {
3571
+ "min": [
3572
+ [
3573
+ [
3574
+ 0.0
3575
+ ]
3576
+ ],
3577
+ [
3578
+ [
3579
+ 0.0
3580
+ ]
3581
+ ],
3582
+ [
3583
+ [
3584
+ 0.0
3585
+ ]
3586
+ ]
3587
+ ],
3588
+ "max": [
3589
+ [
3590
+ [
3591
+ 1.0
3592
+ ]
3593
+ ],
3594
+ [
3595
+ [
3596
+ 1.0
3597
+ ]
3598
+ ],
3599
+ [
3600
+ [
3601
+ 1.0
3602
+ ]
3603
+ ]
3604
+ ],
3605
+ "mean": [
3606
+ [
3607
+ [
3608
+ 0.4156591267443731
3609
+ ]
3610
+ ],
3611
+ [
3612
+ [
3613
+ 0.4986050436629541
3614
+ ]
3615
+ ],
3616
+ [
3617
+ [
3618
+ 0.5288455615385363
3619
+ ]
3620
+ ]
3621
+ ],
3622
+ "std": [
3623
+ [
3624
+ [
3625
+ 0.2958540498432192
3626
+ ]
3627
+ ],
3628
+ [
3629
+ [
3630
+ 0.2132348333534187
3631
+ ]
3632
+ ],
3633
+ [
3634
+ [
3635
+ 0.17780308743886103
3636
+ ]
3637
+ ]
3638
+ ],
3639
+ "count": [
3640
+ 15740
3641
+ ]
3642
+ },
3643
+ "observation.kuka_iiwa.base_orientation": {
3644
+ "min": [
3645
+ 0.0
3646
+ ],
3647
+ "max": [
3648
+ 0.0
3649
+ ],
3650
+ "mean": [
3651
+ 0.0
3652
+ ],
3653
+ "std": [
3654
+ 0.0
3655
+ ],
3656
+ "count": [
3657
+ 15740
3658
+ ]
3659
+ },
3660
+ "observation.kinova3.ee_error": {
3661
+ "min": [
3662
+ -0.007153406739234924,
3663
+ -0.0014746934175491333,
3664
+ -8.754432201385498e-06,
3665
+ 5.2541370678227395e-05,
3666
+ -8.76557533047162e-05,
3667
+ 0.0,
3668
+ -0.011878900229930878
3669
+ ],
3670
+ "max": [
3671
+ -1.6689300537109375e-06,
3672
+ 0.001389041543006897,
3673
+ 0.0011071264743804932,
3674
+ 0.0605502724647522,
3675
+ 3.5696550185093656e-05,
3676
+ 0.0018351078033447266,
3677
+ 0.012274046428501606
3678
+ ],
3679
+ "mean": [
3680
+ -6.035344602460123e-05,
3681
+ -7.870507355549711e-07,
3682
+ 3.8884386176714e-06,
3683
+ 0.0005866882423807768,
3684
+ 3.201310887815929e-06,
3685
+ 8.132277439301528e-06,
3686
+ -6.637169084515066e-06
3687
+ ],
3688
+ "std": [
3689
+ 0.0004661739632655737,
3690
+ 8.53961609893032e-05,
3691
+ 7.151545382008916e-05,
3692
+ 0.003926828427812298,
3693
+ 1.4845868301180895e-05,
3694
+ 9.323986607358426e-05,
3695
+ 0.0007176221591640031
3696
+ ],
3697
+ "count": [
3698
+ 15740
3699
+ ]
3700
+ },
3701
+ "observation.sawyer.base_orientation": {
3702
+ "min": [
3703
+ 0.0
3704
+ ],
3705
+ "max": [
3706
+ 0.0
3707
+ ],
3708
+ "mean": [
3709
+ 0.0
3710
+ ],
3711
+ "std": [
3712
+ 0.0
3713
+ ],
3714
+ "count": [
3715
+ 15740
3716
+ ]
3717
+ },
3718
+ "observation.kuka_iiwa.ee_error": {
3719
+ "min": [
3720
+ -0.0435682088136673,
3721
+ -0.016721636056900024,
3722
+ -9.275972843170166e-06,
3723
+ -6.0779439081670716e-05,
3724
+ -2.32604597840691e-05,
3725
+ 0.0,
3726
+ -0.11693426221609116
3727
+ ],
3728
+ "max": [
3729
+ 8.821487426757812e-06,
3730
+ 0.016762882471084595,
3731
+ 0.02381899580359459,
3732
+ 0.30883175134658813,
3733
+ 3.6974510294385254e-05,
3734
+ 0.048889219760894775,
3735
+ 0.11667373031377792
3736
+ ],
3737
+ "mean": [
3738
+ -0.003559741389918095,
3739
+ -3.110685183990933e-05,
3740
+ 0.001703162498442325,
3741
+ 0.0243769507128811,
3742
+ 5.720775844065748e-06,
3743
+ 0.002238641842106094,
3744
+ 0.00020412531799026985
3745
+ ],
3746
+ "std": [
3747
+ 0.0084846531404914,
3748
+ 0.0028167583432339477,
3749
+ 0.004210141145303192,
3750
+ 0.058793256655595115,
3751
+ 1.215490499490665e-05,
3752
+ 0.00690511356440004,
3753
+ 0.01933049741987659
3754
+ ],
3755
+ "count": [
3756
+ 15740
3757
+ ]
3758
+ },
3759
+ "observation.kuka_iiwa.joints": {
3760
+ "min": [
3761
+ -0.9648004174232483,
3762
+ 0.9374173283576965,
3763
+ -0.07566726207733154,
3764
+ -2.094399929046631,
3765
+ -0.44993507862091064,
3766
+ 0.11006016284227371,
3767
+ -0.5635049939155579,
3768
+ 1.0
3769
+ ],
3770
+ "max": [
3771
+ 0.9908530712127686,
3772
+ 1.3859057426452637,
3773
+ 0.14602506160736084,
3774
+ -0.7865126729011536,
3775
+ 0.30210864543914795,
3776
+ 0.9695719480514526,
3777
+ 0.7089516520500183,
3778
+ 1.0
3779
+ ],
3780
+ "mean": [
3781
+ -0.0010215511153247373,
3782
+ 1.0211748164180274,
3783
+ 0.031078135392363905,
3784
+ -1.7940084834035197,
3785
+ -0.07369527239755935,
3786
+ 0.3806556537747383,
3787
+ 0.08335407154016536,
3788
+ 1.0
3789
+ ],
3790
+ "std": [
3791
+ 0.34507091138802176,
3792
+ 0.07890017907231014,
3793
+ 0.03278562548504584,
3794
+ 0.2798214693096911,
3795
+ 0.09771580533973365,
3796
+ 0.1730670622310765,
3797
+ 0.24245989797779469,
3798
+ 0.0
3799
+ ],
3800
+ "count": [
3801
+ 15740
3802
+ ]
3803
+ },
3804
+ "observation.ee_pose": {
3805
+ "min": [
3806
+ 0.1909259855747223,
3807
+ -0.3050980269908905,
3808
+ 0.08493565768003464,
3809
+ -0.00015420927957165986,
3810
+ -0.00017694653070066124,
3811
+ 0.9850311279296875,
3812
+ -0.0006835687672719359
3813
+ ],
3814
+ "max": [
3815
+ 0.6190589070320129,
3816
+ 0.3455151617527008,
3817
+ 0.08762906491756439,
3818
+ 0.16203415393829346,
3819
+ 0.0034557858016341925,
3820
+ 1.0,
3821
+ 0.058809902518987656
3822
+ ],
3823
+ "mean": [
3824
+ 0.39936649443858613,
3825
+ 0.011451722638247525,
3826
+ 0.08499736998613636,
3827
+ 7.98000214715235e-05,
3828
+ -0.00011446316757961619,
3829
+ 0.9999986771555686,
3830
+ 0.0001484710273719058
3831
+ ],
3832
+ "std": [
3833
+ 0.10714862857683573,
3834
+ 0.14302425507828875,
3835
+ 2.5226621759430283e-05,
3836
+ 0.0015159653693798878,
3837
+ 5.4584466277586296e-05,
3838
+ 0.00012776617096858233,
3839
+ 0.0005712291247679538
3840
+ ],
3841
+ "count": [
3842
+ 15740
3843
+ ]
3844
+ },
3845
+ "observation.panda.joints": {
3846
+ "min": [
3847
+ -1.9457076787948608,
3848
+ 0.46808922290802,
3849
+ -0.7776836156845093,
3850
+ -3.0717999935150146,
3851
+ -2.2531898021698,
3852
+ 1.8855406045913696,
3853
+ -2.8973000049591064,
3854
+ 1.0
3855
+ ],
3856
+ "max": [
3857
+ 1.0441440343856812,
3858
+ 1.585716724395752,
3859
+ 1.2603970766067505,
3860
+ -1.4766958951950073,
3861
+ 0.30537673830986023,
3862
+ 3.752500057220459,
3863
+ -1.6492667198181152,
3864
+ 1.0
3865
+ ],
3866
+ "mean": [
3867
+ -0.11116751452769778,
3868
+ 0.5975026489383384,
3869
+ 0.06355995316560004,
3870
+ -2.496990274913429,
3871
+ -0.45054387220208075,
3872
+ 3.0533203399469167,
3873
+ -2.7764989064942474,
3874
+ 1.0
3875
+ ],
3876
+ "std": [
3877
+ 0.5128723464227855,
3878
+ 0.13593280354816734,
3879
+ 0.2535190881219314,
3880
+ 0.31985534617088246,
3881
+ 0.3391341880229713,
3882
+ 0.27934906858675473,
3883
+ 0.16292037884704003,
3884
+ 0.0
3885
+ ],
3886
+ "count": [
3887
+ 15740
3888
+ ]
3889
+ },
3890
+ "observation.sawyer.base_position": {
3891
+ "min": [
3892
+ 0.05000000074505806,
3893
+ 0.0,
3894
+ 0.0
3895
+ ],
3896
+ "max": [
3897
+ 0.05000000074505806,
3898
+ 0.0,
3899
+ 0.0
3900
+ ],
3901
+ "mean": [
3902
+ 0.049999999586525914,
3903
+ 0.0,
3904
+ 0.0
3905
+ ],
3906
+ "std": [
3907
+ 1.4786037732942769e-08,
3908
+ 0.0,
3909
+ 0.0
3910
+ ],
3911
+ "count": [
3912
+ 15740
3913
+ ]
3914
+ },
3915
+ "observation.kinova3.base_orientation": {
3916
+ "min": [
3917
+ 0.0
3918
+ ],
3919
+ "max": [
3920
+ 0.0
3921
+ ],
3922
+ "mean": [
3923
+ 0.0
3924
+ ],
3925
+ "std": [
3926
+ 0.0
3927
+ ],
3928
+ "count": [
3929
+ 15740
3930
+ ]
3931
+ },
3932
+ "observation.kinova3.ee_pose": {
3933
+ "min": [
3934
+ 0.19093653559684753,
3935
+ -0.3051011562347412,
3936
+ 0.08389288187026978,
3937
+ -0.0605502724647522,
3938
+ -3.5696550185093656e-05,
3939
+ 0.9981648921966553,
3940
+ -0.012274046428501606
3941
+ ],
3942
+ "max": [
3943
+ 0.6190732717514038,
3944
+ 0.34552648663520813,
3945
+ 0.08500876277685165,
3946
+ -5.2541370678227395e-05,
3947
+ 8.76557533047162e-05,
3948
+ 1.0,
3949
+ 0.011878900229930878
3950
+ ],
3951
+ "mean": [
3952
+ 0.39943309769488805,
3953
+ 0.011460642071694208,
3954
+ 0.08499611942275052,
3955
+ -0.0005866882423807768,
3956
+ -3.201310887815929e-06,
3957
+ 0.9999918678474851,
3958
+ 6.637169084515066e-06
3959
+ ],
3960
+ "std": [
3961
+ 0.1070584581748504,
3962
+ 0.14303306425852474,
3963
+ 7.151549527298882e-05,
3964
+ 0.003926828427812298,
3965
+ 1.4845868301180895e-05,
3966
+ 9.323864658173561e-05,
3967
+ 0.0007176221591640031
3968
+ ],
3969
+ "count": [
3970
+ 15740
3971
+ ]
3972
+ },
3973
+ "observation.google_robot.ee_pose": {
3974
+ "min": [
3975
+ 0.24093401432037354,
3976
+ -0.3050936758518219,
3977
+ 0.08498621731996536,
3978
+ -0.0001930629659909755,
3979
+ -0.00832388922572136,
3980
+ 0.9965655207633972,
3981
+ -0.0002281648339703679
3982
+ ],
3983
+ "max": [
3984
+ 0.6690565943717957,
3985
+ 0.34551802277565,
3986
+ 0.09639620035886765,
3987
+ 0.07637446373701096,
3988
+ 0.00013819700689055026,
3989
+ 1.0,
3990
+ 0.03461422771215439
3991
+ ],
3992
+ "mean": [
3993
+ 0.4493638185384237,
3994
+ 0.01146045465675701,
3995
+ 0.085006505968061,
3996
+ 9.691699582501723e-05,
3997
+ 5.0346022745349734e-05,
3998
+ 0.9999993109263792,
3999
+ 1.7039162900467435e-05
4000
+ ],
4001
+ "std": [
4002
+ 0.10714072716261322,
4003
+ 0.14302524812480133,
4004
+ 0.0002104330485916965,
4005
+ 0.0010728667190730437,
4006
+ 0.00012259227135970482,
4007
+ 3.8712516939208634e-05,
4008
+ 0.00046838753702642627
4009
+ ],
4010
+ "count": [
4011
+ 15740
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85efa4994bebf22a6aadb9a8ddfd9696095f23064d03073660caf3078293f9bc
3
+ size 22789
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:dbc0c81657a9d867679d02fb9109c5296e50cde4a4fee41429ac08558ae42c87
3
+ size 134195439
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:8725850dbc64b6e96c01e33b4598138d7c0ab24ecbb45a9f6d9f9f9f712c999b
3
+ size 173416994
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:9041029b98f60a32c6646f1b6ca7725fabb3fae3f8946a254b7cff69469254c9
3
+ size 131467263
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:a04aedf3a1acde47ccdc38ff8863def9211a89862aa032380713f8772b567d7f
3
+ size 137073001
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:fb33adac0879cf8049cbe3d84e8dbd9089d11ee6b4a8fb0a4ae7b19eb3b44811
3
+ size 128807093
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:a22f9f25dec2df6fc4f8501111d6942a01c9c8ae54f1a42a020bfc2545415be9
3
+ size 136312046
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:529b3e678c282a3ac4b4619461ef9810c1f6168bcbafff9a5b833d0a39cdabd6
3
+ size 129814672
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:e865a20a92d4150a8acb884ef6b8714b48a0b7e9e715d565388beb5ea6e6884a
3
+ size 134446030