GuanhuaJi commited on
Commit
31f60d3
·
verified ·
1 Parent(s): dbf5977

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_75000_80000_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: 80557
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_75000_80000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 80,557
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_75000_80000_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: 80557
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_75000_80000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 80,557
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:4aab9191f6d791a5976b5d38cff68cbf3af566a593835374c34e86283aefb1a9
3
+ size 62421027
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58f04a63abd7b2f89c5140d0f4653a9a220d048192ae8a3a0ecd8e714614a11
3
+ size 26934652
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": 80557,
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.kuka_iiwa.ee_error": {
3
+ "min": [
4
+ -0.0436435341835022,
5
+ -0.016805991530418396,
6
+ -9.655952453613281e-06,
7
+ -6.296337960520759e-05,
8
+ -2.3276525098481216e-05,
9
+ 0.0,
10
+ -0.11719413101673126
11
+ ],
12
+ "max": [
13
+ 9.298324584960938e-06,
14
+ 0.016816943883895874,
15
+ 0.023891989141702652,
16
+ 0.30940476059913635,
17
+ 3.715063940035179e-05,
18
+ 0.04909545183181763,
19
+ 0.1171717569231987
20
+ ],
21
+ "mean": [
22
+ -0.003502526319432914,
23
+ -5.7901846280342225e-06,
24
+ 0.0016734620090370987,
25
+ 0.02398022331651653,
26
+ 5.462793474673206e-06,
27
+ 0.0022020333661927566,
28
+ 3.849476940523034e-05
29
+ ],
30
+ "std": [
31
+ 0.008428991688270868,
32
+ 0.0027694878706387184,
33
+ 0.004198361128487908,
34
+ 0.05842352068332449,
35
+ 1.198597800013052e-05,
36
+ 0.006955574662147434,
37
+ 0.019038865171239285
38
+ ],
39
+ "count": [
40
+ 80557
41
+ ]
42
+ },
43
+ "observation.state": {
44
+ "min": [
45
+ 0.19087477028369904,
46
+ -0.3051357567310333
47
+ ],
48
+ "max": [
49
+ 0.6190767288208008,
50
+ 0.34564799070358276
51
+ ],
52
+ "mean": [
53
+ 0.4002590002060034,
54
+ 0.008122722360870985
55
+ ],
56
+ "std": [
57
+ 0.10658592229244271,
58
+ 0.1420355160624552
59
+ ],
60
+ "count": [
61
+ 80557
62
+ ]
63
+ },
64
+ "observation.jaco.base_orientation": {
65
+ "min": [
66
+ 0.0
67
+ ],
68
+ "max": [
69
+ 0.0
70
+ ],
71
+ "mean": [
72
+ 0.0
73
+ ],
74
+ "std": [
75
+ 0.0
76
+ ],
77
+ "count": [
78
+ 80557
79
+ ]
80
+ },
81
+ "observation.joints": {
82
+ "min": [
83
+ -1.4498546123504639,
84
+ 0.34057071805000305,
85
+ -0.605160653591156,
86
+ 0.317222535610199,
87
+ -2.3010239601135254,
88
+ -1.5501490831375122,
89
+ -3.30385422706604,
90
+ 1.0
91
+ ],
92
+ "max": [
93
+ 1.6297634840011597,
94
+ 1.7056916952133179,
95
+ 3.137256383895874,
96
+ 3.927000045776367,
97
+ 2.340303897857666,
98
+ 1.0270816087722778,
99
+ 3.5731685161590576,
100
+ 1.0
101
+ ],
102
+ "mean": [
103
+ 0.4855124225455543,
104
+ 0.6404967873184988,
105
+ -0.3601717221734921,
106
+ 0.8854859342396104,
107
+ 0.8942352882158257,
108
+ 0.3461941658828985,
109
+ 2.307873359748031,
110
+ 1.0
111
+ ],
112
+ "std": [
113
+ 0.3608850927258611,
114
+ 0.1916764774379323,
115
+ 0.3043875599205004,
116
+ 0.37706840935186897,
117
+ 0.48235280128348623,
118
+ 0.2840978170843274,
119
+ 0.8797127527117805,
120
+ 0.0
121
+ ],
122
+ "count": [
123
+ 80557
124
+ ]
125
+ },
126
+ "timestamp": {
127
+ "min": [
128
+ 0.0
129
+ ],
130
+ "max": [
131
+ 4.9
132
+ ],
133
+ "mean": [
134
+ 1.0273669575580024
135
+ ],
136
+ "std": [
137
+ 0.8979868659687391
138
+ ],
139
+ "count": [
140
+ 80557
141
+ ]
142
+ },
143
+ "index": {
144
+ "min": [
145
+ 0
146
+ ],
147
+ "max": [
148
+ 80556
149
+ ],
150
+ "mean": [
151
+ 40278.0
152
+ ],
153
+ "std": [
154
+ 23254.802815762596
155
+ ],
156
+ "count": [
157
+ 80557
158
+ ]
159
+ },
160
+ "natural_language_instruction": {
161
+ "min": [
162
+ 97,
163
+ 97,
164
+ 32,
165
+ 32,
166
+ 32,
167
+ 32,
168
+ 32,
169
+ 32,
170
+ 32,
171
+ 32,
172
+ 32,
173
+ 32,
174
+ 32,
175
+ 32,
176
+ 32,
177
+ 32,
178
+ 0,
179
+ 0,
180
+ 0,
181
+ 0,
182
+ 0,
183
+ 0,
184
+ 0,
185
+ 0,
186
+ 0,
187
+ 0,
188
+ 0,
189
+ 0,
190
+ 0,
191
+ 0,
192
+ 0,
193
+ 0,
194
+ 0,
195
+ 0,
196
+ 0,
197
+ 0,
198
+ 0,
199
+ 0,
200
+ 0,
201
+ 0,
202
+ 0,
203
+ 0,
204
+ 0,
205
+ 0,
206
+ 0,
207
+ 0,
208
+ 0,
209
+ 0,
210
+ 0,
211
+ 0,
212
+ 0,
213
+ 0,
214
+ 0,
215
+ 0,
216
+ 0,
217
+ 0,
218
+ 0,
219
+ 0,
220
+ 0,
221
+ 0,
222
+ 0,
223
+ 0,
224
+ 0,
225
+ 0,
226
+ 0,
227
+ 0,
228
+ 0,
229
+ 0,
230
+ 0,
231
+ 0,
232
+ 0,
233
+ 0,
234
+ 0,
235
+ 0,
236
+ 0,
237
+ 0,
238
+ 0,
239
+ 0,
240
+ 0,
241
+ 0,
242
+ 0,
243
+ 0,
244
+ 0,
245
+ 0,
246
+ 0,
247
+ 0,
248
+ 0,
249
+ 0,
250
+ 0,
251
+ 0,
252
+ 0,
253
+ 0,
254
+ 0,
255
+ 0,
256
+ 0,
257
+ 0,
258
+ 0,
259
+ 0,
260
+ 0,
261
+ 0,
262
+ 0,
263
+ 0,
264
+ 0,
265
+ 0,
266
+ 0,
267
+ 0,
268
+ 0,
269
+ 0,
270
+ 0,
271
+ 0,
272
+ 0,
273
+ 0,
274
+ 0,
275
+ 0,
276
+ 0,
277
+ 0,
278
+ 0,
279
+ 0,
280
+ 0,
281
+ 0,
282
+ 0,
283
+ 0,
284
+ 0,
285
+ 0,
286
+ 0,
287
+ 0,
288
+ 0,
289
+ 0,
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 0,
294
+ 0,
295
+ 0,
296
+ 0,
297
+ 0,
298
+ 0,
299
+ 0,
300
+ 0,
301
+ 0,
302
+ 0,
303
+ 0,
304
+ 0,
305
+ 0,
306
+ 0,
307
+ 0,
308
+ 0,
309
+ 0,
310
+ 0,
311
+ 0,
312
+ 0,
313
+ 0,
314
+ 0,
315
+ 0,
316
+ 0,
317
+ 0,
318
+ 0,
319
+ 0,
320
+ 0,
321
+ 0,
322
+ 0,
323
+ 0,
324
+ 0,
325
+ 0,
326
+ 0,
327
+ 0,
328
+ 0,
329
+ 0,
330
+ 0,
331
+ 0,
332
+ 0,
333
+ 0,
334
+ 0,
335
+ 0,
336
+ 0,
337
+ 0,
338
+ 0,
339
+ 0,
340
+ 0,
341
+ 0,
342
+ 0,
343
+ 0,
344
+ 0,
345
+ 0,
346
+ 0,
347
+ 0,
348
+ 0,
349
+ 0,
350
+ 0,
351
+ 0,
352
+ 0,
353
+ 0,
354
+ 0,
355
+ 0,
356
+ 0,
357
+ 0,
358
+ 0,
359
+ 0,
360
+ 0,
361
+ 0,
362
+ 0,
363
+ 0,
364
+ 0,
365
+ 0,
366
+ 0,
367
+ 0,
368
+ 0,
369
+ 0,
370
+ 0,
371
+ 0,
372
+ 0,
373
+ 0,
374
+ 0,
375
+ 0,
376
+ 0,
377
+ 0,
378
+ 0,
379
+ 0,
380
+ 0,
381
+ 0,
382
+ 0,
383
+ 0,
384
+ 0,
385
+ 0,
386
+ 0,
387
+ 0,
388
+ 0,
389
+ 0,
390
+ 0,
391
+ 0,
392
+ 0,
393
+ 0,
394
+ 0,
395
+ 0,
396
+ 0,
397
+ 0,
398
+ 0,
399
+ 0,
400
+ 0,
401
+ 0,
402
+ 0,
403
+ 0,
404
+ 0,
405
+ 0,
406
+ 0,
407
+ 0,
408
+ 0,
409
+ 0,
410
+ 0,
411
+ 0,
412
+ 0,
413
+ 0,
414
+ 0,
415
+ 0,
416
+ 0,
417
+ 0,
418
+ 0,
419
+ 0,
420
+ 0,
421
+ 0,
422
+ 0,
423
+ 0,
424
+ 0,
425
+ 0,
426
+ 0,
427
+ 0,
428
+ 0,
429
+ 0,
430
+ 0,
431
+ 0,
432
+ 0,
433
+ 0,
434
+ 0,
435
+ 0,
436
+ 0,
437
+ 0,
438
+ 0,
439
+ 0,
440
+ 0,
441
+ 0,
442
+ 0,
443
+ 0,
444
+ 0,
445
+ 0,
446
+ 0,
447
+ 0,
448
+ 0,
449
+ 0,
450
+ 0,
451
+ 0,
452
+ 0,
453
+ 0,
454
+ 0,
455
+ 0,
456
+ 0,
457
+ 0,
458
+ 0,
459
+ 0,
460
+ 0,
461
+ 0,
462
+ 0,
463
+ 0,
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
+ ],
675
+ "max": [
676
+ 116,
677
+ 117,
678
+ 118,
679
+ 118,
680
+ 121,
681
+ 121,
682
+ 121,
683
+ 121,
684
+ 121,
685
+ 121,
686
+ 121,
687
+ 122,
688
+ 121,
689
+ 121,
690
+ 122,
691
+ 122,
692
+ 121,
693
+ 121,
694
+ 122,
695
+ 122,
696
+ 122,
697
+ 122,
698
+ 122,
699
+ 122,
700
+ 122,
701
+ 122,
702
+ 122,
703
+ 122,
704
+ 122,
705
+ 122,
706
+ 121,
707
+ 122,
708
+ 122,
709
+ 121,
710
+ 121,
711
+ 122,
712
+ 121,
713
+ 121,
714
+ 122,
715
+ 121,
716
+ 121,
717
+ 121,
718
+ 121,
719
+ 122,
720
+ 121,
721
+ 121,
722
+ 122,
723
+ 121,
724
+ 121,
725
+ 121,
726
+ 121,
727
+ 121,
728
+ 121,
729
+ 121,
730
+ 121,
731
+ 122,
732
+ 121,
733
+ 121,
734
+ 121,
735
+ 121,
736
+ 121,
737
+ 120,
738
+ 121,
739
+ 120,
740
+ 121,
741
+ 120,
742
+ 120,
743
+ 119,
744
+ 119,
745
+ 120,
746
+ 116,
747
+ 116,
748
+ 116,
749
+ 120,
750
+ 116,
751
+ 116,
752
+ 114,
753
+ 117,
754
+ 111,
755
+ 115,
756
+ 116,
757
+ 116,
758
+ 114,
759
+ 101,
760
+ 108,
761
+ 101,
762
+ 111,
763
+ 97,
764
+ 114,
765
+ 100,
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
+ 0,
962
+ 0,
963
+ 0,
964
+ 0,
965
+ 0,
966
+ 0,
967
+ 0,
968
+ 0,
969
+ 0,
970
+ 0,
971
+ 0,
972
+ 0,
973
+ 0,
974
+ 0,
975
+ 0,
976
+ 0,
977
+ 0,
978
+ 0,
979
+ 0,
980
+ 0,
981
+ 0,
982
+ 0,
983
+ 0,
984
+ 0,
985
+ 0,
986
+ 0,
987
+ 0,
988
+ 0,
989
+ 0,
990
+ 0,
991
+ 0,
992
+ 0,
993
+ 0,
994
+ 0,
995
+ 0,
996
+ 0,
997
+ 0,
998
+ 0,
999
+ 0,
1000
+ 0,
1001
+ 0,
1002
+ 0,
1003
+ 0,
1004
+ 0,
1005
+ 0,
1006
+ 0,
1007
+ 0,
1008
+ 0,
1009
+ 0,
1010
+ 0,
1011
+ 0,
1012
+ 0,
1013
+ 0,
1014
+ 0,
1015
+ 0,
1016
+ 0,
1017
+ 0,
1018
+ 0,
1019
+ 0,
1020
+ 0,
1021
+ 0,
1022
+ 0,
1023
+ 0,
1024
+ 0,
1025
+ 0,
1026
+ 0,
1027
+ 0,
1028
+ 0,
1029
+ 0,
1030
+ 0,
1031
+ 0,
1032
+ 0,
1033
+ 0,
1034
+ 0,
1035
+ 0,
1036
+ 0,
1037
+ 0,
1038
+ 0,
1039
+ 0,
1040
+ 0,
1041
+ 0,
1042
+ 0,
1043
+ 0,
1044
+ 0,
1045
+ 0,
1046
+ 0,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ 0,
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ 0,
1060
+ 0,
1061
+ 0,
1062
+ 0,
1063
+ 0,
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ 0,
1068
+ 0,
1069
+ 0,
1070
+ 0,
1071
+ 0,
1072
+ 0,
1073
+ 0,
1074
+ 0,
1075
+ 0,
1076
+ 0,
1077
+ 0,
1078
+ 0,
1079
+ 0,
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 0,
1085
+ 0,
1086
+ 0,
1087
+ 0,
1088
+ 0,
1089
+ 0,
1090
+ 0,
1091
+ 0,
1092
+ 0,
1093
+ 0,
1094
+ 0,
1095
+ 0,
1096
+ 0,
1097
+ 0,
1098
+ 0,
1099
+ 0,
1100
+ 0,
1101
+ 0,
1102
+ 0,
1103
+ 0,
1104
+ 0,
1105
+ 0,
1106
+ 0,
1107
+ 0,
1108
+ 0,
1109
+ 0,
1110
+ 0,
1111
+ 0,
1112
+ 0,
1113
+ 0,
1114
+ 0,
1115
+ 0,
1116
+ 0,
1117
+ 0,
1118
+ 0,
1119
+ 0,
1120
+ 0,
1121
+ 0,
1122
+ 0,
1123
+ 0,
1124
+ 0,
1125
+ 0,
1126
+ 0,
1127
+ 0,
1128
+ 0,
1129
+ 0,
1130
+ 0,
1131
+ 0,
1132
+ 0,
1133
+ 0,
1134
+ 0,
1135
+ 0,
1136
+ 0,
1137
+ 0,
1138
+ 0,
1139
+ 0,
1140
+ 0,
1141
+ 0,
1142
+ 0,
1143
+ 0,
1144
+ 0,
1145
+ 0,
1146
+ 0,
1147
+ 0,
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ 0,
1155
+ 0,
1156
+ 0,
1157
+ 0,
1158
+ 0,
1159
+ 0,
1160
+ 0,
1161
+ 0,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 0,
1170
+ 0,
1171
+ 0,
1172
+ 0,
1173
+ 0,
1174
+ 0,
1175
+ 0,
1176
+ 0,
1177
+ 0,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ 0,
1182
+ 0,
1183
+ 0,
1184
+ 0,
1185
+ 0,
1186
+ 0,
1187
+ 0
1188
+ ],
1189
+ "mean": [
1190
+ 111.18867385826185,
1191
+ 111.49505319214965,
1192
+ 111.54588676340975,
1193
+ 101.44404583090234,
1194
+ 57.87971250170687,
1195
+ 91.11543379222165,
1196
+ 107.30810482018943,
1197
+ 103.11967923333789,
1198
+ 60.35240885335849,
1199
+ 88.0595975520439,
1200
+ 101.55596658266818,
1201
+ 104.3071862159713,
1202
+ 91.26548903261045,
1203
+ 88.79827947912658,
1204
+ 91.99545663319141,
1205
+ 93.04379507677794,
1206
+ 99.30520004468886,
1207
+ 93.12119368894075,
1208
+ 96.74642799508423,
1209
+ 93.32044390928162,
1210
+ 97.24199014362502,
1211
+ 89.96009037079335,
1212
+ 91.56302990429137,
1213
+ 93.22111051801829,
1214
+ 94.08823565922266,
1215
+ 93.56772223394616,
1216
+ 90.35414675323064,
1217
+ 91.70624526732624,
1218
+ 90.51390940576238,
1219
+ 89.30630485246472,
1220
+ 86.86897476321114,
1221
+ 85.10347952381544,
1222
+ 85.61227453852551,
1223
+ 83.490460171059,
1224
+ 81.16752113410381,
1225
+ 78.79523815435033,
1226
+ 75.06318507392281,
1227
+ 72.36920441426568,
1228
+ 69.41658701292253,
1229
+ 66.21795747110741,
1230
+ 62.99318494978711,
1231
+ 58.72587112231091,
1232
+ 53.72023536129697,
1233
+ 49.496269722060156,
1234
+ 46.60190920714525,
1235
+ 42.03496902814157,
1236
+ 38.31515572824211,
1237
+ 34.75599885795151,
1238
+ 32.47577491713942,
1239
+ 28.94252516851422,
1240
+ 26.88091661804685,
1241
+ 23.896520476184566,
1242
+ 21.50724331839567,
1243
+ 18.786871407823032,
1244
+ 16.267102796777436,
1245
+ 14.374827761709101,
1246
+ 12.133396228757277,
1247
+ 11.192273793711285,
1248
+ 9.933686706307336,
1249
+ 8.373226411112629,
1250
+ 7.346810333056097,
1251
+ 5.896172896210137,
1252
+ 5.2207877651849,
1253
+ 4.312697841280087,
1254
+ 3.925121342651787,
1255
+ 3.3640776096428615,
1256
+ 2.5133880358007374,
1257
+ 2.0961927579229616,
1258
+ 1.6713010663257073,
1259
+ 1.366299638765098,
1260
+ 0.9504077857914272,
1261
+ 0.8387849597179636,
1262
+ 0.713370656802016,
1263
+ 0.5885397917002868,
1264
+ 0.5402137616842733,
1265
+ 0.4053279044651613,
1266
+ 0.4035403503109599,
1267
+ 0.3084648137343744,
1268
+ 0.1735665429447472,
1269
+ 0.16197226808346885,
1270
+ 0.13656168923867573,
1271
+ 0.05370110604913291,
1272
+ 0.05715207865238278,
1273
+ 0.04195786834167112,
1274
+ 0.03897861141800216,
1275
+ 0.042367516168675595,
1276
+ 0.00964534429037824,
1277
+ 0.008428814379880085,
1278
+ 0.009906029271199275,
1279
+ 0.008689499360701118,
1280
+ 0.0,
1281
+ 0.0,
1282
+ 0.0,
1283
+ 0.0,
1284
+ 0.0,
1285
+ 0.0,
1286
+ 0.0,
1287
+ 0.0,
1288
+ 0.0,
1289
+ 0.0,
1290
+ 0.0,
1291
+ 0.0,
1292
+ 0.0,
1293
+ 0.0,
1294
+ 0.0,
1295
+ 0.0,
1296
+ 0.0,
1297
+ 0.0,
1298
+ 0.0,
1299
+ 0.0,
1300
+ 0.0,
1301
+ 0.0,
1302
+ 0.0,
1303
+ 0.0,
1304
+ 0.0,
1305
+ 0.0,
1306
+ 0.0,
1307
+ 0.0,
1308
+ 0.0,
1309
+ 0.0,
1310
+ 0.0,
1311
+ 0.0,
1312
+ 0.0,
1313
+ 0.0,
1314
+ 0.0,
1315
+ 0.0,
1316
+ 0.0,
1317
+ 0.0,
1318
+ 0.0,
1319
+ 0.0,
1320
+ 0.0,
1321
+ 0.0,
1322
+ 0.0,
1323
+ 0.0,
1324
+ 0.0,
1325
+ 0.0,
1326
+ 0.0,
1327
+ 0.0,
1328
+ 0.0,
1329
+ 0.0,
1330
+ 0.0,
1331
+ 0.0,
1332
+ 0.0,
1333
+ 0.0,
1334
+ 0.0,
1335
+ 0.0,
1336
+ 0.0,
1337
+ 0.0,
1338
+ 0.0,
1339
+ 0.0,
1340
+ 0.0,
1341
+ 0.0,
1342
+ 0.0,
1343
+ 0.0,
1344
+ 0.0,
1345
+ 0.0,
1346
+ 0.0,
1347
+ 0.0,
1348
+ 0.0,
1349
+ 0.0,
1350
+ 0.0,
1351
+ 0.0,
1352
+ 0.0,
1353
+ 0.0,
1354
+ 0.0,
1355
+ 0.0,
1356
+ 0.0,
1357
+ 0.0,
1358
+ 0.0,
1359
+ 0.0,
1360
+ 0.0,
1361
+ 0.0,
1362
+ 0.0,
1363
+ 0.0,
1364
+ 0.0,
1365
+ 0.0,
1366
+ 0.0,
1367
+ 0.0,
1368
+ 0.0,
1369
+ 0.0,
1370
+ 0.0,
1371
+ 0.0,
1372
+ 0.0,
1373
+ 0.0,
1374
+ 0.0,
1375
+ 0.0,
1376
+ 0.0,
1377
+ 0.0,
1378
+ 0.0,
1379
+ 0.0,
1380
+ 0.0,
1381
+ 0.0,
1382
+ 0.0,
1383
+ 0.0,
1384
+ 0.0,
1385
+ 0.0,
1386
+ 0.0,
1387
+ 0.0,
1388
+ 0.0,
1389
+ 0.0,
1390
+ 0.0,
1391
+ 0.0,
1392
+ 0.0,
1393
+ 0.0,
1394
+ 0.0,
1395
+ 0.0,
1396
+ 0.0,
1397
+ 0.0,
1398
+ 0.0,
1399
+ 0.0,
1400
+ 0.0,
1401
+ 0.0,
1402
+ 0.0,
1403
+ 0.0,
1404
+ 0.0,
1405
+ 0.0,
1406
+ 0.0,
1407
+ 0.0,
1408
+ 0.0,
1409
+ 0.0,
1410
+ 0.0,
1411
+ 0.0,
1412
+ 0.0,
1413
+ 0.0,
1414
+ 0.0,
1415
+ 0.0,
1416
+ 0.0,
1417
+ 0.0,
1418
+ 0.0,
1419
+ 0.0,
1420
+ 0.0,
1421
+ 0.0,
1422
+ 0.0,
1423
+ 0.0,
1424
+ 0.0,
1425
+ 0.0,
1426
+ 0.0,
1427
+ 0.0,
1428
+ 0.0,
1429
+ 0.0,
1430
+ 0.0,
1431
+ 0.0,
1432
+ 0.0,
1433
+ 0.0,
1434
+ 0.0,
1435
+ 0.0,
1436
+ 0.0,
1437
+ 0.0,
1438
+ 0.0,
1439
+ 0.0,
1440
+ 0.0,
1441
+ 0.0,
1442
+ 0.0,
1443
+ 0.0,
1444
+ 0.0,
1445
+ 0.0,
1446
+ 0.0,
1447
+ 0.0,
1448
+ 0.0,
1449
+ 0.0,
1450
+ 0.0,
1451
+ 0.0,
1452
+ 0.0,
1453
+ 0.0,
1454
+ 0.0,
1455
+ 0.0,
1456
+ 0.0,
1457
+ 0.0,
1458
+ 0.0,
1459
+ 0.0,
1460
+ 0.0,
1461
+ 0.0,
1462
+ 0.0,
1463
+ 0.0,
1464
+ 0.0,
1465
+ 0.0,
1466
+ 0.0,
1467
+ 0.0,
1468
+ 0.0,
1469
+ 0.0,
1470
+ 0.0,
1471
+ 0.0,
1472
+ 0.0,
1473
+ 0.0,
1474
+ 0.0,
1475
+ 0.0,
1476
+ 0.0,
1477
+ 0.0,
1478
+ 0.0,
1479
+ 0.0,
1480
+ 0.0,
1481
+ 0.0,
1482
+ 0.0,
1483
+ 0.0,
1484
+ 0.0,
1485
+ 0.0,
1486
+ 0.0,
1487
+ 0.0,
1488
+ 0.0,
1489
+ 0.0,
1490
+ 0.0,
1491
+ 0.0,
1492
+ 0.0,
1493
+ 0.0,
1494
+ 0.0,
1495
+ 0.0,
1496
+ 0.0,
1497
+ 0.0,
1498
+ 0.0,
1499
+ 0.0,
1500
+ 0.0,
1501
+ 0.0,
1502
+ 0.0,
1503
+ 0.0,
1504
+ 0.0,
1505
+ 0.0,
1506
+ 0.0,
1507
+ 0.0,
1508
+ 0.0,
1509
+ 0.0,
1510
+ 0.0,
1511
+ 0.0,
1512
+ 0.0,
1513
+ 0.0,
1514
+ 0.0,
1515
+ 0.0,
1516
+ 0.0,
1517
+ 0.0,
1518
+ 0.0,
1519
+ 0.0,
1520
+ 0.0,
1521
+ 0.0,
1522
+ 0.0,
1523
+ 0.0,
1524
+ 0.0,
1525
+ 0.0,
1526
+ 0.0,
1527
+ 0.0,
1528
+ 0.0,
1529
+ 0.0,
1530
+ 0.0,
1531
+ 0.0,
1532
+ 0.0,
1533
+ 0.0,
1534
+ 0.0,
1535
+ 0.0,
1536
+ 0.0,
1537
+ 0.0,
1538
+ 0.0,
1539
+ 0.0,
1540
+ 0.0,
1541
+ 0.0,
1542
+ 0.0,
1543
+ 0.0,
1544
+ 0.0,
1545
+ 0.0,
1546
+ 0.0,
1547
+ 0.0,
1548
+ 0.0,
1549
+ 0.0,
1550
+ 0.0,
1551
+ 0.0,
1552
+ 0.0,
1553
+ 0.0,
1554
+ 0.0,
1555
+ 0.0,
1556
+ 0.0,
1557
+ 0.0,
1558
+ 0.0,
1559
+ 0.0,
1560
+ 0.0,
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
+ ],
1703
+ "std": [
1704
+ 2.819810398848812,
1705
+ 4.504384032303614,
1706
+ 7.348310122095824,
1707
+ 7.023636352632586,
1708
+ 34.997952661111384,
1709
+ 37.19128390176516,
1710
+ 10.324723173809609,
1711
+ 8.725143127924548,
1712
+ 35.643200725015156,
1713
+ 35.12738569573843,
1714
+ 20.206571561645053,
1715
+ 14.573602506398982,
1716
+ 29.34318309093522,
1717
+ 32.71376278761706,
1718
+ 33.561304572461665,
1719
+ 31.767531073795958,
1720
+ 23.403894415563435,
1721
+ 27.922205095960678,
1722
+ 26.251517833646545,
1723
+ 29.66284093759564,
1724
+ 27.030758857329396,
1725
+ 32.96176882595144,
1726
+ 32.94042356806135,
1727
+ 31.512820871175954,
1728
+ 30.979903487771814,
1729
+ 31.40809704586715,
1730
+ 33.79390329758595,
1731
+ 33.169505240621874,
1732
+ 34.40763605043973,
1733
+ 35.4635472237979,
1734
+ 37.17130843999531,
1735
+ 38.910961556976076,
1736
+ 39.170948653035275,
1737
+ 40.86961108698985,
1738
+ 42.45371439154861,
1739
+ 44.10109388425083,
1740
+ 45.775781565537635,
1741
+ 47.39540201599736,
1742
+ 48.72292165815945,
1743
+ 49.3655886768962,
1744
+ 50.404773104467814,
1745
+ 51.44012022818479,
1746
+ 51.696448229937616,
1747
+ 51.234242493871506,
1748
+ 51.52880918745572,
1749
+ 50.82057719177629,
1750
+ 49.85800496401167,
1751
+ 48.63200219651939,
1752
+ 47.85915225113181,
1753
+ 46.16606985200657,
1754
+ 45.45533879734221,
1755
+ 43.61392327964931,
1756
+ 41.99872242074624,
1757
+ 39.88898403722034,
1758
+ 37.687994004099615,
1759
+ 35.87865405290835,
1760
+ 33.14608110402586,
1761
+ 32.234832642777015,
1762
+ 30.755701123722176,
1763
+ 28.207535151933683,
1764
+ 26.689383841015992,
1765
+ 24.1288950735044,
1766
+ 22.86875304958273,
1767
+ 20.734998933173394,
1768
+ 19.914449627603357,
1769
+ 18.51151544382025,
1770
+ 15.921960617628116,
1771
+ 14.719824477441398,
1772
+ 13.102658040049656,
1773
+ 12.01382139426123,
1774
+ 9.724471694710637,
1775
+ 9.165542338434276,
1776
+ 8.60697764369755,
1777
+ 7.781760853298345,
1778
+ 7.544391738984681,
1779
+ 6.174903982686272,
1780
+ 6.590723543906754,
1781
+ 5.742778480123405,
1782
+ 4.120506833886135,
1783
+ 4.100559202066889,
1784
+ 3.7213624002628922,
1785
+ 2.383102982074178,
1786
+ 2.534107300989137,
1787
+ 2.0419650564636167,
1788
+ 1.9992103632545006,
1789
+ 2.061983753206949,
1790
+ 1.0346691179142902,
1791
+ 0.9041703102494191,
1792
+ 1.0626331481281683,
1793
+ 0.932134340463351,
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
+ 0.0,
1990
+ 0.0,
1991
+ 0.0,
1992
+ 0.0,
1993
+ 0.0,
1994
+ 0.0,
1995
+ 0.0,
1996
+ 0.0,
1997
+ 0.0,
1998
+ 0.0,
1999
+ 0.0,
2000
+ 0.0,
2001
+ 0.0,
2002
+ 0.0,
2003
+ 0.0,
2004
+ 0.0,
2005
+ 0.0,
2006
+ 0.0,
2007
+ 0.0,
2008
+ 0.0,
2009
+ 0.0,
2010
+ 0.0,
2011
+ 0.0,
2012
+ 0.0,
2013
+ 0.0,
2014
+ 0.0,
2015
+ 0.0,
2016
+ 0.0,
2017
+ 0.0,
2018
+ 0.0,
2019
+ 0.0,
2020
+ 0.0,
2021
+ 0.0,
2022
+ 0.0,
2023
+ 0.0,
2024
+ 0.0,
2025
+ 0.0,
2026
+ 0.0,
2027
+ 0.0,
2028
+ 0.0,
2029
+ 0.0,
2030
+ 0.0,
2031
+ 0.0,
2032
+ 0.0,
2033
+ 0.0,
2034
+ 0.0,
2035
+ 0.0,
2036
+ 0.0,
2037
+ 0.0,
2038
+ 0.0,
2039
+ 0.0,
2040
+ 0.0,
2041
+ 0.0,
2042
+ 0.0,
2043
+ 0.0,
2044
+ 0.0,
2045
+ 0.0,
2046
+ 0.0,
2047
+ 0.0,
2048
+ 0.0,
2049
+ 0.0,
2050
+ 0.0,
2051
+ 0.0,
2052
+ 0.0,
2053
+ 0.0,
2054
+ 0.0,
2055
+ 0.0,
2056
+ 0.0,
2057
+ 0.0,
2058
+ 0.0,
2059
+ 0.0,
2060
+ 0.0,
2061
+ 0.0,
2062
+ 0.0,
2063
+ 0.0,
2064
+ 0.0,
2065
+ 0.0,
2066
+ 0.0,
2067
+ 0.0,
2068
+ 0.0,
2069
+ 0.0,
2070
+ 0.0,
2071
+ 0.0,
2072
+ 0.0,
2073
+ 0.0,
2074
+ 0.0,
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
+ ],
2217
+ "count": [
2218
+ 80557
2219
+ ]
2220
+ },
2221
+ "observation.sawyer.base_orientation": {
2222
+ "min": [
2223
+ 0.0
2224
+ ],
2225
+ "max": [
2226
+ 0.0
2227
+ ],
2228
+ "mean": [
2229
+ 0.0
2230
+ ],
2231
+ "std": [
2232
+ 0.0
2233
+ ],
2234
+ "count": [
2235
+ 80557
2236
+ ]
2237
+ },
2238
+ "observation.sawyer.ee_pose": {
2239
+ "min": [
2240
+ 0.2409917414188385,
2241
+ -0.30511045455932617,
2242
+ 0.08499767631292343,
2243
+ -0.0001497537159593776,
2244
+ -3.488569564069621e-05,
2245
+ 1.0,
2246
+ -7.45691722841002e-05
2247
+ ],
2248
+ "max": [
2249
+ 0.6690731048583984,
2250
+ 0.34560251235961914,
2251
+ 0.08500390499830246,
2252
+ -1.9439772586338222e-05,
2253
+ 2.746353675320279e-05,
2254
+ 1.0,
2255
+ 1.3757452506979462e-05
2256
+ ],
2257
+ "mean": [
2258
+ 0.4500880798665693,
2259
+ 0.008239389411383356,
2260
+ 0.08500128887135097,
2261
+ -8.031235458917366e-05,
2262
+ -2.287540559625363e-06,
2263
+ 1.0,
2264
+ -5.210880482321905e-05
2265
+ ],
2266
+ "std": [
2267
+ 0.10593771504400788,
2268
+ 0.14135278436080925,
2269
+ 8.017058340147284e-07,
2270
+ 2.0020906057759187e-05,
2271
+ 1.217214055826143e-05,
2272
+ 0.0,
2273
+ 1.5635938023202493e-05
2274
+ ],
2275
+ "count": [
2276
+ 80557
2277
+ ]
2278
+ },
2279
+ "observation.kuka_iiwa.base_position": {
2280
+ "min": [
2281
+ 0.05000000074505806,
2282
+ 0.0,
2283
+ 0.0
2284
+ ],
2285
+ "max": [
2286
+ 0.05000000074505806,
2287
+ 0.0,
2288
+ 0.0
2289
+ ],
2290
+ "mean": [
2291
+ 0.04999999900216215,
2292
+ 0.0,
2293
+ 0.0
2294
+ ],
2295
+ "std": [
2296
+ 1.4887703910662436e-08,
2297
+ 0.0,
2298
+ 0.0
2299
+ ],
2300
+ "count": [
2301
+ 80557
2302
+ ]
2303
+ },
2304
+ "observation.google_robot.joints": {
2305
+ "min": [
2306
+ -0.380193293094635,
2307
+ 1.5228722095489502,
2308
+ 0.5637319684028625,
2309
+ -2.049999952316284,
2310
+ -1.8043516874313354,
2311
+ -1.3225170373916626,
2312
+ -3.449333906173706,
2313
+ 1.0
2314
+ ],
2315
+ "max": [
2316
+ 1.2684330940246582,
2317
+ 2.334369421005249,
2318
+ 3.7100000381469727,
2319
+ 0.35267460346221924,
2320
+ 2.108936071395874,
2321
+ 1.3500078916549683,
2322
+ 0.824373185634613,
2323
+ 1.0
2324
+ ],
2325
+ "mean": [
2326
+ 0.545309560319814,
2327
+ 1.5864294151955163,
2328
+ 2.4991360028971523,
2329
+ -1.5432462677662389,
2330
+ -1.481554626207661,
2331
+ 0.6675447702352066,
2332
+ -1.0649053726813418,
2333
+ 1.0
2334
+ ],
2335
+ "std": [
2336
+ 0.2574238503354239,
2337
+ 0.06706698505198597,
2338
+ 0.23489837315035317,
2339
+ 0.28326948562187093,
2340
+ 0.3009530729919348,
2341
+ 0.2244504873930282,
2342
+ 0.5156016701648134,
2343
+ 0.0
2344
+ ],
2345
+ "count": [
2346
+ 80557
2347
+ ]
2348
+ },
2349
+ "observation.kuka_iiwa.base_orientation": {
2350
+ "min": [
2351
+ 0.0
2352
+ ],
2353
+ "max": [
2354
+ 0.0
2355
+ ],
2356
+ "mean": [
2357
+ 0.0
2358
+ ],
2359
+ "std": [
2360
+ 0.0
2361
+ ],
2362
+ "count": [
2363
+ 80557
2364
+ ]
2365
+ },
2366
+ "observation.images.kinova3": {
2367
+ "min": [
2368
+ [
2369
+ [
2370
+ 0.0
2371
+ ]
2372
+ ],
2373
+ [
2374
+ [
2375
+ 0.0
2376
+ ]
2377
+ ],
2378
+ [
2379
+ [
2380
+ 0.0
2381
+ ]
2382
+ ]
2383
+ ],
2384
+ "max": [
2385
+ [
2386
+ [
2387
+ 1.0
2388
+ ]
2389
+ ],
2390
+ [
2391
+ [
2392
+ 1.0
2393
+ ]
2394
+ ],
2395
+ [
2396
+ [
2397
+ 1.0
2398
+ ]
2399
+ ]
2400
+ ],
2401
+ "mean": [
2402
+ [
2403
+ [
2404
+ 0.43105836341933845
2405
+ ]
2406
+ ],
2407
+ [
2408
+ [
2409
+ 0.5255149615133328
2410
+ ]
2411
+ ],
2412
+ [
2413
+ [
2414
+ 0.5568122320551766
2415
+ ]
2416
+ ]
2417
+ ],
2418
+ "std": [
2419
+ [
2420
+ [
2421
+ 0.2953494648834905
2422
+ ]
2423
+ ],
2424
+ [
2425
+ [
2426
+ 0.19242738772859155
2427
+ ]
2428
+ ],
2429
+ [
2430
+ [
2431
+ 0.14554762741460112
2432
+ ]
2433
+ ]
2434
+ ],
2435
+ "count": [
2436
+ 80557
2437
+ ]
2438
+ },
2439
+ "observation.images.panda": {
2440
+ "min": [
2441
+ [
2442
+ [
2443
+ 0.0
2444
+ ]
2445
+ ],
2446
+ [
2447
+ [
2448
+ 0.0
2449
+ ]
2450
+ ],
2451
+ [
2452
+ [
2453
+ 0.0
2454
+ ]
2455
+ ]
2456
+ ],
2457
+ "max": [
2458
+ [
2459
+ [
2460
+ 1.0
2461
+ ]
2462
+ ],
2463
+ [
2464
+ [
2465
+ 1.0
2466
+ ]
2467
+ ],
2468
+ [
2469
+ [
2470
+ 1.0
2471
+ ]
2472
+ ]
2473
+ ],
2474
+ "mean": [
2475
+ [
2476
+ [
2477
+ 0.4376902720378537
2478
+ ]
2479
+ ],
2480
+ [
2481
+ [
2482
+ 0.5308488891497365
2483
+ ]
2484
+ ],
2485
+ [
2486
+ [
2487
+ 0.5613723116337338
2488
+ ]
2489
+ ]
2490
+ ],
2491
+ "std": [
2492
+ [
2493
+ [
2494
+ 0.2969061881244028
2495
+ ]
2496
+ ],
2497
+ [
2498
+ [
2499
+ 0.19398134268819822
2500
+ ]
2501
+ ],
2502
+ [
2503
+ [
2504
+ 0.14776510338515889
2505
+ ]
2506
+ ]
2507
+ ],
2508
+ "count": [
2509
+ 80557
2510
+ ]
2511
+ },
2512
+ "observation.jaco.ee_pose": {
2513
+ "min": [
2514
+ 0.19099384546279907,
2515
+ -0.30510595440864563,
2516
+ 0.08198010176420212,
2517
+ -0.05585801601409912,
2518
+ -0.00010113837925018743,
2519
+ 0.992202639579773,
2520
+ -0.034717340022325516
2521
+ ],
2522
+ "max": [
2523
+ 0.619055986404419,
2524
+ 0.34559717774391174,
2525
+ 0.087593674659729,
2526
+ 0.12257557362318039,
2527
+ 0.0006603886722587049,
2528
+ 1.0,
2529
+ 0.07118096947669983
2530
+ ],
2531
+ "mean": [
2532
+ 0.40008215315447876,
2533
+ 0.008236426526827989,
2534
+ 0.08500070496140391,
2535
+ 6.631115558167701e-05,
2536
+ 1.2574943653588572e-05,
2537
+ 0.9999941027708883,
2538
+ 7.834053921037802e-05
2539
+ ],
2540
+ "std": [
2541
+ 0.10592441604315954,
2542
+ 0.14134739062458873,
2543
+ 0.00011299286974015417,
2544
+ 0.0031207384251703257,
2545
+ 1.8800427863763208e-05,
2546
+ 0.0001291343288086482,
2547
+ 0.0014333792427944463
2548
+ ],
2549
+ "count": [
2550
+ 80557
2551
+ ]
2552
+ },
2553
+ "observation.panda.joints": {
2554
+ "min": [
2555
+ -1.9460241794586182,
2556
+ 0.4680861532688141,
2557
+ -0.7771169543266296,
2558
+ -3.0717999935150146,
2559
+ -2.270198345184326,
2560
+ 1.8848052024841309,
2561
+ -2.8973000049591064,
2562
+ 1.0
2563
+ ],
2564
+ "max": [
2565
+ 1.0555508136749268,
2566
+ 1.5887144804000854,
2567
+ 1.2621517181396484,
2568
+ -1.4735430479049683,
2569
+ 0.3073735535144806,
2570
+ 3.752500057220459,
2571
+ -1.0132991075515747,
2572
+ 1.0
2573
+ ],
2574
+ "mean": [
2575
+ -0.12082602455795868,
2576
+ 0.5965896424345454,
2577
+ 0.06287928465092875,
2578
+ -2.497680832352745,
2579
+ -0.4551754925851259,
2580
+ 3.0529586575359415,
2581
+ -2.7816432523877173,
2582
+ 1.0
2583
+ ],
2584
+ "std": [
2585
+ 0.5072614014954528,
2586
+ 0.1337289469886553,
2587
+ 0.25183028748641834,
2588
+ 0.31550306330622985,
2589
+ 0.331701906112092,
2590
+ 0.27653078282454474,
2591
+ 0.16232023168975301,
2592
+ 0.0
2593
+ ],
2594
+ "count": [
2595
+ 80557
2596
+ ]
2597
+ },
2598
+ "observation.kinova3.ee_pose": {
2599
+ "min": [
2600
+ 0.19099625945091248,
2601
+ -0.30511465668678284,
2602
+ 0.08388134837150574,
2603
+ -0.061212796717882156,
2604
+ -3.5900709917768836e-05,
2605
+ 0.9981234073638916,
2606
+ -0.012451069429516792
2607
+ ],
2608
+ "max": [
2609
+ 0.6190767288208008,
2610
+ 0.34560486674308777,
2611
+ 0.08500883728265762,
2612
+ -4.9325466534355655e-05,
2613
+ 8.789140701992437e-05,
2614
+ 1.0,
2615
+ 0.012470332905650139
2616
+ ],
2617
+ "mean": [
2618
+ 0.4001512526842449,
2619
+ 0.00823892965405474,
2620
+ 0.0849950398643485,
2621
+ -0.0006430965900672724,
2622
+ -2.934711356874173e-06,
2623
+ 0.9999902566808713,
2624
+ 1.1168911632225166e-05
2625
+ ],
2626
+ "std": [
2627
+ 0.105826315194293,
2628
+ 0.14135872896965984,
2629
+ 7.833191020750201e-05,
2630
+ 0.004284848383109823,
2631
+ 1.4836933673034406e-05,
2632
+ 0.0001031918664568797,
2633
+ 0.0008521209308678302
2634
+ ],
2635
+ "count": [
2636
+ 80557
2637
+ ]
2638
+ },
2639
+ "observation.google_robot.base_orientation": {
2640
+ "min": [
2641
+ 0.0
2642
+ ],
2643
+ "max": [
2644
+ 0.0
2645
+ ],
2646
+ "mean": [
2647
+ 0.0
2648
+ ],
2649
+ "std": [
2650
+ 0.0
2651
+ ],
2652
+ "count": [
2653
+ 80557
2654
+ ]
2655
+ },
2656
+ "observation.jaco.ee_error": {
2657
+ "min": [
2658
+ -0.003236442804336548,
2659
+ -0.0012673288583755493,
2660
+ -0.0025936663150787354,
2661
+ -0.12257557362318039,
2662
+ -0.0006603886722587049,
2663
+ 0.0,
2664
+ -0.07118096947669983
2665
+ ],
2666
+ "max": [
2667
+ 0.004385888576507568,
2668
+ 0.002932131290435791,
2669
+ 0.0030199065804481506,
2670
+ 0.05585801601409912,
2671
+ 0.00010113837925018743,
2672
+ 0.007797360420227051,
2673
+ 0.034717340022325516
2674
+ ],
2675
+ "mean": [
2676
+ 2.0793815608581883e-06,
2677
+ 2.211102865911013e-06,
2678
+ -6.969375686184205e-07,
2679
+ -6.631115558167701e-05,
2680
+ -1.2574943653588572e-05,
2681
+ 5.905061756484838e-06,
2682
+ -7.834053921037802e-05
2683
+ ],
2684
+ "std": [
2685
+ 0.00013362786397245905,
2686
+ 5.719641473537534e-05,
2687
+ 0.00011299287731850684,
2688
+ 0.0031207384251703257,
2689
+ 1.8800427863763208e-05,
2690
+ 0.00012913500500310316,
2691
+ 0.0014333792427944463
2692
+ ],
2693
+ "count": [
2694
+ 80557
2695
+ ]
2696
+ },
2697
+ "observation.images.google_robot": {
2698
+ "min": [
2699
+ [
2700
+ [
2701
+ 0.0
2702
+ ]
2703
+ ],
2704
+ [
2705
+ [
2706
+ 0.0
2707
+ ]
2708
+ ],
2709
+ [
2710
+ [
2711
+ 0.0
2712
+ ]
2713
+ ]
2714
+ ],
2715
+ "max": [
2716
+ [
2717
+ [
2718
+ 1.0
2719
+ ]
2720
+ ],
2721
+ [
2722
+ [
2723
+ 1.0
2724
+ ]
2725
+ ],
2726
+ [
2727
+ [
2728
+ 1.0
2729
+ ]
2730
+ ]
2731
+ ],
2732
+ "mean": [
2733
+ [
2734
+ [
2735
+ 0.43250896889259155
2736
+ ]
2737
+ ],
2738
+ [
2739
+ [
2740
+ 0.5269104238239065
2741
+ ]
2742
+ ],
2743
+ [
2744
+ [
2745
+ 0.55785790352495
2746
+ ]
2747
+ ]
2748
+ ],
2749
+ "std": [
2750
+ [
2751
+ [
2752
+ 0.2954501944729229
2753
+ ]
2754
+ ],
2755
+ [
2756
+ [
2757
+ 0.19187925978471446
2758
+ ]
2759
+ ],
2760
+ [
2761
+ [
2762
+ 0.1447181617468963
2763
+ ]
2764
+ ]
2765
+ ],
2766
+ "count": [
2767
+ 80557
2768
+ ]
2769
+ },
2770
+ "observation.ur5e.joints": {
2771
+ "min": [
2772
+ -4.29398250579834,
2773
+ -1.2956701517105103,
2774
+ 1.5348312854766846,
2775
+ -3.602811336517334,
2776
+ -1.5716058015823364,
2777
+ -5.864192485809326,
2778
+ 1.0
2779
+ ],
2780
+ "max": [
2781
+ 3.8464834690093994,
2782
+ -0.7573553323745728,
2783
+ 3.0797977447509766,
2784
+ -2.34832763671875,
2785
+ -1.5705807209014893,
2786
+ 2.2754595279693604,
2787
+ 1.0
2788
+ ],
2789
+ "mean": [
2790
+ 2.786363302587742,
2791
+ -1.1323374363820458,
2792
+ 2.380331694413148,
2793
+ -2.8187466116048734,
2794
+ -1.5706993253204677,
2795
+ 1.215445430718179,
2796
+ 1.0
2797
+ ],
2798
+ "std": [
2799
+ 0.5225632620100185,
2800
+ 0.11468786702118444,
2801
+ 0.29526613194374185,
2802
+ 0.18642271855744552,
2803
+ 3.601357517694448e-05,
2804
+ 0.5225110073115635,
2805
+ 0.0
2806
+ ],
2807
+ "count": [
2808
+ 80557
2809
+ ]
2810
+ },
2811
+ "observation.kinova3.base_orientation": {
2812
+ "min": [
2813
+ 0.0
2814
+ ],
2815
+ "max": [
2816
+ 0.0
2817
+ ],
2818
+ "mean": [
2819
+ 0.0
2820
+ ],
2821
+ "std": [
2822
+ 0.0
2823
+ ],
2824
+ "count": [
2825
+ 80557
2826
+ ]
2827
+ },
2828
+ "observation.jaco.joints": {
2829
+ "min": [
2830
+ -0.9951953291893005,
2831
+ 1.6411571502685547,
2832
+ 3.270596742630005,
2833
+ -3.5090699195861816,
2834
+ -1.8280766010284424,
2835
+ -2.0365705490112305,
2836
+ 1.0
2837
+ ],
2838
+ "max": [
2839
+ 1.188604712486267,
2840
+ 2.2716455459594727,
2841
+ 5.919945240020752,
2842
+ 1.5135467052459717,
2843
+ 1.312442660331726,
2844
+ 2.6970760822296143,
2845
+ 1.0
2846
+ ],
2847
+ "mean": [
2848
+ 0.14039856937770198,
2849
+ 2.185129951379762,
2850
+ 4.981218231714774,
2851
+ 0.11233904106421082,
2852
+ -0.4009722613894977,
2853
+ 0.2375493382951361,
2854
+ 1.0
2855
+ ],
2856
+ "std": [
2857
+ 0.35855601197649495,
2858
+ 0.09249762359464123,
2859
+ 0.42970669117981475,
2860
+ 0.20975372478882565,
2861
+ 0.4095405849713142,
2862
+ 0.37317957163158527,
2863
+ 0.0
2864
+ ],
2865
+ "count": [
2866
+ 80557
2867
+ ]
2868
+ },
2869
+ "observation.images.sawyer": {
2870
+ "min": [
2871
+ [
2872
+ [
2873
+ 0.0
2874
+ ]
2875
+ ],
2876
+ [
2877
+ [
2878
+ 0.0
2879
+ ]
2880
+ ],
2881
+ [
2882
+ [
2883
+ 0.0
2884
+ ]
2885
+ ]
2886
+ ],
2887
+ "max": [
2888
+ [
2889
+ [
2890
+ 1.0
2891
+ ]
2892
+ ],
2893
+ [
2894
+ [
2895
+ 1.0
2896
+ ]
2897
+ ],
2898
+ [
2899
+ [
2900
+ 1.0
2901
+ ]
2902
+ ]
2903
+ ],
2904
+ "mean": [
2905
+ [
2906
+ [
2907
+ 0.4157791706534081
2908
+ ]
2909
+ ],
2910
+ [
2911
+ [
2912
+ 0.49911540870477417
2913
+ ]
2914
+ ],
2915
+ [
2916
+ [
2917
+ 0.5293407855695509
2918
+ ]
2919
+ ]
2920
+ ],
2921
+ "std": [
2922
+ [
2923
+ [
2924
+ 0.2960221846433473
2925
+ ]
2926
+ ],
2927
+ [
2928
+ [
2929
+ 0.2130545878524003
2930
+ ]
2931
+ ],
2932
+ [
2933
+ [
2934
+ 0.1778684674363876
2935
+ ]
2936
+ ]
2937
+ ],
2938
+ "count": [
2939
+ 80557
2940
+ ]
2941
+ },
2942
+ "observation.kinova3.ee_error": {
2943
+ "min": [
2944
+ -0.0072310566902160645,
2945
+ -0.0014955252408981323,
2946
+ -8.828938007354736e-06,
2947
+ 4.9325466534355655e-05,
2948
+ -8.789140701992437e-05,
2949
+ 0.0,
2950
+ -0.012470332905650139
2951
+ ],
2952
+ "max": [
2953
+ -1.3709068298339844e-06,
2954
+ 0.0014571547508239746,
2955
+ 0.0011186525225639343,
2956
+ 0.061212796717882156,
2957
+ 3.5900709917768836e-05,
2958
+ 0.0018765926361083984,
2959
+ 0.012451069429516792
2960
+ ],
2961
+ "mean": [
2962
+ -6.70202080815588e-05,
2963
+ -2.917127323955989e-07,
2964
+ 4.96812384743578e-06,
2965
+ 0.0006430965900672724,
2966
+ 2.934711356874173e-06,
2967
+ 9.743490773768006e-06,
2968
+ -1.1168911632225166e-05
2969
+ ],
2970
+ "std": [
2971
+ 0.0005085271579117437,
2972
+ 0.00010120270418635545,
2973
+ 7.833188870039942e-05,
2974
+ 0.004284848383109823,
2975
+ 1.4836933673034406e-05,
2976
+ 0.00010319069521388764,
2977
+ 0.0008521209308678302
2978
+ ],
2979
+ "count": [
2980
+ 80557
2981
+ ]
2982
+ },
2983
+ "observation.kinova3.joints": {
2984
+ "min": [
2985
+ -1.2118676900863647,
2986
+ 0.8360763192176819,
2987
+ -1.5179674625396729,
2988
+ 0.6140959858894348,
2989
+ -1.6006354093551636,
2990
+ -1.5878252983093262,
2991
+ -0.7180091738700867,
2992
+ 1.0
2993
+ ],
2994
+ "max": [
2995
+ 1.171980857849121,
2996
+ 1.6548618078231812,
2997
+ 0.13667531311511993,
2998
+ 2.569999933242798,
2999
+ 0.46444830298423767,
3000
+ 1.1719509363174438,
3001
+ 1.75800359249115,
3002
+ 1.0
3003
+ ],
3004
+ "mean": [
3005
+ -0.05392997609520993,
3006
+ 0.927825138231244,
3007
+ -0.039548785069740994,
3008
+ 1.9140140473563676,
3009
+ -0.01662219604836775,
3010
+ 0.2946109846066643,
3011
+ -0.05868555741405578,
3012
+ 1.0
3013
+ ],
3014
+ "std": [
3015
+ 0.38865525602881,
3016
+ 0.11081739011575902,
3017
+ 0.1738455270301942,
3018
+ 0.3683528149281115,
3019
+ 0.24604679097999382,
3020
+ 0.3512144397733633,
3021
+ 0.29676309219792935,
3022
+ 0.0
3023
+ ],
3024
+ "count": [
3025
+ 80557
3026
+ ]
3027
+ },
3028
+ "observation.panda.base_orientation": {
3029
+ "min": [
3030
+ 0.0
3031
+ ],
3032
+ "max": [
3033
+ 0.0
3034
+ ],
3035
+ "mean": [
3036
+ 0.0
3037
+ ],
3038
+ "std": [
3039
+ 0.0
3040
+ ],
3041
+ "count": [
3042
+ 80557
3043
+ ]
3044
+ },
3045
+ "observation.images.jaco": {
3046
+ "min": [
3047
+ [
3048
+ [
3049
+ 0.0
3050
+ ]
3051
+ ],
3052
+ [
3053
+ [
3054
+ 0.0
3055
+ ]
3056
+ ],
3057
+ [
3058
+ [
3059
+ 0.0
3060
+ ]
3061
+ ]
3062
+ ],
3063
+ "max": [
3064
+ [
3065
+ [
3066
+ 1.0
3067
+ ]
3068
+ ],
3069
+ [
3070
+ [
3071
+ 1.0
3072
+ ]
3073
+ ],
3074
+ [
3075
+ [
3076
+ 1.0
3077
+ ]
3078
+ ]
3079
+ ],
3080
+ "mean": [
3081
+ [
3082
+ [
3083
+ 0.4128075517300388
3084
+ ]
3085
+ ],
3086
+ [
3087
+ [
3088
+ 0.5077895936815237
3089
+ ]
3090
+ ],
3091
+ [
3092
+ [
3093
+ 0.5390612892221814
3094
+ ]
3095
+ ]
3096
+ ],
3097
+ "std": [
3098
+ [
3099
+ [
3100
+ 0.299935370914369
3101
+ ]
3102
+ ],
3103
+ [
3104
+ [
3105
+ 0.20711709780016363
3106
+ ]
3107
+ ],
3108
+ [
3109
+ [
3110
+ 0.16752834970093267
3111
+ ]
3112
+ ]
3113
+ ],
3114
+ "count": [
3115
+ 80557
3116
+ ]
3117
+ },
3118
+ "observation.kuka_iiwa.ee_pose": {
3119
+ "min": [
3120
+ 0.24106144905090332,
3121
+ -0.3051091432571411,
3122
+ 0.06110801175236702,
3123
+ -0.30940476059913635,
3124
+ -3.715063940035179e-05,
3125
+ 0.9509045481681824,
3126
+ -0.1171717569231987
3127
+ ],
3128
+ "max": [
3129
+ 0.6690672039985657,
3130
+ 0.34559860825538635,
3131
+ 0.08500966429710388,
3132
+ 6.296337960520759e-05,
3133
+ 2.3276525098481216e-05,
3134
+ 1.0,
3135
+ 0.11719413101673126
3136
+ ],
3137
+ "mean": [
3138
+ 0.45358676870489834,
3139
+ 0.008244428031564366,
3140
+ 0.08332654704004798,
3141
+ -0.02398022331651653,
3142
+ -5.462793474673206e-06,
3143
+ 0.9977979677547766,
3144
+ -3.849476940523034e-05
3145
+ ],
3146
+ "std": [
3147
+ 0.10092133510097007,
3148
+ 0.14214890380314565,
3149
+ 0.004198361509063219,
3150
+ 0.05842352068332449,
3151
+ 1.198597800013052e-05,
3152
+ 0.006955574961393482,
3153
+ 0.019038865171239285
3154
+ ],
3155
+ "count": [
3156
+ 80557
3157
+ ]
3158
+ },
3159
+ "frame_index": {
3160
+ "min": [
3161
+ 0
3162
+ ],
3163
+ "max": [
3164
+ 49
3165
+ ],
3166
+ "mean": [
3167
+ 10.273669575580024
3168
+ ],
3169
+ "std": [
3170
+ 8.97986865968739
3171
+ ],
3172
+ "count": [
3173
+ 80557
3174
+ ]
3175
+ },
3176
+ "observation.google_robot.base_position": {
3177
+ "min": [
3178
+ 0.05000000074505806,
3179
+ 0.0,
3180
+ 0.0
3181
+ ],
3182
+ "max": [
3183
+ 0.05000000074505806,
3184
+ 0.0,
3185
+ 0.0
3186
+ ],
3187
+ "mean": [
3188
+ 0.04999999900216215,
3189
+ 0.0,
3190
+ 0.0
3191
+ ],
3192
+ "std": [
3193
+ 1.4887703910662436e-08,
3194
+ 0.0,
3195
+ 0.0
3196
+ ],
3197
+ "count": [
3198
+ 80557
3199
+ ]
3200
+ },
3201
+ "observation.images.ur5e": {
3202
+ "min": [
3203
+ [
3204
+ [
3205
+ 0.0
3206
+ ]
3207
+ ],
3208
+ [
3209
+ [
3210
+ 0.0
3211
+ ]
3212
+ ],
3213
+ [
3214
+ [
3215
+ 0.0
3216
+ ]
3217
+ ]
3218
+ ],
3219
+ "max": [
3220
+ [
3221
+ [
3222
+ 1.0
3223
+ ]
3224
+ ],
3225
+ [
3226
+ [
3227
+ 1.0
3228
+ ]
3229
+ ],
3230
+ [
3231
+ [
3232
+ 1.0
3233
+ ]
3234
+ ]
3235
+ ],
3236
+ "mean": [
3237
+ [
3238
+ [
3239
+ 0.41814703672791603
3240
+ ]
3241
+ ],
3242
+ [
3243
+ [
3244
+ 0.5136503507421891
3245
+ ]
3246
+ ],
3247
+ [
3248
+ [
3249
+ 0.5454497282509838
3250
+ ]
3251
+ ]
3252
+ ],
3253
+ "std": [
3254
+ [
3255
+ [
3256
+ 0.2965340645474824
3257
+ ]
3258
+ ],
3259
+ [
3260
+ [
3261
+ 0.20178789341715656
3262
+ ]
3263
+ ],
3264
+ [
3265
+ [
3266
+ 0.16126093578359765
3267
+ ]
3268
+ ]
3269
+ ],
3270
+ "count": [
3271
+ 80557
3272
+ ]
3273
+ },
3274
+ "observation.kinova3.base_position": {
3275
+ "min": [
3276
+ 0.0,
3277
+ 0.0,
3278
+ 0.0
3279
+ ],
3280
+ "max": [
3281
+ 0.0,
3282
+ 0.0,
3283
+ 0.0
3284
+ ],
3285
+ "mean": [
3286
+ 0.0,
3287
+ 0.0,
3288
+ 0.0
3289
+ ],
3290
+ "std": [
3291
+ 0.0,
3292
+ 0.0,
3293
+ 0.0
3294
+ ],
3295
+ "count": [
3296
+ 80557
3297
+ ]
3298
+ },
3299
+ "observation.panda.ee_error": {
3300
+ "min": [
3301
+ -0.008879885077476501,
3302
+ -0.003091994673013687,
3303
+ -0.001416616141796112,
3304
+ -0.012524455785751343,
3305
+ -0.03726055473089218,
3306
+ 0.0,
3307
+ -0.002109976951032877
3308
+ ],
3309
+ "max": [
3310
+ 0.0009958744049072266,
3311
+ 0.001626133918762207,
3312
+ 0.012743949890136719,
3313
+ 0.01732269674539566,
3314
+ 6.833504448877648e-05,
3315
+ 0.0008903741836547852,
3316
+ 0.023015255108475685
3317
+ ],
3318
+ "mean": [
3319
+ -5.068814705697018e-06,
3320
+ -6.4731695814401274e-06,
3321
+ 6.93271951671584e-07,
3322
+ 4.680273487778563e-05,
3323
+ -0.00016318778854259127,
3324
+ 1.7064536717030817e-06,
3325
+ 0.000177614895018966
3326
+ ],
3327
+ "std": [
3328
+ 0.000145539491907008,
3329
+ 9.274372043336058e-05,
3330
+ 0.0001877996187286024,
3331
+ 0.0008084269324666489,
3332
+ 0.0011959574749359648,
3333
+ 2.1841463871051857e-05,
3334
+ 0.0011299538745191359
3335
+ ],
3336
+ "count": [
3337
+ 80557
3338
+ ]
3339
+ },
3340
+ "observation.jaco.base_position": {
3341
+ "min": [
3342
+ 0.0,
3343
+ 0.0,
3344
+ 0.0
3345
+ ],
3346
+ "max": [
3347
+ 0.0,
3348
+ 0.0,
3349
+ 0.0
3350
+ ],
3351
+ "mean": [
3352
+ 0.0,
3353
+ 0.0,
3354
+ 0.0
3355
+ ],
3356
+ "std": [
3357
+ 0.0,
3358
+ 0.0,
3359
+ 0.0
3360
+ ],
3361
+ "count": [
3362
+ 80557
3363
+ ]
3364
+ },
3365
+ "observation.panda.base_position": {
3366
+ "min": [
3367
+ 0.0,
3368
+ 0.0,
3369
+ 0.0
3370
+ ],
3371
+ "max": [
3372
+ 0.0,
3373
+ 0.0,
3374
+ 0.0
3375
+ ],
3376
+ "mean": [
3377
+ 0.0,
3378
+ 0.0,
3379
+ 0.0
3380
+ ],
3381
+ "std": [
3382
+ 0.0,
3383
+ 0.0,
3384
+ 0.0
3385
+ ],
3386
+ "count": [
3387
+ 80557
3388
+ ]
3389
+ },
3390
+ "observation.google_robot.ee_pose": {
3391
+ "min": [
3392
+ 0.24098694324493408,
3393
+ -0.30510738492012024,
3394
+ 0.08498580008745193,
3395
+ -0.0001952198363142088,
3396
+ -0.008210222236812115,
3397
+ 0.9954990148544312,
3398
+ -0.00027656517340801656
3399
+ ],
3400
+ "max": [
3401
+ 0.669059157371521,
3402
+ 0.34559211134910583,
3403
+ 0.09632383286952972,
3404
+ 0.08876574784517288,
3405
+ 0.0001724666653899476,
3406
+ 1.0,
3407
+ 0.03428201004862785
3408
+ ],
3409
+ "mean": [
3410
+ 0.4500800326540736,
3411
+ 0.008239599763142336,
3412
+ 0.08500249976360486,
3413
+ 7.728350137157068e-05,
3414
+ 5.254680261856906e-05,
3415
+ 0.9999998363016148,
3416
+ 8.933033275537852e-06
3417
+ ],
3418
+ "std": [
3419
+ 0.10593255556463207,
3420
+ 0.14135044798372737,
3421
+ 8.504311131070187e-05,
3422
+ 0.0005345121214186154,
3423
+ 5.7123313243765855e-05,
3424
+ 2.4300180607901215e-05,
3425
+ 0.00022362277247638612
3426
+ ],
3427
+ "count": [
3428
+ 80557
3429
+ ]
3430
+ },
3431
+ "observation.images.image": {
3432
+ "min": [
3433
+ [
3434
+ [
3435
+ 0.0
3436
+ ]
3437
+ ],
3438
+ [
3439
+ [
3440
+ 0.0
3441
+ ]
3442
+ ],
3443
+ [
3444
+ [
3445
+ 0.0
3446
+ ]
3447
+ ]
3448
+ ],
3449
+ "max": [
3450
+ [
3451
+ [
3452
+ 1.0
3453
+ ]
3454
+ ],
3455
+ [
3456
+ [
3457
+ 1.0
3458
+ ]
3459
+ ],
3460
+ [
3461
+ [
3462
+ 1.0
3463
+ ]
3464
+ ]
3465
+ ],
3466
+ "mean": [
3467
+ [
3468
+ [
3469
+ 0.42813761522004407
3470
+ ]
3471
+ ],
3472
+ [
3473
+ [
3474
+ 0.5390841422403986
3475
+ ]
3476
+ ],
3477
+ [
3478
+ [
3479
+ 0.5648078439898426
3480
+ ]
3481
+ ]
3482
+ ],
3483
+ "std": [
3484
+ [
3485
+ [
3486
+ 0.3011164521379435
3487
+ ]
3488
+ ],
3489
+ [
3490
+ [
3491
+ 0.19589110272945984
3492
+ ]
3493
+ ],
3494
+ [
3495
+ [
3496
+ 0.15176460776466474
3497
+ ]
3498
+ ]
3499
+ ],
3500
+ "count": [
3501
+ 80557
3502
+ ]
3503
+ },
3504
+ "observation.panda.ee_pose": {
3505
+ "min": [
3506
+ 0.19097943603992462,
3507
+ -0.3064546287059784,
3508
+ 0.07225605845451355,
3509
+ -0.01732269674539566,
3510
+ -6.833504448877648e-05,
3511
+ 0.9991096258163452,
3512
+ -0.023015255108475685
3513
+ ],
3514
+ "max": [
3515
+ 0.61906498670578,
3516
+ 0.3455992639064789,
3517
+ 0.08641662448644638,
3518
+ 0.012524455785751343,
3519
+ 0.03726055473089218,
3520
+ 1.0,
3521
+ 0.002109976951032877
3522
+ ],
3523
+ "mean": [
3524
+ 0.40008930177850904,
3525
+ 0.008245111138524273,
3526
+ 0.08499931472035581,
3527
+ -4.680273487778563e-05,
3528
+ 0.00016318778854259127,
3529
+ 0.9999983020226985,
3530
+ -0.000177614895018966
3531
+ ],
3532
+ "std": [
3533
+ 0.1059190085643284,
3534
+ 0.14134526556130236,
3535
+ 0.0001877995788658741,
3536
+ 0.0008084269324666489,
3537
+ 0.0011959574749359648,
3538
+ 2.1840783798894963e-05,
3539
+ 0.0011299538745191359
3540
+ ],
3541
+ "count": [
3542
+ 80557
3543
+ ]
3544
+ },
3545
+ "observation.ee_pose": {
3546
+ "min": [
3547
+ 0.19099470973014832,
3548
+ -0.30511242151260376,
3549
+ 0.053851716220378876,
3550
+ -0.2968123257160187,
3551
+ -0.004676779732108116,
3552
+ 0.9500730633735657,
3553
+ -0.058250781148672104
3554
+ ],
3555
+ "max": [
3556
+ 0.6190630197525024,
3557
+ 0.3455955982208252,
3558
+ 0.08852318674325943,
3559
+ 0.25275567173957825,
3560
+ 0.004948847461491823,
3561
+ 1.0,
3562
+ 0.12345624715089798
3563
+ ],
3564
+ "mean": [
3565
+ 0.40006509420555264,
3566
+ 0.008224225885456718,
3567
+ 0.0849956337200257,
3568
+ 0.00014682042270525527,
3569
+ -0.00011480135931785592,
3570
+ 0.9999839715728153,
3571
+ 0.00017996927814296608
3572
+ ],
3573
+ "std": [
3574
+ 0.10588580284644873,
3575
+ 0.14133977411033793,
3576
+ 0.00024820321447618075,
3577
+ 0.00537696298035612,
3578
+ 9.603424066019801e-05,
3579
+ 0.0005794722945670399,
3580
+ 0.001664969897659684
3581
+ ],
3582
+ "count": [
3583
+ 80557
3584
+ ]
3585
+ },
3586
+ "task_index": {
3587
+ "min": [
3588
+ 0
3589
+ ],
3590
+ "max": [
3591
+ 4208
3592
+ ],
3593
+ "mean": [
3594
+ 1980.4293854041239
3595
+ ],
3596
+ "std": [
3597
+ 1228.6134139174992
3598
+ ],
3599
+ "count": [
3600
+ 80557
3601
+ ]
3602
+ },
3603
+ "observation.images.kuka_iiwa": {
3604
+ "min": [
3605
+ [
3606
+ [
3607
+ 0.0
3608
+ ]
3609
+ ],
3610
+ [
3611
+ [
3612
+ 0.0
3613
+ ]
3614
+ ],
3615
+ [
3616
+ [
3617
+ 0.0
3618
+ ]
3619
+ ]
3620
+ ],
3621
+ "max": [
3622
+ [
3623
+ [
3624
+ 1.0
3625
+ ]
3626
+ ],
3627
+ [
3628
+ [
3629
+ 1.0
3630
+ ]
3631
+ ],
3632
+ [
3633
+ [
3634
+ 1.0
3635
+ ]
3636
+ ]
3637
+ ],
3638
+ "mean": [
3639
+ [
3640
+ [
3641
+ 0.42699918517012153
3642
+ ]
3643
+ ],
3644
+ [
3645
+ [
3646
+ 0.5119566979265515
3647
+ ]
3648
+ ],
3649
+ [
3650
+ [
3651
+ 0.5359049970821338
3652
+ ]
3653
+ ]
3654
+ ],
3655
+ "std": [
3656
+ [
3657
+ [
3658
+ 0.29680448201229664
3659
+ ]
3660
+ ],
3661
+ [
3662
+ [
3663
+ 0.19837730542747345
3664
+ ]
3665
+ ],
3666
+ [
3667
+ [
3668
+ 0.1690540978601199
3669
+ ]
3670
+ ]
3671
+ ],
3672
+ "count": [
3673
+ 80557
3674
+ ]
3675
+ },
3676
+ "observation.ur5e.ee_error": {
3677
+ "min": [
3678
+ -7.051229476928711e-05,
3679
+ -5.1779672503471375e-05,
3680
+ -4.0918588638305664e-05,
3681
+ -3.7335757951950654e-05,
3682
+ -0.00029320959583856165,
3683
+ 0.0,
3684
+ -0.00026686929049901664
3685
+ ],
3686
+ "max": [
3687
+ 1.0058283805847168e-05,
3688
+ 2.364814281463623e-05,
3689
+ -1.4901161193847656e-07,
3690
+ 0.0005089581827633083,
3691
+ 0.00011377297778381035,
3692
+ 1.7881393432617188e-07,
3693
+ 0.00022173556499183178
3694
+ ],
3695
+ "mean": [
3696
+ 1.8544429144285172e-06,
3697
+ 1.0291878425699706e-05,
3698
+ -1.3431723595063606e-06,
3699
+ 5.299679642497148e-06,
3700
+ 6.077227129324188e-05,
3701
+ 3.048414665453762e-10,
3702
+ -5.2605973593577633e-05
3703
+ ],
3704
+ "std": [
3705
+ 3.477305946410233e-06,
3706
+ 3.987314758012239e-06,
3707
+ 2.50014149187433e-06,
3708
+ 2.3436042338114975e-05,
3709
+ 2.6125549766984993e-05,
3710
+ 4.323709631180987e-09,
3711
+ 2.468605468391583e-05
3712
+ ],
3713
+ "count": [
3714
+ 80557
3715
+ ]
3716
+ },
3717
+ "observation.kuka_iiwa.joints": {
3718
+ "min": [
3719
+ -0.9657323360443115,
3720
+ 0.9374015927314758,
3721
+ -0.08175799250602722,
3722
+ -2.094399929046631,
3723
+ -0.4504535496234894,
3724
+ 0.10996422171592712,
3725
+ -0.5482553243637085,
3726
+ 1.0
3727
+ ],
3728
+ "max": [
3729
+ 1.0078753232955933,
3730
+ 1.3933442831039429,
3731
+ 0.15317970514297485,
3732
+ -0.7697736620903015,
3733
+ 0.30872249603271484,
3734
+ 0.9788522720336914,
3735
+ 0.7209169268608093,
3736
+ 1.0
3737
+ ],
3738
+ "mean": [
3739
+ -0.009029597180089936,
3740
+ 1.0205267445273114,
3741
+ 0.03152268240512683,
3742
+ -1.7949768655148342,
3743
+ -0.07601752677904111,
3744
+ 0.37935543589548576,
3745
+ 0.07788972250465646,
3746
+ 1.0
3747
+ ],
3748
+ "std": [
3749
+ 0.3397224205010391,
3750
+ 0.07745693141812222,
3751
+ 0.03222836708258171,
3752
+ 0.2761538687937367,
3753
+ 0.09581124220623272,
3754
+ 0.17132382716842165,
3755
+ 0.23903102481981975,
3756
+ 0.0
3757
+ ],
3758
+ "count": [
3759
+ 80557
3760
+ ]
3761
+ },
3762
+ "observation.sawyer.ee_error": {
3763
+ "min": [
3764
+ -7.331371307373047e-06,
3765
+ -1.6987323760986328e-06,
3766
+ -3.896653652191162e-06,
3767
+ 1.9439772586338222e-05,
3768
+ -2.746353675320279e-05,
3769
+ 0.0,
3770
+ -1.3757452506979462e-05
3771
+ ],
3772
+ "max": [
3773
+ 5.364418029785156e-07,
3774
+ 1.2814998626708984e-06,
3775
+ 2.332031726837158e-06,
3776
+ 0.0001497537159593776,
3777
+ 3.488569564069621e-05,
3778
+ 0.0,
3779
+ 7.45691722841002e-05
3780
+ ],
3781
+ "mean": [
3782
+ -3.8363082679278005e-06,
3783
+ -7.513909034004918e-07,
3784
+ -1.2808620635534488e-06,
3785
+ 8.031235458917366e-05,
3786
+ 2.287540559625363e-06,
3787
+ 0.0,
3788
+ 5.210880482321905e-05
3789
+ ],
3790
+ "std": [
3791
+ 1.1322001444751402e-06,
3792
+ 2.648510062980294e-07,
3793
+ 8.015762042695691e-07,
3794
+ 2.0020906057759187e-05,
3795
+ 1.217214055826143e-05,
3796
+ 0.0,
3797
+ 1.5635938023202493e-05
3798
+ ],
3799
+ "count": [
3800
+ 80557
3801
+ ]
3802
+ },
3803
+ "observation.sawyer.base_position": {
3804
+ "min": [
3805
+ 0.05000000074505806,
3806
+ 0.0,
3807
+ 0.0
3808
+ ],
3809
+ "max": [
3810
+ 0.05000000074505806,
3811
+ 0.0,
3812
+ 0.0
3813
+ ],
3814
+ "mean": [
3815
+ 0.04999999900216215,
3816
+ 0.0,
3817
+ 0.0
3818
+ ],
3819
+ "std": [
3820
+ 1.4887703910662436e-08,
3821
+ 0.0,
3822
+ 0.0
3823
+ ],
3824
+ "count": [
3825
+ 80557
3826
+ ]
3827
+ },
3828
+ "observation.sawyer.joints": {
3829
+ "min": [
3830
+ -1.401114821434021,
3831
+ -0.8806294202804565,
3832
+ -0.16515615582466125,
3833
+ 1.2234903573989868,
3834
+ -0.770869791507721,
3835
+ -0.20875361561775208,
3836
+ -0.549271821975708,
3837
+ 1.0
3838
+ ],
3839
+ "max": [
3840
+ 0.5677961111068726,
3841
+ -0.445757657289505,
3842
+ 0.1768379956483841,
3843
+ 2.510275363922119,
3844
+ 0.07815400511026382,
3845
+ 0.7939992547035217,
3846
+ 0.6977121829986572,
3847
+ 1.0
3848
+ ],
3849
+ "mean": [
3850
+ -0.3682569014239798,
3851
+ -0.78484318923759,
3852
+ 0.04410027735759853,
3853
+ 2.0901938628976957,
3854
+ -0.21190641848665268,
3855
+ 0.2700442661036048,
3856
+ 0.045749495692918266,
3857
+ 1.0
3858
+ ],
3859
+ "std": [
3860
+ 0.3429253547704876,
3861
+ 0.07576270487737376,
3862
+ 0.050600257212742736,
3863
+ 0.2533470530523597,
3864
+ 0.17992699376879956,
3865
+ 0.18706684999892917,
3866
+ 0.24344275545358257,
3867
+ 0.0
3868
+ ],
3869
+ "count": [
3870
+ 80557
3871
+ ]
3872
+ },
3873
+ "observation.ur5e.base_position": {
3874
+ "min": [
3875
+ 0.0,
3876
+ 0.0,
3877
+ 0.0
3878
+ ],
3879
+ "max": [
3880
+ 0.0,
3881
+ 0.0,
3882
+ 0.0
3883
+ ],
3884
+ "mean": [
3885
+ 0.0,
3886
+ 0.0,
3887
+ 0.0
3888
+ ],
3889
+ "std": [
3890
+ 0.0,
3891
+ 0.0,
3892
+ 0.0
3893
+ ],
3894
+ "count": [
3895
+ 80557
3896
+ ]
3897
+ },
3898
+ "observation.ur5e.ee_pose": {
3899
+ "min": [
3900
+ 0.19099783897399902,
3901
+ -0.30511465668678284,
3902
+ 0.08500014990568161,
3903
+ -0.0005089581827633083,
3904
+ -0.00011377297778381035,
3905
+ 0.9999998211860657,
3906
+ -0.00022173556499183178
3907
+ ],
3908
+ "max": [
3909
+ 0.6190698146820068,
3910
+ 0.34560856223106384,
3911
+ 0.08504091948270798,
3912
+ 3.7335757951950654e-05,
3913
+ 0.00029320959583856165,
3914
+ 1.0,
3915
+ 0.00026686929049901664
3916
+ ],
3917
+ "mean": [
3918
+ 0.4000823781311772,
3919
+ 0.008228346018378643,
3920
+ 0.0850013509893655,
3921
+ -5.299679642497148e-06,
3922
+ -6.077227129324188e-05,
3923
+ 1.0,
3924
+ 5.2605973593577633e-05
3925
+ ],
3926
+ "std": [
3927
+ 0.10593887150531285,
3928
+ 0.14135080982124315,
3929
+ 2.5001504303806784e-06,
3930
+ 2.3436042338114975e-05,
3931
+ 2.6125549766984993e-05,
3932
+ 4.334442642741542e-09,
3933
+ 2.468605468391583e-05
3934
+ ],
3935
+ "count": [
3936
+ 80557
3937
+ ]
3938
+ },
3939
+ "episode_index": {
3940
+ "min": [
3941
+ 0
3942
+ ],
3943
+ "max": [
3944
+ 4999
3945
+ ],
3946
+ "mean": [
3947
+ 2508.8512357709446
3948
+ ],
3949
+ "std": [
3950
+ 1442.9714037975882
3951
+ ],
3952
+ "count": [
3953
+ 80557
3954
+ ]
3955
+ },
3956
+ "observation.ur5e.base_orientation": {
3957
+ "min": [
3958
+ 0.0
3959
+ ],
3960
+ "max": [
3961
+ 0.0
3962
+ ],
3963
+ "mean": [
3964
+ 0.0
3965
+ ],
3966
+ "std": [
3967
+ 0.0
3968
+ ],
3969
+ "count": [
3970
+ 80557
3971
+ ]
3972
+ },
3973
+ "observation.google_robot.ee_error": {
3974
+ "min": [
3975
+ -1.2874603271484375e-05,
3976
+ -0.0017480552196502686,
3977
+ -0.011323824524879456,
3978
+ -0.08876574784517288,
3979
+ -0.0001724666653899476,
3980
+ 0.0,
3981
+ -0.03428201004862785
3982
+ ],
3983
+ "max": [
3984
+ 0.015192747116088867,
3985
+ 0.004127085208892822,
3986
+ 1.420825719833374e-05,
3987
+ 0.0001952198363142088,
3988
+ 0.008210222236812115,
3989
+ 0.004500985145568848,
3990
+ 0.00027656517340801656
3991
+ ],
3992
+ "mean": [
3993
+ 4.211119564608438e-06,
3994
+ -9.620507021788234e-07,
3995
+ -2.4916794724578716e-06,
3996
+ -7.728350137157068e-05,
3997
+ -5.254680261856906e-05,
3998
+ 1.645315243019775e-07,
3999
+ -8.933033275537852e-06
4000
+ ],
4001
+ "std": [
4002
+ 0.00010168967595584102,
4003
+ 2.478560243270984e-05,
4004
+ 8.504313562691411e-05,
4005
+ 0.0005345121214186154,
4006
+ 5.7123313243765855e-05,
4007
+ 2.4300335703453687e-05,
4008
+ 0.00022362277247638612
4009
+ ],
4010
+ "count": [
4011
+ 80557
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4b4ca92e7262e469050cf6d3f9bf36462c7338a04a94d060a428c3ffba6ef6
3
+ size 97428
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:e64e41c0301245925734902185041f1da365cb628c7ffadec8e8f94c531ba35f
3
+ size 521048631
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:0da6624926bfd2b378ea45c918090bef5c96f11825c33cf1882a47ee0eee6f76
3
+ size 166603413
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:ce75bb5b36418d45cf3866b09186fd8c4636e84d15ae538c7ffac8a87a44a4b3
3
+ size 521874726
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:03bebf6a8e454c3e9269f84da47361dafd690763e8513687223b6e3b7de89bd4
3
+ size 366077441
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:feaa751a0835c40c35b9877ff1f738610f4304cee9d30c89ee15dae1ed31b91e
3
+ size 521131501
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:d8e13050db480238618ba904141b9b1a727a70c65f3e23b12d8dfb7233de490a
3
+ size 152298019
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:57d5c589e412c550577eebab81ad5bf0a04d024adc7e2008d28ab700da31d92d
3
+ size 521246313
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:0361987f716d57071579aeef5d5b49d065362c477f8b5fa5af5daeeb30a4bbd9
3
+ size 181291305
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:50b9621f423c964d2915dd7eabc9827a28eaf26d22023ce6fa9242c53fb60041
3
+ size 521062755
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:cdae6a7b8cb479ed5dfdbc2cfd5851119413ec21cba487a88f546a69e273da03
3
+ size 138692437
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:7795cfe55d865260fc5002276f23e101b51552e8f272638b2137f9213724f713
3
+ size 521198224
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:5991d57106c1d4027dbb4f9c052b692c8b4bdfda6336936ee7c959236dbd5584
3
+ size 177792926
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:07bfb982f5d56bb919f83b95ea6f14f8c8a1d7d81d87116ca6427ef6e7eeea8a
3
+ size 520916600
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:37d935ec77cd9cfb0e0d5f790088ef60669616c5f8aa8b190a67c4974943fb14
3
+ size 144041308
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:865bb68aa1151604c8f59a38c93bec5b669fe7f8976e8d7512586e494f177507
3
+ size 521074646
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:925c007332fdf12141bbd9e9a7c99fb4f784d64a7a6da71c8d869b1d4aace318
3
+ size 168197666