GuanhuaJi commited on
Commit
9f5ad87
·
verified ·
1 Parent(s): 1c62773

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_235000_240000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 79689
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_235000_240000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 79,689
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_235000_240000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 79689
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_235000_240000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 79,689
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b5ef78a8a34dff37f548860eb7b04d0c8920c3ff1f943c0a5c166a322f7eae
3
+ size 61849644
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73c3ea5b420dfca70f6847a19eeb913b614299e3fcdbdd8f60be7af14a05377
3
+ size 26940438
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 5000,
5
+ "total_frames": 79689,
6
+ "total_tasks": 4209,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:5000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.google_robot.ee_pose": {
3
+ "min": [
4
+ 0.24089638888835907,
5
+ -0.3051065504550934,
6
+ 0.0849781408905983,
7
+ -0.0002862698456738144,
8
+ -0.006490955129265785,
9
+ 0.9994829893112183,
10
+ -0.00910355057567358
11
+ ],
12
+ "max": [
13
+ 0.669059157371521,
14
+ 0.3456180691719055,
15
+ 0.09301863610744476,
16
+ 0.030472461134195328,
17
+ 0.00017778501205611974,
18
+ 1.0,
19
+ 0.005653109401464462
20
+ ],
21
+ "mean": [
22
+ 0.44895533827106493,
23
+ 0.0075866192554565354,
24
+ 0.08500190127156795,
25
+ 7.394172976122835e-05,
26
+ 5.328165849023609e-05,
27
+ 0.9999999839935324,
28
+ 5.816453733963296e-06
29
+ ],
30
+ "std": [
31
+ 0.10644954269542987,
32
+ 0.14182221761398334,
33
+ 4.676486649086066e-05,
34
+ 0.0001900708568307146,
35
+ 4.52544245330746e-05,
36
+ 2.494978829032395e-06,
37
+ 8.21913075276925e-05
38
+ ],
39
+ "count": [
40
+ 79689
41
+ ]
42
+ },
43
+ "observation.sawyer.base_position": {
44
+ "min": [
45
+ 0.0,
46
+ 0.0,
47
+ 0.0
48
+ ],
49
+ "max": [
50
+ 0.05000000074505806,
51
+ 0.0,
52
+ 0.0
53
+ ],
54
+ "mean": [
55
+ 0.04999247005484882,
56
+ 0.0,
57
+ 0.0
58
+ ],
59
+ "std": [
60
+ 0.0006135200094612379,
61
+ 0.0,
62
+ 0.0
63
+ ],
64
+ "count": [
65
+ 79689
66
+ ]
67
+ },
68
+ "observation.panda.base_position": {
69
+ "min": [
70
+ 0.0,
71
+ 0.0,
72
+ 0.0
73
+ ],
74
+ "max": [
75
+ 0.0,
76
+ 0.0,
77
+ 0.0
78
+ ],
79
+ "mean": [
80
+ 0.0,
81
+ 0.0,
82
+ 0.0
83
+ ],
84
+ "std": [
85
+ 0.0,
86
+ 0.0,
87
+ 0.0
88
+ ],
89
+ "count": [
90
+ 79689
91
+ ]
92
+ },
93
+ "episode_index": {
94
+ "min": [
95
+ 0
96
+ ],
97
+ "max": [
98
+ 4999
99
+ ],
100
+ "mean": [
101
+ 2503.0143934545545
102
+ ],
103
+ "std": [
104
+ 1441.7836148936208
105
+ ],
106
+ "count": [
107
+ 79689
108
+ ]
109
+ },
110
+ "observation.panda.base_orientation": {
111
+ "min": [
112
+ 0.0
113
+ ],
114
+ "max": [
115
+ 0.0
116
+ ],
117
+ "mean": [
118
+ 0.0
119
+ ],
120
+ "std": [
121
+ 0.0
122
+ ],
123
+ "count": [
124
+ 79689
125
+ ]
126
+ },
127
+ "observation.jaco.ee_error": {
128
+ "min": [
129
+ -0.003286033868789673,
130
+ -0.002115398645401001,
131
+ -0.002628892660140991,
132
+ -0.12649863958358765,
133
+ -0.001321308664046228,
134
+ 0.0,
135
+ -0.07236689329147339
136
+ ],
137
+ "max": [
138
+ 0.004585921764373779,
139
+ 0.002961874008178711,
140
+ 0.003050796687602997,
141
+ 0.05658966302871704,
142
+ 0.00010167842265218496,
143
+ 0.008489251136779785,
144
+ 0.061890408396720886
145
+ ],
146
+ "mean": [
147
+ 6.211929617939908e-06,
148
+ 3.881393921919465e-06,
149
+ 2.7791963975278027e-06,
150
+ -0.00017288497236380454,
151
+ -1.297453251867785e-05,
152
+ 1.0389970746764138e-05,
153
+ -0.00012165437908095877
154
+ ],
155
+ "std": [
156
+ 0.00016296823462421176,
157
+ 7.491794048824912e-05,
158
+ 0.00013483825311909415,
159
+ 0.004125216293417289,
160
+ 1.975262037999905e-05,
161
+ 0.00020215729290071232,
162
+ 0.001920187046954567
163
+ ],
164
+ "count": [
165
+ 79689
166
+ ]
167
+ },
168
+ "observation.jaco.ee_pose": {
169
+ "min": [
170
+ 0.1909039318561554,
171
+ -0.30510514974594116,
172
+ 0.08194921165704727,
173
+ -0.05658966302871704,
174
+ -0.00010167842265218496,
175
+ 0.9915107488632202,
176
+ -0.061890408396720886
177
+ ],
178
+ "max": [
179
+ 0.619055986404419,
180
+ 0.3456193506717682,
181
+ 0.08762890100479126,
182
+ 0.12649863958358765,
183
+ 0.001321308664046228,
184
+ 1.0,
185
+ 0.07236689329147339
186
+ ],
187
+ "mean": [
188
+ 0.3989526289953751,
189
+ 0.007581484961336381,
190
+ 0.08499722861211759,
191
+ 0.00017288497236380454,
192
+ 1.297453251867785e-05,
193
+ 0.9999896185678648,
194
+ 0.00012165437908095877
195
+ ],
196
+ "std": [
197
+ 0.10644033800450123,
198
+ 0.14181652915825846,
199
+ 0.00013483835073764517,
200
+ 0.004125216293417289,
201
+ 1.975262037999905e-05,
202
+ 0.0002021560973348343,
203
+ 0.001920187046954567
204
+ ],
205
+ "count": [
206
+ 79689
207
+ ]
208
+ },
209
+ "observation.ur5e.base_position": {
210
+ "min": [
211
+ 0.0,
212
+ 0.0,
213
+ 0.0
214
+ ],
215
+ "max": [
216
+ 0.0,
217
+ 0.0,
218
+ 0.0
219
+ ],
220
+ "mean": [
221
+ 0.0,
222
+ 0.0,
223
+ 0.0
224
+ ],
225
+ "std": [
226
+ 0.0,
227
+ 0.0,
228
+ 0.0
229
+ ],
230
+ "count": [
231
+ 79689
232
+ ]
233
+ },
234
+ "observation.images.kinova3": {
235
+ "min": [
236
+ [
237
+ [
238
+ 0.0
239
+ ]
240
+ ],
241
+ [
242
+ [
243
+ 0.0
244
+ ]
245
+ ],
246
+ [
247
+ [
248
+ 0.0
249
+ ]
250
+ ]
251
+ ],
252
+ "max": [
253
+ [
254
+ [
255
+ 1.0
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 1.0
261
+ ]
262
+ ],
263
+ [
264
+ [
265
+ 1.0
266
+ ]
267
+ ]
268
+ ],
269
+ "mean": [
270
+ [
271
+ [
272
+ 0.4300672036288343
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.5246080125834222
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 0.5558599233612465
283
+ ]
284
+ ]
285
+ ],
286
+ "std": [
287
+ [
288
+ [
289
+ 0.2946498991940593
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 0.19111438693598906
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.1440720195284133
300
+ ]
301
+ ]
302
+ ],
303
+ "count": [
304
+ 79689
305
+ ]
306
+ },
307
+ "observation.sawyer.ee_pose": {
308
+ "min": [
309
+ 0.24090512096881866,
310
+ -0.3051086366176605,
311
+ 0.08499767631292343,
312
+ -0.00014978303806856275,
313
+ -3.498236765153706e-05,
314
+ 1.0,
315
+ -7.456981984432787e-05
316
+ ],
317
+ "max": [
318
+ 0.6690731048583984,
319
+ 0.3456248641014099,
320
+ 0.08500390499830246,
321
+ -1.965602314157877e-05,
322
+ 2.7435591618996114e-05,
323
+ 1.0,
324
+ 1.3450832739181351e-05
325
+ ],
326
+ "mean": [
327
+ 0.4489551657817422,
328
+ 0.007586123566636463,
329
+ 0.08500128561083965,
330
+ -8.037514567353637e-05,
331
+ -2.312385030152117e-06,
332
+ 1.0,
333
+ -5.229594314080779e-05
334
+ ],
335
+ "std": [
336
+ 0.10645108762670605,
337
+ 0.14182483073385901,
338
+ 8.04550175000589e-07,
339
+ 1.993400734652707e-05,
340
+ 1.2231456012171958e-05,
341
+ 0.0,
342
+ 1.5746191591191762e-05
343
+ ],
344
+ "count": [
345
+ 79689
346
+ ]
347
+ },
348
+ "observation.ur5e.joints": {
349
+ "min": [
350
+ -4.388674736022949,
351
+ -6.096068859100342,
352
+ 1.5406239032745361,
353
+ -3.607025623321533,
354
+ -1.571453332901001,
355
+ -5.9588751792907715,
356
+ 1.0
357
+ ],
358
+ "max": [
359
+ 3.8561816215515137,
360
+ -0.7601064443588257,
361
+ 3.1414999961853027,
362
+ 1.1649470329284668,
363
+ -0.638547956943512,
364
+ 2.285156726837158,
365
+ 1.0
366
+ ],
367
+ "mean": [
368
+ 2.7839260469930855,
369
+ -1.1338102282141498,
370
+ 2.3829003398950888,
371
+ -2.819856816708169,
372
+ -1.570647213209314,
373
+ 1.2130085195218532,
374
+ 1.0
375
+ ],
376
+ "std": [
377
+ 0.5275656825064694,
378
+ 0.12303504042773526,
379
+ 0.29732289997963574,
380
+ 0.18970291011038742,
381
+ 0.005744545189340144,
382
+ 0.5275163299687807,
383
+ 0.0
384
+ ],
385
+ "count": [
386
+ 79689
387
+ ]
388
+ },
389
+ "observation.ur5e.ee_pose": {
390
+ "min": [
391
+ 0.12208449840545654,
392
+ -0.3051122725009918,
393
+ 0.08500014990568161,
394
+ -0.0003509200469125062,
395
+ -0.12023164331912994,
396
+ 0.8789504170417786,
397
+ -0.00022268407337833196
398
+ ],
399
+ "max": [
400
+ 0.6190698146820068,
401
+ 0.3456123173236847,
402
+ 0.10271003842353821,
403
+ 0.19667814671993256,
404
+ 0.004280067980289459,
405
+ 1.0,
406
+ 0.4433444142341614
407
+ ],
408
+ "mean": [
409
+ 0.39894979190994856,
410
+ 0.007568380778895308,
411
+ 0.08500243680973478,
412
+ 8.687045675428312e-06,
413
+ -6.20530313391133e-05,
414
+ 0.999995264783497,
415
+ 7.52285947401635e-05
416
+ ],
417
+ "std": [
418
+ 0.10646694553128692,
419
+ 0.1418133282302791,
420
+ 0.0001203342904069315,
421
+ 0.0015149934056693437,
422
+ 0.0004273476033391822,
423
+ 0.000579506668584407,
424
+ 0.002579820357167186
425
+ ],
426
+ "count": [
427
+ 79689
428
+ ]
429
+ },
430
+ "task_index": {
431
+ "min": [
432
+ 0
433
+ ],
434
+ "max": [
435
+ 4208
436
+ ],
437
+ "mean": [
438
+ 1987.0833992144462
439
+ ],
440
+ "std": [
441
+ 1214.3447120748356
442
+ ],
443
+ "count": [
444
+ 79689
445
+ ]
446
+ },
447
+ "natural_language_instruction": {
448
+ "min": [
449
+ 97,
450
+ 97,
451
+ 32,
452
+ 32,
453
+ 32,
454
+ 32,
455
+ 32,
456
+ 32,
457
+ 32,
458
+ 32,
459
+ 32,
460
+ 32,
461
+ 32,
462
+ 32,
463
+ 32,
464
+ 0,
465
+ 0,
466
+ 0,
467
+ 0,
468
+ 0,
469
+ 0,
470
+ 0,
471
+ 0,
472
+ 0,
473
+ 0,
474
+ 0,
475
+ 0,
476
+ 0,
477
+ 0,
478
+ 0,
479
+ 0,
480
+ 0,
481
+ 0,
482
+ 0,
483
+ 0,
484
+ 0,
485
+ 0,
486
+ 0,
487
+ 0,
488
+ 0,
489
+ 0,
490
+ 0,
491
+ 0,
492
+ 0,
493
+ 0,
494
+ 0,
495
+ 0,
496
+ 0,
497
+ 0,
498
+ 0,
499
+ 0,
500
+ 0,
501
+ 0,
502
+ 0,
503
+ 0,
504
+ 0,
505
+ 0,
506
+ 0,
507
+ 0,
508
+ 0,
509
+ 0,
510
+ 0,
511
+ 0,
512
+ 0,
513
+ 0,
514
+ 0,
515
+ 0,
516
+ 0,
517
+ 0,
518
+ 0,
519
+ 0,
520
+ 0,
521
+ 0,
522
+ 0,
523
+ 0,
524
+ 0,
525
+ 0,
526
+ 0,
527
+ 0,
528
+ 0,
529
+ 0,
530
+ 0,
531
+ 0,
532
+ 0,
533
+ 0,
534
+ 0,
535
+ 0,
536
+ 0,
537
+ 0,
538
+ 0,
539
+ 0,
540
+ 0,
541
+ 0,
542
+ 0,
543
+ 0,
544
+ 0,
545
+ 0,
546
+ 0,
547
+ 0,
548
+ 0,
549
+ 0,
550
+ 0,
551
+ 0,
552
+ 0,
553
+ 0,
554
+ 0,
555
+ 0,
556
+ 0,
557
+ 0,
558
+ 0,
559
+ 0,
560
+ 0,
561
+ 0,
562
+ 0,
563
+ 0,
564
+ 0,
565
+ 0,
566
+ 0,
567
+ 0,
568
+ 0,
569
+ 0,
570
+ 0,
571
+ 0,
572
+ 0,
573
+ 0,
574
+ 0,
575
+ 0,
576
+ 0,
577
+ 0,
578
+ 0,
579
+ 0,
580
+ 0,
581
+ 0,
582
+ 0,
583
+ 0,
584
+ 0,
585
+ 0,
586
+ 0,
587
+ 0,
588
+ 0,
589
+ 0,
590
+ 0,
591
+ 0,
592
+ 0,
593
+ 0,
594
+ 0,
595
+ 0,
596
+ 0,
597
+ 0,
598
+ 0,
599
+ 0,
600
+ 0,
601
+ 0,
602
+ 0,
603
+ 0,
604
+ 0,
605
+ 0,
606
+ 0,
607
+ 0,
608
+ 0,
609
+ 0,
610
+ 0,
611
+ 0,
612
+ 0,
613
+ 0,
614
+ 0,
615
+ 0,
616
+ 0,
617
+ 0,
618
+ 0,
619
+ 0,
620
+ 0,
621
+ 0,
622
+ 0,
623
+ 0,
624
+ 0,
625
+ 0,
626
+ 0,
627
+ 0,
628
+ 0,
629
+ 0,
630
+ 0,
631
+ 0,
632
+ 0,
633
+ 0,
634
+ 0,
635
+ 0,
636
+ 0,
637
+ 0,
638
+ 0,
639
+ 0,
640
+ 0,
641
+ 0,
642
+ 0,
643
+ 0,
644
+ 0,
645
+ 0,
646
+ 0,
647
+ 0,
648
+ 0,
649
+ 0,
650
+ 0,
651
+ 0,
652
+ 0,
653
+ 0,
654
+ 0,
655
+ 0,
656
+ 0,
657
+ 0,
658
+ 0,
659
+ 0,
660
+ 0,
661
+ 0,
662
+ 0,
663
+ 0,
664
+ 0,
665
+ 0,
666
+ 0,
667
+ 0,
668
+ 0,
669
+ 0,
670
+ 0,
671
+ 0,
672
+ 0,
673
+ 0,
674
+ 0,
675
+ 0,
676
+ 0,
677
+ 0,
678
+ 0,
679
+ 0,
680
+ 0,
681
+ 0,
682
+ 0,
683
+ 0,
684
+ 0,
685
+ 0,
686
+ 0,
687
+ 0,
688
+ 0,
689
+ 0,
690
+ 0,
691
+ 0,
692
+ 0,
693
+ 0,
694
+ 0,
695
+ 0,
696
+ 0,
697
+ 0,
698
+ 0,
699
+ 0,
700
+ 0,
701
+ 0,
702
+ 0,
703
+ 0,
704
+ 0,
705
+ 0,
706
+ 0,
707
+ 0,
708
+ 0,
709
+ 0,
710
+ 0,
711
+ 0,
712
+ 0,
713
+ 0,
714
+ 0,
715
+ 0,
716
+ 0,
717
+ 0,
718
+ 0,
719
+ 0,
720
+ 0,
721
+ 0,
722
+ 0,
723
+ 0,
724
+ 0,
725
+ 0,
726
+ 0,
727
+ 0,
728
+ 0,
729
+ 0,
730
+ 0,
731
+ 0,
732
+ 0,
733
+ 0,
734
+ 0,
735
+ 0,
736
+ 0,
737
+ 0,
738
+ 0,
739
+ 0,
740
+ 0,
741
+ 0,
742
+ 0,
743
+ 0,
744
+ 0,
745
+ 0,
746
+ 0,
747
+ 0,
748
+ 0,
749
+ 0,
750
+ 0,
751
+ 0,
752
+ 0,
753
+ 0,
754
+ 0,
755
+ 0,
756
+ 0,
757
+ 0,
758
+ 0,
759
+ 0,
760
+ 0,
761
+ 0,
762
+ 0,
763
+ 0,
764
+ 0,
765
+ 0,
766
+ 0,
767
+ 0,
768
+ 0,
769
+ 0,
770
+ 0,
771
+ 0,
772
+ 0,
773
+ 0,
774
+ 0,
775
+ 0,
776
+ 0,
777
+ 0,
778
+ 0,
779
+ 0,
780
+ 0,
781
+ 0,
782
+ 0,
783
+ 0,
784
+ 0,
785
+ 0,
786
+ 0,
787
+ 0,
788
+ 0,
789
+ 0,
790
+ 0,
791
+ 0,
792
+ 0,
793
+ 0,
794
+ 0,
795
+ 0,
796
+ 0,
797
+ 0,
798
+ 0,
799
+ 0,
800
+ 0,
801
+ 0,
802
+ 0,
803
+ 0,
804
+ 0,
805
+ 0,
806
+ 0,
807
+ 0,
808
+ 0,
809
+ 0,
810
+ 0,
811
+ 0,
812
+ 0,
813
+ 0,
814
+ 0,
815
+ 0,
816
+ 0,
817
+ 0,
818
+ 0,
819
+ 0,
820
+ 0,
821
+ 0,
822
+ 0,
823
+ 0,
824
+ 0,
825
+ 0,
826
+ 0,
827
+ 0,
828
+ 0,
829
+ 0,
830
+ 0,
831
+ 0,
832
+ 0,
833
+ 0,
834
+ 0,
835
+ 0,
836
+ 0,
837
+ 0,
838
+ 0,
839
+ 0,
840
+ 0,
841
+ 0,
842
+ 0,
843
+ 0,
844
+ 0,
845
+ 0,
846
+ 0,
847
+ 0,
848
+ 0,
849
+ 0,
850
+ 0,
851
+ 0,
852
+ 0,
853
+ 0,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ 0,
861
+ 0,
862
+ 0,
863
+ 0,
864
+ 0,
865
+ 0,
866
+ 0,
867
+ 0,
868
+ 0,
869
+ 0,
870
+ 0,
871
+ 0,
872
+ 0,
873
+ 0,
874
+ 0,
875
+ 0,
876
+ 0,
877
+ 0,
878
+ 0,
879
+ 0,
880
+ 0,
881
+ 0,
882
+ 0,
883
+ 0,
884
+ 0,
885
+ 0,
886
+ 0,
887
+ 0,
888
+ 0,
889
+ 0,
890
+ 0,
891
+ 0,
892
+ 0,
893
+ 0,
894
+ 0,
895
+ 0,
896
+ 0,
897
+ 0,
898
+ 0,
899
+ 0,
900
+ 0,
901
+ 0,
902
+ 0,
903
+ 0,
904
+ 0,
905
+ 0,
906
+ 0,
907
+ 0,
908
+ 0,
909
+ 0,
910
+ 0,
911
+ 0,
912
+ 0,
913
+ 0,
914
+ 0,
915
+ 0,
916
+ 0,
917
+ 0,
918
+ 0,
919
+ 0,
920
+ 0,
921
+ 0,
922
+ 0,
923
+ 0,
924
+ 0,
925
+ 0,
926
+ 0,
927
+ 0,
928
+ 0,
929
+ 0,
930
+ 0,
931
+ 0,
932
+ 0,
933
+ 0,
934
+ 0,
935
+ 0,
936
+ 0,
937
+ 0,
938
+ 0,
939
+ 0,
940
+ 0,
941
+ 0,
942
+ 0,
943
+ 0,
944
+ 0,
945
+ 0,
946
+ 0,
947
+ 0,
948
+ 0,
949
+ 0,
950
+ 0,
951
+ 0,
952
+ 0,
953
+ 0,
954
+ 0,
955
+ 0,
956
+ 0,
957
+ 0,
958
+ 0,
959
+ 0,
960
+ 0
961
+ ],
962
+ "max": [
963
+ 116,
964
+ 117,
965
+ 118,
966
+ 118,
967
+ 121,
968
+ 121,
969
+ 121,
970
+ 121,
971
+ 121,
972
+ 121,
973
+ 121,
974
+ 121,
975
+ 121,
976
+ 121,
977
+ 121,
978
+ 120,
979
+ 121,
980
+ 121,
981
+ 122,
982
+ 122,
983
+ 121,
984
+ 122,
985
+ 122,
986
+ 121,
987
+ 122,
988
+ 122,
989
+ 122,
990
+ 122,
991
+ 122,
992
+ 122,
993
+ 122,
994
+ 122,
995
+ 122,
996
+ 121,
997
+ 121,
998
+ 121,
999
+ 121,
1000
+ 121,
1001
+ 122,
1002
+ 121,
1003
+ 121,
1004
+ 121,
1005
+ 121,
1006
+ 121,
1007
+ 121,
1008
+ 122,
1009
+ 121,
1010
+ 121,
1011
+ 122,
1012
+ 121,
1013
+ 122,
1014
+ 122,
1015
+ 121,
1016
+ 121,
1017
+ 121,
1018
+ 121,
1019
+ 121,
1020
+ 121,
1021
+ 121,
1022
+ 121,
1023
+ 121,
1024
+ 120,
1025
+ 121,
1026
+ 121,
1027
+ 120,
1028
+ 121,
1029
+ 120,
1030
+ 120,
1031
+ 121,
1032
+ 120,
1033
+ 119,
1034
+ 120,
1035
+ 119,
1036
+ 116,
1037
+ 116,
1038
+ 116,
1039
+ 116,
1040
+ 116,
1041
+ 114,
1042
+ 114,
1043
+ 111,
1044
+ 104,
1045
+ 116,
1046
+ 100,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ 0,
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ 0,
1060
+ 0,
1061
+ 0,
1062
+ 0,
1063
+ 0,
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ 0,
1068
+ 0,
1069
+ 0,
1070
+ 0,
1071
+ 0,
1072
+ 0,
1073
+ 0,
1074
+ 0,
1075
+ 0,
1076
+ 0,
1077
+ 0,
1078
+ 0,
1079
+ 0,
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 0,
1085
+ 0,
1086
+ 0,
1087
+ 0,
1088
+ 0,
1089
+ 0,
1090
+ 0,
1091
+ 0,
1092
+ 0,
1093
+ 0,
1094
+ 0,
1095
+ 0,
1096
+ 0,
1097
+ 0,
1098
+ 0,
1099
+ 0,
1100
+ 0,
1101
+ 0,
1102
+ 0,
1103
+ 0,
1104
+ 0,
1105
+ 0,
1106
+ 0,
1107
+ 0,
1108
+ 0,
1109
+ 0,
1110
+ 0,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 0,
1116
+ 0,
1117
+ 0,
1118
+ 0,
1119
+ 0,
1120
+ 0,
1121
+ 0,
1122
+ 0,
1123
+ 0,
1124
+ 0,
1125
+ 0,
1126
+ 0,
1127
+ 0,
1128
+ 0,
1129
+ 0,
1130
+ 0,
1131
+ 0,
1132
+ 0,
1133
+ 0,
1134
+ 0,
1135
+ 0,
1136
+ 0,
1137
+ 0,
1138
+ 0,
1139
+ 0,
1140
+ 0,
1141
+ 0,
1142
+ 0,
1143
+ 0,
1144
+ 0,
1145
+ 0,
1146
+ 0,
1147
+ 0,
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ 0,
1155
+ 0,
1156
+ 0,
1157
+ 0,
1158
+ 0,
1159
+ 0,
1160
+ 0,
1161
+ 0,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 0,
1170
+ 0,
1171
+ 0,
1172
+ 0,
1173
+ 0,
1174
+ 0,
1175
+ 0,
1176
+ 0,
1177
+ 0,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ 0,
1182
+ 0,
1183
+ 0,
1184
+ 0,
1185
+ 0,
1186
+ 0,
1187
+ 0,
1188
+ 0,
1189
+ 0,
1190
+ 0,
1191
+ 0,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ 0,
1196
+ 0,
1197
+ 0,
1198
+ 0,
1199
+ 0,
1200
+ 0,
1201
+ 0,
1202
+ 0,
1203
+ 0,
1204
+ 0,
1205
+ 0,
1206
+ 0,
1207
+ 0,
1208
+ 0,
1209
+ 0,
1210
+ 0,
1211
+ 0,
1212
+ 0,
1213
+ 0,
1214
+ 0,
1215
+ 0,
1216
+ 0,
1217
+ 0,
1218
+ 0,
1219
+ 0,
1220
+ 0,
1221
+ 0,
1222
+ 0,
1223
+ 0,
1224
+ 0,
1225
+ 0,
1226
+ 0,
1227
+ 0,
1228
+ 0,
1229
+ 0,
1230
+ 0,
1231
+ 0,
1232
+ 0,
1233
+ 0,
1234
+ 0,
1235
+ 0,
1236
+ 0,
1237
+ 0,
1238
+ 0,
1239
+ 0,
1240
+ 0,
1241
+ 0,
1242
+ 0,
1243
+ 0,
1244
+ 0,
1245
+ 0,
1246
+ 0,
1247
+ 0,
1248
+ 0,
1249
+ 0,
1250
+ 0,
1251
+ 0,
1252
+ 0,
1253
+ 0,
1254
+ 0,
1255
+ 0,
1256
+ 0,
1257
+ 0,
1258
+ 0,
1259
+ 0,
1260
+ 0,
1261
+ 0,
1262
+ 0,
1263
+ 0,
1264
+ 0,
1265
+ 0,
1266
+ 0,
1267
+ 0,
1268
+ 0,
1269
+ 0,
1270
+ 0,
1271
+ 0,
1272
+ 0,
1273
+ 0,
1274
+ 0,
1275
+ 0,
1276
+ 0,
1277
+ 0,
1278
+ 0,
1279
+ 0,
1280
+ 0,
1281
+ 0,
1282
+ 0,
1283
+ 0,
1284
+ 0,
1285
+ 0,
1286
+ 0,
1287
+ 0,
1288
+ 0,
1289
+ 0,
1290
+ 0,
1291
+ 0,
1292
+ 0,
1293
+ 0,
1294
+ 0,
1295
+ 0,
1296
+ 0,
1297
+ 0,
1298
+ 0,
1299
+ 0,
1300
+ 0,
1301
+ 0,
1302
+ 0,
1303
+ 0,
1304
+ 0,
1305
+ 0,
1306
+ 0,
1307
+ 0,
1308
+ 0,
1309
+ 0,
1310
+ 0,
1311
+ 0,
1312
+ 0,
1313
+ 0,
1314
+ 0,
1315
+ 0,
1316
+ 0,
1317
+ 0,
1318
+ 0,
1319
+ 0,
1320
+ 0,
1321
+ 0,
1322
+ 0,
1323
+ 0,
1324
+ 0,
1325
+ 0,
1326
+ 0,
1327
+ 0,
1328
+ 0,
1329
+ 0,
1330
+ 0,
1331
+ 0,
1332
+ 0,
1333
+ 0,
1334
+ 0,
1335
+ 0,
1336
+ 0,
1337
+ 0,
1338
+ 0,
1339
+ 0,
1340
+ 0,
1341
+ 0,
1342
+ 0,
1343
+ 0,
1344
+ 0,
1345
+ 0,
1346
+ 0,
1347
+ 0,
1348
+ 0,
1349
+ 0,
1350
+ 0,
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ 0,
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ 0,
1363
+ 0,
1364
+ 0,
1365
+ 0,
1366
+ 0,
1367
+ 0,
1368
+ 0,
1369
+ 0,
1370
+ 0,
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ 0,
1377
+ 0,
1378
+ 0,
1379
+ 0,
1380
+ 0,
1381
+ 0,
1382
+ 0,
1383
+ 0,
1384
+ 0,
1385
+ 0,
1386
+ 0,
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ 0,
1393
+ 0,
1394
+ 0,
1395
+ 0,
1396
+ 0,
1397
+ 0,
1398
+ 0,
1399
+ 0,
1400
+ 0,
1401
+ 0,
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 0,
1409
+ 0,
1410
+ 0,
1411
+ 0,
1412
+ 0,
1413
+ 0,
1414
+ 0,
1415
+ 0,
1416
+ 0,
1417
+ 0,
1418
+ 0,
1419
+ 0,
1420
+ 0,
1421
+ 0,
1422
+ 0,
1423
+ 0,
1424
+ 0,
1425
+ 0,
1426
+ 0,
1427
+ 0,
1428
+ 0,
1429
+ 0,
1430
+ 0,
1431
+ 0,
1432
+ 0,
1433
+ 0,
1434
+ 0,
1435
+ 0,
1436
+ 0,
1437
+ 0,
1438
+ 0,
1439
+ 0,
1440
+ 0,
1441
+ 0,
1442
+ 0,
1443
+ 0,
1444
+ 0,
1445
+ 0,
1446
+ 0,
1447
+ 0,
1448
+ 0,
1449
+ 0,
1450
+ 0,
1451
+ 0,
1452
+ 0,
1453
+ 0,
1454
+ 0,
1455
+ 0,
1456
+ 0,
1457
+ 0,
1458
+ 0,
1459
+ 0,
1460
+ 0,
1461
+ 0,
1462
+ 0,
1463
+ 0,
1464
+ 0,
1465
+ 0,
1466
+ 0,
1467
+ 0,
1468
+ 0,
1469
+ 0,
1470
+ 0,
1471
+ 0,
1472
+ 0,
1473
+ 0,
1474
+ 0
1475
+ ],
1476
+ "mean": [
1477
+ 111.17303517423986,
1478
+ 111.33603132176336,
1479
+ 111.62928384093162,
1480
+ 101.24650830102021,
1481
+ 58.78012021734493,
1482
+ 90.44961036027557,
1483
+ 107.22617927191959,
1484
+ 103.20413105949378,
1485
+ 61.2815696018271,
1486
+ 87.56973986372022,
1487
+ 101.76409542094893,
1488
+ 104.06596895430988,
1489
+ 90.42515278143784,
1490
+ 89.88926953531855,
1491
+ 91.2038047911255,
1492
+ 93.4197442557944,
1493
+ 99.38779505326958,
1494
+ 93.30922712043068,
1495
+ 97.13745937331376,
1496
+ 91.28291232165041,
1497
+ 97.23202700498187,
1498
+ 90.57147159582878,
1499
+ 91.28471934645935,
1500
+ 93.64348906373527,
1501
+ 93.62682427938611,
1502
+ 92.71499203152254,
1503
+ 89.52767634177866,
1504
+ 91.87487608076397,
1505
+ 89.03311623938059,
1506
+ 89.42537865953896,
1507
+ 86.92281243333458,
1508
+ 85.86009361392414,
1509
+ 85.14111106928183,
1510
+ 81.56968966858663,
1511
+ 81.18545846980135,
1512
+ 76.23005684598878,
1513
+ 75.06162707525506,
1514
+ 72.30187353336095,
1515
+ 69.35663642409868,
1516
+ 66.55588600685164,
1517
+ 62.265344024896784,
1518
+ 57.70729962730113,
1519
+ 54.35461606997202,
1520
+ 49.92007679855438,
1521
+ 46.117142892996526,
1522
+ 41.47937607448958,
1523
+ 37.01574872316129,
1524
+ 34.25612066910113,
1525
+ 31.476627890925975,
1526
+ 28.72575888767584,
1527
+ 26.189373690220734,
1528
+ 23.70918194481045,
1529
+ 21.360501449384483,
1530
+ 18.905482563465473,
1531
+ 17.01911179711127,
1532
+ 14.954209489390003,
1533
+ 13.617437789406317,
1534
+ 11.87697172759101,
1535
+ 10.355657618993838,
1536
+ 8.78017041247851,
1537
+ 7.329280076296603,
1538
+ 6.164351416130206,
1539
+ 5.3218888428766835,
1540
+ 4.597861687309416,
1541
+ 3.488298259483743,
1542
+ 2.8782266059305552,
1543
+ 2.328778124960785,
1544
+ 2.0967385711955226,
1545
+ 1.8044774059154964,
1546
+ 1.4492338967737077,
1547
+ 1.3086749739612744,
1548
+ 1.0670481496818884,
1549
+ 0.8489126479187843,
1550
+ 0.586442294419556,
1551
+ 0.5213392061639625,
1552
+ 0.4978353348642849,
1553
+ 0.4097303266448318,
1554
+ 0.33392312615291947,
1555
+ 0.19761824091154362,
1556
+ 0.17017405162569488,
1557
+ 0.09642485161063635,
1558
+ 0.07440173675162193,
1559
+ 0.0863105321939038,
1560
+ 0.05145001192134423,
1561
+ 0.0,
1562
+ 0.0,
1563
+ 0.0,
1564
+ 0.0,
1565
+ 0.0,
1566
+ 0.0,
1567
+ 0.0,
1568
+ 0.0,
1569
+ 0.0,
1570
+ 0.0,
1571
+ 0.0,
1572
+ 0.0,
1573
+ 0.0,
1574
+ 0.0,
1575
+ 0.0,
1576
+ 0.0,
1577
+ 0.0,
1578
+ 0.0,
1579
+ 0.0,
1580
+ 0.0,
1581
+ 0.0,
1582
+ 0.0,
1583
+ 0.0,
1584
+ 0.0,
1585
+ 0.0,
1586
+ 0.0,
1587
+ 0.0,
1588
+ 0.0,
1589
+ 0.0,
1590
+ 0.0,
1591
+ 0.0,
1592
+ 0.0,
1593
+ 0.0,
1594
+ 0.0,
1595
+ 0.0,
1596
+ 0.0,
1597
+ 0.0,
1598
+ 0.0,
1599
+ 0.0,
1600
+ 0.0,
1601
+ 0.0,
1602
+ 0.0,
1603
+ 0.0,
1604
+ 0.0,
1605
+ 0.0,
1606
+ 0.0,
1607
+ 0.0,
1608
+ 0.0,
1609
+ 0.0,
1610
+ 0.0,
1611
+ 0.0,
1612
+ 0.0,
1613
+ 0.0,
1614
+ 0.0,
1615
+ 0.0,
1616
+ 0.0,
1617
+ 0.0,
1618
+ 0.0,
1619
+ 0.0,
1620
+ 0.0,
1621
+ 0.0,
1622
+ 0.0,
1623
+ 0.0,
1624
+ 0.0,
1625
+ 0.0,
1626
+ 0.0,
1627
+ 0.0,
1628
+ 0.0,
1629
+ 0.0,
1630
+ 0.0,
1631
+ 0.0,
1632
+ 0.0,
1633
+ 0.0,
1634
+ 0.0,
1635
+ 0.0,
1636
+ 0.0,
1637
+ 0.0,
1638
+ 0.0,
1639
+ 0.0,
1640
+ 0.0,
1641
+ 0.0,
1642
+ 0.0,
1643
+ 0.0,
1644
+ 0.0,
1645
+ 0.0,
1646
+ 0.0,
1647
+ 0.0,
1648
+ 0.0,
1649
+ 0.0,
1650
+ 0.0,
1651
+ 0.0,
1652
+ 0.0,
1653
+ 0.0,
1654
+ 0.0,
1655
+ 0.0,
1656
+ 0.0,
1657
+ 0.0,
1658
+ 0.0,
1659
+ 0.0,
1660
+ 0.0,
1661
+ 0.0,
1662
+ 0.0,
1663
+ 0.0,
1664
+ 0.0,
1665
+ 0.0,
1666
+ 0.0,
1667
+ 0.0,
1668
+ 0.0,
1669
+ 0.0,
1670
+ 0.0,
1671
+ 0.0,
1672
+ 0.0,
1673
+ 0.0,
1674
+ 0.0,
1675
+ 0.0,
1676
+ 0.0,
1677
+ 0.0,
1678
+ 0.0,
1679
+ 0.0,
1680
+ 0.0,
1681
+ 0.0,
1682
+ 0.0,
1683
+ 0.0,
1684
+ 0.0,
1685
+ 0.0,
1686
+ 0.0,
1687
+ 0.0,
1688
+ 0.0,
1689
+ 0.0,
1690
+ 0.0,
1691
+ 0.0,
1692
+ 0.0,
1693
+ 0.0,
1694
+ 0.0,
1695
+ 0.0,
1696
+ 0.0,
1697
+ 0.0,
1698
+ 0.0,
1699
+ 0.0,
1700
+ 0.0,
1701
+ 0.0,
1702
+ 0.0,
1703
+ 0.0,
1704
+ 0.0,
1705
+ 0.0,
1706
+ 0.0,
1707
+ 0.0,
1708
+ 0.0,
1709
+ 0.0,
1710
+ 0.0,
1711
+ 0.0,
1712
+ 0.0,
1713
+ 0.0,
1714
+ 0.0,
1715
+ 0.0,
1716
+ 0.0,
1717
+ 0.0,
1718
+ 0.0,
1719
+ 0.0,
1720
+ 0.0,
1721
+ 0.0,
1722
+ 0.0,
1723
+ 0.0,
1724
+ 0.0,
1725
+ 0.0,
1726
+ 0.0,
1727
+ 0.0,
1728
+ 0.0,
1729
+ 0.0,
1730
+ 0.0,
1731
+ 0.0,
1732
+ 0.0,
1733
+ 0.0,
1734
+ 0.0,
1735
+ 0.0,
1736
+ 0.0,
1737
+ 0.0,
1738
+ 0.0,
1739
+ 0.0,
1740
+ 0.0,
1741
+ 0.0,
1742
+ 0.0,
1743
+ 0.0,
1744
+ 0.0,
1745
+ 0.0,
1746
+ 0.0,
1747
+ 0.0,
1748
+ 0.0,
1749
+ 0.0,
1750
+ 0.0,
1751
+ 0.0,
1752
+ 0.0,
1753
+ 0.0,
1754
+ 0.0,
1755
+ 0.0,
1756
+ 0.0,
1757
+ 0.0,
1758
+ 0.0,
1759
+ 0.0,
1760
+ 0.0,
1761
+ 0.0,
1762
+ 0.0,
1763
+ 0.0,
1764
+ 0.0,
1765
+ 0.0,
1766
+ 0.0,
1767
+ 0.0,
1768
+ 0.0,
1769
+ 0.0,
1770
+ 0.0,
1771
+ 0.0,
1772
+ 0.0,
1773
+ 0.0,
1774
+ 0.0,
1775
+ 0.0,
1776
+ 0.0,
1777
+ 0.0,
1778
+ 0.0,
1779
+ 0.0,
1780
+ 0.0,
1781
+ 0.0,
1782
+ 0.0,
1783
+ 0.0,
1784
+ 0.0,
1785
+ 0.0,
1786
+ 0.0,
1787
+ 0.0,
1788
+ 0.0,
1789
+ 0.0,
1790
+ 0.0,
1791
+ 0.0,
1792
+ 0.0,
1793
+ 0.0,
1794
+ 0.0,
1795
+ 0.0,
1796
+ 0.0,
1797
+ 0.0,
1798
+ 0.0,
1799
+ 0.0,
1800
+ 0.0,
1801
+ 0.0,
1802
+ 0.0,
1803
+ 0.0,
1804
+ 0.0,
1805
+ 0.0,
1806
+ 0.0,
1807
+ 0.0,
1808
+ 0.0,
1809
+ 0.0,
1810
+ 0.0,
1811
+ 0.0,
1812
+ 0.0,
1813
+ 0.0,
1814
+ 0.0,
1815
+ 0.0,
1816
+ 0.0,
1817
+ 0.0,
1818
+ 0.0,
1819
+ 0.0,
1820
+ 0.0,
1821
+ 0.0,
1822
+ 0.0,
1823
+ 0.0,
1824
+ 0.0,
1825
+ 0.0,
1826
+ 0.0,
1827
+ 0.0,
1828
+ 0.0,
1829
+ 0.0,
1830
+ 0.0,
1831
+ 0.0,
1832
+ 0.0,
1833
+ 0.0,
1834
+ 0.0,
1835
+ 0.0,
1836
+ 0.0,
1837
+ 0.0,
1838
+ 0.0,
1839
+ 0.0,
1840
+ 0.0,
1841
+ 0.0,
1842
+ 0.0,
1843
+ 0.0,
1844
+ 0.0,
1845
+ 0.0,
1846
+ 0.0,
1847
+ 0.0,
1848
+ 0.0,
1849
+ 0.0,
1850
+ 0.0,
1851
+ 0.0,
1852
+ 0.0,
1853
+ 0.0,
1854
+ 0.0,
1855
+ 0.0,
1856
+ 0.0,
1857
+ 0.0,
1858
+ 0.0,
1859
+ 0.0,
1860
+ 0.0,
1861
+ 0.0,
1862
+ 0.0,
1863
+ 0.0,
1864
+ 0.0,
1865
+ 0.0,
1866
+ 0.0,
1867
+ 0.0,
1868
+ 0.0,
1869
+ 0.0,
1870
+ 0.0,
1871
+ 0.0,
1872
+ 0.0,
1873
+ 0.0,
1874
+ 0.0,
1875
+ 0.0,
1876
+ 0.0,
1877
+ 0.0,
1878
+ 0.0,
1879
+ 0.0,
1880
+ 0.0,
1881
+ 0.0,
1882
+ 0.0,
1883
+ 0.0,
1884
+ 0.0,
1885
+ 0.0,
1886
+ 0.0,
1887
+ 0.0,
1888
+ 0.0,
1889
+ 0.0,
1890
+ 0.0,
1891
+ 0.0,
1892
+ 0.0,
1893
+ 0.0,
1894
+ 0.0,
1895
+ 0.0,
1896
+ 0.0,
1897
+ 0.0,
1898
+ 0.0,
1899
+ 0.0,
1900
+ 0.0,
1901
+ 0.0,
1902
+ 0.0,
1903
+ 0.0,
1904
+ 0.0,
1905
+ 0.0,
1906
+ 0.0,
1907
+ 0.0,
1908
+ 0.0,
1909
+ 0.0,
1910
+ 0.0,
1911
+ 0.0,
1912
+ 0.0,
1913
+ 0.0,
1914
+ 0.0,
1915
+ 0.0,
1916
+ 0.0,
1917
+ 0.0,
1918
+ 0.0,
1919
+ 0.0,
1920
+ 0.0,
1921
+ 0.0,
1922
+ 0.0,
1923
+ 0.0,
1924
+ 0.0,
1925
+ 0.0,
1926
+ 0.0,
1927
+ 0.0,
1928
+ 0.0,
1929
+ 0.0,
1930
+ 0.0,
1931
+ 0.0,
1932
+ 0.0,
1933
+ 0.0,
1934
+ 0.0,
1935
+ 0.0,
1936
+ 0.0,
1937
+ 0.0,
1938
+ 0.0,
1939
+ 0.0,
1940
+ 0.0,
1941
+ 0.0,
1942
+ 0.0,
1943
+ 0.0,
1944
+ 0.0,
1945
+ 0.0,
1946
+ 0.0,
1947
+ 0.0,
1948
+ 0.0,
1949
+ 0.0,
1950
+ 0.0,
1951
+ 0.0,
1952
+ 0.0,
1953
+ 0.0,
1954
+ 0.0,
1955
+ 0.0,
1956
+ 0.0,
1957
+ 0.0,
1958
+ 0.0,
1959
+ 0.0,
1960
+ 0.0,
1961
+ 0.0,
1962
+ 0.0,
1963
+ 0.0,
1964
+ 0.0,
1965
+ 0.0,
1966
+ 0.0,
1967
+ 0.0,
1968
+ 0.0,
1969
+ 0.0,
1970
+ 0.0,
1971
+ 0.0,
1972
+ 0.0,
1973
+ 0.0,
1974
+ 0.0,
1975
+ 0.0,
1976
+ 0.0,
1977
+ 0.0,
1978
+ 0.0,
1979
+ 0.0,
1980
+ 0.0,
1981
+ 0.0,
1982
+ 0.0,
1983
+ 0.0,
1984
+ 0.0,
1985
+ 0.0,
1986
+ 0.0,
1987
+ 0.0,
1988
+ 0.0
1989
+ ],
1990
+ "std": [
1991
+ 2.8564983991063637,
1992
+ 4.520776746908127,
1993
+ 7.383286719182603,
1994
+ 7.531257748704857,
1995
+ 35.403164708938654,
1996
+ 37.204879562881764,
1997
+ 11.047296412782892,
1998
+ 8.899757981475894,
1999
+ 35.83769874094657,
2000
+ 35.35425448588104,
2001
+ 20.172210386498076,
2002
+ 14.647620162793551,
2003
+ 29.723011092324334,
2004
+ 32.03118753135443,
2005
+ 33.820735116733594,
2006
+ 31.358366894977614,
2007
+ 23.636088849988376,
2008
+ 27.67118923203371,
2009
+ 26.357011757647257,
2010
+ 31.104487188152447,
2011
+ 27.183910667761563,
2012
+ 32.53625019495497,
2013
+ 33.051244808323425,
2014
+ 31.44000654857637,
2015
+ 31.63108715830201,
2016
+ 32.252397280387086,
2017
+ 34.413646679591366,
2018
+ 33.29321583973927,
2019
+ 35.38339207265821,
2020
+ 35.67936251762063,
2021
+ 37.26272652975076,
2022
+ 38.57836984088192,
2023
+ 39.58371523353384,
2024
+ 41.66554070861414,
2025
+ 42.946046817892814,
2026
+ 44.746479234467344,
2027
+ 45.73987328468902,
2028
+ 47.62074466758683,
2029
+ 48.607752251554786,
2030
+ 49.59242424736588,
2031
+ 50.485332448523685,
2032
+ 51.072116175384444,
2033
+ 51.88046889653378,
2034
+ 51.60945524135965,
2035
+ 51.49207601802763,
2036
+ 50.51349051388493,
2037
+ 49.57797110719821,
2038
+ 48.588776081292615,
2039
+ 47.53727196919027,
2040
+ 46.25570685796511,
2041
+ 44.9203507265167,
2042
+ 43.71707203915581,
2043
+ 41.791798228315585,
2044
+ 40.015249213177164,
2045
+ 38.38233647460623,
2046
+ 36.37441949896287,
2047
+ 35.077933718080246,
2048
+ 33.06016236522301,
2049
+ 31.163342410964894,
2050
+ 28.90942597197023,
2051
+ 26.61519404190457,
2052
+ 24.56529017797686,
2053
+ 23.06070489479277,
2054
+ 21.53225501879623,
2055
+ 18.77364014804305,
2056
+ 17.097264667838754,
2057
+ 15.34215014336063,
2058
+ 14.71809378489817,
2059
+ 13.687352019157997,
2060
+ 12.18590333458838,
2061
+ 11.614347245569821,
2062
+ 10.41709604660763,
2063
+ 9.355492543251547,
2064
+ 7.692816122723979,
2065
+ 7.270156396014539,
2066
+ 7.2433753820552855,
2067
+ 6.60050578700326,
2068
+ 5.99625961626498,
2069
+ 4.380576198139575,
2070
+ 4.166524641662197,
2071
+ 3.2099445787387797,
2072
+ 2.711490365286031,
2073
+ 3.144402359645549,
2074
+ 2.2676759222622023,
2075
+ 0.0,
2076
+ 0.0,
2077
+ 0.0,
2078
+ 0.0,
2079
+ 0.0,
2080
+ 0.0,
2081
+ 0.0,
2082
+ 0.0,
2083
+ 0.0,
2084
+ 0.0,
2085
+ 0.0,
2086
+ 0.0,
2087
+ 0.0,
2088
+ 0.0,
2089
+ 0.0,
2090
+ 0.0,
2091
+ 0.0,
2092
+ 0.0,
2093
+ 0.0,
2094
+ 0.0,
2095
+ 0.0,
2096
+ 0.0,
2097
+ 0.0,
2098
+ 0.0,
2099
+ 0.0,
2100
+ 0.0,
2101
+ 0.0,
2102
+ 0.0,
2103
+ 0.0,
2104
+ 0.0,
2105
+ 0.0,
2106
+ 0.0,
2107
+ 0.0,
2108
+ 0.0,
2109
+ 0.0,
2110
+ 0.0,
2111
+ 0.0,
2112
+ 0.0,
2113
+ 0.0,
2114
+ 0.0,
2115
+ 0.0,
2116
+ 0.0,
2117
+ 0.0,
2118
+ 0.0,
2119
+ 0.0,
2120
+ 0.0,
2121
+ 0.0,
2122
+ 0.0,
2123
+ 0.0,
2124
+ 0.0,
2125
+ 0.0,
2126
+ 0.0,
2127
+ 0.0,
2128
+ 0.0,
2129
+ 0.0,
2130
+ 0.0,
2131
+ 0.0,
2132
+ 0.0,
2133
+ 0.0,
2134
+ 0.0,
2135
+ 0.0,
2136
+ 0.0,
2137
+ 0.0,
2138
+ 0.0,
2139
+ 0.0,
2140
+ 0.0,
2141
+ 0.0,
2142
+ 0.0,
2143
+ 0.0,
2144
+ 0.0,
2145
+ 0.0,
2146
+ 0.0,
2147
+ 0.0,
2148
+ 0.0,
2149
+ 0.0,
2150
+ 0.0,
2151
+ 0.0,
2152
+ 0.0,
2153
+ 0.0,
2154
+ 0.0,
2155
+ 0.0,
2156
+ 0.0,
2157
+ 0.0,
2158
+ 0.0,
2159
+ 0.0,
2160
+ 0.0,
2161
+ 0.0,
2162
+ 0.0,
2163
+ 0.0,
2164
+ 0.0,
2165
+ 0.0,
2166
+ 0.0,
2167
+ 0.0,
2168
+ 0.0,
2169
+ 0.0,
2170
+ 0.0,
2171
+ 0.0,
2172
+ 0.0,
2173
+ 0.0,
2174
+ 0.0,
2175
+ 0.0,
2176
+ 0.0,
2177
+ 0.0,
2178
+ 0.0,
2179
+ 0.0,
2180
+ 0.0,
2181
+ 0.0,
2182
+ 0.0,
2183
+ 0.0,
2184
+ 0.0,
2185
+ 0.0,
2186
+ 0.0,
2187
+ 0.0,
2188
+ 0.0,
2189
+ 0.0,
2190
+ 0.0,
2191
+ 0.0,
2192
+ 0.0,
2193
+ 0.0,
2194
+ 0.0,
2195
+ 0.0,
2196
+ 0.0,
2197
+ 0.0,
2198
+ 0.0,
2199
+ 0.0,
2200
+ 0.0,
2201
+ 0.0,
2202
+ 0.0,
2203
+ 0.0,
2204
+ 0.0,
2205
+ 0.0,
2206
+ 0.0,
2207
+ 0.0,
2208
+ 0.0,
2209
+ 0.0,
2210
+ 0.0,
2211
+ 0.0,
2212
+ 0.0,
2213
+ 0.0,
2214
+ 0.0,
2215
+ 0.0,
2216
+ 0.0,
2217
+ 0.0,
2218
+ 0.0,
2219
+ 0.0,
2220
+ 0.0,
2221
+ 0.0,
2222
+ 0.0,
2223
+ 0.0,
2224
+ 0.0,
2225
+ 0.0,
2226
+ 0.0,
2227
+ 0.0,
2228
+ 0.0,
2229
+ 0.0,
2230
+ 0.0,
2231
+ 0.0,
2232
+ 0.0,
2233
+ 0.0,
2234
+ 0.0,
2235
+ 0.0,
2236
+ 0.0,
2237
+ 0.0,
2238
+ 0.0,
2239
+ 0.0,
2240
+ 0.0,
2241
+ 0.0,
2242
+ 0.0,
2243
+ 0.0,
2244
+ 0.0,
2245
+ 0.0,
2246
+ 0.0,
2247
+ 0.0,
2248
+ 0.0,
2249
+ 0.0,
2250
+ 0.0,
2251
+ 0.0,
2252
+ 0.0,
2253
+ 0.0,
2254
+ 0.0,
2255
+ 0.0,
2256
+ 0.0,
2257
+ 0.0,
2258
+ 0.0,
2259
+ 0.0,
2260
+ 0.0,
2261
+ 0.0,
2262
+ 0.0,
2263
+ 0.0,
2264
+ 0.0,
2265
+ 0.0,
2266
+ 0.0,
2267
+ 0.0,
2268
+ 0.0,
2269
+ 0.0,
2270
+ 0.0,
2271
+ 0.0,
2272
+ 0.0,
2273
+ 0.0,
2274
+ 0.0,
2275
+ 0.0,
2276
+ 0.0,
2277
+ 0.0,
2278
+ 0.0,
2279
+ 0.0,
2280
+ 0.0,
2281
+ 0.0,
2282
+ 0.0,
2283
+ 0.0,
2284
+ 0.0,
2285
+ 0.0,
2286
+ 0.0,
2287
+ 0.0,
2288
+ 0.0,
2289
+ 0.0,
2290
+ 0.0,
2291
+ 0.0,
2292
+ 0.0,
2293
+ 0.0,
2294
+ 0.0,
2295
+ 0.0,
2296
+ 0.0,
2297
+ 0.0,
2298
+ 0.0,
2299
+ 0.0,
2300
+ 0.0,
2301
+ 0.0,
2302
+ 0.0,
2303
+ 0.0,
2304
+ 0.0,
2305
+ 0.0,
2306
+ 0.0,
2307
+ 0.0,
2308
+ 0.0,
2309
+ 0.0,
2310
+ 0.0,
2311
+ 0.0,
2312
+ 0.0,
2313
+ 0.0,
2314
+ 0.0,
2315
+ 0.0,
2316
+ 0.0,
2317
+ 0.0,
2318
+ 0.0,
2319
+ 0.0,
2320
+ 0.0,
2321
+ 0.0,
2322
+ 0.0,
2323
+ 0.0,
2324
+ 0.0,
2325
+ 0.0,
2326
+ 0.0,
2327
+ 0.0,
2328
+ 0.0,
2329
+ 0.0,
2330
+ 0.0,
2331
+ 0.0,
2332
+ 0.0,
2333
+ 0.0,
2334
+ 0.0,
2335
+ 0.0,
2336
+ 0.0,
2337
+ 0.0,
2338
+ 0.0,
2339
+ 0.0,
2340
+ 0.0,
2341
+ 0.0,
2342
+ 0.0,
2343
+ 0.0,
2344
+ 0.0,
2345
+ 0.0,
2346
+ 0.0,
2347
+ 0.0,
2348
+ 0.0,
2349
+ 0.0,
2350
+ 0.0,
2351
+ 0.0,
2352
+ 0.0,
2353
+ 0.0,
2354
+ 0.0,
2355
+ 0.0,
2356
+ 0.0,
2357
+ 0.0,
2358
+ 0.0,
2359
+ 0.0,
2360
+ 0.0,
2361
+ 0.0,
2362
+ 0.0,
2363
+ 0.0,
2364
+ 0.0,
2365
+ 0.0,
2366
+ 0.0,
2367
+ 0.0,
2368
+ 0.0,
2369
+ 0.0,
2370
+ 0.0,
2371
+ 0.0,
2372
+ 0.0,
2373
+ 0.0,
2374
+ 0.0,
2375
+ 0.0,
2376
+ 0.0,
2377
+ 0.0,
2378
+ 0.0,
2379
+ 0.0,
2380
+ 0.0,
2381
+ 0.0,
2382
+ 0.0,
2383
+ 0.0,
2384
+ 0.0,
2385
+ 0.0,
2386
+ 0.0,
2387
+ 0.0,
2388
+ 0.0,
2389
+ 0.0,
2390
+ 0.0,
2391
+ 0.0,
2392
+ 0.0,
2393
+ 0.0,
2394
+ 0.0,
2395
+ 0.0,
2396
+ 0.0,
2397
+ 0.0,
2398
+ 0.0,
2399
+ 0.0,
2400
+ 0.0,
2401
+ 0.0,
2402
+ 0.0,
2403
+ 0.0,
2404
+ 0.0,
2405
+ 0.0,
2406
+ 0.0,
2407
+ 0.0,
2408
+ 0.0,
2409
+ 0.0,
2410
+ 0.0,
2411
+ 0.0,
2412
+ 0.0,
2413
+ 0.0,
2414
+ 0.0,
2415
+ 0.0,
2416
+ 0.0,
2417
+ 0.0,
2418
+ 0.0,
2419
+ 0.0,
2420
+ 0.0,
2421
+ 0.0,
2422
+ 0.0,
2423
+ 0.0,
2424
+ 0.0,
2425
+ 0.0,
2426
+ 0.0,
2427
+ 0.0,
2428
+ 0.0,
2429
+ 0.0,
2430
+ 0.0,
2431
+ 0.0,
2432
+ 0.0,
2433
+ 0.0,
2434
+ 0.0,
2435
+ 0.0,
2436
+ 0.0,
2437
+ 0.0,
2438
+ 0.0,
2439
+ 0.0,
2440
+ 0.0,
2441
+ 0.0,
2442
+ 0.0,
2443
+ 0.0,
2444
+ 0.0,
2445
+ 0.0,
2446
+ 0.0,
2447
+ 0.0,
2448
+ 0.0,
2449
+ 0.0,
2450
+ 0.0,
2451
+ 0.0,
2452
+ 0.0,
2453
+ 0.0,
2454
+ 0.0,
2455
+ 0.0,
2456
+ 0.0,
2457
+ 0.0,
2458
+ 0.0,
2459
+ 0.0,
2460
+ 0.0,
2461
+ 0.0,
2462
+ 0.0,
2463
+ 0.0,
2464
+ 0.0,
2465
+ 0.0,
2466
+ 0.0,
2467
+ 0.0,
2468
+ 0.0,
2469
+ 0.0,
2470
+ 0.0,
2471
+ 0.0,
2472
+ 0.0,
2473
+ 0.0,
2474
+ 0.0,
2475
+ 0.0,
2476
+ 0.0,
2477
+ 0.0,
2478
+ 0.0,
2479
+ 0.0,
2480
+ 0.0,
2481
+ 0.0,
2482
+ 0.0,
2483
+ 0.0,
2484
+ 0.0,
2485
+ 0.0,
2486
+ 0.0,
2487
+ 0.0,
2488
+ 0.0,
2489
+ 0.0,
2490
+ 0.0,
2491
+ 0.0,
2492
+ 0.0,
2493
+ 0.0,
2494
+ 0.0,
2495
+ 0.0,
2496
+ 0.0,
2497
+ 0.0,
2498
+ 0.0,
2499
+ 0.0,
2500
+ 0.0,
2501
+ 0.0,
2502
+ 0.0
2503
+ ],
2504
+ "count": [
2505
+ 79689
2506
+ ]
2507
+ },
2508
+ "frame_index": {
2509
+ "min": [
2510
+ 0
2511
+ ],
2512
+ "max": [
2513
+ 51
2514
+ ],
2515
+ "mean": [
2516
+ 10.106777597911883
2517
+ ],
2518
+ "std": [
2519
+ 8.880035433156953
2520
+ ],
2521
+ "count": [
2522
+ 79689
2523
+ ]
2524
+ },
2525
+ "observation.kuka_iiwa.ee_error": {
2526
+ "min": [
2527
+ -0.043689072132110596,
2528
+ -0.016805991530418396,
2529
+ -9.924173355102539e-06,
2530
+ -6.20993014308624e-05,
2531
+ -2.3352826246991754e-05,
2532
+ 0.0,
2533
+ -0.11726563423871994
2534
+ ],
2535
+ "max": [
2536
+ 8.940696716308594e-06,
2537
+ 0.016834184527397156,
2538
+ 0.023923996835947037,
2539
+ 0.3097445070743561,
2540
+ 3.7204925320111215e-05,
2541
+ 0.049185872077941895,
2542
+ 0.1171717569231987
2543
+ ],
2544
+ "mean": [
2545
+ -0.003543669791943289,
2546
+ 1.4147358022705036e-06,
2547
+ 0.0016907368857370117,
2548
+ 0.02425529359945589,
2549
+ 5.422381454454107e-06,
2550
+ 0.0022093210827908516,
2551
+ -1.3220779330084967e-05
2552
+ ],
2553
+ "std": [
2554
+ 0.00843183643358322,
2555
+ 0.0027864151217183815,
2556
+ 0.0041846715783241785,
2557
+ 0.05841363733729184,
2558
+ 1.2034740658870427e-05,
2559
+ 0.00686831947302676,
2560
+ 0.01913415385068809
2561
+ ],
2562
+ "count": [
2563
+ 79689
2564
+ ]
2565
+ },
2566
+ "index": {
2567
+ "min": [
2568
+ 0
2569
+ ],
2570
+ "max": [
2571
+ 79688
2572
+ ],
2573
+ "mean": [
2574
+ 39844.0
2575
+ ],
2576
+ "std": [
2577
+ 23004.23279891478
2578
+ ],
2579
+ "count": [
2580
+ 79689
2581
+ ]
2582
+ },
2583
+ "observation.sawyer.ee_error": {
2584
+ "min": [
2585
+ -7.3462724685668945e-06,
2586
+ -1.6987323760986328e-06,
2587
+ -3.896653652191162e-06,
2588
+ 1.965602314157877e-05,
2589
+ -2.7435591618996114e-05,
2590
+ 0.0,
2591
+ -1.3450832739181351e-05
2592
+ ],
2593
+ "max": [
2594
+ 5.364418029785156e-07,
2595
+ 1.2516975402832031e-06,
2596
+ 2.332031726837158e-06,
2597
+ 0.00014978303806856275,
2598
+ 3.498236765153706e-05,
2599
+ 0.0,
2600
+ 7.456981984432787e-05
2601
+ ],
2602
+ "mean": [
2603
+ -3.8427854398111985e-06,
2604
+ -7.570057614292386e-07,
2605
+ -1.2777006641054375e-06,
2606
+ 8.037514567353637e-05,
2607
+ 2.312385030152117e-06,
2608
+ 0.0,
2609
+ 5.229594314080779e-05
2610
+ ],
2611
+ "std": [
2612
+ 1.1348850974956061e-06,
2613
+ 2.6805529039164373e-07,
2614
+ 8.044619095719356e-07,
2615
+ 1.993400734652707e-05,
2616
+ 1.2231456012171958e-05,
2617
+ 0.0,
2618
+ 1.5746191591191762e-05
2619
+ ],
2620
+ "count": [
2621
+ 79689
2622
+ ]
2623
+ },
2624
+ "observation.panda.ee_pose": {
2625
+ "min": [
2626
+ 0.19082021713256836,
2627
+ -0.30635643005371094,
2628
+ 0.07284968346357346,
2629
+ -0.01760372333228588,
2630
+ -6.999610923230648e-05,
2631
+ 0.9991074204444885,
2632
+ -0.022804953157901764
2633
+ ],
2634
+ "max": [
2635
+ 0.61906498670578,
2636
+ 0.34562164545059204,
2637
+ 0.08643323183059692,
2638
+ 0.011898286640644073,
2639
+ 0.037349630147218704,
2640
+ 1.0,
2641
+ 0.0022099383641034365
2642
+ ],
2643
+ "mean": [
2644
+ 0.3989613518339695,
2645
+ 0.007588856763224923,
2646
+ 0.08500308384931032,
2647
+ -4.4082523545048286e-05,
2648
+ 0.0001702236920170753,
2649
+ 0.9999983227039491,
2650
+ -0.00017022447945165754
2651
+ ],
2652
+ "std": [
2653
+ 0.10643736752727907,
2654
+ 0.14182208319377548,
2655
+ 0.0001481897248912552,
2656
+ 0.0007533106088542437,
2657
+ 0.0012778363346279415,
2658
+ 2.1633888833475785e-05,
2659
+ 0.0010580822720678328
2660
+ ],
2661
+ "count": [
2662
+ 79689
2663
+ ]
2664
+ },
2665
+ "observation.kuka_iiwa.ee_pose": {
2666
+ "min": [
2667
+ 0.2409033477306366,
2668
+ -0.30510759353637695,
2669
+ 0.06107601150870323,
2670
+ -0.3097445070743561,
2671
+ -3.7204925320111215e-05,
2672
+ 0.9508141279220581,
2673
+ -0.1171717569231987
2674
+ ],
2675
+ "max": [
2676
+ 0.6690672039985657,
2677
+ 0.34562113881111145,
2678
+ 0.08500993251800537,
2679
+ 6.20993014308624e-05,
2680
+ 2.3352826246991754e-05,
2681
+ 1.0,
2682
+ 0.11726563423871994
2683
+ ],
2684
+ "mean": [
2685
+ 0.45250252160703,
2686
+ 0.007583951927956227,
2687
+ 0.08330927201973992,
2688
+ -0.02425529359945589,
2689
+ -5.422381454454107e-06,
2690
+ 0.9977906796596504,
2691
+ 1.3220779330084967e-05
2692
+ ],
2693
+ "std": [
2694
+ 0.10144840608366579,
2695
+ 0.14264548491262102,
2696
+ 0.004184671953768086,
2697
+ 0.05841363733729184,
2698
+ 1.2034740658870427e-05,
2699
+ 0.006868319041694879,
2700
+ 0.01913415385068809
2701
+ ],
2702
+ "count": [
2703
+ 79689
2704
+ ]
2705
+ },
2706
+ "observation.kuka_iiwa.base_position": {
2707
+ "min": [
2708
+ 0.05000000074505806,
2709
+ 0.0,
2710
+ 0.0
2711
+ ],
2712
+ "max": [
2713
+ 0.05000000074505806,
2714
+ 0.0,
2715
+ 0.0
2716
+ ],
2717
+ "mean": [
2718
+ 0.04999999932612023,
2719
+ 0.0,
2720
+ 0.0
2721
+ ],
2722
+ "std": [
2723
+ 1.480965615704918e-08,
2724
+ 0.0,
2725
+ 0.0
2726
+ ],
2727
+ "count": [
2728
+ 79689
2729
+ ]
2730
+ },
2731
+ "observation.state": {
2732
+ "min": [
2733
+ 0.19084221124649048,
2734
+ -0.3051220774650574
2735
+ ],
2736
+ "max": [
2737
+ 0.6190827488899231,
2738
+ 0.345649391412735
2739
+ ],
2740
+ "mean": [
2741
+ 0.39912130066691587,
2742
+ 0.007397994929254256
2743
+ ],
2744
+ "std": [
2745
+ 0.10703165857794486,
2746
+ 0.1424078805651305
2747
+ ],
2748
+ "count": [
2749
+ 79689
2750
+ ]
2751
+ },
2752
+ "observation.images.kuka_iiwa": {
2753
+ "min": [
2754
+ [
2755
+ [
2756
+ 0.0
2757
+ ]
2758
+ ],
2759
+ [
2760
+ [
2761
+ 0.0
2762
+ ]
2763
+ ],
2764
+ [
2765
+ [
2766
+ 0.0
2767
+ ]
2768
+ ]
2769
+ ],
2770
+ "max": [
2771
+ [
2772
+ [
2773
+ 1.0
2774
+ ]
2775
+ ],
2776
+ [
2777
+ [
2778
+ 1.0
2779
+ ]
2780
+ ],
2781
+ [
2782
+ [
2783
+ 1.0
2784
+ ]
2785
+ ]
2786
+ ],
2787
+ "mean": [
2788
+ [
2789
+ [
2790
+ 0.4259362630170041
2791
+ ]
2792
+ ],
2793
+ [
2794
+ [
2795
+ 0.5112359929228955
2796
+ ]
2797
+ ],
2798
+ [
2799
+ [
2800
+ 0.5353212713108221
2801
+ ]
2802
+ ]
2803
+ ],
2804
+ "std": [
2805
+ [
2806
+ [
2807
+ 0.2960122957080607
2808
+ ]
2809
+ ],
2810
+ [
2811
+ [
2812
+ 0.1970349243715544
2813
+ ]
2814
+ ],
2815
+ [
2816
+ [
2817
+ 0.16733515079274097
2818
+ ]
2819
+ ]
2820
+ ],
2821
+ "count": [
2822
+ 79689
2823
+ ]
2824
+ },
2825
+ "observation.google_robot.base_orientation": {
2826
+ "min": [
2827
+ 0.0
2828
+ ],
2829
+ "max": [
2830
+ 0.0
2831
+ ],
2832
+ "mean": [
2833
+ 0.0
2834
+ ],
2835
+ "std": [
2836
+ 0.0
2837
+ ],
2838
+ "count": [
2839
+ 79689
2840
+ ]
2841
+ },
2842
+ "observation.google_robot.joints": {
2843
+ "min": [
2844
+ -0.8092402815818787,
2845
+ 1.522871971130371,
2846
+ 0.6330372095108032,
2847
+ -2.049999952316284,
2848
+ -1.8043746948242188,
2849
+ -1.4824676513671875,
2850
+ -3.582481861114502,
2851
+ 1.0
2852
+ ],
2853
+ "max": [
2854
+ 1.2654304504394531,
2855
+ 2.3410630226135254,
2856
+ 3.7100000381469727,
2857
+ 1.466200351715088,
2858
+ 1.4185484647750854,
2859
+ 1.350006103515625,
2860
+ 0.7875454425811768,
2861
+ 1.0
2862
+ ],
2863
+ "mean": [
2864
+ 0.5424132841893731,
2865
+ 1.5874232150408851,
2866
+ 2.501387405034091,
2867
+ -1.5430914375865905,
2868
+ -1.474941327976249,
2869
+ 0.6643515386562608,
2870
+ -1.0728065224886247,
2871
+ 1.0
2872
+ ],
2873
+ "std": [
2874
+ 0.2575149344005224,
2875
+ 0.0692776974389391,
2876
+ 0.24290547426939393,
2877
+ 0.29151111815994946,
2878
+ 0.3037542917010858,
2879
+ 0.23328255846680077,
2880
+ 0.5168371273821056,
2881
+ 0.0
2882
+ ],
2883
+ "count": [
2884
+ 79689
2885
+ ]
2886
+ },
2887
+ "observation.images.sawyer": {
2888
+ "min": [
2889
+ [
2890
+ [
2891
+ 0.0
2892
+ ]
2893
+ ],
2894
+ [
2895
+ [
2896
+ 0.0
2897
+ ]
2898
+ ],
2899
+ [
2900
+ [
2901
+ 0.0
2902
+ ]
2903
+ ]
2904
+ ],
2905
+ "max": [
2906
+ [
2907
+ [
2908
+ 1.0
2909
+ ]
2910
+ ],
2911
+ [
2912
+ [
2913
+ 1.0
2914
+ ]
2915
+ ],
2916
+ [
2917
+ [
2918
+ 1.0
2919
+ ]
2920
+ ]
2921
+ ],
2922
+ "mean": [
2923
+ [
2924
+ [
2925
+ 0.41498696233008286
2926
+ ]
2927
+ ],
2928
+ [
2929
+ [
2930
+ 0.49872926986776533
2931
+ ]
2932
+ ],
2933
+ [
2934
+ [
2935
+ 0.5289142015654773
2936
+ ]
2937
+ ]
2938
+ ],
2939
+ "std": [
2940
+ [
2941
+ [
2942
+ 0.29530923090439265
2943
+ ]
2944
+ ],
2945
+ [
2946
+ [
2947
+ 0.21140567706109484
2948
+ ]
2949
+ ],
2950
+ [
2951
+ [
2952
+ 0.17597780376185543
2953
+ ]
2954
+ ]
2955
+ ],
2956
+ "count": [
2957
+ 79689
2958
+ ]
2959
+ },
2960
+ "observation.jaco.joints": {
2961
+ "min": [
2962
+ -1.141471266746521,
2963
+ 1.6539876461029053,
2964
+ 3.304429292678833,
2965
+ -3.490865468978882,
2966
+ -1.7995140552520752,
2967
+ -2.047389030456543,
2968
+ 1.0
2969
+ ],
2970
+ "max": [
2971
+ 1.189050316810608,
2972
+ 2.2729387283325195,
2973
+ 5.920302867889404,
2974
+ 1.51349675655365,
2975
+ 1.2594163417816162,
2976
+ 3.3100838661193848,
2977
+ 1.0
2978
+ ],
2979
+ "mean": [
2980
+ 0.1410401047169189,
2981
+ 2.1854516302811207,
2982
+ 4.985537969109721,
2983
+ 0.10252990111764913,
2984
+ -0.39503017722407036,
2985
+ 0.24512170230470678,
2986
+ 1.0
2987
+ ],
2988
+ "std": [
2989
+ 0.3610879462214211,
2990
+ 0.09409954881693201,
2991
+ 0.4344967818214957,
2992
+ 0.2457539558606821,
2993
+ 0.41452321390015073,
2994
+ 0.3814582468812741,
2995
+ 0.0
2996
+ ],
2997
+ "count": [
2998
+ 79689
2999
+ ]
3000
+ },
3001
+ "observation.kinova3.joints": {
3002
+ "min": [
3003
+ -1.2190495729446411,
3004
+ 0.8360797762870789,
3005
+ -1.5188066959381104,
3006
+ 0.6287297606468201,
3007
+ -1.601604700088501,
3008
+ -1.5890357494354248,
3009
+ -0.7196041941642761,
3010
+ 1.0
3011
+ ],
3012
+ "max": [
3013
+ 1.1702672243118286,
3014
+ 1.6559555530548096,
3015
+ 0.13660123944282532,
3016
+ 2.569999933242798,
3017
+ 0.46467822790145874,
3018
+ 1.163377285003662,
3019
+ 1.7567085027694702,
3020
+ 1.0
3021
+ ],
3022
+ "mean": [
3023
+ -0.054469119731309565,
3024
+ 0.9269275360808774,
3025
+ -0.03807604515103615,
3026
+ 1.9168976998795595,
3027
+ -0.016318485690667375,
3028
+ 0.2930197638137931,
3029
+ -0.0584632511213367,
3030
+ 1.0
3031
+ ],
3032
+ "std": [
3033
+ 0.38987184444055967,
3034
+ 0.1104254800182989,
3035
+ 0.1689203983139228,
3036
+ 0.3718109690595099,
3037
+ 0.24262511446075477,
3038
+ 0.34945554746771534,
3039
+ 0.29532434066092716,
3040
+ 0.0
3041
+ ],
3042
+ "count": [
3043
+ 79689
3044
+ ]
3045
+ },
3046
+ "observation.jaco.base_position": {
3047
+ "min": [
3048
+ 0.0,
3049
+ 0.0,
3050
+ 0.0
3051
+ ],
3052
+ "max": [
3053
+ 0.0,
3054
+ 0.0,
3055
+ 0.0
3056
+ ],
3057
+ "mean": [
3058
+ 0.0,
3059
+ 0.0,
3060
+ 0.0
3061
+ ],
3062
+ "std": [
3063
+ 0.0,
3064
+ 0.0,
3065
+ 0.0
3066
+ ],
3067
+ "count": [
3068
+ 79689
3069
+ ]
3070
+ },
3071
+ "observation.ur5e.base_orientation": {
3072
+ "min": [
3073
+ 0.0
3074
+ ],
3075
+ "max": [
3076
+ 0.0
3077
+ ],
3078
+ "mean": [
3079
+ 0.0
3080
+ ],
3081
+ "std": [
3082
+ 0.0
3083
+ ],
3084
+ "count": [
3085
+ 79689
3086
+ ]
3087
+ },
3088
+ "observation.panda.joints": {
3089
+ "min": [
3090
+ -1.946016550064087,
3091
+ 0.46808794140815735,
3092
+ -0.7554318308830261,
3093
+ -3.0717999935150146,
3094
+ -2.272221326828003,
3095
+ 1.884566068649292,
3096
+ -2.8973000049591064,
3097
+ 1.0
3098
+ ],
3099
+ "max": [
3100
+ 1.059169054031372,
3101
+ 1.5892200469970703,
3102
+ 1.2624894380569458,
3103
+ -1.4763753414154053,
3104
+ 0.3100208044052124,
3105
+ 3.752500057220459,
3106
+ -0.9800778031349182,
3107
+ 1.0
3108
+ ],
3109
+ "mean": [
3110
+ -0.1208784284470931,
3111
+ 0.5964512407957709,
3112
+ 0.06258850913416965,
3113
+ -2.5001224114836256,
3114
+ -0.4570623725927438,
3115
+ 3.053986283930371,
3116
+ -2.781592652030555,
3117
+ 1.0
3118
+ ],
3119
+ "std": [
3120
+ 0.5071540491939283,
3121
+ 0.1386766775451432,
3122
+ 0.2544312752298488,
3123
+ 0.318547741551493,
3124
+ 0.3332536729620025,
3125
+ 0.2793560636989963,
3126
+ 0.16524076985479874,
3127
+ 0.0
3128
+ ],
3129
+ "count": [
3130
+ 79689
3131
+ ]
3132
+ },
3133
+ "observation.ee_pose": {
3134
+ "min": [
3135
+ 0.19089829921722412,
3136
+ -0.3051108717918396,
3137
+ 0.06829628348350525,
3138
+ -0.23435117304325104,
3139
+ -0.004652161616832018,
3140
+ 0.9539816379547119,
3141
+ -0.051563870161771774
3142
+ ],
3143
+ "max": [
3144
+ 0.6190630197525024,
3145
+ 0.3456244468688965,
3146
+ 0.08868604153394699,
3147
+ 0.26685792207717896,
3148
+ 0.004936479032039642,
3149
+ 1.0,
3150
+ 0.13676953315734863
3151
+ ],
3152
+ "mean": [
3153
+ 0.39893845262760413,
3154
+ 0.00757030949196513,
3155
+ 0.08499722065918447,
3156
+ 0.00014978023723385766,
3157
+ -0.00011359490234825688,
3158
+ 0.9999889121710342,
3159
+ 0.0001815247108752801
3160
+ ],
3161
+ "std": [
3162
+ 0.10641442967597955,
3163
+ 0.14180938774263618,
3164
+ 0.00013734074937150868,
3165
+ 0.004399928235383348,
3166
+ 0.00010407955305608299,
3167
+ 0.00042428364737411386,
3168
+ 0.001611424632123071
3169
+ ],
3170
+ "count": [
3171
+ 79689
3172
+ ]
3173
+ },
3174
+ "observation.kinova3.ee_pose": {
3175
+ "min": [
3176
+ 0.19090843200683594,
3177
+ -0.30511417984962463,
3178
+ 0.08387278765439987,
3179
+ -0.06152699887752533,
3180
+ -3.598059993237257e-05,
3181
+ 0.9981051683425903,
3182
+ -0.012480602599680424
3183
+ ],
3184
+ "max": [
3185
+ 0.6190767288208008,
3186
+ 0.3456270098686218,
3187
+ 0.08500883728265762,
3188
+ -5.100832640891895e-05,
3189
+ 8.782943041296676e-05,
3190
+ 1.0,
3191
+ 0.012570844031870365
3192
+ ],
3193
+ "mean": [
3194
+ 0.3990218908231948,
3195
+ 0.007585170953166528,
3196
+ 0.08499568487788452,
3197
+ -0.000609699172192487,
3198
+ -2.923573867759592e-06,
3199
+ 0.9999910839083659,
3200
+ 1.5169607084768437e-05
3201
+ ],
3202
+ "std": [
3203
+ 0.10635071852346871,
3204
+ 0.14183041358043738,
3205
+ 7.489004695363604e-05,
3206
+ 0.004099968413804406,
3207
+ 1.4765099087422293e-05,
3208
+ 9.760726551498136e-05,
3209
+ 0.0008153440096436209
3210
+ ],
3211
+ "count": [
3212
+ 79689
3213
+ ]
3214
+ },
3215
+ "observation.images.google_robot": {
3216
+ "min": [
3217
+ [
3218
+ [
3219
+ 0.0
3220
+ ]
3221
+ ],
3222
+ [
3223
+ [
3224
+ 0.0
3225
+ ]
3226
+ ],
3227
+ [
3228
+ [
3229
+ 0.0
3230
+ ]
3231
+ ]
3232
+ ],
3233
+ "max": [
3234
+ [
3235
+ [
3236
+ 1.0
3237
+ ]
3238
+ ],
3239
+ [
3240
+ [
3241
+ 1.0
3242
+ ]
3243
+ ],
3244
+ [
3245
+ [
3246
+ 1.0
3247
+ ]
3248
+ ]
3249
+ ],
3250
+ "mean": [
3251
+ [
3252
+ [
3253
+ 0.4313750113287656
3254
+ ]
3255
+ ],
3256
+ [
3257
+ [
3258
+ 0.525888275594441
3259
+ ]
3260
+ ],
3261
+ [
3262
+ [
3263
+ 0.5568011122370837
3264
+ ]
3265
+ ]
3266
+ ],
3267
+ "std": [
3268
+ [
3269
+ [
3270
+ 0.2947297477578437
3271
+ ]
3272
+ ],
3273
+ [
3274
+ [
3275
+ 0.19056242623242162
3276
+ ]
3277
+ ],
3278
+ [
3279
+ [
3280
+ 0.14323378372871848
3281
+ ]
3282
+ ]
3283
+ ],
3284
+ "count": [
3285
+ 79689
3286
+ ]
3287
+ },
3288
+ "observation.sawyer.base_orientation": {
3289
+ "min": [
3290
+ 0.0
3291
+ ],
3292
+ "max": [
3293
+ 0.0
3294
+ ],
3295
+ "mean": [
3296
+ 0.0
3297
+ ],
3298
+ "std": [
3299
+ 0.0
3300
+ ],
3301
+ "count": [
3302
+ 79689
3303
+ ]
3304
+ },
3305
+ "timestamp": {
3306
+ "min": [
3307
+ 0.0
3308
+ ],
3309
+ "max": [
3310
+ 5.1
3311
+ ],
3312
+ "mean": [
3313
+ 1.0106777597911882
3314
+ ],
3315
+ "std": [
3316
+ 0.8880035433156953
3317
+ ],
3318
+ "count": [
3319
+ 79689
3320
+ ]
3321
+ },
3322
+ "observation.ur5e.ee_error": {
3323
+ "min": [
3324
+ -5.0902366638183594e-05,
3325
+ -5.550310015678406e-05,
3326
+ -0.017710037529468536,
3327
+ -0.19667814671993256,
3328
+ -0.004280067980289459,
3329
+ 0.0,
3330
+ -0.4433444142341614
3331
+ ],
3332
+ "max": [
3333
+ 0.08483844995498657,
3334
+ 0.1426481008529663,
3335
+ -1.4901161193847656e-07,
3336
+ 0.0003509200469125062,
3337
+ 0.12023164331912994,
3338
+ 0.12104958295822144,
3339
+ 0.00022268407337833196
3340
+ ],
3341
+ "mean": [
3342
+ 9.049183543980696e-06,
3343
+ 1.698600638386409e-05,
3344
+ -2.428987526215774e-06,
3345
+ -8.687045675428312e-06,
3346
+ 6.20530313391133e-05,
3347
+ 4.735498486152002e-06,
3348
+ -7.52285947401635e-05
3349
+ ],
3350
+ "std": [
3351
+ 0.0007663204700315456,
3352
+ 0.0008091281868654169,
3353
+ 0.00012033436488609358,
3354
+ 0.0015149934056693437,
3355
+ 0.0004273476033391822,
3356
+ 0.0005795061706917844,
3357
+ 0.002579820357167186
3358
+ ],
3359
+ "count": [
3360
+ 79689
3361
+ ]
3362
+ },
3363
+ "observation.images.panda": {
3364
+ "min": [
3365
+ [
3366
+ [
3367
+ 0.0
3368
+ ]
3369
+ ],
3370
+ [
3371
+ [
3372
+ 0.0
3373
+ ]
3374
+ ],
3375
+ [
3376
+ [
3377
+ 0.0
3378
+ ]
3379
+ ]
3380
+ ],
3381
+ "max": [
3382
+ [
3383
+ [
3384
+ 1.0
3385
+ ]
3386
+ ],
3387
+ [
3388
+ [
3389
+ 1.0
3390
+ ]
3391
+ ],
3392
+ [
3393
+ [
3394
+ 1.0
3395
+ ]
3396
+ ]
3397
+ ],
3398
+ "mean": [
3399
+ [
3400
+ [
3401
+ 0.4366016881196189
3402
+ ]
3403
+ ],
3404
+ [
3405
+ [
3406
+ 0.5298418281146925
3407
+ ]
3408
+ ],
3409
+ [
3410
+ [
3411
+ 0.560300087228399
3412
+ ]
3413
+ ]
3414
+ ],
3415
+ "std": [
3416
+ [
3417
+ [
3418
+ 0.2962001711461168
3419
+ ]
3420
+ ],
3421
+ [
3422
+ [
3423
+ 0.192720046904864
3424
+ ]
3425
+ ],
3426
+ [
3427
+ [
3428
+ 0.14637805032307244
3429
+ ]
3430
+ ]
3431
+ ],
3432
+ "count": [
3433
+ 79689
3434
+ ]
3435
+ },
3436
+ "observation.google_robot.ee_error": {
3437
+ "min": [
3438
+ -3.5762786865234375e-05,
3439
+ -0.005700036883354187,
3440
+ -0.008018627762794495,
3441
+ -0.030472461134195328,
3442
+ -0.00017778501205611974,
3443
+ 0.0,
3444
+ -0.005653109401464462
3445
+ ],
3446
+ "max": [
3447
+ 0.006704390048980713,
3448
+ 0.0006649196147918701,
3449
+ 2.1867454051971436e-05,
3450
+ 0.0002862698456738144,
3451
+ 0.006490955129265785,
3452
+ 0.0005170106887817383,
3453
+ 0.00910355057567358
3454
+ ],
3455
+ "mean": [
3456
+ 3.514063826803565e-06,
3457
+ -1.2526153429352176e-06,
3458
+ -1.8933289617333445e-06,
3459
+ -7.394172976122835e-05,
3460
+ -5.328165849023609e-05,
3461
+ 1.7082790116971585e-08,
3462
+ -5.816453733963296e-06
3463
+ ],
3464
+ "std": [
3465
+ 3.866535437568538e-05,
3466
+ 3.074538098006727e-05,
3467
+ 4.676484859941999e-05,
3468
+ 0.0001900708568307146,
3469
+ 4.52544245330746e-05,
3470
+ 2.4947820209751113e-06,
3471
+ 8.21913075276925e-05
3472
+ ],
3473
+ "count": [
3474
+ 79689
3475
+ ]
3476
+ },
3477
+ "observation.kinova3.base_orientation": {
3478
+ "min": [
3479
+ 0.0
3480
+ ],
3481
+ "max": [
3482
+ 0.0
3483
+ ],
3484
+ "mean": [
3485
+ 0.0
3486
+ ],
3487
+ "std": [
3488
+ 0.0
3489
+ ],
3490
+ "count": [
3491
+ 79689
3492
+ ]
3493
+ },
3494
+ "observation.jaco.base_orientation": {
3495
+ "min": [
3496
+ 0.0
3497
+ ],
3498
+ "max": [
3499
+ 0.0
3500
+ ],
3501
+ "mean": [
3502
+ 0.0
3503
+ ],
3504
+ "std": [
3505
+ 0.0
3506
+ ],
3507
+ "count": [
3508
+ 79689
3509
+ ]
3510
+ },
3511
+ "observation.kuka_iiwa.base_orientation": {
3512
+ "min": [
3513
+ 0.0
3514
+ ],
3515
+ "max": [
3516
+ 0.0
3517
+ ],
3518
+ "mean": [
3519
+ 0.0
3520
+ ],
3521
+ "std": [
3522
+ 0.0
3523
+ ],
3524
+ "count": [
3525
+ 79689
3526
+ ]
3527
+ },
3528
+ "observation.panda.ee_error": {
3529
+ "min": [
3530
+ -0.008451983332633972,
3531
+ -0.003175109624862671,
3532
+ -0.0014332234859466553,
3533
+ -0.011898286640644073,
3534
+ -0.037349630147218704,
3535
+ 0.0,
3536
+ -0.0022099383641034365
3537
+ ],
3538
+ "max": [
3539
+ 0.0009951591491699219,
3540
+ 0.00163230299949646,
3541
+ 0.012150324881076813,
3542
+ 0.01760372333228588,
3543
+ 6.999610923230648e-05,
3544
+ 0.0008925795555114746,
3545
+ 0.022804953157901764
3546
+ ],
3547
+ "mean": [
3548
+ -2.509961634531034e-06,
3549
+ -3.490099068955737e-06,
3550
+ -3.076081540497552e-06,
3551
+ 4.4082523545048286e-05,
3552
+ -0.0001702236920170753,
3553
+ 1.6858213687965464e-06,
3554
+ 0.00017022447945165754
3555
+ ],
3556
+ "std": [
3557
+ 0.00011713416036442246,
3558
+ 9.319784179684453e-05,
3559
+ 0.0001481898761412605,
3560
+ 0.0007533106088542437,
3561
+ 0.0012778363346279415,
3562
+ 2.163466603509638e-05,
3563
+ 0.0010580822720678328
3564
+ ],
3565
+ "count": [
3566
+ 79689
3567
+ ]
3568
+ },
3569
+ "observation.images.jaco": {
3570
+ "min": [
3571
+ [
3572
+ [
3573
+ 0.0
3574
+ ]
3575
+ ],
3576
+ [
3577
+ [
3578
+ 0.0
3579
+ ]
3580
+ ],
3581
+ [
3582
+ [
3583
+ 0.0
3584
+ ]
3585
+ ]
3586
+ ],
3587
+ "max": [
3588
+ [
3589
+ [
3590
+ 1.0
3591
+ ]
3592
+ ],
3593
+ [
3594
+ [
3595
+ 1.0
3596
+ ]
3597
+ ],
3598
+ [
3599
+ [
3600
+ 1.0
3601
+ ]
3602
+ ]
3603
+ ],
3604
+ "mean": [
3605
+ [
3606
+ [
3607
+ 0.41209918587785704
3608
+ ]
3609
+ ],
3610
+ [
3611
+ [
3612
+ 0.5071767353600484
3613
+ ]
3614
+ ],
3615
+ [
3616
+ [
3617
+ 0.5384180361961877
3618
+ ]
3619
+ ]
3620
+ ],
3621
+ "std": [
3622
+ [
3623
+ [
3624
+ 0.2991358433731265
3625
+ ]
3626
+ ],
3627
+ [
3628
+ [
3629
+ 0.20559998679827504
3630
+ ]
3631
+ ],
3632
+ [
3633
+ [
3634
+ 0.1658109590157621
3635
+ ]
3636
+ ]
3637
+ ],
3638
+ "count": [
3639
+ 79689
3640
+ ]
3641
+ },
3642
+ "observation.sawyer.joints": {
3643
+ "min": [
3644
+ -1.4014369249343872,
3645
+ -0.8806361556053162,
3646
+ -0.1651218682527542,
3647
+ 1.2293998003005981,
3648
+ -0.771081268787384,
3649
+ -0.20888181030750275,
3650
+ -0.5487129092216492,
3651
+ 1.0
3652
+ ],
3653
+ "max": [
3654
+ 0.5721892714500427,
3655
+ -0.4485686123371124,
3656
+ 0.17667995393276215,
3657
+ 2.5102291107177734,
3658
+ 0.07803930342197418,
3659
+ 0.7908702492713928,
3660
+ 0.6996463537216187,
3661
+ 1.0
3662
+ ],
3663
+ "mean": [
3664
+ -0.3696439736106624,
3665
+ -0.7852332327784107,
3666
+ 0.04419098428308214,
3667
+ 2.092217826973707,
3668
+ -0.21370161815032848,
3669
+ 0.26844127924598615,
3670
+ 0.04624638437457121,
3671
+ 1.0
3672
+ ],
3673
+ "std": [
3674
+ 0.3435355740763343,
3675
+ 0.07678330802511474,
3676
+ 0.050182909488826,
3677
+ 0.25591192778626526,
3678
+ 0.18029754834244577,
3679
+ 0.18837982311308812,
3680
+ 0.24462906372282353,
3681
+ 0.0
3682
+ ],
3683
+ "count": [
3684
+ 79689
3685
+ ]
3686
+ },
3687
+ "observation.kinova3.ee_error": {
3688
+ "min": [
3689
+ -0.007267966866493225,
3690
+ -0.0014991648495197296,
3691
+ -8.828938007354736e-06,
3692
+ 5.100832640891895e-05,
3693
+ -8.782943041296676e-05,
3694
+ 0.0,
3695
+ -0.012570844031870365
3696
+ ],
3697
+ "max": [
3698
+ -1.5497207641601562e-06,
3699
+ 0.0014694854617118835,
3700
+ 0.0011272206902503967,
3701
+ 0.06152699887752533,
3702
+ 3.598059993237257e-05,
3703
+ 0.001894831657409668,
3704
+ 0.012480602599680424
3705
+ ],
3706
+ "mean": [
3707
+ -6.304848906073906e-05,
3708
+ 1.9544981912013418e-07,
3709
+ 4.323156910886244e-06,
3710
+ 0.000609699172192487,
3711
+ 2.923573867759592e-06,
3712
+ 8.916198634510887e-06,
3713
+ -1.5169607084768437e-05
3714
+ ],
3715
+ "std": [
3716
+ 0.0004866792946883292,
3717
+ 9.676519944537071e-05,
3718
+ 7.489008244924063e-05,
3719
+ 0.004099968413804406,
3720
+ 1.4765099087422293e-05,
3721
+ 9.76075090298639e-05,
3722
+ 0.0008153440096436209
3723
+ ],
3724
+ "count": [
3725
+ 79689
3726
+ ]
3727
+ },
3728
+ "observation.kuka_iiwa.joints": {
3729
+ "min": [
3730
+ -0.965985894203186,
3731
+ 0.937399685382843,
3732
+ -0.0812334418296814,
3733
+ -2.094399929046631,
3734
+ -0.44873300194740295,
3735
+ 0.10994184762239456,
3736
+ -0.5986392498016357,
3737
+ 1.0
3738
+ ],
3739
+ "max": [
3740
+ 1.0142017602920532,
3741
+ 1.3895750045776367,
3742
+ 0.15236841142177582,
3743
+ -0.7782546281814575,
3744
+ 0.30782565474510193,
3745
+ 0.9741554856300354,
3746
+ 0.7136337757110596,
3747
+ 1.0
3748
+ ],
3749
+ "mean": [
3750
+ -0.009446873719512049,
3751
+ 1.020230690931427,
3752
+ 0.03136656478540276,
3753
+ -1.7970747284905437,
3754
+ -0.07567746224703313,
3755
+ 0.3781749087857671,
3756
+ 0.07704600826989616,
3757
+ 1.0
3758
+ ],
3759
+ "std": [
3760
+ 0.34125999437389537,
3761
+ 0.07868967109221364,
3762
+ 0.032346353575576164,
3763
+ 0.27911489866811046,
3764
+ 0.09655454415449098,
3765
+ 0.1731283436683432,
3766
+ 0.24013839875085863,
3767
+ 0.0
3768
+ ],
3769
+ "count": [
3770
+ 79689
3771
+ ]
3772
+ },
3773
+ "observation.google_robot.base_position": {
3774
+ "min": [
3775
+ 0.05000000074505806,
3776
+ 0.0,
3777
+ 0.0
3778
+ ],
3779
+ "max": [
3780
+ 0.05000000074505806,
3781
+ 0.0,
3782
+ 0.0
3783
+ ],
3784
+ "mean": [
3785
+ 0.04999999932612023,
3786
+ 0.0,
3787
+ 0.0
3788
+ ],
3789
+ "std": [
3790
+ 1.480965615704918e-08,
3791
+ 0.0,
3792
+ 0.0
3793
+ ],
3794
+ "count": [
3795
+ 79689
3796
+ ]
3797
+ },
3798
+ "observation.images.image": {
3799
+ "min": [
3800
+ [
3801
+ [
3802
+ 0.0
3803
+ ]
3804
+ ],
3805
+ [
3806
+ [
3807
+ 0.0
3808
+ ]
3809
+ ],
3810
+ [
3811
+ [
3812
+ 0.0
3813
+ ]
3814
+ ]
3815
+ ],
3816
+ "max": [
3817
+ [
3818
+ [
3819
+ 1.0
3820
+ ]
3821
+ ],
3822
+ [
3823
+ [
3824
+ 1.0
3825
+ ]
3826
+ ],
3827
+ [
3828
+ [
3829
+ 1.0
3830
+ ]
3831
+ ]
3832
+ ],
3833
+ "mean": [
3834
+ [
3835
+ [
3836
+ 0.4272576231091007
3837
+ ]
3838
+ ],
3839
+ [
3840
+ [
3841
+ 0.5382257496674644
3842
+ ]
3843
+ ],
3844
+ [
3845
+ [
3846
+ 0.563909033141254
3847
+ ]
3848
+ ]
3849
+ ],
3850
+ "std": [
3851
+ [
3852
+ [
3853
+ 0.3003932954143904
3854
+ ]
3855
+ ],
3856
+ [
3857
+ [
3858
+ 0.19456207752700702
3859
+ ]
3860
+ ],
3861
+ [
3862
+ [
3863
+ 0.1503027439853422
3864
+ ]
3865
+ ]
3866
+ ],
3867
+ "count": [
3868
+ 79689
3869
+ ]
3870
+ },
3871
+ "observation.images.ur5e": {
3872
+ "min": [
3873
+ [
3874
+ [
3875
+ 0.0
3876
+ ]
3877
+ ],
3878
+ [
3879
+ [
3880
+ 0.0
3881
+ ]
3882
+ ],
3883
+ [
3884
+ [
3885
+ 0.0
3886
+ ]
3887
+ ]
3888
+ ],
3889
+ "max": [
3890
+ [
3891
+ [
3892
+ 1.0
3893
+ ]
3894
+ ],
3895
+ [
3896
+ [
3897
+ 1.0
3898
+ ]
3899
+ ],
3900
+ [
3901
+ [
3902
+ 1.0
3903
+ ]
3904
+ ]
3905
+ ],
3906
+ "mean": [
3907
+ [
3908
+ [
3909
+ 0.41734372283745363
3910
+ ]
3911
+ ],
3912
+ [
3913
+ [
3914
+ 0.5128730275069046
3915
+ ]
3916
+ ],
3917
+ [
3918
+ [
3919
+ 0.5445834286965692
3920
+ ]
3921
+ ]
3922
+ ],
3923
+ "std": [
3924
+ [
3925
+ [
3926
+ 0.29576436241570636
3927
+ ]
3928
+ ],
3929
+ [
3930
+ [
3931
+ 0.2003738217664064
3932
+ ]
3933
+ ],
3934
+ [
3935
+ [
3936
+ 0.15967484938576593
3937
+ ]
3938
+ ]
3939
+ ],
3940
+ "count": [
3941
+ 79689
3942
+ ]
3943
+ },
3944
+ "observation.kinova3.base_position": {
3945
+ "min": [
3946
+ 0.0,
3947
+ 0.0,
3948
+ 0.0
3949
+ ],
3950
+ "max": [
3951
+ 0.0,
3952
+ 0.0,
3953
+ 0.0
3954
+ ],
3955
+ "mean": [
3956
+ 0.0,
3957
+ 0.0,
3958
+ 0.0
3959
+ ],
3960
+ "std": [
3961
+ 0.0,
3962
+ 0.0,
3963
+ 0.0
3964
+ ],
3965
+ "count": [
3966
+ 79689
3967
+ ]
3968
+ },
3969
+ "observation.joints": {
3970
+ "min": [
3971
+ -1.4485372304916382,
3972
+ 0.3404676616191864,
3973
+ -0.5368804931640625,
3974
+ 0.3174942433834076,
3975
+ -2.1625521183013916,
3976
+ -1.4584417343139648,
3977
+ -3.3440141677856445,
3978
+ 1.0
3979
+ ],
3980
+ "max": [
3981
+ 1.6271113157272339,
3982
+ 1.7057362794876099,
3983
+ 3.1353957653045654,
3984
+ 3.927000045776367,
3985
+ 2.345672607421875,
3986
+ 1.018760323524475,
3987
+ 3.5629827976226807,
3988
+ 1.0
3989
+ ],
3990
+ "mean": [
3991
+ 0.47942414600525124,
3992
+ 0.640067630897337,
3993
+ -0.3555245453860865,
3994
+ 0.8839975120572072,
3995
+ 0.9059131315747964,
3996
+ 0.3406465182193712,
3997
+ 2.3031117100140093,
3998
+ 1.0
3999
+ ],
4000
+ "std": [
4001
+ 0.35943408534648363,
4002
+ 0.19184633575183374,
4003
+ 0.3042137591889671,
4004
+ 0.3745633359634866,
4005
+ 0.4927586056965231,
4006
+ 0.2901148922305636,
4007
+ 0.8657108897896116,
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 79689
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c528db60549f10efe0c06c55ad4066f95fcdb6326fe62b12295eba5b821949
3
+ size 97247
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:0212aa7c040e1de3f08b853ec402d8bf2c86538ec97c2d2a187d9aaa0e761d52
3
+ size 521139188
videos/observation.images.google_robot/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72cebaea91e362997d973ee670c4dfc80127ddfce061461e2115e7de1c3b5823
3
+ size 158435871
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:2b593bba3596523214c20a28e878271ea23da85c3a3261afb179dd90054182af
3
+ size 521831363
videos/observation.images.image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d53e958ca8a523e7a13f169024fc88a1937eff620032d228b5a458b20e950a55
3
+ size 355589016
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:e8260f318631eccbd3e8d72b3c55c0c625729d7917fe44f1c262286d5973a5ab
3
+ size 521032044
videos/observation.images.jaco/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb93499b6c2a7ba0a7fc280133a0a2e44780168a0080227c3ae004b88516658
3
+ size 144731737
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:3d80fea818b67810c5de8b4c721e2b150e80e6a888bbaf67e4946b0ccbdc1d58
3
+ size 521216834
videos/observation.images.kinova3/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1945cd4f23fdf622737a9e49e4a3e8b3187627034ff98fadd65d7b7dccc85594
3
+ size 173265258
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:90f4ea47936cb860f78be70333c96f7053642b6a76754951d41f160d462ca06d
3
+ size 520854566
videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a45c75dffe79b4f99fc39ce47991cbf36f2b2a18be1919e628632c2886cffc8
3
+ size 131666624
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:05a73189a77557bea80540e267efe1ececbc9ddce3a84f59123253e92e201392
3
+ size 521146906
videos/observation.images.panda/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53833c06f5798f493be84cb610d6abc62705641fb48d8c3f411b9b3d18aa00ff
3
+ size 169566589
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:e8e57eca6f1980529c148f75653ccc3b6de9026e6f7279f8597b7cc823e01d17
3
+ size 521032756
videos/observation.images.sawyer/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75caefd977612a07ebe762396835a71d0030dda9b7457436a6b76885febd9c48
3
+ size 136463604
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:d47d21d9834a53d8e6b3455b0f4bfc84ea2180da037d70857cb0703fc2004643
3
+ size 521149523
videos/observation.images.ur5e/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c940cb29177548fae10b6650f2755701841c409fa717a2afcc88ceb9eb9be9b0
3
+ size 159901395