GuanhuaJi commited on
Commit
104c540
·
verified ·
1 Parent(s): b040b84

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_15000_20000_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: 79558
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_15000_20000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 79,558
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_15000_20000_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: 79558
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_15000_20000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 79,558
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:92e4d39577492a36adf5ee7e2b2aede24ad69bb973255c80c104e2fa6e8f23e4
3
+ size 61774785
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d8cb3ccc08ad1736f4bf1684a3ce254d74d0667e99e6d8256122ad0f3563d72
3
+ size 26946555
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": 79558,
6
+ "total_tasks": 4214,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:5000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.google_robot.ee_pose": {
3
+ "min": [
4
+ 0.2408779412508011,
5
+ -0.3051207661628723,
6
+ 0.08498047292232513,
7
+ -0.0001956940977834165,
8
+ -0.00789429061114788,
9
+ 0.9936885833740234,
10
+ -0.0005186693160794675
11
+ ],
12
+ "max": [
13
+ 0.6690882444381714,
14
+ 0.34551745653152466,
15
+ 0.09720246493816376,
16
+ 0.09658534824848175,
17
+ 0.00015330985479522496,
18
+ 1.0,
19
+ 0.056731000542640686
20
+ ],
21
+ "mean": [
22
+ 0.4484894187555926,
23
+ 0.004996195176992544,
24
+ 0.08500254981244305,
25
+ 7.528197210040122e-05,
26
+ 5.3024003852748645e-05,
27
+ 0.9999998493259191,
28
+ 7.480383057947174e-06
29
+ ],
30
+ "std": [
31
+ 0.10590053661393654,
32
+ 0.141312454359383,
33
+ 8.582207422199955e-05,
34
+ 0.0004885671013466426,
35
+ 6.665662069897607e-05,
36
+ 2.5885472706403657e-05,
37
+ 0.00026469838734198667
38
+ ],
39
+ "count": [
40
+ 79558
41
+ ]
42
+ },
43
+ "observation.jaco.joints": {
44
+ "min": [
45
+ -1.0984718799591064,
46
+ 1.6243391036987305,
47
+ 3.226271629333496,
48
+ -3.640993118286133,
49
+ -1.8657705783843994,
50
+ -2.038428783416748,
51
+ 1.0
52
+ ],
53
+ "max": [
54
+ 1.1893752813339233,
55
+ 2.272825241088867,
56
+ 5.920236110687256,
57
+ 1.5135200023651123,
58
+ 1.6572896242141724,
59
+ 3.3259809017181396,
60
+ 1.0
61
+ ],
62
+ "mean": [
63
+ 0.14940222274274712,
64
+ 2.1862036467779244,
65
+ 4.987638212184704,
66
+ 0.10649846943529612,
67
+ -0.392941282824021,
68
+ 0.248266968154435,
69
+ 1.0
70
+ ],
71
+ "std": [
72
+ 0.3597694569175133,
73
+ 0.09308809524363322,
74
+ 0.4317954928967805,
75
+ 0.24374039903806194,
76
+ 0.4127651228248928,
77
+ 0.38757796118799054,
78
+ 0.0
79
+ ],
80
+ "count": [
81
+ 79558
82
+ ]
83
+ },
84
+ "observation.sawyer.base_orientation": {
85
+ "min": [
86
+ 0.0
87
+ ],
88
+ "max": [
89
+ 0.0
90
+ ],
91
+ "mean": [
92
+ 0.0
93
+ ],
94
+ "std": [
95
+ 0.0
96
+ ],
97
+ "count": [
98
+ 79558
99
+ ]
100
+ },
101
+ "observation.images.kinova3": {
102
+ "min": [
103
+ [
104
+ [
105
+ 0.0
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 0.0
111
+ ]
112
+ ],
113
+ [
114
+ [
115
+ 0.0
116
+ ]
117
+ ]
118
+ ],
119
+ "max": [
120
+ [
121
+ [
122
+ 1.0
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 1.0
128
+ ]
129
+ ],
130
+ [
131
+ [
132
+ 1.0
133
+ ]
134
+ ]
135
+ ],
136
+ "mean": [
137
+ [
138
+ [
139
+ 0.4296982729259174
140
+ ]
141
+ ],
142
+ [
143
+ [
144
+ 0.523862057923814
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.555129964000174
150
+ ]
151
+ ]
152
+ ],
153
+ "std": [
154
+ [
155
+ [
156
+ 0.2943990573324879
157
+ ]
158
+ ],
159
+ [
160
+ [
161
+ 0.1912336413294798
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.14409200536354994
167
+ ]
168
+ ]
169
+ ],
170
+ "count": [
171
+ 79558
172
+ ]
173
+ },
174
+ "observation.kuka_iiwa.ee_pose": {
175
+ "min": [
176
+ 0.2408858686685562,
177
+ -0.30512189865112305,
178
+ 0.06109482795000076,
179
+ -0.3095478117465973,
180
+ -3.6988883948652074e-05,
181
+ 0.9508673548698425,
182
+ -0.11700806766748428
183
+ ],
184
+ "max": [
185
+ 0.6690958142280579,
186
+ 0.3455205261707306,
187
+ 0.08500977605581284,
188
+ 6.456862320192158e-05,
189
+ 2.3303447960643098e-05,
190
+ 1.0,
191
+ 0.11711953580379486
192
+ ],
193
+ "mean": [
194
+ 0.45208181282449905,
195
+ 0.004955777917466949,
196
+ 0.08328705010638561,
197
+ -0.024562232064427345,
198
+ -5.181148021562451e-06,
199
+ 0.9977578030679887,
200
+ 0.0002715665215279312
201
+ ],
202
+ "std": [
203
+ 0.10081874906450795,
204
+ 0.1421534039632076,
205
+ 0.004211263012000705,
206
+ 0.05875141329743477,
207
+ 1.1994252653823563e-05,
208
+ 0.006912352274168489,
209
+ 0.019403113606434298
210
+ ],
211
+ "count": [
212
+ 79558
213
+ ]
214
+ },
215
+ "observation.panda.joints": {
216
+ "min": [
217
+ -1.9460296630859375,
218
+ 0.46808645129203796,
219
+ -0.7771169543266296,
220
+ -3.0717999935150146,
221
+ -2.2477188110351562,
222
+ 1.8837615251541138,
223
+ -2.8973000049591064,
224
+ 1.0
225
+ ],
226
+ "max": [
227
+ 1.0546934604644775,
228
+ 1.5889531373977661,
229
+ 1.2627993822097778,
230
+ -1.4628725051879883,
231
+ 0.3081536889076233,
232
+ 3.752500057220459,
233
+ -1.2901138067245483,
234
+ 1.0
235
+ ],
236
+ "mean": [
237
+ -0.1281637778876602,
238
+ 0.596300113672836,
239
+ 0.06064780862822455,
240
+ -2.501951416001372,
241
+ -0.46208656546748683,
242
+ 3.0557533742531673,
243
+ -2.7853868788803062,
244
+ 1.0
245
+ ],
246
+ "std": [
247
+ 0.5056960781502492,
248
+ 0.13814255248996488,
249
+ 0.25701781218081815,
250
+ 0.3170403905816978,
251
+ 0.33347323901994763,
252
+ 0.28009917696346603,
253
+ 0.1580822927891287,
254
+ 0.0
255
+ ],
256
+ "count": [
257
+ 79558
258
+ ]
259
+ },
260
+ "observation.sawyer.ee_error": {
261
+ "min": [
262
+ -7.316470146179199e-06,
263
+ -1.6987323760986328e-06,
264
+ -3.889203071594238e-06,
265
+ 1.90808223123895e-05,
266
+ -2.7443093131296337e-05,
267
+ 0.0,
268
+ -1.425454411219107e-05
269
+ ],
270
+ "max": [
271
+ 5.960464477539062e-07,
272
+ 1.3113021850585938e-06,
273
+ 2.339482307434082e-06,
274
+ 0.00014983321307227015,
275
+ 3.487677895464003e-05,
276
+ 0.0,
277
+ 7.457619358319789e-05
278
+ ],
279
+ "mean": [
280
+ -3.851593927109675e-06,
281
+ -7.549876621751589e-07,
282
+ -1.259006522561019e-06,
283
+ 8.075337020101194e-05,
284
+ 2.0955763085247402e-06,
285
+ 0.0,
286
+ 5.2369788835539525e-05
287
+ ],
288
+ "std": [
289
+ 1.1287573881421987e-06,
290
+ 2.646574742413811e-07,
291
+ 8.097496915566447e-07,
292
+ 2.004609287486903e-05,
293
+ 1.2140824400002935e-05,
294
+ 0.0,
295
+ 1.5659131654657483e-05
296
+ ],
297
+ "count": [
298
+ 79558
299
+ ]
300
+ },
301
+ "natural_language_instruction": {
302
+ "min": [
303
+ 97,
304
+ 97,
305
+ 32,
306
+ 32,
307
+ 32,
308
+ 32,
309
+ 32,
310
+ 32,
311
+ 32,
312
+ 32,
313
+ 32,
314
+ 32,
315
+ 32,
316
+ 32,
317
+ 32,
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
+ 0,
675
+ 0,
676
+ 0,
677
+ 0,
678
+ 0,
679
+ 0,
680
+ 0,
681
+ 0,
682
+ 0,
683
+ 0,
684
+ 0,
685
+ 0,
686
+ 0,
687
+ 0,
688
+ 0,
689
+ 0,
690
+ 0,
691
+ 0,
692
+ 0,
693
+ 0,
694
+ 0,
695
+ 0,
696
+ 0,
697
+ 0,
698
+ 0,
699
+ 0,
700
+ 0,
701
+ 0,
702
+ 0,
703
+ 0,
704
+ 0,
705
+ 0,
706
+ 0,
707
+ 0,
708
+ 0,
709
+ 0,
710
+ 0,
711
+ 0,
712
+ 0,
713
+ 0,
714
+ 0,
715
+ 0,
716
+ 0,
717
+ 0,
718
+ 0,
719
+ 0,
720
+ 0,
721
+ 0,
722
+ 0,
723
+ 0,
724
+ 0,
725
+ 0,
726
+ 0,
727
+ 0,
728
+ 0,
729
+ 0,
730
+ 0,
731
+ 0,
732
+ 0,
733
+ 0,
734
+ 0,
735
+ 0,
736
+ 0,
737
+ 0,
738
+ 0,
739
+ 0,
740
+ 0,
741
+ 0,
742
+ 0,
743
+ 0,
744
+ 0,
745
+ 0,
746
+ 0,
747
+ 0,
748
+ 0,
749
+ 0,
750
+ 0,
751
+ 0,
752
+ 0,
753
+ 0,
754
+ 0,
755
+ 0,
756
+ 0,
757
+ 0,
758
+ 0,
759
+ 0,
760
+ 0,
761
+ 0,
762
+ 0,
763
+ 0,
764
+ 0,
765
+ 0,
766
+ 0,
767
+ 0,
768
+ 0,
769
+ 0,
770
+ 0,
771
+ 0,
772
+ 0,
773
+ 0,
774
+ 0,
775
+ 0,
776
+ 0,
777
+ 0,
778
+ 0,
779
+ 0,
780
+ 0,
781
+ 0,
782
+ 0,
783
+ 0,
784
+ 0,
785
+ 0,
786
+ 0,
787
+ 0,
788
+ 0,
789
+ 0,
790
+ 0,
791
+ 0,
792
+ 0,
793
+ 0,
794
+ 0,
795
+ 0,
796
+ 0,
797
+ 0,
798
+ 0,
799
+ 0,
800
+ 0,
801
+ 0,
802
+ 0,
803
+ 0,
804
+ 0,
805
+ 0,
806
+ 0,
807
+ 0,
808
+ 0,
809
+ 0,
810
+ 0,
811
+ 0,
812
+ 0,
813
+ 0,
814
+ 0
815
+ ],
816
+ "max": [
817
+ 116,
818
+ 117,
819
+ 118,
820
+ 117,
821
+ 116,
822
+ 121,
823
+ 121,
824
+ 121,
825
+ 121,
826
+ 121,
827
+ 121,
828
+ 121,
829
+ 121,
830
+ 121,
831
+ 121,
832
+ 120,
833
+ 121,
834
+ 121,
835
+ 122,
836
+ 122,
837
+ 121,
838
+ 122,
839
+ 122,
840
+ 122,
841
+ 122,
842
+ 122,
843
+ 122,
844
+ 122,
845
+ 122,
846
+ 122,
847
+ 121,
848
+ 121,
849
+ 121,
850
+ 121,
851
+ 122,
852
+ 122,
853
+ 121,
854
+ 121,
855
+ 121,
856
+ 121,
857
+ 122,
858
+ 122,
859
+ 121,
860
+ 121,
861
+ 121,
862
+ 121,
863
+ 122,
864
+ 121,
865
+ 121,
866
+ 121,
867
+ 121,
868
+ 121,
869
+ 121,
870
+ 122,
871
+ 121,
872
+ 121,
873
+ 121,
874
+ 121,
875
+ 121,
876
+ 121,
877
+ 121,
878
+ 121,
879
+ 121,
880
+ 121,
881
+ 121,
882
+ 120,
883
+ 120,
884
+ 120,
885
+ 121,
886
+ 120,
887
+ 120,
888
+ 121,
889
+ 121,
890
+ 119,
891
+ 116,
892
+ 119,
893
+ 116,
894
+ 120,
895
+ 116,
896
+ 116,
897
+ 117,
898
+ 110,
899
+ 116,
900
+ 116,
901
+ 117,
902
+ 115,
903
+ 115,
904
+ 116,
905
+ 111,
906
+ 114,
907
+ 114,
908
+ 100,
909
+ 111,
910
+ 97,
911
+ 114,
912
+ 100,
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
+ 0,
1189
+ 0,
1190
+ 0,
1191
+ 0,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ 0,
1196
+ 0,
1197
+ 0,
1198
+ 0,
1199
+ 0,
1200
+ 0,
1201
+ 0,
1202
+ 0,
1203
+ 0,
1204
+ 0,
1205
+ 0,
1206
+ 0,
1207
+ 0,
1208
+ 0,
1209
+ 0,
1210
+ 0,
1211
+ 0,
1212
+ 0,
1213
+ 0,
1214
+ 0,
1215
+ 0,
1216
+ 0,
1217
+ 0,
1218
+ 0,
1219
+ 0,
1220
+ 0,
1221
+ 0,
1222
+ 0,
1223
+ 0,
1224
+ 0,
1225
+ 0,
1226
+ 0,
1227
+ 0,
1228
+ 0,
1229
+ 0,
1230
+ 0,
1231
+ 0,
1232
+ 0,
1233
+ 0,
1234
+ 0,
1235
+ 0,
1236
+ 0,
1237
+ 0,
1238
+ 0,
1239
+ 0,
1240
+ 0,
1241
+ 0,
1242
+ 0,
1243
+ 0,
1244
+ 0,
1245
+ 0,
1246
+ 0,
1247
+ 0,
1248
+ 0,
1249
+ 0,
1250
+ 0,
1251
+ 0,
1252
+ 0,
1253
+ 0,
1254
+ 0,
1255
+ 0,
1256
+ 0,
1257
+ 0,
1258
+ 0,
1259
+ 0,
1260
+ 0,
1261
+ 0,
1262
+ 0,
1263
+ 0,
1264
+ 0,
1265
+ 0,
1266
+ 0,
1267
+ 0,
1268
+ 0,
1269
+ 0,
1270
+ 0,
1271
+ 0,
1272
+ 0,
1273
+ 0,
1274
+ 0,
1275
+ 0,
1276
+ 0,
1277
+ 0,
1278
+ 0,
1279
+ 0,
1280
+ 0,
1281
+ 0,
1282
+ 0,
1283
+ 0,
1284
+ 0,
1285
+ 0,
1286
+ 0,
1287
+ 0,
1288
+ 0,
1289
+ 0,
1290
+ 0,
1291
+ 0,
1292
+ 0,
1293
+ 0,
1294
+ 0,
1295
+ 0,
1296
+ 0,
1297
+ 0,
1298
+ 0,
1299
+ 0,
1300
+ 0,
1301
+ 0,
1302
+ 0,
1303
+ 0,
1304
+ 0,
1305
+ 0,
1306
+ 0,
1307
+ 0,
1308
+ 0,
1309
+ 0,
1310
+ 0,
1311
+ 0,
1312
+ 0,
1313
+ 0,
1314
+ 0,
1315
+ 0,
1316
+ 0,
1317
+ 0,
1318
+ 0,
1319
+ 0,
1320
+ 0,
1321
+ 0,
1322
+ 0,
1323
+ 0,
1324
+ 0,
1325
+ 0,
1326
+ 0,
1327
+ 0,
1328
+ 0
1329
+ ],
1330
+ "mean": [
1331
+ 111.15973252218507,
1332
+ 111.37786269136981,
1333
+ 111.5434902838181,
1334
+ 101.55676361899495,
1335
+ 58.33865858870258,
1336
+ 90.8166997662083,
1337
+ 106.98216395585611,
1338
+ 103.42122728072601,
1339
+ 60.68850398451444,
1340
+ 87.67230196837528,
1341
+ 101.72812287890595,
1342
+ 104.07439855199979,
1343
+ 90.50526659795369,
1344
+ 89.24605947861937,
1345
+ 91.14529022851254,
1346
+ 93.76614545363131,
1347
+ 99.98749340104075,
1348
+ 92.95791749415521,
1349
+ 96.70724502878403,
1350
+ 92.44564971467358,
1351
+ 96.67200030166671,
1352
+ 89.96160034188894,
1353
+ 91.62335654491064,
1354
+ 94.27274441288117,
1355
+ 92.68029613615224,
1356
+ 92.67638703838709,
1357
+ 90.28609316473516,
1358
+ 91.19837099977374,
1359
+ 88.98535659518842,
1360
+ 90.07536639935644,
1361
+ 87.6090273762538,
1362
+ 85.62829633726338,
1363
+ 84.96315895321652,
1364
+ 82.16029814726363,
1365
+ 81.35180622941753,
1366
+ 78.46598707860932,
1367
+ 75.18182960858745,
1368
+ 72.68489655345786,
1369
+ 68.86166067523065,
1370
+ 66.27613816335253,
1371
+ 63.87045928756379,
1372
+ 57.89278262399759,
1373
+ 53.38996706805098,
1374
+ 49.81530455768119,
1375
+ 46.32393976721386,
1376
+ 42.224339475602704,
1377
+ 38.01376354357827,
1378
+ 34.84916664571759,
1379
+ 32.01328590462304,
1380
+ 29.543666256064757,
1381
+ 25.676814399557557,
1382
+ 23.3415872696649,
1383
+ 21.458872772065664,
1384
+ 19.14257522813545,
1385
+ 17.138213630307447,
1386
+ 15.346225395309082,
1387
+ 13.111051057090425,
1388
+ 11.548480353955604,
1389
+ 9.854785188164609,
1390
+ 8.289863998592223,
1391
+ 7.335352824354559,
1392
+ 5.999220694336207,
1393
+ 5.191922873878177,
1394
+ 4.5112873626788,
1395
+ 3.6335880741094546,
1396
+ 3.0207521556600216,
1397
+ 2.4915659016063754,
1398
+ 2.236582116191961,
1399
+ 1.9289323512406042,
1400
+ 1.7079614872168731,
1401
+ 1.432916865682898,
1402
+ 1.32289650318007,
1403
+ 1.0543628547726187,
1404
+ 1.0617159807938863,
1405
+ 0.9200834611227029,
1406
+ 0.8371879634983282,
1407
+ 0.6429397420749642,
1408
+ 0.5318132683073984,
1409
+ 0.569772995801805,
1410
+ 0.36015234168782523,
1411
+ 0.2499685763845245,
1412
+ 0.25891802207194753,
1413
+ 0.2136931546796048,
1414
+ 0.2323713517182433,
1415
+ 0.23922169989190276,
1416
+ 0.2280600316750044,
1417
+ 0.1580356469493954,
1418
+ 0.10534452852007341,
1419
+ 0.09736293018929586,
1420
+ 0.093491540762714,
1421
+ 0.08408959501244376,
1422
+ 0.06996153749465799,
1423
+ 0.023718544960909024,
1424
+ 0.02072701676764122,
1425
+ 0.024359586716609267,
1426
+ 0.021368058523341463,
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
+ 0.0,
1703
+ 0.0,
1704
+ 0.0,
1705
+ 0.0,
1706
+ 0.0,
1707
+ 0.0,
1708
+ 0.0,
1709
+ 0.0,
1710
+ 0.0,
1711
+ 0.0,
1712
+ 0.0,
1713
+ 0.0,
1714
+ 0.0,
1715
+ 0.0,
1716
+ 0.0,
1717
+ 0.0,
1718
+ 0.0,
1719
+ 0.0,
1720
+ 0.0,
1721
+ 0.0,
1722
+ 0.0,
1723
+ 0.0,
1724
+ 0.0,
1725
+ 0.0,
1726
+ 0.0,
1727
+ 0.0,
1728
+ 0.0,
1729
+ 0.0,
1730
+ 0.0,
1731
+ 0.0,
1732
+ 0.0,
1733
+ 0.0,
1734
+ 0.0,
1735
+ 0.0,
1736
+ 0.0,
1737
+ 0.0,
1738
+ 0.0,
1739
+ 0.0,
1740
+ 0.0,
1741
+ 0.0,
1742
+ 0.0,
1743
+ 0.0,
1744
+ 0.0,
1745
+ 0.0,
1746
+ 0.0,
1747
+ 0.0,
1748
+ 0.0,
1749
+ 0.0,
1750
+ 0.0,
1751
+ 0.0,
1752
+ 0.0,
1753
+ 0.0,
1754
+ 0.0,
1755
+ 0.0,
1756
+ 0.0,
1757
+ 0.0,
1758
+ 0.0,
1759
+ 0.0,
1760
+ 0.0,
1761
+ 0.0,
1762
+ 0.0,
1763
+ 0.0,
1764
+ 0.0,
1765
+ 0.0,
1766
+ 0.0,
1767
+ 0.0,
1768
+ 0.0,
1769
+ 0.0,
1770
+ 0.0,
1771
+ 0.0,
1772
+ 0.0,
1773
+ 0.0,
1774
+ 0.0,
1775
+ 0.0,
1776
+ 0.0,
1777
+ 0.0,
1778
+ 0.0,
1779
+ 0.0,
1780
+ 0.0,
1781
+ 0.0,
1782
+ 0.0,
1783
+ 0.0,
1784
+ 0.0,
1785
+ 0.0,
1786
+ 0.0,
1787
+ 0.0,
1788
+ 0.0,
1789
+ 0.0,
1790
+ 0.0,
1791
+ 0.0,
1792
+ 0.0,
1793
+ 0.0,
1794
+ 0.0,
1795
+ 0.0,
1796
+ 0.0,
1797
+ 0.0,
1798
+ 0.0,
1799
+ 0.0,
1800
+ 0.0,
1801
+ 0.0,
1802
+ 0.0,
1803
+ 0.0,
1804
+ 0.0,
1805
+ 0.0,
1806
+ 0.0,
1807
+ 0.0,
1808
+ 0.0,
1809
+ 0.0,
1810
+ 0.0,
1811
+ 0.0,
1812
+ 0.0,
1813
+ 0.0,
1814
+ 0.0,
1815
+ 0.0,
1816
+ 0.0,
1817
+ 0.0,
1818
+ 0.0,
1819
+ 0.0,
1820
+ 0.0,
1821
+ 0.0,
1822
+ 0.0,
1823
+ 0.0,
1824
+ 0.0,
1825
+ 0.0,
1826
+ 0.0,
1827
+ 0.0,
1828
+ 0.0,
1829
+ 0.0,
1830
+ 0.0,
1831
+ 0.0,
1832
+ 0.0,
1833
+ 0.0,
1834
+ 0.0,
1835
+ 0.0,
1836
+ 0.0,
1837
+ 0.0,
1838
+ 0.0,
1839
+ 0.0,
1840
+ 0.0,
1841
+ 0.0,
1842
+ 0.0
1843
+ ],
1844
+ "std": [
1845
+ 2.898095188084672,
1846
+ 4.515577574657642,
1847
+ 7.556550026107483,
1848
+ 6.533833646483528,
1849
+ 35.17639227006009,
1850
+ 37.31887569687474,
1851
+ 11.383994701379448,
1852
+ 7.808640021669074,
1853
+ 35.7157138218333,
1854
+ 35.04884518590031,
1855
+ 20.195978303361112,
1856
+ 15.074908958255387,
1857
+ 29.65850476364737,
1858
+ 32.510142857540444,
1859
+ 33.94442527897101,
1860
+ 31.219431593551256,
1861
+ 22.847598944858895,
1862
+ 27.99149527777461,
1863
+ 26.732394883777097,
1864
+ 30.343772750379554,
1865
+ 27.62900509829177,
1866
+ 33.11573262084545,
1867
+ 32.99405352177782,
1868
+ 30.830664304746175,
1869
+ 32.01398974680561,
1870
+ 32.35933291596878,
1871
+ 34.0282549540165,
1872
+ 33.4789408357727,
1873
+ 35.03676247327786,
1874
+ 35.08113082558638,
1875
+ 36.72442680187722,
1876
+ 38.29644910784663,
1877
+ 39.58467623538923,
1878
+ 41.714398738201155,
1879
+ 42.700344771664945,
1880
+ 43.95234848837306,
1881
+ 45.52016937375675,
1882
+ 47.210419899625386,
1883
+ 48.582172655248456,
1884
+ 49.591937063738044,
1885
+ 50.515751596140575,
1886
+ 51.22927671043788,
1887
+ 51.615175349402065,
1888
+ 51.60808322656176,
1889
+ 51.41143200262498,
1890
+ 50.84435830873835,
1891
+ 49.78628171612013,
1892
+ 48.865319269731465,
1893
+ 47.87073182482315,
1894
+ 46.866422389524445,
1895
+ 44.351947583265385,
1896
+ 43.13074519213214,
1897
+ 42.13672172197798,
1898
+ 40.36508922298359,
1899
+ 38.46247067800417,
1900
+ 36.907921280231,
1901
+ 34.631381880809954,
1902
+ 32.63755223086119,
1903
+ 30.523484249710368,
1904
+ 28.12298688423763,
1905
+ 26.860319131440217,
1906
+ 24.21247191781497,
1907
+ 22.647427827454788,
1908
+ 21.233109412353414,
1909
+ 19.180778964386132,
1910
+ 17.448857130948063,
1911
+ 15.79256745008028,
1912
+ 15.20513802208468,
1913
+ 14.16068955346473,
1914
+ 13.158518905608672,
1915
+ 12.076502808131773,
1916
+ 11.650876837856618,
1917
+ 10.344723146316698,
1918
+ 10.325297438593926,
1919
+ 9.745416886332226,
1920
+ 9.388661415113656,
1921
+ 8.17908971711929,
1922
+ 7.334680885123355,
1923
+ 7.740480148751308,
1924
+ 5.984943394595191,
1925
+ 4.989906445064237,
1926
+ 5.086236328636336,
1927
+ 4.589112800093118,
1928
+ 4.963198422481374,
1929
+ 4.989220301940398,
1930
+ 4.867843034564837,
1931
+ 3.9217054288999873,
1932
+ 3.329379776535445,
1933
+ 3.2174629772602037,
1934
+ 3.091986208961125,
1935
+ 2.9528447464182213,
1936
+ 2.636167243941755,
1937
+ 1.6224043642957113,
1938
+ 1.4177767868169708,
1939
+ 1.666253130898292,
1940
+ 1.4616255534196394,
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
+ 0.0,
2217
+ 0.0,
2218
+ 0.0,
2219
+ 0.0,
2220
+ 0.0,
2221
+ 0.0,
2222
+ 0.0,
2223
+ 0.0,
2224
+ 0.0,
2225
+ 0.0,
2226
+ 0.0,
2227
+ 0.0,
2228
+ 0.0,
2229
+ 0.0,
2230
+ 0.0,
2231
+ 0.0,
2232
+ 0.0,
2233
+ 0.0,
2234
+ 0.0,
2235
+ 0.0,
2236
+ 0.0,
2237
+ 0.0,
2238
+ 0.0,
2239
+ 0.0,
2240
+ 0.0,
2241
+ 0.0,
2242
+ 0.0,
2243
+ 0.0,
2244
+ 0.0,
2245
+ 0.0,
2246
+ 0.0,
2247
+ 0.0,
2248
+ 0.0,
2249
+ 0.0,
2250
+ 0.0,
2251
+ 0.0,
2252
+ 0.0,
2253
+ 0.0,
2254
+ 0.0,
2255
+ 0.0,
2256
+ 0.0,
2257
+ 0.0,
2258
+ 0.0,
2259
+ 0.0,
2260
+ 0.0,
2261
+ 0.0,
2262
+ 0.0,
2263
+ 0.0,
2264
+ 0.0,
2265
+ 0.0,
2266
+ 0.0,
2267
+ 0.0,
2268
+ 0.0,
2269
+ 0.0,
2270
+ 0.0,
2271
+ 0.0,
2272
+ 0.0,
2273
+ 0.0,
2274
+ 0.0,
2275
+ 0.0,
2276
+ 0.0,
2277
+ 0.0,
2278
+ 0.0,
2279
+ 0.0,
2280
+ 0.0,
2281
+ 0.0,
2282
+ 0.0,
2283
+ 0.0,
2284
+ 0.0,
2285
+ 0.0,
2286
+ 0.0,
2287
+ 0.0,
2288
+ 0.0,
2289
+ 0.0,
2290
+ 0.0,
2291
+ 0.0,
2292
+ 0.0,
2293
+ 0.0,
2294
+ 0.0,
2295
+ 0.0,
2296
+ 0.0,
2297
+ 0.0,
2298
+ 0.0,
2299
+ 0.0,
2300
+ 0.0,
2301
+ 0.0,
2302
+ 0.0,
2303
+ 0.0,
2304
+ 0.0,
2305
+ 0.0,
2306
+ 0.0,
2307
+ 0.0,
2308
+ 0.0,
2309
+ 0.0,
2310
+ 0.0,
2311
+ 0.0,
2312
+ 0.0,
2313
+ 0.0,
2314
+ 0.0,
2315
+ 0.0,
2316
+ 0.0,
2317
+ 0.0,
2318
+ 0.0,
2319
+ 0.0,
2320
+ 0.0,
2321
+ 0.0,
2322
+ 0.0,
2323
+ 0.0,
2324
+ 0.0,
2325
+ 0.0,
2326
+ 0.0,
2327
+ 0.0,
2328
+ 0.0,
2329
+ 0.0,
2330
+ 0.0,
2331
+ 0.0,
2332
+ 0.0,
2333
+ 0.0,
2334
+ 0.0,
2335
+ 0.0,
2336
+ 0.0,
2337
+ 0.0,
2338
+ 0.0,
2339
+ 0.0,
2340
+ 0.0,
2341
+ 0.0,
2342
+ 0.0,
2343
+ 0.0,
2344
+ 0.0,
2345
+ 0.0,
2346
+ 0.0,
2347
+ 0.0,
2348
+ 0.0,
2349
+ 0.0,
2350
+ 0.0,
2351
+ 0.0,
2352
+ 0.0,
2353
+ 0.0,
2354
+ 0.0,
2355
+ 0.0,
2356
+ 0.0
2357
+ ],
2358
+ "count": [
2359
+ 79558
2360
+ ]
2361
+ },
2362
+ "observation.images.sawyer": {
2363
+ "min": [
2364
+ [
2365
+ [
2366
+ 0.0
2367
+ ]
2368
+ ],
2369
+ [
2370
+ [
2371
+ 0.0
2372
+ ]
2373
+ ],
2374
+ [
2375
+ [
2376
+ 0.0
2377
+ ]
2378
+ ]
2379
+ ],
2380
+ "max": [
2381
+ [
2382
+ [
2383
+ 1.0
2384
+ ]
2385
+ ],
2386
+ [
2387
+ [
2388
+ 1.0
2389
+ ]
2390
+ ],
2391
+ [
2392
+ [
2393
+ 1.0
2394
+ ]
2395
+ ]
2396
+ ],
2397
+ "mean": [
2398
+ [
2399
+ [
2400
+ 0.4147581259313102
2401
+ ]
2402
+ ],
2403
+ [
2404
+ [
2405
+ 0.49814770662923574
2406
+ ]
2407
+ ],
2408
+ [
2409
+ [
2410
+ 0.5283600691101843
2411
+ ]
2412
+ ]
2413
+ ],
2414
+ "std": [
2415
+ [
2416
+ [
2417
+ 0.29507574843064865
2418
+ ]
2419
+ ],
2420
+ [
2421
+ [
2422
+ 0.2114370412960961
2423
+ ]
2424
+ ],
2425
+ [
2426
+ [
2427
+ 0.1758849423353185
2428
+ ]
2429
+ ]
2430
+ ],
2431
+ "count": [
2432
+ 79558
2433
+ ]
2434
+ },
2435
+ "observation.jaco.base_orientation": {
2436
+ "min": [
2437
+ 0.0
2438
+ ],
2439
+ "max": [
2440
+ 0.0
2441
+ ],
2442
+ "mean": [
2443
+ 0.0
2444
+ ],
2445
+ "std": [
2446
+ 0.0
2447
+ ],
2448
+ "count": [
2449
+ 79558
2450
+ ]
2451
+ },
2452
+ "observation.jaco.ee_pose": {
2453
+ "min": [
2454
+ 0.190876767039299,
2455
+ -0.30511927604675293,
2456
+ 0.08198650181293488,
2457
+ -0.05543001368641853,
2458
+ -0.00010123102401848882,
2459
+ 0.9916397929191589,
2460
+ -0.04445378854870796
2461
+ ],
2462
+ "max": [
2463
+ 0.6190849542617798,
2464
+ 0.34551921486854553,
2465
+ 0.08757218718528748,
2466
+ 0.12734991312026978,
2467
+ 0.00038076521013863385,
2468
+ 1.0,
2469
+ 0.07253246754407883
2470
+ ],
2471
+ "mean": [
2472
+ 0.3984929792452441,
2473
+ 0.004993675707800578,
2474
+ 0.0850019369945565,
2475
+ 3.899818546373572e-05,
2476
+ 1.3106690102770454e-05,
2477
+ 0.9999937174743008,
2478
+ 6.165238114241746e-05
2479
+ ],
2480
+ "std": [
2481
+ 0.10588958467638875,
2482
+ 0.1413103180739886,
2483
+ 0.00012162768757446693,
2484
+ 0.003332406150410262,
2485
+ 1.9423350741241694e-05,
2486
+ 0.0001330539732377326,
2487
+ 0.0012103443336379997
2488
+ ],
2489
+ "count": [
2490
+ 79558
2491
+ ]
2492
+ },
2493
+ "observation.kinova3.base_orientation": {
2494
+ "min": [
2495
+ 0.0
2496
+ ],
2497
+ "max": [
2498
+ 0.0
2499
+ ],
2500
+ "mean": [
2501
+ 0.0
2502
+ ],
2503
+ "std": [
2504
+ 0.0
2505
+ ],
2506
+ "count": [
2507
+ 79558
2508
+ ]
2509
+ },
2510
+ "observation.jaco.base_position": {
2511
+ "min": [
2512
+ 0.0,
2513
+ 0.0,
2514
+ 0.0
2515
+ ],
2516
+ "max": [
2517
+ 0.0,
2518
+ 0.0,
2519
+ 0.0
2520
+ ],
2521
+ "mean": [
2522
+ 0.0,
2523
+ 0.0,
2524
+ 0.0
2525
+ ],
2526
+ "std": [
2527
+ 0.0,
2528
+ 0.0,
2529
+ 0.0
2530
+ ],
2531
+ "count": [
2532
+ 79558
2533
+ ]
2534
+ },
2535
+ "frame_index": {
2536
+ "min": [
2537
+ 0
2538
+ ],
2539
+ "max": [
2540
+ 48
2541
+ ],
2542
+ "mean": [
2543
+ 10.172427662837176
2544
+ ],
2545
+ "std": [
2546
+ 8.943485351418735
2547
+ ],
2548
+ "count": [
2549
+ 79558
2550
+ ]
2551
+ },
2552
+ "observation.images.jaco": {
2553
+ "min": [
2554
+ [
2555
+ [
2556
+ 0.0
2557
+ ]
2558
+ ],
2559
+ [
2560
+ [
2561
+ 0.0
2562
+ ]
2563
+ ],
2564
+ [
2565
+ [
2566
+ 0.0
2567
+ ]
2568
+ ]
2569
+ ],
2570
+ "max": [
2571
+ [
2572
+ [
2573
+ 1.0
2574
+ ]
2575
+ ],
2576
+ [
2577
+ [
2578
+ 1.0
2579
+ ]
2580
+ ],
2581
+ [
2582
+ [
2583
+ 1.0
2584
+ ]
2585
+ ]
2586
+ ],
2587
+ "mean": [
2588
+ [
2589
+ [
2590
+ 0.41186587217565923
2591
+ ]
2592
+ ],
2593
+ [
2594
+ [
2595
+ 0.5065493389169595
2596
+ ]
2597
+ ],
2598
+ [
2599
+ [
2600
+ 0.537790720980148
2601
+ ]
2602
+ ]
2603
+ ],
2604
+ "std": [
2605
+ [
2606
+ [
2607
+ 0.2988730819799384
2608
+ ]
2609
+ ],
2610
+ [
2611
+ [
2612
+ 0.20562944433402391
2613
+ ]
2614
+ ],
2615
+ [
2616
+ [
2617
+ 0.1657281182294047
2618
+ ]
2619
+ ]
2620
+ ],
2621
+ "count": [
2622
+ 79558
2623
+ ]
2624
+ },
2625
+ "observation.kinova3.base_position": {
2626
+ "min": [
2627
+ 0.0,
2628
+ 0.0,
2629
+ 0.0
2630
+ ],
2631
+ "max": [
2632
+ 0.0,
2633
+ 0.0,
2634
+ 0.0
2635
+ ],
2636
+ "mean": [
2637
+ 0.0,
2638
+ 0.0,
2639
+ 0.0
2640
+ ],
2641
+ "std": [
2642
+ 0.0,
2643
+ 0.0,
2644
+ 0.0
2645
+ ],
2646
+ "count": [
2647
+ 79558
2648
+ ]
2649
+ },
2650
+ "observation.images.ur5e": {
2651
+ "min": [
2652
+ [
2653
+ [
2654
+ 0.0
2655
+ ]
2656
+ ],
2657
+ [
2658
+ [
2659
+ 0.0
2660
+ ]
2661
+ ],
2662
+ [
2663
+ [
2664
+ 0.0
2665
+ ]
2666
+ ]
2667
+ ],
2668
+ "max": [
2669
+ [
2670
+ [
2671
+ 1.0
2672
+ ]
2673
+ ],
2674
+ [
2675
+ [
2676
+ 1.0
2677
+ ]
2678
+ ],
2679
+ [
2680
+ [
2681
+ 1.0
2682
+ ]
2683
+ ]
2684
+ ],
2685
+ "mean": [
2686
+ [
2687
+ [
2688
+ 0.41706394698218563
2689
+ ]
2690
+ ],
2691
+ [
2692
+ [
2693
+ 0.5122147347688017
2694
+ ]
2695
+ ],
2696
+ [
2697
+ [
2698
+ 0.5439333788647128
2699
+ ]
2700
+ ]
2701
+ ],
2702
+ "std": [
2703
+ [
2704
+ [
2705
+ 0.29555228647625054
2706
+ ]
2707
+ ],
2708
+ [
2709
+ [
2710
+ 0.2004457359670054
2711
+ ]
2712
+ ],
2713
+ [
2714
+ [
2715
+ 0.15962388340723682
2716
+ ]
2717
+ ]
2718
+ ],
2719
+ "count": [
2720
+ 79558
2721
+ ]
2722
+ },
2723
+ "observation.kuka_iiwa.base_position": {
2724
+ "min": [
2725
+ 0.05000000074505806,
2726
+ 0.0,
2727
+ 0.0
2728
+ ],
2729
+ "max": [
2730
+ 0.05000000074505806,
2731
+ 0.0,
2732
+ 0.0
2733
+ ],
2734
+ "mean": [
2735
+ 0.049999999114429976,
2736
+ 0.0,
2737
+ 0.0
2738
+ ],
2739
+ "std": [
2740
+ 1.4866053270097197e-08,
2741
+ 0.0,
2742
+ 0.0
2743
+ ],
2744
+ "count": [
2745
+ 79558
2746
+ ]
2747
+ },
2748
+ "observation.kinova3.joints": {
2749
+ "min": [
2750
+ -1.2080278396606445,
2751
+ 0.8360767364501953,
2752
+ -1.5183299779891968,
2753
+ 0.5965431928634644,
2754
+ -1.6011544466018677,
2755
+ -1.5883504152297974,
2756
+ -0.714093029499054,
2757
+ 1.0
2758
+ ],
2759
+ "max": [
2760
+ 1.1711692810058594,
2761
+ 1.6553568840026855,
2762
+ 0.13675948977470398,
2763
+ 2.569999933242798,
2764
+ 0.46467602252960205,
2765
+ 1.1822372674942017,
2766
+ 1.756561279296875,
2767
+ 1.0
2768
+ ],
2769
+ "mean": [
2770
+ -0.04598972401114219,
2771
+ 0.9261113409790274,
2772
+ -0.03859696050123193,
2773
+ 1.919685550134626,
2774
+ -0.013145975440451336,
2775
+ 0.2910685027206886,
2776
+ -0.05353930281583354,
2777
+ 1.0
2778
+ ],
2779
+ "std": [
2780
+ 0.3876700047157512,
2781
+ 0.10913263143262832,
2782
+ 0.1675937987927033,
2783
+ 0.37030284408927483,
2784
+ 0.2420932357307846,
2785
+ 0.3480280837259721,
2786
+ 0.2955969505353914,
2787
+ 0.0
2788
+ ],
2789
+ "count": [
2790
+ 79558
2791
+ ]
2792
+ },
2793
+ "observation.images.panda": {
2794
+ "min": [
2795
+ [
2796
+ [
2797
+ 0.0
2798
+ ]
2799
+ ],
2800
+ [
2801
+ [
2802
+ 0.0
2803
+ ]
2804
+ ],
2805
+ [
2806
+ [
2807
+ 0.0
2808
+ ]
2809
+ ]
2810
+ ],
2811
+ "max": [
2812
+ [
2813
+ [
2814
+ 1.0
2815
+ ]
2816
+ ],
2817
+ [
2818
+ [
2819
+ 1.0
2820
+ ]
2821
+ ],
2822
+ [
2823
+ [
2824
+ 1.0
2825
+ ]
2826
+ ]
2827
+ ],
2828
+ "mean": [
2829
+ [
2830
+ [
2831
+ 0.4362533462077058
2832
+ ]
2833
+ ],
2834
+ [
2835
+ [
2836
+ 0.5291319943901927
2837
+ ]
2838
+ ],
2839
+ [
2840
+ [
2841
+ 0.5596167391764858
2842
+ ]
2843
+ ]
2844
+ ],
2845
+ "std": [
2846
+ [
2847
+ [
2848
+ 0.2959450754469161
2849
+ ]
2850
+ ],
2851
+ [
2852
+ [
2853
+ 0.192815969304695
2854
+ ]
2855
+ ],
2856
+ [
2857
+ [
2858
+ 0.14637193985083727
2859
+ ]
2860
+ ]
2861
+ ],
2862
+ "count": [
2863
+ 79558
2864
+ ]
2865
+ },
2866
+ "observation.kuka_iiwa.base_orientation": {
2867
+ "min": [
2868
+ 0.0
2869
+ ],
2870
+ "max": [
2871
+ 0.0
2872
+ ],
2873
+ "mean": [
2874
+ 0.0
2875
+ ],
2876
+ "std": [
2877
+ 0.0
2878
+ ],
2879
+ "count": [
2880
+ 79558
2881
+ ]
2882
+ },
2883
+ "observation.kuka_iiwa.ee_error": {
2884
+ "min": [
2885
+ -0.043662771582603455,
2886
+ -0.016808196902275085,
2887
+ -9.767711162567139e-06,
2888
+ -6.456862320192158e-05,
2889
+ -2.3303447960643098e-05,
2890
+ 0.0,
2891
+ -0.11711953580379486
2892
+ ],
2893
+ "max": [
2894
+ 9.298324584960938e-06,
2895
+ 0.01681429147720337,
2896
+ 0.023905180394649506,
2897
+ 0.3095478117465973,
2898
+ 3.6988883948652074e-05,
2899
+ 0.04913264513015747,
2900
+ 0.11700806766748428
2901
+ ],
2902
+ "mean": [
2903
+ -0.0035881715745921428,
2904
+ 3.940353095926489e-05,
2905
+ 0.0017129587087450647,
2906
+ 0.024562232064427345,
2907
+ 5.181148021562451e-06,
2908
+ 0.0022421966718634413,
2909
+ -0.0002715665215279312
2910
+ ],
2911
+ "std": [
2912
+ 0.008480313639374787,
2913
+ 0.0028247644519888617,
2914
+ 0.0042112626500355735,
2915
+ 0.05875141329743477,
2916
+ 1.1994252653823563e-05,
2917
+ 0.0069123522194653834,
2918
+ 0.019403113606434298
2919
+ ],
2920
+ "count": [
2921
+ 79558
2922
+ ]
2923
+ },
2924
+ "observation.state": {
2925
+ "min": [
2926
+ 0.1908624917268753,
2927
+ -0.3051331639289856
2928
+ ],
2929
+ "max": [
2930
+ 0.6191020607948303,
2931
+ 0.3456321060657501
2932
+ ],
2933
+ "mean": [
2934
+ 0.39845821612217613,
2935
+ 0.00475088787401177
2936
+ ],
2937
+ "std": [
2938
+ 0.10648802547595163,
2939
+ 0.1420064108230165
2940
+ ],
2941
+ "count": [
2942
+ 79558
2943
+ ]
2944
+ },
2945
+ "index": {
2946
+ "min": [
2947
+ 0
2948
+ ],
2949
+ "max": [
2950
+ 79557
2951
+ ],
2952
+ "mean": [
2953
+ 39778.5
2954
+ ],
2955
+ "std": [
2956
+ 22966.41635627988
2957
+ ],
2958
+ "count": [
2959
+ 79558
2960
+ ]
2961
+ },
2962
+ "observation.sawyer.joints": {
2963
+ "min": [
2964
+ -1.4019705057144165,
2965
+ -0.8806397914886475,
2966
+ -0.16463837027549744,
2967
+ 1.2152248620986938,
2968
+ -0.7709727883338928,
2969
+ -0.209130197763443,
2970
+ -0.5488629341125488,
2971
+ 1.0
2972
+ ],
2973
+ "max": [
2974
+ 0.5547246932983398,
2975
+ -0.44215258955955505,
2976
+ 0.17679563164710999,
2977
+ 2.510204553604126,
2978
+ 0.07799723744392395,
2979
+ 0.7986421585083008,
2980
+ 0.6975340843200684,
2981
+ 1.0
2982
+ ],
2983
+ "mean": [
2984
+ -0.37748960497971285,
2985
+ -0.7859283140290991,
2986
+ 0.04486599388599938,
2987
+ 2.09353972435501,
2988
+ -0.21673958084347875,
2989
+ 0.2679281680395372,
2990
+ 0.041910201915370045,
2991
+ 1.0
2992
+ ],
2993
+ "std": [
2994
+ 0.3433182983697165,
2995
+ 0.07611875704797075,
2996
+ 0.05044342008223444,
2997
+ 0.2540707311250589,
2998
+ 0.18156013252543357,
2999
+ 0.18721677589224958,
3000
+ 0.2428164305731058,
3001
+ 0.0
3002
+ ],
3003
+ "count": [
3004
+ 79558
3005
+ ]
3006
+ },
3007
+ "observation.panda.base_position": {
3008
+ "min": [
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0
3012
+ ],
3013
+ "max": [
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0
3017
+ ],
3018
+ "mean": [
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0
3022
+ ],
3023
+ "std": [
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0
3027
+ ],
3028
+ "count": [
3029
+ 79558
3030
+ ]
3031
+ },
3032
+ "observation.kinova3.ee_error": {
3033
+ "min": [
3034
+ -0.007244929671287537,
3035
+ -0.0014848262071609497,
3036
+ -8.821487426757812e-06,
3037
+ 4.691321373684332e-05,
3038
+ -8.782061195233837e-05,
3039
+ 0.0,
3040
+ -0.012664707377552986
3041
+ ],
3042
+ "max": [
3043
+ -1.1920928955078125e-06,
3044
+ 0.0014798007905483246,
3045
+ 0.001123286783695221,
3046
+ 0.061324141919612885,
3047
+ 3.5705044865608215e-05,
3048
+ 0.0018832087516784668,
3049
+ 0.01236124336719513
3050
+ ],
3051
+ "mean": [
3052
+ -6.227937609503968e-05,
3053
+ 9.603080769486265e-07,
3054
+ 4.19483787055388e-06,
3055
+ 0.0006031080262358718,
3056
+ 2.6774008693752606e-06,
3057
+ 8.827801652538651e-06,
3058
+ -2.1962477145282382e-05
3059
+ ],
3060
+ "std": [
3061
+ 0.0004846738126075295,
3062
+ 9.413669885541656e-05,
3063
+ 7.465433285433044e-05,
3064
+ 0.0040833911215202735,
3065
+ 1.4778581233518123e-05,
3066
+ 9.914095208538616e-05,
3067
+ 0.0007944237629385006
3068
+ ],
3069
+ "count": [
3070
+ 79558
3071
+ ]
3072
+ },
3073
+ "observation.ee_pose": {
3074
+ "min": [
3075
+ 0.19087940454483032,
3076
+ -0.3051251769065857,
3077
+ 0.07143551111221313,
3078
+ -0.18884365260601044,
3079
+ -0.0046637170016765594,
3080
+ 0.948437511920929,
3081
+ -0.12593397498130798
3082
+ ],
3083
+ "max": [
3084
+ 0.6190914511680603,
3085
+ 0.345523864030838,
3086
+ 0.08881008625030518,
3087
+ 0.2799680531024933,
3088
+ 0.004971081390976906,
3089
+ 1.0,
3090
+ 0.14860749244689941
3091
+ ],
3092
+ "mean": [
3093
+ 0.39846048429419173,
3094
+ 0.004986223060830869,
3095
+ 0.08499892584415951,
3096
+ 0.00023264013768241912,
3097
+ -0.00011403337165910911,
3098
+ 0.9999796440158784,
3099
+ 0.00015572397269088248
3100
+ ],
3101
+ "std": [
3102
+ 0.10584503151819598,
3103
+ 0.14129484068439147,
3104
+ 0.0001252826996376793,
3105
+ 0.0058345203945843645,
3106
+ 9.225330288771305e-05,
3107
+ 0.0007235320666170062,
3108
+ 0.0024669416620902683
3109
+ ],
3110
+ "count": [
3111
+ 79558
3112
+ ]
3113
+ },
3114
+ "observation.kinova3.ee_pose": {
3115
+ "min": [
3116
+ 0.1908905953168869,
3117
+ -0.30512821674346924,
3118
+ 0.08387672156095505,
3119
+ -0.061324141919612885,
3120
+ -3.5705044865608215e-05,
3121
+ 0.9981167912483215,
3122
+ -0.01236124336719513
3123
+ ],
3124
+ "max": [
3125
+ 0.619105339050293,
3126
+ 0.34552693367004395,
3127
+ 0.08500882983207703,
3128
+ -4.691321373684332e-05,
3129
+ 8.782061195233837e-05,
3130
+ 1.0,
3131
+ 0.012664707377552986
3132
+ ],
3133
+ "mean": [
3134
+ 0.39855591095550386,
3135
+ 0.0049942210981322845,
3136
+ 0.08499581312226487,
3137
+ -0.0006031080262358718,
3138
+ -2.6774008693752606e-06,
3139
+ 0.9999911727692261,
3140
+ 2.1962477145282382e-05
3141
+ ],
3142
+ "std": [
3143
+ 0.10580440996716103,
3144
+ 0.1413204010721903,
3145
+ 7.465428655708148e-05,
3146
+ 0.0040833911215202735,
3147
+ 1.4778581233518123e-05,
3148
+ 9.914038868250091e-05,
3149
+ 0.0007944237629385006
3150
+ ],
3151
+ "count": [
3152
+ 79558
3153
+ ]
3154
+ },
3155
+ "observation.sawyer.base_position": {
3156
+ "min": [
3157
+ 0.05000000074505806,
3158
+ 0.0,
3159
+ 0.0
3160
+ ],
3161
+ "max": [
3162
+ 0.05000000074505806,
3163
+ 0.0,
3164
+ 0.0
3165
+ ],
3166
+ "mean": [
3167
+ 0.049999999114429976,
3168
+ 0.0,
3169
+ 0.0
3170
+ ],
3171
+ "std": [
3172
+ 1.4866053270097197e-08,
3173
+ 0.0,
3174
+ 0.0
3175
+ ],
3176
+ "count": [
3177
+ 79558
3178
+ ]
3179
+ },
3180
+ "observation.ur5e.ee_error": {
3181
+ "min": [
3182
+ -5.361437797546387e-05,
3183
+ -3.692507743835449e-05,
3184
+ -4.120171070098877e-05,
3185
+ -3.8594051147811115e-05,
3186
+ -0.00030004518339410424,
3187
+ 0.0,
3188
+ -0.0002664370113052428
3189
+ ],
3190
+ "max": [
3191
+ 1.0058283805847168e-05,
3192
+ 2.364814281463623e-05,
3193
+ -1.4156103134155273e-07,
3194
+ 0.0002822146052494645,
3195
+ 0.00011349738633725792,
3196
+ 5.960464477539063e-08,
3197
+ 0.00017904148262459785
3198
+ ],
3199
+ "mean": [
3200
+ 1.960765470529344e-06,
3201
+ 1.0241388348839684e-05,
3202
+ -1.3448067596343092e-06,
3203
+ 4.8609471355917236e-06,
3204
+ 5.9991239295346846e-05,
3205
+ 2.974313613164719e-10,
3206
+ -5.25913005806234e-05
3207
+ ],
3208
+ "std": [
3209
+ 3.4317370047197024e-06,
3210
+ 4.0250354798601756e-06,
3211
+ 2.434086028841844e-06,
3212
+ 2.2826052856314958e-05,
3213
+ 2.737499760468321e-05,
3214
+ 4.199979090903115e-09,
3215
+ 2.4840096254586207e-05
3216
+ ],
3217
+ "count": [
3218
+ 79558
3219
+ ]
3220
+ },
3221
+ "timestamp": {
3222
+ "min": [
3223
+ 0.0
3224
+ ],
3225
+ "max": [
3226
+ 4.8
3227
+ ],
3228
+ "mean": [
3229
+ 1.0172427662837173
3230
+ ],
3231
+ "std": [
3232
+ 0.8943485351418735
3233
+ ],
3234
+ "count": [
3235
+ 79558
3236
+ ]
3237
+ },
3238
+ "episode_index": {
3239
+ "min": [
3240
+ 0
3241
+ ],
3242
+ "max": [
3243
+ 4999
3244
+ ],
3245
+ "mean": [
3246
+ 2483.2260866286233
3247
+ ],
3248
+ "std": [
3249
+ 1442.1241927760861
3250
+ ],
3251
+ "count": [
3252
+ 79558
3253
+ ]
3254
+ },
3255
+ "observation.jaco.ee_error": {
3256
+ "min": [
3257
+ -0.0032105296850204468,
3258
+ -0.0013812333345413208,
3259
+ -0.002572178840637207,
3260
+ -0.12734991312026978,
3261
+ -0.00038076521013863385,
3262
+ 0.0,
3263
+ -0.07253246754407883
3264
+ ],
3265
+ "max": [
3266
+ 0.004445791244506836,
3267
+ 0.0028938651084899902,
3268
+ 0.003013506531715393,
3269
+ 0.05543001368641853,
3270
+ 0.00010123102401848882,
3271
+ 0.008360207080841064,
3272
+ 0.04445378854870796
3273
+ ],
3274
+ "mean": [
3275
+ 6.522080384982232e-07,
3276
+ 1.5060674441701767e-06,
3277
+ -1.9291370430403485e-06,
3278
+ -3.899818546373572e-05,
3279
+ -1.3106690102770454e-05,
3280
+ 6.291288275311101e-06,
3281
+ -6.165238114241746e-05
3282
+ ],
3283
+ "std": [
3284
+ 0.00014816933928746945,
3285
+ 4.858376920483391e-05,
3286
+ 0.00012162774699991029,
3287
+ 0.003332406150410262,
3288
+ 1.9423350741241694e-05,
3289
+ 0.0001330550471230364,
3290
+ 0.0012103443336379997
3291
+ ],
3292
+ "count": [
3293
+ 79558
3294
+ ]
3295
+ },
3296
+ "observation.google_robot.base_position": {
3297
+ "min": [
3298
+ 0.05000000074505806,
3299
+ 0.0,
3300
+ 0.0
3301
+ ],
3302
+ "max": [
3303
+ 0.05000000074505806,
3304
+ 0.0,
3305
+ 0.0
3306
+ ],
3307
+ "mean": [
3308
+ 0.049999999114429976,
3309
+ 0.0,
3310
+ 0.0
3311
+ ],
3312
+ "std": [
3313
+ 1.4866053270097197e-08,
3314
+ 0.0,
3315
+ 0.0
3316
+ ],
3317
+ "count": [
3318
+ 79558
3319
+ ]
3320
+ },
3321
+ "observation.joints": {
3322
+ "min": [
3323
+ -1.3777713775634766,
3324
+ 0.34050390124320984,
3325
+ -0.610840916633606,
3326
+ 0.3172985315322876,
3327
+ -2.2887308597564697,
3328
+ -1.4366912841796875,
3329
+ -3.2867848873138428,
3330
+ 1.0
3331
+ ],
3332
+ "max": [
3333
+ 1.6275509595870972,
3334
+ 1.70551598072052,
3335
+ 3.134434223175049,
3336
+ 3.927000045776367,
3337
+ 2.3408432006835938,
3338
+ 1.0373165607452393,
3339
+ 3.5658047199249268,
3340
+ 1.0
3341
+ ],
3342
+ "mean": [
3343
+ 0.4814580102080137,
3344
+ 0.6359795541542922,
3345
+ -0.36548673347968574,
3346
+ 0.8768457396254616,
3347
+ 0.888378384517264,
3348
+ 0.3484870089286288,
3349
+ 2.3025808366169,
3350
+ 1.0
3351
+ ],
3352
+ "std": [
3353
+ 0.3557060279926978,
3354
+ 0.19057550461395342,
3355
+ 0.28938719715454997,
3356
+ 0.3735320980058044,
3357
+ 0.47976424016238234,
3358
+ 0.27308489576774114,
3359
+ 0.8785428992180672,
3360
+ 0.0
3361
+ ],
3362
+ "count": [
3363
+ 79558
3364
+ ]
3365
+ },
3366
+ "task_index": {
3367
+ "min": [
3368
+ 0
3369
+ ],
3370
+ "max": [
3371
+ 4213
3372
+ ],
3373
+ "mean": [
3374
+ 1960.1899620402726
3375
+ ],
3376
+ "std": [
3377
+ 1227.7894147330753
3378
+ ],
3379
+ "count": [
3380
+ 79558
3381
+ ]
3382
+ },
3383
+ "observation.panda.ee_pose": {
3384
+ "min": [
3385
+ 0.1908402144908905,
3386
+ -0.30643120408058167,
3387
+ 0.07177241146564484,
3388
+ -0.017435962334275246,
3389
+ -5.449431046145037e-05,
3390
+ 0.999065637588501,
3391
+ -0.022972578182816505
3392
+ ],
3393
+ "max": [
3394
+ 0.6190932989120483,
3395
+ 0.3455212116241455,
3396
+ 0.08642768859863281,
3397
+ 0.01341945305466652,
3398
+ 0.03818479925394058,
3399
+ 1.0,
3400
+ 0.0029872646555304527
3401
+ ],
3402
+ "mean": [
3403
+ 0.3984973309349728,
3404
+ 0.005000075950860338,
3405
+ 0.08500136729438365,
3406
+ -4.420467084592982e-05,
3407
+ 0.0001765742128197178,
3408
+ 0.9999981355069555,
3409
+ -0.00017835245359494256
3410
+ ],
3411
+ "std": [
3412
+ 0.10588778974381154,
3413
+ 0.14130990483913242,
3414
+ 0.00018303206215005953,
3415
+ 0.0008041081423685902,
3416
+ 0.0013337402648999478,
3417
+ 2.4057716189003593e-05,
3418
+ 0.0011236462864581728
3419
+ ],
3420
+ "count": [
3421
+ 79558
3422
+ ]
3423
+ },
3424
+ "observation.ur5e.joints": {
3425
+ "min": [
3426
+ -4.4307074546813965,
3427
+ -1.2956701517105103,
3428
+ 1.528042197227478,
3429
+ -3.6045339107513428,
3430
+ -1.5713380575180054,
3431
+ -6.000903606414795,
3432
+ 1.0
3433
+ ],
3434
+ "max": [
3435
+ 3.840970993041992,
3436
+ -0.7541302442550659,
3437
+ 3.080108642578125,
3438
+ -2.344764471054077,
3439
+ -1.5705807209014893,
3440
+ 2.2699477672576904,
3441
+ 1.0
3442
+ ],
3443
+ "mean": [
3444
+ 2.770741095684716,
3445
+ -1.134274178103398,
3446
+ 2.384976815347557,
3447
+ -2.821454592700362,
3448
+ -1.5706995963352042,
3449
+ 1.1998247889936107,
3450
+ 1.0
3451
+ ],
3452
+ "std": [
3453
+ 0.5475547056213461,
3454
+ 0.11533654044981395,
3455
+ 0.2964368987458157,
3456
+ 0.18665248925852984,
3457
+ 3.6040367662373095e-05,
3458
+ 0.547499966550638,
3459
+ 0.0
3460
+ ],
3461
+ "count": [
3462
+ 79558
3463
+ ]
3464
+ },
3465
+ "observation.ur5e.base_position": {
3466
+ "min": [
3467
+ 0.0,
3468
+ 0.0,
3469
+ 0.0
3470
+ ],
3471
+ "max": [
3472
+ 0.0,
3473
+ 0.0,
3474
+ 0.0
3475
+ ],
3476
+ "mean": [
3477
+ 0.0,
3478
+ 0.0,
3479
+ 0.0
3480
+ ],
3481
+ "std": [
3482
+ 0.0,
3483
+ 0.0,
3484
+ 0.0
3485
+ ],
3486
+ "count": [
3487
+ 79558
3488
+ ]
3489
+ },
3490
+ "observation.google_robot.ee_error": {
3491
+ "min": [
3492
+ -2.9802322387695312e-05,
3493
+ -0.001095801591873169,
3494
+ -0.012202456593513489,
3495
+ -0.09658534824848175,
3496
+ -0.00015330985479522496,
3497
+ 0.0,
3498
+ -0.056731000542640686
3499
+ ],
3500
+ "max": [
3501
+ 0.0168035626411438,
3502
+ 0.007014840841293335,
3503
+ 1.9535422325134277e-05,
3504
+ 0.0001956940977834165,
3505
+ 0.00789429061114788,
3506
+ 0.0063114166259765625,
3507
+ 0.0005186693160794675
3508
+ ],
3509
+ "mean": [
3510
+ 4.2231132205535466e-06,
3511
+ -1.0136980675878894e-06,
3512
+ -2.5419042809187873e-06,
3513
+ -7.528197210040122e-05,
3514
+ -5.3024003852748645e-05,
3515
+ 1.5162256233726671e-07,
3516
+ -7.480383057947174e-06
3517
+ ],
3518
+ "std": [
3519
+ 0.00010128357674296622,
3520
+ 2.9286724452841856e-05,
3521
+ 8.582200159136195e-05,
3522
+ 0.0004885671013466426,
3523
+ 6.665662069897607e-05,
3524
+ 2.588553596937851e-05,
3525
+ 0.00026469838734198667
3526
+ ],
3527
+ "count": [
3528
+ 79558
3529
+ ]
3530
+ },
3531
+ "observation.google_robot.joints": {
3532
+ "min": [
3533
+ -0.6754186153411865,
3534
+ 1.5228724479675293,
3535
+ 0.5233755707740784,
3536
+ -2.049999952316284,
3537
+ -1.8043091297149658,
3538
+ -1.4581667184829712,
3539
+ -3.066197633743286,
3540
+ 1.0
3541
+ ],
3542
+ "max": [
3543
+ 1.267042875289917,
3544
+ 2.3339877128601074,
3545
+ 3.7100000381469727,
3546
+ 1.2240689992904663,
3547
+ 1.2069435119628906,
3548
+ 1.3500663042068481,
3549
+ 0.8772963285446167,
3550
+ 1.0
3551
+ ],
3552
+ "mean": [
3553
+ 0.5386536090186038,
3554
+ 1.5867299910506174,
3555
+ 2.500226248993036,
3556
+ -1.5473326804645162,
3557
+ -1.4758491552786492,
3558
+ 0.6671206612120473,
3559
+ -1.078256732608105,
3560
+ 1.0
3561
+ ],
3562
+ "std": [
3563
+ 0.2569069551719817,
3564
+ 0.06829297155445048,
3565
+ 0.23726648893726165,
3566
+ 0.28703405396030446,
3567
+ 0.2996828304392868,
3568
+ 0.22470562768064517,
3569
+ 0.5166265198111449,
3570
+ 0.0
3571
+ ],
3572
+ "count": [
3573
+ 79558
3574
+ ]
3575
+ },
3576
+ "observation.ur5e.ee_pose": {
3577
+ "min": [
3578
+ 0.1908717155456543,
3579
+ -0.30512678623199463,
3580
+ 0.08500014245510101,
3581
+ -0.0002822146052494645,
3582
+ -0.00011349738633725792,
3583
+ 0.9999999403953552,
3584
+ -0.00017904148262459785
3585
+ ],
3586
+ "max": [
3587
+ 0.6190979480743408,
3588
+ 0.34553682804107666,
3589
+ 0.08504121005535126,
3590
+ 3.8594051147811115e-05,
3591
+ 0.00030004518339410424,
3592
+ 1.0,
3593
+ 0.0002664370113052428
3594
+ ],
3595
+ "mean": [
3596
+ 0.39849167045324485,
3597
+ 0.004984940051106347,
3598
+ 0.08500135270404571,
3599
+ -4.8609471355917236e-06,
3600
+ -5.9991239295346846e-05,
3601
+ 0.9999999999895113,
3602
+ 5.25913005806234e-05
3603
+ ],
3604
+ "std": [
3605
+ 0.10590707625964545,
3606
+ 0.14131290718515688,
3607
+ 2.4342491578084415e-06,
3608
+ 2.2826052856314958e-05,
3609
+ 2.737499760468321e-05,
3610
+ 4.231643061666385e-09,
3611
+ 2.4840096254586207e-05
3612
+ ],
3613
+ "count": [
3614
+ 79558
3615
+ ]
3616
+ },
3617
+ "observation.kuka_iiwa.joints": {
3618
+ "min": [
3619
+ -0.9665021300315857,
3620
+ 0.9374006390571594,
3621
+ -0.08624672144651413,
3622
+ -2.094399929046631,
3623
+ -0.44912663102149963,
3624
+ 0.10995116829872131,
3625
+ -0.5842541456222534,
3626
+ 1.0
3627
+ ],
3628
+ "max": [
3629
+ 1.0028592348098755,
3630
+ 1.3986692428588867,
3631
+ 0.14384359121322632,
3632
+ -0.7578253746032715,
3633
+ 0.3108329176902771,
3634
+ 0.9854675531387329,
3635
+ 0.7345446348190308,
3636
+ 1.0
3637
+ ],
3638
+ "mean": [
3639
+ -0.01720571389715657,
3640
+ 1.0197056123668478,
3641
+ 0.03200888544049332,
3642
+ -1.7989746792610302,
3643
+ -0.07822017599081257,
3644
+ 0.37749499954012966,
3645
+ 0.07224588995792622,
3646
+ 1.0
3647
+ ],
3648
+ "std": [
3649
+ 0.3395153136631793,
3650
+ 0.07780939995941612,
3651
+ 0.031952555999988315,
3652
+ 0.277212799697568,
3653
+ 0.09548254211140872,
3654
+ 0.1718716395129564,
3655
+ 0.23947703168789883,
3656
+ 0.0
3657
+ ],
3658
+ "count": [
3659
+ 79558
3660
+ ]
3661
+ },
3662
+ "observation.ur5e.base_orientation": {
3663
+ "min": [
3664
+ 0.0
3665
+ ],
3666
+ "max": [
3667
+ 0.0
3668
+ ],
3669
+ "mean": [
3670
+ 0.0
3671
+ ],
3672
+ "std": [
3673
+ 0.0
3674
+ ],
3675
+ "count": [
3676
+ 79558
3677
+ ]
3678
+ },
3679
+ "observation.google_robot.base_orientation": {
3680
+ "min": [
3681
+ 0.0
3682
+ ],
3683
+ "max": [
3684
+ 0.0
3685
+ ],
3686
+ "mean": [
3687
+ 0.0
3688
+ ],
3689
+ "std": [
3690
+ 0.0
3691
+ ],
3692
+ "count": [
3693
+ 79558
3694
+ ]
3695
+ },
3696
+ "observation.panda.ee_error": {
3697
+ "min": [
3698
+ -0.009168639779090881,
3699
+ -0.0032469555735588074,
3700
+ -0.001427680253982544,
3701
+ -0.01341945305466652,
3702
+ -0.03818479925394058,
3703
+ 0.0,
3704
+ -0.0029872646555304527
3705
+ ],
3706
+ "max": [
3707
+ 0.0009856820106506348,
3708
+ 0.0016210079193115234,
3709
+ 0.013227596879005432,
3710
+ 0.017435962334275246,
3711
+ 5.449431046145037e-05,
3712
+ 0.0009343624114990234,
3713
+ 0.022972578182816505
3714
+ ],
3715
+ "mean": [
3716
+ -3.699766644529907e-06,
3717
+ -4.8947011496506684e-06,
3718
+ -1.3596464726856e-06,
3719
+ 4.420467084592982e-05,
3720
+ -0.0001765742128197178,
3721
+ 1.8724008234977602e-06,
3722
+ 0.00017835245359494256
3723
+ ],
3724
+ "std": [
3725
+ 0.00014090754066691305,
3726
+ 9.513419964438349e-05,
3727
+ 0.00018303213021429808,
3728
+ 0.0008041081423685902,
3729
+ 0.0013337402648999478,
3730
+ 2.4058598847629694e-05,
3731
+ 0.0011236462864581728
3732
+ ],
3733
+ "count": [
3734
+ 79558
3735
+ ]
3736
+ },
3737
+ "observation.images.google_robot": {
3738
+ "min": [
3739
+ [
3740
+ [
3741
+ 0.0
3742
+ ]
3743
+ ],
3744
+ [
3745
+ [
3746
+ 0.0
3747
+ ]
3748
+ ],
3749
+ [
3750
+ [
3751
+ 0.0
3752
+ ]
3753
+ ]
3754
+ ],
3755
+ "max": [
3756
+ [
3757
+ [
3758
+ 1.0
3759
+ ]
3760
+ ],
3761
+ [
3762
+ [
3763
+ 1.0
3764
+ ]
3765
+ ],
3766
+ [
3767
+ [
3768
+ 1.0
3769
+ ]
3770
+ ]
3771
+ ],
3772
+ "mean": [
3773
+ [
3774
+ [
3775
+ 0.431033346223861
3776
+ ]
3777
+ ],
3778
+ [
3779
+ [
3780
+ 0.5251702196369666
3781
+ ]
3782
+ ],
3783
+ [
3784
+ [
3785
+ 0.5560968820427574
3786
+ ]
3787
+ ]
3788
+ ],
3789
+ "std": [
3790
+ [
3791
+ [
3792
+ 0.29446445739035054
3793
+ ]
3794
+ ],
3795
+ [
3796
+ [
3797
+ 0.19066525608761628
3798
+ ]
3799
+ ],
3800
+ [
3801
+ [
3802
+ 0.1432309269945094
3803
+ ]
3804
+ ]
3805
+ ],
3806
+ "count": [
3807
+ 79558
3808
+ ]
3809
+ },
3810
+ "observation.images.kuka_iiwa": {
3811
+ "min": [
3812
+ [
3813
+ [
3814
+ 0.0
3815
+ ]
3816
+ ],
3817
+ [
3818
+ [
3819
+ 0.0
3820
+ ]
3821
+ ],
3822
+ [
3823
+ [
3824
+ 0.0
3825
+ ]
3826
+ ]
3827
+ ],
3828
+ "max": [
3829
+ [
3830
+ [
3831
+ 1.0
3832
+ ]
3833
+ ],
3834
+ [
3835
+ [
3836
+ 1.0
3837
+ ]
3838
+ ],
3839
+ [
3840
+ [
3841
+ 1.0
3842
+ ]
3843
+ ]
3844
+ ],
3845
+ "mean": [
3846
+ [
3847
+ [
3848
+ 0.42548105160779126
3849
+ ]
3850
+ ],
3851
+ [
3852
+ [
3853
+ 0.5106057386929314
3854
+ ]
3855
+ ],
3856
+ [
3857
+ [
3858
+ 0.534877831592943
3859
+ ]
3860
+ ]
3861
+ ],
3862
+ "std": [
3863
+ [
3864
+ [
3865
+ 0.2956929326606155
3866
+ ]
3867
+ ],
3868
+ [
3869
+ [
3870
+ 0.19709930926561442
3871
+ ]
3872
+ ],
3873
+ [
3874
+ [
3875
+ 0.16698995131444744
3876
+ ]
3877
+ ]
3878
+ ],
3879
+ "count": [
3880
+ 79558
3881
+ ]
3882
+ },
3883
+ "observation.images.image": {
3884
+ "min": [
3885
+ [
3886
+ [
3887
+ 0.0
3888
+ ]
3889
+ ],
3890
+ [
3891
+ [
3892
+ 0.0
3893
+ ]
3894
+ ],
3895
+ [
3896
+ [
3897
+ 0.0
3898
+ ]
3899
+ ]
3900
+ ],
3901
+ "max": [
3902
+ [
3903
+ [
3904
+ 1.0
3905
+ ]
3906
+ ],
3907
+ [
3908
+ [
3909
+ 1.0
3910
+ ]
3911
+ ],
3912
+ [
3913
+ [
3914
+ 1.0
3915
+ ]
3916
+ ]
3917
+ ],
3918
+ "mean": [
3919
+ [
3920
+ [
3921
+ 0.42691917356603376
3922
+ ]
3923
+ ],
3924
+ [
3925
+ [
3926
+ 0.537440843284419
3927
+ ]
3928
+ ],
3929
+ [
3930
+ [
3931
+ 0.5631116445903104
3932
+ ]
3933
+ ]
3934
+ ],
3935
+ "std": [
3936
+ [
3937
+ [
3938
+ 0.3001772571174978
3939
+ ]
3940
+ ],
3941
+ [
3942
+ [
3943
+ 0.1946804301442625
3944
+ ]
3945
+ ],
3946
+ [
3947
+ [
3948
+ 0.15032216565173712
3949
+ ]
3950
+ ]
3951
+ ],
3952
+ "count": [
3953
+ 79558
3954
+ ]
3955
+ },
3956
+ "observation.panda.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
+ 79558
3971
+ ]
3972
+ },
3973
+ "observation.sawyer.ee_pose": {
3974
+ "min": [
3975
+ 0.24088682234287262,
3976
+ -0.3051230013370514,
3977
+ 0.08499766886234283,
3978
+ -0.00014983321307227015,
3979
+ -3.487677895464003e-05,
3980
+ 1.0,
3981
+ -7.457619358319789e-05
3982
+ ],
3983
+ "max": [
3984
+ 0.6691017150878906,
3985
+ 0.34552451968193054,
3986
+ 0.08500389754772186,
3987
+ -1.90808223123895e-05,
3988
+ 2.7443093131296337e-05,
3989
+ 1.0,
3990
+ 1.425454411219107e-05
3991
+ ],
3992
+ "mean": [
3993
+ 0.4484974924668716,
3994
+ 0.004995936491237898,
3995
+ 0.08500126720180162,
3996
+ -8.075337020101194e-05,
3997
+ -2.0955763085247402e-06,
3998
+ 1.0,
3999
+ -5.2369788835539525e-05
4000
+ ],
4001
+ "std": [
4002
+ 0.1059058316480589,
4003
+ 0.14131485348355965,
4004
+ 8.0983183617717e-07,
4005
+ 2.004609287486903e-05,
4006
+ 1.2140824400002935e-05,
4007
+ 0.0,
4008
+ 1.5659131654657483e-05
4009
+ ],
4010
+ "count": [
4011
+ 79558
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f40caf95c6568be8e1895a274db72df6684121768d6b342c0bf9dfa58d0552
3
+ size 97515
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:a666f985a5ae1af26c5f412bd2ac26d4ca57dd4fbe26355e02b17725af4a04d1
3
+ size 521191691
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:dce297c788497dd970fce74999ba8e97c5868048730624f9fe203cc4ab6bf005
3
+ size 157042871
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:e48a7ddfb0bfeb82d611730a518b9084e192db022606ac8f89357f854d4a735f
3
+ size 521730156
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:b1c993a8bd887bb22ee6c36a4daaff3e66fdd0556d9e59a8c7b6d4edd98fbfc6
3
+ size 354561334
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:aecead76cd011eab3fb448b72b7902feddb5e6877202a31bb33cb33a18c74df4
3
+ size 520928969
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:290df31ea20c0e86474925d10a5a102fe29afa18ebf57b5c6ea9244103568c00
3
+ size 143531147
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:4b5782e2fc9660fd3c6f6ec78f9567eec39874f636b264b320b870525456ba5d
3
+ size 521186005
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:a013d8a971a2595dd24a36073fba23d9df3e8c34797d7bb6ebcbff46181cbddf
3
+ size 171777515
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:ec999adecfbf1b4e674985856d9a50a97588ee6fa1f7564a35a3bfe1c6ee0583
3
+ size 520851027
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:55e73bb834ae7d840f9be728b7ffe1a1bfda4c03337d8db58a03e8242b38e57e
3
+ size 130502413
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:e1a9854eabc5e9c39769463900ee175f786520c3fe43336afe43da22e411e812
3
+ size 521239035
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:a0eda5b5483ab61a4be5ae716c3a3f17c9ae22925f6ac47fd44a2e127aa55a6c
3
+ size 167967742
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:85698898697c591f8572dc75a23d7f7278804345fed094b2a45dd69a1e20ae9a
3
+ size 521032098
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:e98e07d255525bf917f71df5b1b2c48abb7e3ddd0cd10a75b4376b9ac5d0c86a
3
+ size 135116367
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:085e66d3719834008893950b263852e1dc345a4fbc9cf2af12e8b0637ff9a151
3
+ size 521200523
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:48c40830a4d0aa8cedf67fd182f480b672ee5ef31b7934a1d79aec268f6dff70
3
+ size 158353122