GuanhuaJi commited on
Commit
5d738c2
·
verified ·
1 Parent(s): 6dfcce1

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_370000_375000_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: 79445
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_370000_375000_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,445
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_370000_375000_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: 79445
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_370000_375000_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,445
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:e1bcb8bd89f42cb7868a6467b686b0f5ecbe526f1e8bc02d42b37cb6c03bf08a
3
+ size 61702392
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a9f495ed01c67e72b77d18816fa79f019d3a5f3af4c287ce6fdef1c2a62e72b
3
+ size 26938818
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": 79445,
6
+ "total_tasks": 4202,
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.panda.ee_pose": {
3
+ "min": [
4
+ 0.19095909595489502,
5
+ -0.3063986599445343,
6
+ 0.07251784950494766,
7
+ -0.01728208363056183,
8
+ -4.3400523281889036e-05,
9
+ 0.9991289973258972,
10
+ -0.022983873263001442
11
+ ],
12
+ "max": [
13
+ 0.6190738081932068,
14
+ 0.3456636667251587,
15
+ 0.0864306390285492,
16
+ 0.011897346004843712,
17
+ 0.03685396909713745,
18
+ 1.0,
19
+ 0.0022025792859494686
20
+ ],
21
+ "mean": [
22
+ 0.3990597170738406,
23
+ 0.0043273010843864045,
24
+ 0.08499985312901973,
25
+ -6.425543147987547e-05,
26
+ 0.00016374818086276296,
27
+ 0.9999983796157144,
28
+ -0.0001699488785693354
29
+ ],
30
+ "std": [
31
+ 0.10545159765690745,
32
+ 0.1422350928433102,
33
+ 0.0001861142105157708,
34
+ 0.0009221884626688777,
35
+ 0.0011618688575153603,
36
+ 2.0449934611004393e-05,
37
+ 0.0010030487755700104
38
+ ],
39
+ "count": [
40
+ 79445
41
+ ]
42
+ },
43
+ "observation.ur5e.ee_pose": {
44
+ "min": [
45
+ 0.11974863708019257,
46
+ -0.3051188886165619,
47
+ 0.07646635174751282,
48
+ -0.0005147874471731484,
49
+ -0.09864702075719833,
50
+ 0.8957457542419434,
51
+ -0.019217872992157936
52
+ ],
53
+ "max": [
54
+ 0.6190784573554993,
55
+ 0.34567931294441223,
56
+ 0.10496803373098373,
57
+ 0.3226194977760315,
58
+ 0.0012117723235860467,
59
+ 1.0,
60
+ 0.4168992340564728
61
+ ],
62
+ "mean": [
63
+ 0.3990299200967017,
64
+ 0.004305946841570255,
65
+ 0.08500095287898135,
66
+ 6.586874273697818e-05,
67
+ -6.167499093973076e-05,
68
+ 0.9999886208824803,
69
+ 7.912560326239137e-05
70
+ ],
71
+ "std": [
72
+ 0.10550474682385934,
73
+ 0.14223069031916374,
74
+ 0.000107529367010178,
75
+ 0.004047342240222909,
76
+ 0.00035132108938818184,
77
+ 0.0007163593690524117,
78
+ 0.0023946559915780873
79
+ ],
80
+ "count": [
81
+ 79445
82
+ ]
83
+ },
84
+ "frame_index": {
85
+ "min": [
86
+ 0
87
+ ],
88
+ "max": [
89
+ 49
90
+ ],
91
+ "mean": [
92
+ 10.068097425892127
93
+ ],
94
+ "std": [
95
+ 8.803625827825503
96
+ ],
97
+ "count": [
98
+ 79445
99
+ ]
100
+ },
101
+ "observation.google_robot.joints": {
102
+ "min": [
103
+ -0.6106652617454529,
104
+ 1.5228718519210815,
105
+ 0.7387138605117798,
106
+ -2.049999952316284,
107
+ -1.804476261138916,
108
+ -1.2803471088409424,
109
+ -3.105207920074463,
110
+ 1.0
111
+ ],
112
+ "max": [
113
+ 1.2654529809951782,
114
+ 2.334796190261841,
115
+ 3.7100000381469727,
116
+ 0.3542548716068268,
117
+ 1.66871178150177,
118
+ 1.350053310394287,
119
+ 0.7756044268608093,
120
+ 1.0
121
+ ],
122
+ "mean": [
123
+ 0.5376846608797433,
124
+ 1.586427533502763,
125
+ 2.502334587662086,
126
+ -1.5449206982968744,
127
+ -1.4781297759665883,
128
+ 0.6647607598705978,
129
+ -1.0773002057841818,
130
+ 1.0
131
+ ],
132
+ "std": [
133
+ 0.2570957768224752,
134
+ 0.06813968227335312,
135
+ 0.23782524036650737,
136
+ 0.2832381923561403,
137
+ 0.29848187541897525,
138
+ 0.226917370554666,
139
+ 0.5077711009248131,
140
+ 0.0
141
+ ],
142
+ "count": [
143
+ 79445
144
+ ]
145
+ },
146
+ "observation.panda.base_orientation": {
147
+ "min": [
148
+ 0.0
149
+ ],
150
+ "max": [
151
+ 0.0
152
+ ],
153
+ "mean": [
154
+ 0.0
155
+ ],
156
+ "std": [
157
+ 0.0
158
+ ],
159
+ "count": [
160
+ 79445
161
+ ]
162
+ },
163
+ "observation.ur5e.base_position": {
164
+ "min": [
165
+ 0.0,
166
+ 0.0,
167
+ 0.0
168
+ ],
169
+ "max": [
170
+ 0.0,
171
+ 0.0,
172
+ 0.0
173
+ ],
174
+ "mean": [
175
+ 0.0,
176
+ 0.0,
177
+ 0.0
178
+ ],
179
+ "std": [
180
+ 0.0,
181
+ 0.0,
182
+ 0.0
183
+ ],
184
+ "count": [
185
+ 79445
186
+ ]
187
+ },
188
+ "episode_index": {
189
+ "min": [
190
+ 0
191
+ ],
192
+ "max": [
193
+ 4999
194
+ ],
195
+ "mean": [
196
+ 2502.579155390522
197
+ ],
198
+ "std": [
199
+ 1450.1465559782614
200
+ ],
201
+ "count": [
202
+ 79445
203
+ ]
204
+ },
205
+ "observation.images.jaco": {
206
+ "min": [
207
+ [
208
+ [
209
+ 0.0
210
+ ]
211
+ ],
212
+ [
213
+ [
214
+ 0.0
215
+ ]
216
+ ],
217
+ [
218
+ [
219
+ 0.0
220
+ ]
221
+ ]
222
+ ],
223
+ "max": [
224
+ [
225
+ [
226
+ 1.0
227
+ ]
228
+ ],
229
+ [
230
+ [
231
+ 1.0
232
+ ]
233
+ ],
234
+ [
235
+ [
236
+ 1.0
237
+ ]
238
+ ]
239
+ ],
240
+ "mean": [
241
+ [
242
+ [
243
+ 0.41209939350485747
244
+ ]
245
+ ],
246
+ [
247
+ [
248
+ 0.5067486561454175
249
+ ]
250
+ ],
251
+ [
252
+ [
253
+ 0.5380630857305139
254
+ ]
255
+ ]
256
+ ],
257
+ "std": [
258
+ [
259
+ [
260
+ 0.29903769025911014
261
+ ]
262
+ ],
263
+ [
264
+ [
265
+ 0.20607017169731792
266
+ ]
267
+ ],
268
+ [
269
+ [
270
+ 0.1662852050236711
271
+ ]
272
+ ]
273
+ ],
274
+ "count": [
275
+ 79445
276
+ ]
277
+ },
278
+ "observation.sawyer.ee_error": {
279
+ "min": [
280
+ -7.331371307373047e-06,
281
+ -1.6987323760986328e-06,
282
+ -3.896653652191162e-06,
283
+ 2.0179304556222633e-05,
284
+ -2.7483258236316033e-05,
285
+ 0.0,
286
+ -1.3557155398302712e-05
287
+ ],
288
+ "max": [
289
+ 4.76837158203125e-07,
290
+ 1.2814998626708984e-06,
291
+ 2.332031726837158e-06,
292
+ 0.0001495969481766224,
293
+ 3.494274278637022e-05,
294
+ 0.0,
295
+ 7.458157051587477e-05
296
+ ],
297
+ "mean": [
298
+ -3.854394241546634e-06,
299
+ -7.562610199747787e-07,
300
+ -1.28070730308092e-06,
301
+ 8.073335802339843e-05,
302
+ 2.0549481493684188e-06,
303
+ 0.0,
304
+ 5.233967070518928e-05
305
+ ],
306
+ "std": [
307
+ 1.1248262555566767e-06,
308
+ 2.6326696080909486e-07,
309
+ 7.955628586074982e-07,
310
+ 1.9736687782270947e-05,
311
+ 1.2363417351145671e-05,
312
+ 0.0,
313
+ 1.556155562085248e-05
314
+ ],
315
+ "count": [
316
+ 79445
317
+ ]
318
+ },
319
+ "observation.state": {
320
+ "min": [
321
+ 0.19088689982891083,
322
+ -0.30513009428977966
323
+ ],
324
+ "max": [
325
+ 0.619091272354126,
326
+ 0.3456655442714691
327
+ ],
328
+ "mean": [
329
+ 0.39908140740608267,
330
+ 0.004163609943902918
331
+ ],
332
+ "std": [
333
+ 0.10603935071721865,
334
+ 0.1429184629049616
335
+ ],
336
+ "count": [
337
+ 79445
338
+ ]
339
+ },
340
+ "observation.jaco.base_position": {
341
+ "min": [
342
+ 0.0,
343
+ 0.0,
344
+ 0.0
345
+ ],
346
+ "max": [
347
+ 0.0,
348
+ 0.0,
349
+ 0.0
350
+ ],
351
+ "mean": [
352
+ 0.0,
353
+ 0.0,
354
+ 0.0
355
+ ],
356
+ "std": [
357
+ 0.0,
358
+ 0.0,
359
+ 0.0
360
+ ],
361
+ "count": [
362
+ 79445
363
+ ]
364
+ },
365
+ "observation.jaco.base_orientation": {
366
+ "min": [
367
+ 0.0
368
+ ],
369
+ "max": [
370
+ 0.0
371
+ ],
372
+ "mean": [
373
+ 0.0
374
+ ],
375
+ "std": [
376
+ 0.0
377
+ ],
378
+ "count": [
379
+ 79445
380
+ ]
381
+ },
382
+ "natural_language_instruction": {
383
+ "min": [
384
+ 97,
385
+ 97,
386
+ 32,
387
+ 32,
388
+ 32,
389
+ 32,
390
+ 32,
391
+ 32,
392
+ 32,
393
+ 32,
394
+ 32,
395
+ 32,
396
+ 32,
397
+ 32,
398
+ 32,
399
+ 32,
400
+ 32,
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
+ 0,
816
+ 0,
817
+ 0,
818
+ 0,
819
+ 0,
820
+ 0,
821
+ 0,
822
+ 0,
823
+ 0,
824
+ 0,
825
+ 0,
826
+ 0,
827
+ 0,
828
+ 0,
829
+ 0,
830
+ 0,
831
+ 0,
832
+ 0,
833
+ 0,
834
+ 0,
835
+ 0,
836
+ 0,
837
+ 0,
838
+ 0,
839
+ 0,
840
+ 0,
841
+ 0,
842
+ 0,
843
+ 0,
844
+ 0,
845
+ 0,
846
+ 0,
847
+ 0,
848
+ 0,
849
+ 0,
850
+ 0,
851
+ 0,
852
+ 0,
853
+ 0,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ 0,
861
+ 0,
862
+ 0,
863
+ 0,
864
+ 0,
865
+ 0,
866
+ 0,
867
+ 0,
868
+ 0,
869
+ 0,
870
+ 0,
871
+ 0,
872
+ 0,
873
+ 0,
874
+ 0,
875
+ 0,
876
+ 0,
877
+ 0,
878
+ 0,
879
+ 0,
880
+ 0,
881
+ 0,
882
+ 0,
883
+ 0,
884
+ 0,
885
+ 0,
886
+ 0,
887
+ 0,
888
+ 0,
889
+ 0,
890
+ 0,
891
+ 0,
892
+ 0,
893
+ 0,
894
+ 0,
895
+ 0
896
+ ],
897
+ "max": [
898
+ 116,
899
+ 117,
900
+ 118,
901
+ 117,
902
+ 121,
903
+ 121,
904
+ 121,
905
+ 121,
906
+ 121,
907
+ 121,
908
+ 121,
909
+ 122,
910
+ 121,
911
+ 121,
912
+ 121,
913
+ 120,
914
+ 121,
915
+ 121,
916
+ 122,
917
+ 122,
918
+ 122,
919
+ 121,
920
+ 122,
921
+ 122,
922
+ 121,
923
+ 122,
924
+ 122,
925
+ 122,
926
+ 122,
927
+ 122,
928
+ 121,
929
+ 122,
930
+ 121,
931
+ 121,
932
+ 121,
933
+ 122,
934
+ 121,
935
+ 122,
936
+ 122,
937
+ 122,
938
+ 122,
939
+ 121,
940
+ 121,
941
+ 122,
942
+ 122,
943
+ 122,
944
+ 121,
945
+ 121,
946
+ 121,
947
+ 121,
948
+ 121,
949
+ 121,
950
+ 121,
951
+ 121,
952
+ 121,
953
+ 121,
954
+ 121,
955
+ 121,
956
+ 121,
957
+ 121,
958
+ 121,
959
+ 121,
960
+ 121,
961
+ 121,
962
+ 122,
963
+ 120,
964
+ 120,
965
+ 120,
966
+ 120,
967
+ 116,
968
+ 120,
969
+ 116,
970
+ 121,
971
+ 116,
972
+ 116,
973
+ 116,
974
+ 116,
975
+ 119,
976
+ 116,
977
+ 111,
978
+ 114,
979
+ 120,
980
+ 116,
981
+ 116,
982
+ 111,
983
+ 110,
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
+ 0,
1330
+ 0,
1331
+ 0,
1332
+ 0,
1333
+ 0,
1334
+ 0,
1335
+ 0,
1336
+ 0,
1337
+ 0,
1338
+ 0,
1339
+ 0,
1340
+ 0,
1341
+ 0,
1342
+ 0,
1343
+ 0,
1344
+ 0,
1345
+ 0,
1346
+ 0,
1347
+ 0,
1348
+ 0,
1349
+ 0,
1350
+ 0,
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ 0,
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ 0,
1361
+ 0,
1362
+ 0,
1363
+ 0,
1364
+ 0,
1365
+ 0,
1366
+ 0,
1367
+ 0,
1368
+ 0,
1369
+ 0,
1370
+ 0,
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ 0,
1377
+ 0,
1378
+ 0,
1379
+ 0,
1380
+ 0,
1381
+ 0,
1382
+ 0,
1383
+ 0,
1384
+ 0,
1385
+ 0,
1386
+ 0,
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ 0,
1393
+ 0,
1394
+ 0,
1395
+ 0,
1396
+ 0,
1397
+ 0,
1398
+ 0,
1399
+ 0,
1400
+ 0,
1401
+ 0,
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 0,
1409
+ 0
1410
+ ],
1411
+ "mean": [
1412
+ 111.19640002517465,
1413
+ 111.40127131978097,
1414
+ 111.60158600289509,
1415
+ 101.41214676820442,
1416
+ 58.04097174145635,
1417
+ 90.96439045880798,
1418
+ 107.42757882812008,
1419
+ 103.24180250487758,
1420
+ 60.29976713449556,
1421
+ 87.95522688652527,
1422
+ 101.96946315060734,
1423
+ 104.38033859903078,
1424
+ 91.19267417710365,
1425
+ 88.41455094719618,
1426
+ 92.05864434514444,
1427
+ 92.9696519604758,
1428
+ 99.6605576184782,
1429
+ 94.6926930580905,
1430
+ 94.83725848070992,
1431
+ 92.66782050475172,
1432
+ 97.64556611492227,
1433
+ 89.31706211844673,
1434
+ 92.2427465542199,
1435
+ 94.54651645792687,
1436
+ 93.69448045817862,
1437
+ 91.88773365221222,
1438
+ 91.63528227075335,
1439
+ 90.9281389640632,
1440
+ 89.87867077852603,
1441
+ 89.36508276165901,
1442
+ 86.62182642079426,
1443
+ 86.0202655925483,
1444
+ 84.31370130278809,
1445
+ 81.55393039209515,
1446
+ 79.93873749134622,
1447
+ 78.42584177733023,
1448
+ 74.9717288690289,
1449
+ 72.3614324375354,
1450
+ 69.04983321794953,
1451
+ 66.46550443703191,
1452
+ 62.7996853168859,
1453
+ 57.165674365913524,
1454
+ 53.660721253697524,
1455
+ 49.36032475297375,
1456
+ 46.17277361696771,
1457
+ 41.58955252061175,
1458
+ 37.415759330354334,
1459
+ 34.11337403234943,
1460
+ 30.799446157719178,
1461
+ 27.88748190572094,
1462
+ 25.718635534017245,
1463
+ 23.28217005475486,
1464
+ 21.068814903392283,
1465
+ 18.701743344452137,
1466
+ 17.107659386997295,
1467
+ 14.737503933538926,
1468
+ 12.74754861854113,
1469
+ 11.290968594625213,
1470
+ 9.43591163698156,
1471
+ 8.251494744791994,
1472
+ 7.051255585625276,
1473
+ 6.055661149222733,
1474
+ 5.152948580779156,
1475
+ 4.274982692428725,
1476
+ 3.2430989993076973,
1477
+ 3.0462835924224305,
1478
+ 2.6809868462458306,
1479
+ 2.1452829001195797,
1480
+ 2.067984139971049,
1481
+ 1.7362326137579458,
1482
+ 1.2415004090880484,
1483
+ 1.0588079803637738,
1484
+ 0.9592422430612373,
1485
+ 0.6781672855434577,
1486
+ 0.5938951475863805,
1487
+ 0.5734155705204859,
1488
+ 0.4487003587387501,
1489
+ 0.3058468122600541,
1490
+ 0.17603373402983197,
1491
+ 0.20396500723771163,
1492
+ 0.23149348605953804,
1493
+ 0.2136950091258103,
1494
+ 0.2114292907042608,
1495
+ 0.1671596702120964,
1496
+ 0.0917741833973189,
1497
+ 0.01661526842469633,
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
+ 0.0,
1844
+ 0.0,
1845
+ 0.0,
1846
+ 0.0,
1847
+ 0.0,
1848
+ 0.0,
1849
+ 0.0,
1850
+ 0.0,
1851
+ 0.0,
1852
+ 0.0,
1853
+ 0.0,
1854
+ 0.0,
1855
+ 0.0,
1856
+ 0.0,
1857
+ 0.0,
1858
+ 0.0,
1859
+ 0.0,
1860
+ 0.0,
1861
+ 0.0,
1862
+ 0.0,
1863
+ 0.0,
1864
+ 0.0,
1865
+ 0.0,
1866
+ 0.0,
1867
+ 0.0,
1868
+ 0.0,
1869
+ 0.0,
1870
+ 0.0,
1871
+ 0.0,
1872
+ 0.0,
1873
+ 0.0,
1874
+ 0.0,
1875
+ 0.0,
1876
+ 0.0,
1877
+ 0.0,
1878
+ 0.0,
1879
+ 0.0,
1880
+ 0.0,
1881
+ 0.0,
1882
+ 0.0,
1883
+ 0.0,
1884
+ 0.0,
1885
+ 0.0,
1886
+ 0.0,
1887
+ 0.0,
1888
+ 0.0,
1889
+ 0.0,
1890
+ 0.0,
1891
+ 0.0,
1892
+ 0.0,
1893
+ 0.0,
1894
+ 0.0,
1895
+ 0.0,
1896
+ 0.0,
1897
+ 0.0,
1898
+ 0.0,
1899
+ 0.0,
1900
+ 0.0,
1901
+ 0.0,
1902
+ 0.0,
1903
+ 0.0,
1904
+ 0.0,
1905
+ 0.0,
1906
+ 0.0,
1907
+ 0.0,
1908
+ 0.0,
1909
+ 0.0,
1910
+ 0.0,
1911
+ 0.0,
1912
+ 0.0,
1913
+ 0.0,
1914
+ 0.0,
1915
+ 0.0,
1916
+ 0.0,
1917
+ 0.0,
1918
+ 0.0,
1919
+ 0.0,
1920
+ 0.0,
1921
+ 0.0,
1922
+ 0.0,
1923
+ 0.0
1924
+ ],
1925
+ "std": [
1926
+ 2.839270768775481,
1927
+ 4.485514719730748,
1928
+ 7.364126945119769,
1929
+ 6.568063333685031,
1930
+ 35.05238244719087,
1931
+ 37.163618623495466,
1932
+ 9.9989819953779,
1933
+ 8.010436717484538,
1934
+ 35.644015139847426,
1935
+ 35.06904327877521,
1936
+ 19.955020198207514,
1937
+ 14.375550432406015,
1938
+ 29.08774646831041,
1939
+ 32.998811464168874,
1940
+ 33.40543576989576,
1941
+ 31.957786097853116,
1942
+ 22.75513683140513,
1943
+ 26.593087716253006,
1944
+ 28.103732602680818,
1945
+ 30.395079486395947,
1946
+ 26.71441067219425,
1947
+ 33.448116064696606,
1948
+ 32.49812160370083,
1949
+ 30.406545562938565,
1950
+ 31.433043227692632,
1951
+ 32.788615494040364,
1952
+ 33.184067999301334,
1953
+ 33.61535032201284,
1954
+ 34.77613788176965,
1955
+ 35.58857232951176,
1956
+ 37.379844408320814,
1957
+ 38.48377301021346,
1958
+ 40.10445671461906,
1959
+ 41.98540068935667,
1960
+ 43.01401265406518,
1961
+ 44.26108129440045,
1962
+ 45.84623737357952,
1963
+ 47.635603079101976,
1964
+ 48.81235579797967,
1965
+ 49.68992616440833,
1966
+ 50.69825638252506,
1967
+ 51.26079763040154,
1968
+ 51.69613491759746,
1969
+ 51.62511269336947,
1970
+ 51.676541407405125,
1971
+ 50.735438942244855,
1972
+ 49.655948828580335,
1973
+ 48.51947433783114,
1974
+ 47.1895637375763,
1975
+ 45.847442476456884,
1976
+ 44.832953305121144,
1977
+ 43.11832353338658,
1978
+ 41.666996790607726,
1979
+ 39.78654984856042,
1980
+ 38.68790324184663,
1981
+ 36.22885521747228,
1982
+ 34.06770068605375,
1983
+ 32.31080418123727,
1984
+ 29.832292886014088,
1985
+ 28.23645587142208,
1986
+ 26.275511574340893,
1987
+ 24.44856882664749,
1988
+ 22.678204168841987,
1989
+ 20.691714020732146,
1990
+ 17.867731041251083,
1991
+ 17.529978033105373,
1992
+ 16.597154236148967,
1993
+ 14.590314438274802,
1994
+ 14.64845305434679,
1995
+ 13.465154575616017,
1996
+ 11.305607499972627,
1997
+ 10.363177433789676,
1998
+ 10.021576588099041,
1999
+ 8.343520945046322,
2000
+ 7.739292180379892,
2001
+ 7.7882245883829935,
2002
+ 6.889094889819046,
2003
+ 5.678404383634889,
2004
+ 3.799902891242898,
2005
+ 4.469093663722503,
2006
+ 4.933247663610227,
2007
+ 4.801424122959364,
2008
+ 4.749334560520229,
2009
+ 4.215863516170701,
2010
+ 3.070575383472226,
2011
+ 1.3518148762207047,
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
+ 0.0,
2358
+ 0.0,
2359
+ 0.0,
2360
+ 0.0,
2361
+ 0.0,
2362
+ 0.0,
2363
+ 0.0,
2364
+ 0.0,
2365
+ 0.0,
2366
+ 0.0,
2367
+ 0.0,
2368
+ 0.0,
2369
+ 0.0,
2370
+ 0.0,
2371
+ 0.0,
2372
+ 0.0,
2373
+ 0.0,
2374
+ 0.0,
2375
+ 0.0,
2376
+ 0.0,
2377
+ 0.0,
2378
+ 0.0,
2379
+ 0.0,
2380
+ 0.0,
2381
+ 0.0,
2382
+ 0.0,
2383
+ 0.0,
2384
+ 0.0,
2385
+ 0.0,
2386
+ 0.0,
2387
+ 0.0,
2388
+ 0.0,
2389
+ 0.0,
2390
+ 0.0,
2391
+ 0.0,
2392
+ 0.0,
2393
+ 0.0,
2394
+ 0.0,
2395
+ 0.0,
2396
+ 0.0,
2397
+ 0.0,
2398
+ 0.0,
2399
+ 0.0,
2400
+ 0.0,
2401
+ 0.0,
2402
+ 0.0,
2403
+ 0.0,
2404
+ 0.0,
2405
+ 0.0,
2406
+ 0.0,
2407
+ 0.0,
2408
+ 0.0,
2409
+ 0.0,
2410
+ 0.0,
2411
+ 0.0,
2412
+ 0.0,
2413
+ 0.0,
2414
+ 0.0,
2415
+ 0.0,
2416
+ 0.0,
2417
+ 0.0,
2418
+ 0.0,
2419
+ 0.0,
2420
+ 0.0,
2421
+ 0.0,
2422
+ 0.0,
2423
+ 0.0,
2424
+ 0.0,
2425
+ 0.0,
2426
+ 0.0,
2427
+ 0.0,
2428
+ 0.0,
2429
+ 0.0,
2430
+ 0.0,
2431
+ 0.0,
2432
+ 0.0,
2433
+ 0.0,
2434
+ 0.0,
2435
+ 0.0,
2436
+ 0.0,
2437
+ 0.0
2438
+ ],
2439
+ "count": [
2440
+ 79445
2441
+ ]
2442
+ },
2443
+ "observation.ur5e.ee_error": {
2444
+ "min": [
2445
+ -7.370114326477051e-05,
2446
+ -0.021526385098695755,
2447
+ -0.019968032836914062,
2448
+ -0.3226194977760315,
2449
+ -0.0012117723235860467,
2450
+ 0.0,
2451
+ -0.4168992340564728
2452
+ ],
2453
+ "max": [
2454
+ 0.10424736142158508,
2455
+ 0.14297756552696228,
2456
+ 0.008533656597137451,
2457
+ 0.0005147874471731484,
2458
+ 0.09864702075719833,
2459
+ 0.10425424575805664,
2460
+ 0.019217872992157936
2461
+ ],
2462
+ "mean": [
2463
+ 2.3657265542957412e-05,
2464
+ 1.5303300787320516e-05,
2465
+ -9.4499180743898e-07,
2466
+ -6.586874273697818e-05,
2467
+ 6.167499093973076e-05,
2468
+ 1.137939164709171e-05,
2469
+ -7.912560326239137e-05
2470
+ ],
2471
+ "std": [
2472
+ 0.0012382526557958152,
2473
+ 0.000738428944829274,
2474
+ 0.00010752939574033218,
2475
+ 0.004047342240222909,
2476
+ 0.00035132108938818184,
2477
+ 0.0007163585188151951,
2478
+ 0.0023946559915780873
2479
+ ],
2480
+ "count": [
2481
+ 79445
2482
+ ]
2483
+ },
2484
+ "observation.kuka_iiwa.ee_error": {
2485
+ "min": [
2486
+ -0.043636053800582886,
2487
+ -0.016791105270385742,
2488
+ -9.298324584960938e-06,
2489
+ -6.031326120137237e-05,
2490
+ -2.331603354832623e-05,
2491
+ 0.0,
2492
+ -0.11695151031017303
2493
+ ],
2494
+ "max": [
2495
+ 9.417533874511719e-06,
2496
+ 0.016805827617645264,
2497
+ 0.02389008179306984,
2498
+ 0.3093443810939789,
2499
+ 3.719403684954159e-05,
2500
+ 0.04909008741378784,
2501
+ 0.11707374453544617
2502
+ ],
2503
+ "mean": [
2504
+ -0.0035205595596028475,
2505
+ -3.916604127104424e-05,
2506
+ 0.0016830899301412076,
2507
+ 0.02410728214939322,
2508
+ 5.187330733985615e-06,
2509
+ 0.002217825120499757,
2510
+ 0.0002660762506012696
2511
+ ],
2512
+ "std": [
2513
+ 0.008463827712108152,
2514
+ 0.002753583266624689,
2515
+ 0.004217395126355985,
2516
+ 0.05867494031675628,
2517
+ 1.2065326823262384e-05,
2518
+ 0.007008301688506228,
2519
+ 0.018911261675621654
2520
+ ],
2521
+ "count": [
2522
+ 79445
2523
+ ]
2524
+ },
2525
+ "observation.jaco.joints": {
2526
+ "min": [
2527
+ -0.997645378112793,
2528
+ 1.6688350439071655,
2529
+ 3.3437561988830566,
2530
+ -3.688568115234375,
2531
+ -1.758151650428772,
2532
+ -2.04909086227417,
2533
+ 1.0
2534
+ ],
2535
+ "max": [
2536
+ 1.1861237287521362,
2537
+ 2.273094892501831,
2538
+ 5.919853687286377,
2539
+ 1.5135462284088135,
2540
+ 1.7660716772079468,
2541
+ 3.3682641983032227,
2542
+ 1.0
2543
+ ],
2544
+ "mean": [
2545
+ 0.14655445290712746,
2546
+ 2.185790696728709,
2547
+ 4.985586927541665,
2548
+ 0.09978542626401973,
2549
+ -0.39374651983959197,
2550
+ 0.2524534225441946,
2551
+ 1.0
2552
+ ],
2553
+ "std": [
2554
+ 0.3594677709205735,
2555
+ 0.09247126582048223,
2556
+ 0.43016925325804667,
2557
+ 0.2682154078026319,
2558
+ 0.41317692038951,
2559
+ 0.39221829038314476,
2560
+ 0.0
2561
+ ],
2562
+ "count": [
2563
+ 79445
2564
+ ]
2565
+ },
2566
+ "observation.panda.base_position": {
2567
+ "min": [
2568
+ 0.0,
2569
+ 0.0,
2570
+ 0.0
2571
+ ],
2572
+ "max": [
2573
+ 0.0,
2574
+ 0.0,
2575
+ 0.0
2576
+ ],
2577
+ "mean": [
2578
+ 0.0,
2579
+ 0.0,
2580
+ 0.0
2581
+ ],
2582
+ "std": [
2583
+ 0.0,
2584
+ 0.0,
2585
+ 0.0
2586
+ ],
2587
+ "count": [
2588
+ 79445
2589
+ ]
2590
+ },
2591
+ "observation.kuka_iiwa.ee_pose": {
2592
+ "min": [
2593
+ 0.24096013605594635,
2594
+ -0.30511343479156494,
2595
+ 0.06110992655158043,
2596
+ -0.3093443810939789,
2597
+ -3.719403684954159e-05,
2598
+ 0.9509099125862122,
2599
+ -0.11707374453544617
2600
+ ],
2601
+ "max": [
2602
+ 0.6690770387649536,
2603
+ 0.34566301107406616,
2604
+ 0.08500930666923523,
2605
+ 6.031326120137237e-05,
2606
+ 2.331603354832623e-05,
2607
+ 1.0,
2608
+ 0.11695151031017303
2609
+ ],
2610
+ "mean": [
2611
+ 0.4525741482812242,
2612
+ 0.004360416195427759,
2613
+ 0.08331691909259513,
2614
+ -0.02410728214939322,
2615
+ -5.187330733985615e-06,
2616
+ 0.9977821753769166,
2617
+ -0.0002660762506012696
2618
+ ],
2619
+ "std": [
2620
+ 0.10043443185301436,
2621
+ 0.1430385899142259,
2622
+ 0.004217395589646886,
2623
+ 0.05867494031675628,
2624
+ 1.2065326823262384e-05,
2625
+ 0.007008302750006167,
2626
+ 0.018911261675621654
2627
+ ],
2628
+ "count": [
2629
+ 79445
2630
+ ]
2631
+ },
2632
+ "observation.panda.ee_error": {
2633
+ "min": [
2634
+ -0.008747264742851257,
2635
+ -0.0031274035573005676,
2636
+ -0.0014306306838989258,
2637
+ -0.011897346004843712,
2638
+ -0.03685396909713745,
2639
+ 0.0,
2640
+ -0.0022025792859494686
2641
+ ],
2642
+ "max": [
2643
+ 0.0010014772415161133,
2644
+ 0.0016472935676574707,
2645
+ 0.012482158839702606,
2646
+ 0.01728208363056183,
2647
+ 4.3400523281889036e-05,
2648
+ 0.0008710026741027832,
2649
+ 0.022983873263001442
2650
+ ],
2651
+ "mean": [
2652
+ -6.141260577558004e-06,
2653
+ -6.051154255462485e-06,
2654
+ 1.5466894953966443e-07,
2655
+ 6.425543147987547e-05,
2656
+ -0.00016374818086276296,
2657
+ 1.6290070536956055e-06,
2658
+ 0.0001699488785693354
2659
+ ],
2660
+ "std": [
2661
+ 0.0001507520772025471,
2662
+ 8.83708838878292e-05,
2663
+ 0.0001861142295045707,
2664
+ 0.0009221884626688777,
2665
+ 0.0011618688575153603,
2666
+ 2.0451285122621535e-05,
2667
+ 0.0010030487755700104
2668
+ ],
2669
+ "count": [
2670
+ 79445
2671
+ ]
2672
+ },
2673
+ "observation.images.sawyer": {
2674
+ "min": [
2675
+ [
2676
+ [
2677
+ 0.0
2678
+ ]
2679
+ ],
2680
+ [
2681
+ [
2682
+ 0.0
2683
+ ]
2684
+ ],
2685
+ [
2686
+ [
2687
+ 0.0
2688
+ ]
2689
+ ]
2690
+ ],
2691
+ "max": [
2692
+ [
2693
+ [
2694
+ 1.0
2695
+ ]
2696
+ ],
2697
+ [
2698
+ [
2699
+ 1.0
2700
+ ]
2701
+ ],
2702
+ [
2703
+ [
2704
+ 1.0
2705
+ ]
2706
+ ]
2707
+ ],
2708
+ "mean": [
2709
+ [
2710
+ [
2711
+ 0.41493369328556573
2712
+ ]
2713
+ ],
2714
+ [
2715
+ [
2716
+ 0.4984609833559371
2717
+ ]
2718
+ ],
2719
+ [
2720
+ [
2721
+ 0.5287595217488522
2722
+ ]
2723
+ ]
2724
+ ],
2725
+ "std": [
2726
+ [
2727
+ [
2728
+ 0.29528353633429305
2729
+ ]
2730
+ ],
2731
+ [
2732
+ [
2733
+ 0.21177835776403003
2734
+ ]
2735
+ ],
2736
+ [
2737
+ [
2738
+ 0.17625324836885345
2739
+ ]
2740
+ ]
2741
+ ],
2742
+ "count": [
2743
+ 79445
2744
+ ]
2745
+ },
2746
+ "observation.kinova3.joints": {
2747
+ "min": [
2748
+ -1.2175170183181763,
2749
+ 0.8360763788223267,
2750
+ -1.518141269683838,
2751
+ 0.6306003332138062,
2752
+ -1.6007927656173706,
2753
+ -1.588074803352356,
2754
+ -0.7192314267158508,
2755
+ 1.0
2756
+ ],
2757
+ "max": [
2758
+ 1.1704795360565186,
2759
+ 1.655078411102295,
2760
+ 0.1367359459400177,
2761
+ 2.569999933242798,
2762
+ 0.4637067914009094,
2763
+ 1.1622583866119385,
2764
+ 1.7561123371124268,
2765
+ 1.0
2766
+ ],
2767
+ "mean": [
2768
+ -0.0462074464262404,
2769
+ 0.9276692376532019,
2770
+ -0.04174839572144349,
2771
+ 1.9168430617865626,
2772
+ -0.016771839421648296,
2773
+ 0.29167103449782633,
2774
+ -0.051882423969522716,
2775
+ 1.0
2776
+ ],
2777
+ "std": [
2778
+ 0.391181708370465,
2779
+ 0.11253536422042834,
2780
+ 0.17797380142017388,
2781
+ 0.36815229553654866,
2782
+ 0.25001735261918195,
2783
+ 0.3540209013462321,
2784
+ 0.2991119223622183,
2785
+ 0.0
2786
+ ],
2787
+ "count": [
2788
+ 79445
2789
+ ]
2790
+ },
2791
+ "observation.kuka_iiwa.base_orientation": {
2792
+ "min": [
2793
+ 0.0
2794
+ ],
2795
+ "max": [
2796
+ 0.0
2797
+ ],
2798
+ "mean": [
2799
+ 0.0
2800
+ ],
2801
+ "std": [
2802
+ 0.0
2803
+ ],
2804
+ "count": [
2805
+ 79445
2806
+ ]
2807
+ },
2808
+ "observation.sawyer.ee_pose": {
2809
+ "min": [
2810
+ 0.2409611940383911,
2811
+ -0.3051147162914276,
2812
+ 0.08499767631292343,
2813
+ -0.0001495969481766224,
2814
+ -3.494274278637022e-05,
2815
+ 1.0,
2816
+ -7.458157051587477e-05
2817
+ ],
2818
+ "max": [
2819
+ 0.6690831184387207,
2820
+ 0.34566694498062134,
2821
+ 0.08500390499830246,
2822
+ -2.0179304556222633e-05,
2823
+ 2.7483258236316033e-05,
2824
+ 1.0,
2825
+ 1.3557155398302712e-05
2826
+ ],
2827
+ "mean": [
2828
+ 0.4490574425802529,
2829
+ 0.004322006434137661,
2830
+ 0.08500128853277185,
2831
+ -8.073335802339843e-05,
2832
+ -2.0549481493684188e-06,
2833
+ 1.0,
2834
+ -5.233967070518928e-05
2835
+ ],
2836
+ "std": [
2837
+ 0.10547244359129293,
2838
+ 0.14224178417063396,
2839
+ 7.956977125163189e-07,
2840
+ 1.9736687782270947e-05,
2841
+ 1.2363417351145671e-05,
2842
+ 0.0,
2843
+ 1.556155562085248e-05
2844
+ ],
2845
+ "count": [
2846
+ 79445
2847
+ ]
2848
+ },
2849
+ "observation.images.kuka_iiwa": {
2850
+ "min": [
2851
+ [
2852
+ [
2853
+ 0.0
2854
+ ]
2855
+ ],
2856
+ [
2857
+ [
2858
+ 0.0
2859
+ ]
2860
+ ],
2861
+ [
2862
+ [
2863
+ 0.0
2864
+ ]
2865
+ ]
2866
+ ],
2867
+ "max": [
2868
+ [
2869
+ [
2870
+ 1.0
2871
+ ]
2872
+ ],
2873
+ [
2874
+ [
2875
+ 1.0
2876
+ ]
2877
+ ],
2878
+ [
2879
+ [
2880
+ 1.0
2881
+ ]
2882
+ ]
2883
+ ],
2884
+ "mean": [
2885
+ [
2886
+ [
2887
+ 0.42595476275292676
2888
+ ]
2889
+ ],
2890
+ [
2891
+ [
2892
+ 0.5108061559627086
2893
+ ]
2894
+ ],
2895
+ [
2896
+ [
2897
+ 0.5349522983659378
2898
+ ]
2899
+ ]
2900
+ ],
2901
+ "std": [
2902
+ [
2903
+ [
2904
+ 0.2958965714334342
2905
+ ]
2906
+ ],
2907
+ [
2908
+ [
2909
+ 0.1975661956475477
2910
+ ]
2911
+ ],
2912
+ [
2913
+ [
2914
+ 0.1679085287787665
2915
+ ]
2916
+ ]
2917
+ ],
2918
+ "count": [
2919
+ 79445
2920
+ ]
2921
+ },
2922
+ "observation.google_robot.ee_error": {
2923
+ "min": [
2924
+ -1.2874603271484375e-05,
2925
+ -0.0008523166179656982,
2926
+ -0.011641740798950195,
2927
+ -0.12050540000200272,
2928
+ -0.0015814487123861909,
2929
+ 0.0,
2930
+ -0.05640411004424095
2931
+ ],
2932
+ "max": [
2933
+ 0.01734471321105957,
2934
+ 0.007925838232040405,
2935
+ 1.4193356037139893e-05,
2936
+ 0.00019557162886485457,
2937
+ 0.008120077662169933,
2938
+ 0.008892297744750977,
2939
+ 0.0005309284897521138
2940
+ ],
2941
+ "mean": [
2942
+ 6.5682556513407025e-06,
2943
+ -3.4160247650240676e-07,
2944
+ -4.221091194511627e-06,
2945
+ -8.933482120689386e-05,
2946
+ -5.298475150855621e-05,
2947
+ 7.921044271273096e-07,
2948
+ -1.2165123759551147e-05
2949
+ ],
2950
+ "std": [
2951
+ 0.0002129635019687516,
2952
+ 5.9689459166599244e-05,
2953
+ 0.00016732342924887747,
2954
+ 0.0011514200919815047,
2955
+ 6.446478838687073e-05,
2956
+ 6.21022789278863e-05,
2957
+ 0.0005084398482012454
2958
+ ],
2959
+ "count": [
2960
+ 79445
2961
+ ]
2962
+ },
2963
+ "observation.joints": {
2964
+ "min": [
2965
+ -1.3181288242340088,
2966
+ 0.3404775559902191,
2967
+ -0.6118219494819641,
2968
+ 0.3174007534980774,
2969
+ -2.289452075958252,
2970
+ -1.627677083015442,
2971
+ -3.3983497619628906,
2972
+ 1.0
2973
+ ],
2974
+ "max": [
2975
+ 1.6275765895843506,
2976
+ 1.7054245471954346,
2977
+ 3.1395907402038574,
2978
+ 3.927000045776367,
2979
+ 2.343947649002075,
2980
+ 1.0198906660079956,
2981
+ 3.573253870010376,
2982
+ 1.0
2983
+ ],
2984
+ "mean": [
2985
+ 0.47817986592028056,
2986
+ 0.6403084202018766,
2987
+ -0.3582768483082605,
2988
+ 0.8846378845335426,
2989
+ 0.903017723499562,
2990
+ 0.3407074072140414,
2991
+ 2.3027855786084905,
2992
+ 1.0
2993
+ ],
2994
+ "std": [
2995
+ 0.35843224617654007,
2996
+ 0.1922358112027115,
2997
+ 0.3078282575548027,
2998
+ 0.3773094839644376,
2999
+ 0.489403356785852,
3000
+ 0.2911301440668848,
3001
+ 0.8546261923788545,
3002
+ 0.0
3003
+ ],
3004
+ "count": [
3005
+ 79445
3006
+ ]
3007
+ },
3008
+ "index": {
3009
+ "min": [
3010
+ 0
3011
+ ],
3012
+ "max": [
3013
+ 79444
3014
+ ],
3015
+ "mean": [
3016
+ 39722.0
3017
+ ],
3018
+ "std": [
3019
+ 22933.796066068087
3020
+ ],
3021
+ "count": [
3022
+ 79445
3023
+ ]
3024
+ },
3025
+ "timestamp": {
3026
+ "min": [
3027
+ 0.0
3028
+ ],
3029
+ "max": [
3030
+ 4.9
3031
+ ],
3032
+ "mean": [
3033
+ 1.0068097425892124
3034
+ ],
3035
+ "std": [
3036
+ 0.8803625827825503
3037
+ ],
3038
+ "count": [
3039
+ 79445
3040
+ ]
3041
+ },
3042
+ "observation.images.ur5e": {
3043
+ "min": [
3044
+ [
3045
+ [
3046
+ 0.0
3047
+ ]
3048
+ ],
3049
+ [
3050
+ [
3051
+ 0.0
3052
+ ]
3053
+ ],
3054
+ [
3055
+ [
3056
+ 0.0
3057
+ ]
3058
+ ]
3059
+ ],
3060
+ "max": [
3061
+ [
3062
+ [
3063
+ 1.0
3064
+ ]
3065
+ ],
3066
+ [
3067
+ [
3068
+ 1.0
3069
+ ]
3070
+ ],
3071
+ [
3072
+ [
3073
+ 1.0
3074
+ ]
3075
+ ]
3076
+ ],
3077
+ "mean": [
3078
+ [
3079
+ [
3080
+ 0.4172875728793062
3081
+ ]
3082
+ ],
3083
+ [
3084
+ [
3085
+ 0.5124247816551664
3086
+ ]
3087
+ ],
3088
+ [
3089
+ [
3090
+ 0.5442254058486633
3091
+ ]
3092
+ ]
3093
+ ],
3094
+ "std": [
3095
+ [
3096
+ [
3097
+ 0.29571634897331756
3098
+ ]
3099
+ ],
3100
+ [
3101
+ [
3102
+ 0.20087670137234093
3103
+ ]
3104
+ ],
3105
+ [
3106
+ [
3107
+ 0.1601452813355844
3108
+ ]
3109
+ ]
3110
+ ],
3111
+ "count": [
3112
+ 79445
3113
+ ]
3114
+ },
3115
+ "observation.images.google_robot": {
3116
+ "min": [
3117
+ [
3118
+ [
3119
+ 0.0
3120
+ ]
3121
+ ],
3122
+ [
3123
+ [
3124
+ 0.0
3125
+ ]
3126
+ ],
3127
+ [
3128
+ [
3129
+ 0.0
3130
+ ]
3131
+ ]
3132
+ ],
3133
+ "max": [
3134
+ [
3135
+ [
3136
+ 1.0
3137
+ ]
3138
+ ],
3139
+ [
3140
+ [
3141
+ 1.0
3142
+ ]
3143
+ ],
3144
+ [
3145
+ [
3146
+ 1.0
3147
+ ]
3148
+ ]
3149
+ ],
3150
+ "mean": [
3151
+ [
3152
+ [
3153
+ 0.4314056880481171
3154
+ ]
3155
+ ],
3156
+ [
3157
+ [
3158
+ 0.5255076670312602
3159
+ ]
3160
+ ],
3161
+ [
3162
+ [
3163
+ 0.5565059339157221
3164
+ ]
3165
+ ]
3166
+ ],
3167
+ "std": [
3168
+ [
3169
+ [
3170
+ 0.29464611459149037
3171
+ ]
3172
+ ],
3173
+ [
3174
+ [
3175
+ 0.19108803662853513
3176
+ ]
3177
+ ],
3178
+ [
3179
+ [
3180
+ 0.14377202407916084
3181
+ ]
3182
+ ]
3183
+ ],
3184
+ "count": [
3185
+ 79445
3186
+ ]
3187
+ },
3188
+ "observation.jaco.ee_pose": {
3189
+ "min": [
3190
+ 0.19096001982688904,
3191
+ -0.30511024594306946,
3192
+ 0.08195404708385468,
3193
+ -0.055937331169843674,
3194
+ -0.00010176376963499933,
3195
+ 0.9917551875114441,
3196
+ -0.04902360588312149
3197
+ ],
3198
+ "max": [
3199
+ 0.6190661191940308,
3200
+ 0.34566164016723633,
3201
+ 0.08760033547878265,
3202
+ 0.12351646274328232,
3203
+ 0.00020367464458104223,
3204
+ 1.0,
3205
+ 0.07232765853404999
3206
+ ],
3207
+ "mean": [
3208
+ 0.3990485976034042,
3209
+ 0.004317763167617019,
3210
+ 0.08499811624755148,
3211
+ 0.00014670463633938995,
3212
+ 1.3315998540655715e-05,
3213
+ 0.9999905790539293,
3214
+ 0.00011473099895406802
3215
+ ],
3216
+ "std": [
3217
+ 0.10545886454182546,
3218
+ 0.14223361032525453,
3219
+ 0.0001346601851081501,
3220
+ 0.003899857816326748,
3221
+ 1.9634528565233593e-05,
3222
+ 0.0001732274066740675,
3223
+ 0.0018960069889309514
3224
+ ],
3225
+ "count": [
3226
+ 79445
3227
+ ]
3228
+ },
3229
+ "task_index": {
3230
+ "min": [
3231
+ 0
3232
+ ],
3233
+ "max": [
3234
+ 4201
3235
+ ],
3236
+ "mean": [
3237
+ 1961.6090880483353
3238
+ ],
3239
+ "std": [
3240
+ 1227.1131155989247
3241
+ ],
3242
+ "count": [
3243
+ 79445
3244
+ ]
3245
+ },
3246
+ "observation.google_robot.base_orientation": {
3247
+ "min": [
3248
+ 0.0
3249
+ ],
3250
+ "max": [
3251
+ 0.0
3252
+ ],
3253
+ "mean": [
3254
+ 0.0
3255
+ ],
3256
+ "std": [
3257
+ 0.0
3258
+ ],
3259
+ "count": [
3260
+ 79445
3261
+ ]
3262
+ },
3263
+ "observation.images.panda": {
3264
+ "min": [
3265
+ [
3266
+ [
3267
+ 0.0
3268
+ ]
3269
+ ],
3270
+ [
3271
+ [
3272
+ 0.0
3273
+ ]
3274
+ ],
3275
+ [
3276
+ [
3277
+ 0.0
3278
+ ]
3279
+ ]
3280
+ ],
3281
+ "max": [
3282
+ [
3283
+ [
3284
+ 1.0
3285
+ ]
3286
+ ],
3287
+ [
3288
+ [
3289
+ 1.0
3290
+ ]
3291
+ ],
3292
+ [
3293
+ [
3294
+ 1.0
3295
+ ]
3296
+ ]
3297
+ ],
3298
+ "mean": [
3299
+ [
3300
+ [
3301
+ 0.4366202823790759
3302
+ ]
3303
+ ],
3304
+ [
3305
+ [
3306
+ 0.5294741996045269
3307
+ ]
3308
+ ],
3309
+ [
3310
+ [
3311
+ 0.5600284719557033
3312
+ ]
3313
+ ]
3314
+ ],
3315
+ "std": [
3316
+ [
3317
+ [
3318
+ 0.29610729251286916
3319
+ ]
3320
+ ],
3321
+ [
3322
+ [
3323
+ 0.193209031939922
3324
+ ]
3325
+ ],
3326
+ [
3327
+ [
3328
+ 0.14685345544294026
3329
+ ]
3330
+ ]
3331
+ ],
3332
+ "count": [
3333
+ 79445
3334
+ ]
3335
+ },
3336
+ "observation.sawyer.base_position": {
3337
+ "min": [
3338
+ 0.05000000074505806,
3339
+ 0.0,
3340
+ 0.0
3341
+ ],
3342
+ "max": [
3343
+ 0.05000000074505806,
3344
+ 0.0,
3345
+ 0.0
3346
+ ],
3347
+ "mean": [
3348
+ 0.049999999337846004,
3349
+ 0.0,
3350
+ 0.0
3351
+ ],
3352
+ "std": [
3353
+ 1.458429870354038e-08,
3354
+ 0.0,
3355
+ 0.0
3356
+ ],
3357
+ "count": [
3358
+ 79445
3359
+ ]
3360
+ },
3361
+ "observation.ee_pose": {
3362
+ "min": [
3363
+ 0.19096554815769196,
3364
+ -0.3051166832447052,
3365
+ 0.01792937144637108,
3366
+ -0.3790178596973419,
3367
+ -0.004665367305278778,
3368
+ 0.914485514163971,
3369
+ -0.2028653472661972
3370
+ ],
3371
+ "max": [
3372
+ 0.6190721392631531,
3373
+ 0.3456663191318512,
3374
+ 0.08870998024940491,
3375
+ 0.26354295015335083,
3376
+ 0.004952466581016779,
3377
+ 1.0,
3378
+ 0.14962391555309296
3379
+ ],
3380
+ "mean": [
3381
+ 0.39905448374420216,
3382
+ 0.004323612166655145,
3383
+ 0.08498656161247173,
3384
+ 8.128015247897946e-05,
3385
+ -0.0001146069794387362,
3386
+ 0.9999684161083222,
3387
+ 0.00011326430313530538
3388
+ ],
3389
+ "std": [
3390
+ 0.1053983609616816,
3391
+ 0.14223990558554703,
3392
+ 0.0006478216145681168,
3393
+ 0.007175764228052246,
3394
+ 0.00010464725149033789,
3395
+ 0.0011051012485415966,
3396
+ 0.0032325848564644204
3397
+ ],
3398
+ "count": [
3399
+ 79445
3400
+ ]
3401
+ },
3402
+ "observation.ur5e.joints": {
3403
+ "min": [
3404
+ -4.090263843536377,
3405
+ -6.28318977355957,
3406
+ 1.541360855102539,
3407
+ -3.6022653579711914,
3408
+ -1.5716112852096558,
3409
+ -5.660493850708008,
3410
+ 1.0
3411
+ ],
3412
+ "max": [
3413
+ 3.8457822799682617,
3414
+ -0.760456383228302,
3415
+ 3.1414999961853027,
3416
+ 1.4239825010299683,
3417
+ -0.6855942606925964,
3418
+ 2.2747585773468018,
3419
+ 1.0
3420
+ ],
3421
+ "mean": [
3422
+ 2.7806742261419273,
3423
+ -1.1347766739680338,
3424
+ 2.3828388981570368,
3425
+ -2.818902854016417,
3426
+ -1.5705571192943004,
3427
+ 1.2097729318812223,
3428
+ 1.0
3429
+ ],
3430
+ "std": [
3431
+ 0.5097199507655227,
3432
+ 0.14700363517003295,
3433
+ 0.2954554523466346,
3434
+ 0.20125883054347343,
3435
+ 0.008134247840898421,
3436
+ 0.5096570343204946,
3437
+ 0.0
3438
+ ],
3439
+ "count": [
3440
+ 79445
3441
+ ]
3442
+ },
3443
+ "observation.jaco.ee_error": {
3444
+ "min": [
3445
+ -0.0032459497451782227,
3446
+ -0.0016411691904067993,
3447
+ -0.0026003271341323853,
3448
+ -0.12351646274328232,
3449
+ -0.00020367464458104223,
3450
+ 0.0,
3451
+ -0.07232765853404999
3452
+ ],
3453
+ "max": [
3454
+ 0.00454634428024292,
3455
+ 0.0029161274433135986,
3456
+ 0.0030459612607955933,
3457
+ 0.055937331169843674,
3458
+ 0.00010176376963499933,
3459
+ 0.008244812488555908,
3460
+ 0.04902360588312149
3461
+ ],
3462
+ "mean": [
3463
+ 4.978587595448668e-06,
3464
+ 3.4871248361077866e-06,
3465
+ 1.8915638328398917e-06,
3466
+ -0.00014670463633938995,
3467
+ -1.3315998540655715e-05,
3468
+ 9.429037624488754e-06,
3469
+ -0.00011473099895406802
3470
+ ],
3471
+ "std": [
3472
+ 0.00015998182388230863,
3473
+ 7.29709655556849e-05,
3474
+ 0.00013466009970190357,
3475
+ 0.003899857816326748,
3476
+ 1.9634528565233593e-05,
3477
+ 0.00017322846377591282,
3478
+ 0.0018960069889309514
3479
+ ],
3480
+ "count": [
3481
+ 79445
3482
+ ]
3483
+ },
3484
+ "observation.images.image": {
3485
+ "min": [
3486
+ [
3487
+ [
3488
+ 0.0
3489
+ ]
3490
+ ],
3491
+ [
3492
+ [
3493
+ 0.0
3494
+ ]
3495
+ ],
3496
+ [
3497
+ [
3498
+ 0.0
3499
+ ]
3500
+ ]
3501
+ ],
3502
+ "max": [
3503
+ [
3504
+ [
3505
+ 1.0
3506
+ ]
3507
+ ],
3508
+ [
3509
+ [
3510
+ 1.0
3511
+ ]
3512
+ ],
3513
+ [
3514
+ [
3515
+ 1.0
3516
+ ]
3517
+ ]
3518
+ ],
3519
+ "mean": [
3520
+ [
3521
+ [
3522
+ 0.4271819714753124
3523
+ ]
3524
+ ],
3525
+ [
3526
+ [
3527
+ 0.5377072375196599
3528
+ ]
3529
+ ],
3530
+ [
3531
+ [
3532
+ 0.5634555351697131
3533
+ ]
3534
+ ]
3535
+ ],
3536
+ "std": [
3537
+ [
3538
+ [
3539
+ 0.30031592641834104
3540
+ ]
3541
+ ],
3542
+ [
3543
+ [
3544
+ 0.1950308985729157
3545
+ ]
3546
+ ],
3547
+ [
3548
+ [
3549
+ 0.15075935468035964
3550
+ ]
3551
+ ]
3552
+ ],
3553
+ "count": [
3554
+ 79445
3555
+ ]
3556
+ },
3557
+ "observation.kinova3.base_orientation": {
3558
+ "min": [
3559
+ 0.0
3560
+ ],
3561
+ "max": [
3562
+ 0.0
3563
+ ],
3564
+ "mean": [
3565
+ 0.0
3566
+ ],
3567
+ "std": [
3568
+ 0.0
3569
+ ],
3570
+ "count": [
3571
+ 79445
3572
+ ]
3573
+ },
3574
+ "observation.sawyer.joints": {
3575
+ "min": [
3576
+ -1.3982369899749756,
3577
+ -0.8806304931640625,
3578
+ -0.16533945500850677,
3579
+ 1.232380747795105,
3580
+ -0.7711881399154663,
3581
+ -0.20885956287384033,
3582
+ -0.5496662855148315,
3583
+ 1.0
3584
+ ],
3585
+ "max": [
3586
+ 0.5708587765693665,
3587
+ -0.4494360685348511,
3588
+ 0.17682838439941406,
3589
+ 2.510260820388794,
3590
+ 0.07812721282243729,
3591
+ 0.7888420224189758,
3592
+ 0.6988469362258911,
3593
+ 1.0
3594
+ ],
3595
+ "mean": [
3596
+ -0.3755806908719882,
3597
+ -0.7855442085847717,
3598
+ 0.04496404135324568,
3599
+ 2.092288149205199,
3600
+ -0.21414207929693327,
3601
+ 0.26870377630179937,
3602
+ 0.041097640990262634,
3603
+ 1.0
3604
+ ],
3605
+ "std": [
3606
+ 0.3417925282316201,
3607
+ 0.0755418297206302,
3608
+ 0.05081783617176409,
3609
+ 0.25343641996654914,
3610
+ 0.17793052926016759,
3611
+ 0.187692597180661,
3612
+ 0.24726829899282263,
3613
+ 0.0
3614
+ ],
3615
+ "count": [
3616
+ 79445
3617
+ ]
3618
+ },
3619
+ "observation.kinova3.base_position": {
3620
+ "min": [
3621
+ 0.0,
3622
+ 0.0,
3623
+ 0.0
3624
+ ],
3625
+ "max": [
3626
+ 0.0,
3627
+ 0.0,
3628
+ 0.0
3629
+ ],
3630
+ "mean": [
3631
+ 0.0,
3632
+ 0.0,
3633
+ 0.0
3634
+ ],
3635
+ "std": [
3636
+ 0.0,
3637
+ 0.0,
3638
+ 0.0
3639
+ ],
3640
+ "count": [
3641
+ 79445
3642
+ ]
3643
+ },
3644
+ "observation.sawyer.base_orientation": {
3645
+ "min": [
3646
+ 0.0
3647
+ ],
3648
+ "max": [
3649
+ 0.0
3650
+ ],
3651
+ "mean": [
3652
+ 0.0
3653
+ ],
3654
+ "std": [
3655
+ 0.0
3656
+ ],
3657
+ "count": [
3658
+ 79445
3659
+ ]
3660
+ },
3661
+ "observation.kinova3.ee_pose": {
3662
+ "min": [
3663
+ 0.19096516072750092,
3664
+ -0.30511894822120667,
3665
+ 0.08388033509254456,
3666
+ -0.061124254018068314,
3667
+ -3.596179885789752e-05,
3668
+ 0.9981277585029602,
3669
+ -0.012468058615922928
3670
+ ],
3671
+ "max": [
3672
+ 0.619086503982544,
3673
+ 0.34566932916641235,
3674
+ 0.08500882983207703,
3675
+ -5.172682722331956e-05,
3676
+ 8.77966231200844e-05,
3677
+ 1.0,
3678
+ 0.012600825168192387
3679
+ ],
3680
+ "mean": [
3681
+ 0.3991256758624127,
3682
+ 0.0043209789043613875,
3683
+ 0.08499426145669954,
3684
+ -0.0006861179886877448,
3685
+ -2.5945956816656044e-06,
3686
+ 0.999988866645384,
3687
+ 1.6024419943495215e-05
3688
+ ],
3689
+ "std": [
3690
+ 0.10535136690375795,
3691
+ 0.14224754914205645,
3692
+ 8.403384791546695e-05,
3693
+ 0.004593991677603599,
3694
+ 1.4954188845516544e-05,
3695
+ 0.00011525938553777091,
3696
+ 0.0008371957016350397
3697
+ ],
3698
+ "count": [
3699
+ 79445
3700
+ ]
3701
+ },
3702
+ "observation.ur5e.base_orientation": {
3703
+ "min": [
3704
+ 0.0
3705
+ ],
3706
+ "max": [
3707
+ 0.0
3708
+ ],
3709
+ "mean": [
3710
+ 0.0
3711
+ ],
3712
+ "std": [
3713
+ 0.0
3714
+ ],
3715
+ "count": [
3716
+ 79445
3717
+ ]
3718
+ },
3719
+ "observation.images.kinova3": {
3720
+ "min": [
3721
+ [
3722
+ [
3723
+ 0.0
3724
+ ]
3725
+ ],
3726
+ [
3727
+ [
3728
+ 0.0
3729
+ ]
3730
+ ],
3731
+ [
3732
+ [
3733
+ 0.0
3734
+ ]
3735
+ ]
3736
+ ],
3737
+ "max": [
3738
+ [
3739
+ [
3740
+ 1.0
3741
+ ]
3742
+ ],
3743
+ [
3744
+ [
3745
+ 1.0
3746
+ ]
3747
+ ],
3748
+ [
3749
+ [
3750
+ 1.0
3751
+ ]
3752
+ ]
3753
+ ],
3754
+ "mean": [
3755
+ [
3756
+ [
3757
+ 0.43010574195902473
3758
+ ]
3759
+ ],
3760
+ [
3761
+ [
3762
+ 0.5242437033245748
3763
+ ]
3764
+ ],
3765
+ [
3766
+ [
3767
+ 0.5555834947369781
3768
+ ]
3769
+ ]
3770
+ ],
3771
+ "std": [
3772
+ [
3773
+ [
3774
+ 0.2945688652271521
3775
+ ]
3776
+ ],
3777
+ [
3778
+ [
3779
+ 0.19163055951329483
3780
+ ]
3781
+ ],
3782
+ [
3783
+ [
3784
+ 0.1445885493402017
3785
+ ]
3786
+ ]
3787
+ ],
3788
+ "count": [
3789
+ 79445
3790
+ ]
3791
+ },
3792
+ "observation.kuka_iiwa.base_position": {
3793
+ "min": [
3794
+ 0.05000000074505806,
3795
+ 0.0,
3796
+ 0.0
3797
+ ],
3798
+ "max": [
3799
+ 0.05000000074505806,
3800
+ 0.0,
3801
+ 0.0
3802
+ ],
3803
+ "mean": [
3804
+ 0.049999999337846004,
3805
+ 0.0,
3806
+ 0.0
3807
+ ],
3808
+ "std": [
3809
+ 1.458429870354038e-08,
3810
+ 0.0,
3811
+ 0.0
3812
+ ],
3813
+ "count": [
3814
+ 79445
3815
+ ]
3816
+ },
3817
+ "observation.google_robot.base_position": {
3818
+ "min": [
3819
+ 0.05000000074505806,
3820
+ 0.0,
3821
+ 0.0
3822
+ ],
3823
+ "max": [
3824
+ 0.05000000074505806,
3825
+ 0.0,
3826
+ 0.0
3827
+ ],
3828
+ "mean": [
3829
+ 0.049999999337846004,
3830
+ 0.0,
3831
+ 0.0
3832
+ ],
3833
+ "std": [
3834
+ 1.458429870354038e-08,
3835
+ 0.0,
3836
+ 0.0
3837
+ ],
3838
+ "count": [
3839
+ 79445
3840
+ ]
3841
+ },
3842
+ "observation.kinova3.ee_error": {
3843
+ "min": [
3844
+ -0.007220178842544556,
3845
+ -0.0014974325895309448,
3846
+ -8.821487426757812e-06,
3847
+ 5.172682722331956e-05,
3848
+ -8.77966231200844e-05,
3849
+ 0.0,
3850
+ -0.012600825168192387
3851
+ ],
3852
+ "max": [
3853
+ -1.6093254089355469e-06,
3854
+ 0.00147247314453125,
3855
+ 0.0011196732521057129,
3856
+ 0.061124254018068314,
3857
+ 3.596179885789752e-05,
3858
+ 0.001872241497039795,
3859
+ 0.012468058615922928
3860
+ ],
3861
+ "mean": [
3862
+ -7.209951890623558e-05,
3863
+ 2.7117483793366947e-07,
3864
+ 5.74633200887492e-06,
3865
+ 0.0006861179886877448,
3866
+ 2.5945956816656044e-06,
3867
+ 1.113323164173666e-05,
3868
+ -1.6024419943495215e-05
3869
+ ],
3870
+ "std": [
3871
+ 0.0005449829137918686,
3872
+ 9.932783745588904e-05,
3873
+ 8.403388518086699e-05,
3874
+ 0.004593991677603599,
3875
+ 1.4954188845516544e-05,
3876
+ 0.00011525783524535804,
3877
+ 0.0008371957016350397
3878
+ ],
3879
+ "count": [
3880
+ 79445
3881
+ ]
3882
+ },
3883
+ "observation.google_robot.ee_pose": {
3884
+ "min": [
3885
+ 0.24095426499843597,
3886
+ -0.30511167645454407,
3887
+ 0.08498581498861313,
3888
+ -0.00019557162886485457,
3889
+ -0.008120077662169933,
3890
+ 0.991107702255249,
3891
+ -0.0005309284897521138
3892
+ ],
3893
+ "max": [
3894
+ 0.6690698862075806,
3895
+ 0.34565988183021545,
3896
+ 0.09664174914360046,
3897
+ 0.12050540000200272,
3898
+ 0.0015814487123861909,
3899
+ 1.0,
3900
+ 0.05640411004424095
3901
+ ],
3902
+ "mean": [
3903
+ 0.44904701830127014,
3904
+ 0.0043215915588637865,
3905
+ 0.08500422896665281,
3906
+ 8.933482120689386e-05,
3907
+ 5.298475150855621e-05,
3908
+ 0.9999992087606262,
3909
+ 1.2165123759551147e-05
3910
+ ],
3911
+ "std": [
3912
+ 0.10546285321854526,
3913
+ 0.14223794072404633,
3914
+ 0.0001673232301120045,
3915
+ 0.0011514200919815047,
3916
+ 6.446478838687073e-05,
3917
+ 6.210199038438764e-05,
3918
+ 0.0005084398482012454
3919
+ ],
3920
+ "count": [
3921
+ 79445
3922
+ ]
3923
+ },
3924
+ "observation.kuka_iiwa.joints": {
3925
+ "min": [
3926
+ -0.9644595384597778,
3927
+ 0.937402606010437,
3928
+ -0.08516749739646912,
3929
+ -2.094399929046631,
3930
+ -0.44818857312202454,
3931
+ 0.10997263342142105,
3932
+ -0.567848265171051,
3933
+ 1.0
3934
+ ],
3935
+ "max": [
3936
+ 1.0128003358840942,
3937
+ 1.3876806497573853,
3938
+ 0.14031314849853516,
3939
+ -0.7824994921684265,
3940
+ 0.31100228428840637,
3941
+ 0.9717905521392822,
3942
+ 0.7311405539512634,
3943
+ 1.0
3944
+ ],
3945
+ "mean": [
3946
+ -0.015266334093588909,
3947
+ 1.0199192121192608,
3948
+ 0.03183111263085713,
3949
+ -1.797380655308083,
3950
+ -0.07654365776107228,
3951
+ 0.37785904170596296,
3952
+ 0.07216723385877769,
3953
+ 1.0
3954
+ ],
3955
+ "std": [
3956
+ 0.34105275237233074,
3957
+ 0.07747622178821964,
3958
+ 0.032575826904411125,
3959
+ 0.27594204866709027,
3960
+ 0.0957136123625957,
3961
+ 0.1715142314113627,
3962
+ 0.24069135149429893,
3963
+ 0.0
3964
+ ],
3965
+ "count": [
3966
+ 79445
3967
+ ]
3968
+ },
3969
+ "observation.panda.joints": {
3970
+ "min": [
3971
+ -1.9456056356430054,
3972
+ 0.46809035539627075,
3973
+ -0.7750450372695923,
3974
+ -3.0717999935150146,
3975
+ -2.148399591445923,
3976
+ 1.8839945793151855,
3977
+ -2.8973000049591064,
3978
+ 1.0
3979
+ ],
3980
+ "max": [
3981
+ 1.057786226272583,
3982
+ 1.589597225189209,
3983
+ 1.2629668712615967,
3984
+ -1.477814793586731,
3985
+ 0.3092971444129944,
3986
+ 3.752500057220459,
3987
+ -1.5119894742965698,
3988
+ 1.0
3989
+ ],
3990
+ "mean": [
3991
+ -0.13244903563655594,
3992
+ 0.5977585478954074,
3993
+ 0.0675821466559286,
3994
+ -2.4998088102807663,
3995
+ -0.4618354478432279,
3996
+ 3.052147974167576,
3997
+ -2.78443716022665,
3998
+ 1.0
3999
+ ],
4000
+ "std": [
4001
+ 0.5164614915136931,
4002
+ 0.13822153581656077,
4003
+ 0.25849916323106165,
4004
+ 0.3167584490215009,
4005
+ 0.3318428259289628,
4006
+ 0.28091538953323264,
4007
+ 0.15948148139465912,
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 79445
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a906753c3f74bfaf23a2a7a544a61c1eb885127ea1b0a143ca2d3c37c7f512f
3
+ size 96954
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:8ff05a3727a5c4c136c66372a624a8c2cac6b85d052e901756d62e38202f39c7
3
+ size 521146295
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:e4a7a49d00f1a8553b7a460ecda3a4dd09cf437d42ef7480cceae06e32175a79
3
+ size 156305391
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:c377df24357f07cd3956662e4213ade61cf2440260ec01c2b052c4642d75fcf5
3
+ size 521807689
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:966c7eb070d3d2c369b033e45393a7cef5e70bc70dbfc2631a2e258dc5b7d9c8
3
+ size 353279607
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:3f9a71a2ab7c65dec0ce13c1a21f2fce06073075ee8a09b2f71bf1f213719bda
3
+ size 521052374
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:36909487620aa5640a6a29e8a848946f7bbe42e466e57ee6d3084a5e7e8ffbc7
3
+ size 142508758
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:bf97d40fb6f68c0f652d4472113a1c437847a13be31e5f3be46fa468c576097c
3
+ size 521207355
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:0988663e7f7e8adcbad7a115bda2a6773e8e4445adfc075e51b80b03930cc573
3
+ size 171185183
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:e478dbc066ffe312d0deeb7206feadaf9fd0a3372116cdfb6cd25cff5399503d
3
+ size 520841080
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:467a43189d8ef50a206bbdb79793f6f7b7a694027af94daa13c94986babba23d
3
+ size 129612643
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:165ac891547d28b901216a9f5112391188373d93360e538f9a3ce423459383cf
3
+ size 521114331
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:ada32bf611257ac2670edcd26cdd89961a32d519c6aceac3c9ab9b13bef93200
3
+ size 167526733
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:48de453182a5318a961f90c11883217c17befb34fc8ae5d8b908665d7aa5a6a1
3
+ size 521004462
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:308b094911d890a019fcaf08abd9f0ab266f7a0f5fce984c396e9e6dac9aa278
3
+ size 134346855
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:5ebf5138b6cc5599f4e64423502ffa780ee088951ba350336ef4550fb560a3d8
3
+ size 521103384
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:99186a76df24971d92c9fb69b9c282eb17f9ab786d5b51d83bbf61b7ec435b75
3
+ size 157575615