GuanhuaJi commited on
Commit
42bfb81
·
verified ·
1 Parent(s): cb7c354

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_61000_62000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 16337
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_61000_62000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 16,337
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_61000_62000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 16337
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_61000_62000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 16,337
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5e396bc0a4676974bfa2e32bba1297647b048fa7ae22d9ffbbacc1880efb25
3
+ size 13725731
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:278dda362acf38dd7be3b624cc6af734db51c3b75f4cea43500e34360b068ab0
3
+ size 5497534
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 1000,
5
+ "total_frames": 16337,
6
+ "total_tasks": 947,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:1000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.kuka_iiwa.ee_pose": {
3
+ "min": [
4
+ 0.24141736328601837,
5
+ -0.30498018860816956,
6
+ 0.06118036434054375,
7
+ -0.30876973271369934,
8
+ -3.593730434658937e-05,
9
+ 0.9511089324951172,
10
+ -0.11691684275865555
11
+ ],
12
+ "max": [
13
+ 0.6690536141395569,
14
+ 0.3454904556274414,
15
+ 0.0850091427564621,
16
+ 6.482770550064743e-05,
17
+ 2.3185657482827082e-05,
18
+ 1.0,
19
+ 0.11656419932842255
20
+ ],
21
+ "mean": [
22
+ 0.4529673602864581,
23
+ 0.007532095508000858,
24
+ 0.08331622009884956,
25
+ -0.024400365210354054,
26
+ -5.315814320583055e-06,
27
+ 0.9978619697898519,
28
+ 0.0007088356882020651
29
+ ],
30
+ "std": [
31
+ 0.10162240675885359,
32
+ 0.1454331990324513,
33
+ 0.004080022431793015,
34
+ 0.057455369042680664,
35
+ 1.2117042792157024e-05,
36
+ 0.00657227025643294,
37
+ 0.0182015552235929
38
+ ],
39
+ "count": [
40
+ 16337
41
+ ]
42
+ },
43
+ "observation.panda.joints": {
44
+ "min": [
45
+ -1.9450753927230835,
46
+ 0.4680904448032379,
47
+ -0.7672863602638245,
48
+ -3.0717999935150146,
49
+ -2.1534037590026855,
50
+ 1.8858669996261597,
51
+ -2.8973000049591064,
52
+ 1.0
53
+ ],
54
+ "max": [
55
+ 1.0483808517456055,
56
+ 1.5882452726364136,
57
+ 1.261311650276184,
58
+ -1.4617230892181396,
59
+ 0.30484798550605774,
60
+ 3.752500057220459,
61
+ -1.1070207357406616,
62
+ 1.0
63
+ ],
64
+ "mean": [
65
+ -0.12407700830031505,
66
+ 0.6001942515712535,
67
+ 0.06097927381771061,
68
+ -2.49581277102657,
69
+ -0.4625585443840364,
70
+ 3.0510334729374846,
71
+ -2.7823618607895533,
72
+ 1.0
73
+ ],
74
+ "std": [
75
+ 0.511102833836127,
76
+ 0.14411987658465694,
77
+ 0.2629522659983639,
78
+ 0.3269157934444436,
79
+ 0.33779616648916716,
80
+ 0.28637709192584204,
81
+ 0.16212536651344817,
82
+ 0.0
83
+ ],
84
+ "count": [
85
+ 16337
86
+ ]
87
+ },
88
+ "observation.images.google_robot": {
89
+ "min": [
90
+ [
91
+ [
92
+ 0.0
93
+ ]
94
+ ],
95
+ [
96
+ [
97
+ 0.0
98
+ ]
99
+ ],
100
+ [
101
+ [
102
+ 0.0
103
+ ]
104
+ ]
105
+ ],
106
+ "max": [
107
+ [
108
+ [
109
+ 1.0
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 1.0
115
+ ]
116
+ ],
117
+ [
118
+ [
119
+ 1.0
120
+ ]
121
+ ]
122
+ ],
123
+ "mean": [
124
+ [
125
+ [
126
+ 0.4305491000219639
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.5251465306474479
132
+ ]
133
+ ],
134
+ [
135
+ [
136
+ 0.5559482441116648
137
+ ]
138
+ ]
139
+ ],
140
+ "std": [
141
+ [
142
+ [
143
+ 0.2939914363642771
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 0.18957983170598963
149
+ ]
150
+ ],
151
+ [
152
+ [
153
+ 0.14225818831003886
154
+ ]
155
+ ]
156
+ ],
157
+ "count": [
158
+ 16337
159
+ ]
160
+ },
161
+ "observation.jaco.ee_error": {
162
+ "min": [
163
+ -0.003049001097679138,
164
+ -0.0007811188697814941,
165
+ -0.002457842230796814,
166
+ -0.12190192192792892,
167
+ -0.0006603886722587049,
168
+ 0.0,
169
+ -0.0671008750796318
170
+ ],
171
+ "max": [
172
+ 0.004274845123291016,
173
+ 0.0027292966842651367,
174
+ 0.002999924123287201,
175
+ 0.053006064146757126,
176
+ 8.927253657020628e-05,
177
+ 0.007797360420227051,
178
+ 0.02189725637435913
179
+ ],
180
+ "mean": [
181
+ 7.0086445413704115e-06,
182
+ 2.9753737014142454e-06,
183
+ 3.176487956493323e-06,
184
+ -0.00017752147910276528,
185
+ -1.3598800004105812e-05,
186
+ 8.768479150551396e-06,
187
+ -9.753902158871433e-05
188
+ ],
189
+ "std": [
190
+ 0.0001451428171817537,
191
+ 6.566078656283372e-05,
192
+ 0.00011779308858586495,
193
+ 0.0038378468240108927,
194
+ 2.0168891872112622e-05,
195
+ 0.00019559703898302475,
196
+ 0.0016550629749569736
197
+ ],
198
+ "count": [
199
+ 16337
200
+ ]
201
+ },
202
+ "observation.google_robot.ee_error": {
203
+ "min": [
204
+ -1.2800097465515137e-05,
205
+ -0.001349717378616333,
206
+ -0.004147164523601532,
207
+ -0.008043037727475166,
208
+ -0.00015313999028876424,
209
+ 0.0,
210
+ -0.007240005303174257
211
+ ],
212
+ "max": [
213
+ 0.004259645938873291,
214
+ 6.768107414245605e-05,
215
+ 1.4096498489379883e-05,
216
+ 0.00019466383673716336,
217
+ 0.00540832569822669,
218
+ 7.319450378417969e-05,
219
+ 0.0003143397334497422
220
+ ],
221
+ "mean": [
222
+ 3.7103407931036505e-06,
223
+ -1.143400983979917e-06,
224
+ -2.100939685031775e-06,
225
+ -7.288910258618015e-05,
226
+ -5.336529507512374e-05,
227
+ 9.22326900964544e-09,
228
+ -6.150428802464125e-06
229
+ ],
230
+ "std": [
231
+ 3.8956978990983926e-05,
232
+ 1.2547146763853004e-05,
233
+ 4.2302560510596103e-05,
234
+ 0.00012407924733438618,
235
+ 6.064232055593009e-05,
236
+ 6.481239546561133e-07,
237
+ 9.92404737229406e-05
238
+ ],
239
+ "count": [
240
+ 16337
241
+ ]
242
+ },
243
+ "observation.images.ur5e": {
244
+ "min": [
245
+ [
246
+ [
247
+ 0.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.0
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.0
258
+ ]
259
+ ]
260
+ ],
261
+ "max": [
262
+ [
263
+ [
264
+ 1.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 1.0
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 1.0
275
+ ]
276
+ ]
277
+ ],
278
+ "mean": [
279
+ [
280
+ [
281
+ 0.41683820360521945
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.5123139381442048
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.543831706697696
292
+ ]
293
+ ]
294
+ ],
295
+ "std": [
296
+ [
297
+ [
298
+ 0.2949513394766555
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.19937186056792927
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.15876901221750225
309
+ ]
310
+ ]
311
+ ],
312
+ "count": [
313
+ 16337
314
+ ]
315
+ },
316
+ "observation.google_robot.base_position": {
317
+ "min": [
318
+ 0.05000000074505806,
319
+ 0.0,
320
+ 0.0
321
+ ],
322
+ "max": [
323
+ 0.05000000074505806,
324
+ 0.0,
325
+ 0.0
326
+ ],
327
+ "mean": [
328
+ 0.04999999880545353,
329
+ 0.0,
330
+ 0.0
331
+ ],
332
+ "std": [
333
+ 1.5143165213628775e-08,
334
+ 0.0,
335
+ 0.0
336
+ ],
337
+ "count": [
338
+ 16337
339
+ ]
340
+ },
341
+ "observation.jaco.base_orientation": {
342
+ "min": [
343
+ 0.0
344
+ ],
345
+ "max": [
346
+ 0.0
347
+ ],
348
+ "mean": [
349
+ 0.0
350
+ ],
351
+ "std": [
352
+ 0.0
353
+ ],
354
+ "count": [
355
+ 16337
356
+ ]
357
+ },
358
+ "observation.images.panda": {
359
+ "min": [
360
+ [
361
+ [
362
+ 0.0
363
+ ]
364
+ ],
365
+ [
366
+ [
367
+ 0.0
368
+ ]
369
+ ],
370
+ [
371
+ [
372
+ 0.0
373
+ ]
374
+ ]
375
+ ],
376
+ "max": [
377
+ [
378
+ [
379
+ 1.0
380
+ ]
381
+ ],
382
+ [
383
+ [
384
+ 1.0
385
+ ]
386
+ ],
387
+ [
388
+ [
389
+ 1.0
390
+ ]
391
+ ]
392
+ ],
393
+ "mean": [
394
+ [
395
+ [
396
+ 0.43583824106179714
397
+ ]
398
+ ],
399
+ [
400
+ [
401
+ 0.5290862532460704
402
+ ]
403
+ ],
404
+ [
405
+ [
406
+ 0.5593985621708512
407
+ ]
408
+ ]
409
+ ],
410
+ "std": [
411
+ [
412
+ [
413
+ 0.29531300970335295
414
+ ]
415
+ ],
416
+ [
417
+ [
418
+ 0.19163733332582744
419
+ ]
420
+ ],
421
+ [
422
+ [
423
+ 0.14536080439334054
424
+ ]
425
+ ]
426
+ ],
427
+ "count": [
428
+ 16337
429
+ ]
430
+ },
431
+ "observation.google_robot.ee_pose": {
432
+ "min": [
433
+ 0.2410237193107605,
434
+ -0.30497804284095764,
435
+ 0.08498591184616089,
436
+ -0.00019466383673716336,
437
+ -0.00540832569822669,
438
+ 0.9999268054962158,
439
+ -0.0003143397334497422
440
+ ],
441
+ "max": [
442
+ 0.6690464615821838,
443
+ 0.34548667073249817,
444
+ 0.0891471728682518,
445
+ 0.008043037727475166,
446
+ 0.00015313999028876424,
447
+ 1.0,
448
+ 0.007240005303174257
449
+ ],
450
+ "mean": [
451
+ 0.4493923646741014,
452
+ 0.007636313703048782,
453
+ 0.0850021091206075,
454
+ 7.288910258618015e-05,
455
+ 5.336529507512374e-05,
456
+ 0.9999999922032732,
457
+ 6.150428802464125e-06
458
+ ],
459
+ "std": [
460
+ 0.10654566779806306,
461
+ 0.14468876530760327,
462
+ 4.230255903139391e-05,
463
+ 0.00012407924733438618,
464
+ 6.064232055593009e-05,
465
+ 6.470905981790439e-07,
466
+ 9.92404737229406e-05
467
+ ],
468
+ "count": [
469
+ 16337
470
+ ]
471
+ },
472
+ "observation.images.sawyer": {
473
+ "min": [
474
+ [
475
+ [
476
+ 0.0
477
+ ]
478
+ ],
479
+ [
480
+ [
481
+ 0.0
482
+ ]
483
+ ],
484
+ [
485
+ [
486
+ 0.0
487
+ ]
488
+ ]
489
+ ],
490
+ "max": [
491
+ [
492
+ [
493
+ 1.0
494
+ ]
495
+ ],
496
+ [
497
+ [
498
+ 1.0
499
+ ]
500
+ ],
501
+ [
502
+ [
503
+ 1.0
504
+ ]
505
+ ]
506
+ ],
507
+ "mean": [
508
+ [
509
+ [
510
+ 0.41460623487150994
511
+ ]
512
+ ],
513
+ [
514
+ [
515
+ 0.4986039008116489
516
+ ]
517
+ ],
518
+ [
519
+ [
520
+ 0.5286502152944728
521
+ ]
522
+ ]
523
+ ],
524
+ "std": [
525
+ [
526
+ [
527
+ 0.29456233124299913
528
+ ]
529
+ ],
530
+ [
531
+ [
532
+ 0.21029740146139556
533
+ ]
534
+ ],
535
+ [
536
+ [
537
+ 0.17483947573061623
538
+ ]
539
+ ]
540
+ ],
541
+ "count": [
542
+ 16337
543
+ ]
544
+ },
545
+ "observation.sawyer.base_position": {
546
+ "min": [
547
+ 0.05000000074505806,
548
+ 0.0,
549
+ 0.0
550
+ ],
551
+ "max": [
552
+ 0.05000000074505806,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "mean": [
557
+ 0.04999999880545353,
558
+ 0.0,
559
+ 0.0
560
+ ],
561
+ "std": [
562
+ 1.5143165213628775e-08,
563
+ 0.0,
564
+ 0.0
565
+ ],
566
+ "count": [
567
+ 16337
568
+ ]
569
+ },
570
+ "index": {
571
+ "min": [
572
+ 0
573
+ ],
574
+ "max": [
575
+ 16336
576
+ ],
577
+ "mean": [
578
+ 8168.0
579
+ ],
580
+ "std": [
581
+ 4716.085665040448
582
+ ],
583
+ "count": [
584
+ 16337
585
+ ]
586
+ },
587
+ "observation.panda.ee_error": {
588
+ "min": [
589
+ -0.0021417438983917236,
590
+ -0.0016613006591796875,
591
+ -0.0014253035187721252,
592
+ -0.00790325179696083,
593
+ -0.03745697811245918,
594
+ 0.0,
595
+ -0.0018064056057482958
596
+ ],
597
+ "max": [
598
+ 0.0009577274322509766,
599
+ 0.0016255974769592285,
600
+ 0.0029738396406173706,
601
+ 0.016745951026678085,
602
+ 6.364895671140403e-05,
603
+ 0.0008974075317382812,
604
+ 0.02255028299987316
605
+ ],
606
+ "mean": [
607
+ -8.774455467952233e-07,
608
+ -4.21601187789998e-06,
609
+ -4.7866056259654105e-06,
610
+ 4.539655718257104e-05,
611
+ -0.0001848610185173954,
612
+ 1.93287316185523e-06,
613
+ 0.00017364380955490024
614
+ ],
615
+ "std": [
616
+ 7.47724243609064e-05,
617
+ 8.210660115992192e-05,
618
+ 6.633430831534597e-05,
619
+ 0.000763441648084018,
620
+ 0.0014515496260250975,
621
+ 2.6663242141071004e-05,
622
+ 0.0010569668960102483
623
+ ],
624
+ "count": [
625
+ 16337
626
+ ]
627
+ },
628
+ "observation.kinova3.base_orientation": {
629
+ "min": [
630
+ 0.0
631
+ ],
632
+ "max": [
633
+ 0.0
634
+ ],
635
+ "mean": [
636
+ 0.0
637
+ ],
638
+ "std": [
639
+ 0.0
640
+ ],
641
+ "count": [
642
+ 16337
643
+ ]
644
+ },
645
+ "observation.jaco.joints": {
646
+ "min": [
647
+ -0.994354784488678,
648
+ 1.6223900318145752,
649
+ 3.2211363315582275,
650
+ -3.4497551918029785,
651
+ -1.870157241821289,
652
+ -1.799232840538025,
653
+ 1.0
654
+ ],
655
+ "max": [
656
+ 1.1813310384750366,
657
+ 2.27164626121521,
658
+ 5.918512344360352,
659
+ 1.5132218599319458,
660
+ 1.1349384784698486,
661
+ 2.950023651123047,
662
+ 1.0
663
+ ],
664
+ "mean": [
665
+ 0.1454723792610944,
666
+ 2.183183403357215,
667
+ 4.980379326060271,
668
+ 0.09511495162653161,
669
+ -0.39482988172811273,
670
+ 0.25741503316035236,
671
+ 1.0
672
+ ],
673
+ "std": [
674
+ 0.36312086415668937,
675
+ 0.09818811851337858,
676
+ 0.44730344200659083,
677
+ 0.2872750935826075,
678
+ 0.4277409407892446,
679
+ 0.39040168471472586,
680
+ 0.0
681
+ ],
682
+ "count": [
683
+ 16337
684
+ ]
685
+ },
686
+ "frame_index": {
687
+ "min": [
688
+ 0
689
+ ],
690
+ "max": [
691
+ 47
692
+ ],
693
+ "mean": [
694
+ 10.422048111648406
695
+ ],
696
+ "std": [
697
+ 9.135949191179318
698
+ ],
699
+ "count": [
700
+ 16337
701
+ ]
702
+ },
703
+ "observation.ur5e.base_orientation": {
704
+ "min": [
705
+ 0.0
706
+ ],
707
+ "max": [
708
+ 0.0
709
+ ],
710
+ "mean": [
711
+ 0.0
712
+ ],
713
+ "std": [
714
+ 0.0
715
+ ],
716
+ "count": [
717
+ 16337
718
+ ]
719
+ },
720
+ "observation.ee_pose": {
721
+ "min": [
722
+ 0.19101567566394806,
723
+ -0.30498236417770386,
724
+ 0.08466155081987381,
725
+ -0.0001453317963751033,
726
+ -0.004653311334550381,
727
+ 0.981361985206604,
728
+ -0.06480348855257034
729
+ ],
730
+ "max": [
731
+ 0.6190482974052429,
732
+ 0.345492422580719,
733
+ 0.0878131240606308,
734
+ 0.18258315324783325,
735
+ 0.0044775293208658695,
736
+ 1.0,
737
+ 0.0841798484325409
738
+ ],
739
+ "mean": [
740
+ 0.3993661378527341,
741
+ 0.007624303869528808,
742
+ 0.08499891874614994,
743
+ 0.0001932395131542809,
744
+ -0.00011382985003527322,
745
+ 0.9999904665294911,
746
+ 0.00015754473746213335
747
+ ],
748
+ "std": [
749
+ 0.10650635239562906,
750
+ 0.14467408073529078,
751
+ 6.601470099487519e-05,
752
+ 0.004031919354289592,
753
+ 9.983529736758248e-05,
754
+ 0.00035249098672198,
755
+ 0.001625140070968474
756
+ ],
757
+ "count": [
758
+ 16337
759
+ ]
760
+ },
761
+ "observation.sawyer.ee_error": {
762
+ "min": [
763
+ -7.3015689849853516e-06,
764
+ -1.6689300537109375e-06,
765
+ -3.874301910400391e-06,
766
+ 1.9012513803318143e-05,
767
+ -2.7150443202117458e-05,
768
+ 0.0,
769
+ -1.4294480024545919e-05
770
+ ],
771
+ "max": [
772
+ 5.960464477539062e-07,
773
+ 1.3113021850585938e-06,
774
+ 2.332031726837158e-06,
775
+ 0.00014895579079166055,
776
+ 3.472828393569216e-05,
777
+ 0.0,
778
+ 7.456733146682382e-05
779
+ ],
780
+ "mean": [
781
+ -3.817303172602068e-06,
782
+ -7.420705171704828e-07,
783
+ -1.2520222511499824e-06,
784
+ 8.022057843072641e-05,
785
+ 2.2631337275217194e-06,
786
+ 0.0,
787
+ 5.1853338136765156e-05
788
+ ],
789
+ "std": [
790
+ 1.155023320775604e-06,
791
+ 2.8652193598749164e-07,
792
+ 7.880191953129791e-07,
793
+ 2.053322641782667e-05,
794
+ 1.2187833628408244e-05,
795
+ 0.0,
796
+ 1.64874578736198e-05
797
+ ],
798
+ "count": [
799
+ 16337
800
+ ]
801
+ },
802
+ "observation.kinova3.base_position": {
803
+ "min": [
804
+ 0.0,
805
+ 0.0,
806
+ 0.0
807
+ ],
808
+ "max": [
809
+ 0.0,
810
+ 0.0,
811
+ 0.0
812
+ ],
813
+ "mean": [
814
+ 0.0,
815
+ 0.0,
816
+ 0.0
817
+ ],
818
+ "std": [
819
+ 0.0,
820
+ 0.0,
821
+ 0.0
822
+ ],
823
+ "count": [
824
+ 16337
825
+ ]
826
+ },
827
+ "observation.ur5e.base_position": {
828
+ "min": [
829
+ 0.0,
830
+ 0.0,
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 0.0,
835
+ 0.0,
836
+ 0.0
837
+ ],
838
+ "mean": [
839
+ 0.0,
840
+ 0.0,
841
+ 0.0
842
+ ],
843
+ "std": [
844
+ 0.0,
845
+ 0.0,
846
+ 0.0
847
+ ],
848
+ "count": [
849
+ 16337
850
+ ]
851
+ },
852
+ "observation.kuka_iiwa.base_orientation": {
853
+ "min": [
854
+ 0.0
855
+ ],
856
+ "max": [
857
+ 0.0
858
+ ],
859
+ "mean": [
860
+ 0.0
861
+ ],
862
+ "std": [
863
+ 0.0
864
+ ],
865
+ "count": [
866
+ 16337
867
+ ]
868
+ },
869
+ "observation.kuka_iiwa.ee_error": {
870
+ "min": [
871
+ -0.04355938732624054,
872
+ -0.01678493618965149,
873
+ -9.134411811828613e-06,
874
+ -6.482770550064743e-05,
875
+ -2.3185657482827082e-05,
876
+ 0.0,
877
+ -0.11656419932842255
878
+ ],
879
+ "max": [
880
+ 9.357929229736328e-06,
881
+ 0.016744539141654968,
882
+ 0.02381964400410652,
883
+ 0.30876973271369934,
884
+ 3.593730434658937e-05,
885
+ 0.04889106750488281,
886
+ 0.11691684275865555
887
+ ],
888
+ "mean": [
889
+ -0.0035712867355793885,
890
+ 0.0001030751531337174,
891
+ 0.0016837892482347678,
892
+ 0.024400365210354054,
893
+ 5.315814320583055e-06,
894
+ 0.0021380304710830506,
895
+ -0.0007088356882020651
896
+ ],
897
+ "std": [
898
+ 0.008306680415549538,
899
+ 0.0026508703490322723,
900
+ 0.004080021836604744,
901
+ 0.057455369042680664,
902
+ 1.2117042792157024e-05,
903
+ 0.0065722672909980335,
904
+ 0.0182015552235929
905
+ ],
906
+ "count": [
907
+ 16337
908
+ ]
909
+ },
910
+ "observation.images.jaco": {
911
+ "min": [
912
+ [
913
+ [
914
+ 0.0
915
+ ]
916
+ ],
917
+ [
918
+ [
919
+ 0.0
920
+ ]
921
+ ],
922
+ [
923
+ [
924
+ 0.0
925
+ ]
926
+ ]
927
+ ],
928
+ "max": [
929
+ [
930
+ [
931
+ 1.0
932
+ ]
933
+ ],
934
+ [
935
+ [
936
+ 1.0
937
+ ]
938
+ ],
939
+ [
940
+ [
941
+ 1.0
942
+ ]
943
+ ]
944
+ ],
945
+ "mean": [
946
+ [
947
+ [
948
+ 0.4118606896204304
949
+ ]
950
+ ],
951
+ [
952
+ [
953
+ 0.5069851733464398
954
+ ]
955
+ ],
956
+ [
957
+ [
958
+ 0.5380864554982526
959
+ ]
960
+ ]
961
+ ],
962
+ "std": [
963
+ [
964
+ [
965
+ 0.2982857428714604
966
+ ]
967
+ ],
968
+ [
969
+ [
970
+ 0.2042900785057443
971
+ ]
972
+ ],
973
+ [
974
+ [
975
+ 0.16437262372467265
976
+ ]
977
+ ]
978
+ ],
979
+ "count": [
980
+ 16337
981
+ ]
982
+ },
983
+ "timestamp": {
984
+ "min": [
985
+ 0.0
986
+ ],
987
+ "max": [
988
+ 4.7
989
+ ],
990
+ "mean": [
991
+ 1.0422048111648405
992
+ ],
993
+ "std": [
994
+ 0.9135949191179317
995
+ ],
996
+ "count": [
997
+ 16337
998
+ ]
999
+ },
1000
+ "observation.ur5e.joints": {
1001
+ "min": [
1002
+ -3.6244521141052246,
1003
+ -1.2956700325012207,
1004
+ 1.5273133516311646,
1005
+ -3.5942606925964355,
1006
+ -1.5712083578109741,
1007
+ -5.194728851318359,
1008
+ 1.0
1009
+ ],
1010
+ "max": [
1011
+ 3.7841975688934326,
1012
+ -0.7537840008735657,
1013
+ 3.0782341957092285,
1014
+ -2.3443820476531982,
1015
+ -1.5705809593200684,
1016
+ 2.2131800651550293,
1017
+ 1.0
1018
+ ],
1019
+ "mean": [
1020
+ 2.7711533172307026,
1021
+ -1.132377889720829,
1022
+ 2.3800845704756117,
1023
+ -2.8184596227521066,
1024
+ -1.5707000299249305,
1025
+ 1.2002369386990592,
1026
+ 1.0
1027
+ ],
1028
+ "std": [
1029
+ 0.5651252631258824,
1030
+ 0.11957887940678646,
1031
+ 0.3038053533552,
1032
+ 0.1891181335419618,
1033
+ 3.7157886357320416e-05,
1034
+ 0.5650687527724841,
1035
+ 0.0
1036
+ ],
1037
+ "count": [
1038
+ 16337
1039
+ ]
1040
+ },
1041
+ "observation.ur5e.ee_error": {
1042
+ "min": [
1043
+ -1.940131187438965e-05,
1044
+ -4.266202449798584e-05,
1045
+ -3.952533006668091e-05,
1046
+ -3.651213410194032e-05,
1047
+ -0.000259736436419189,
1048
+ 0.0,
1049
+ -0.0002585608744993806
1050
+ ],
1051
+ "max": [
1052
+ 1.0013580322265625e-05,
1053
+ 2.3663043975830078e-05,
1054
+ -1.4156103134155273e-07,
1055
+ 0.0002664240309968591,
1056
+ 0.0001106589988921769,
1057
+ 5.960464477539063e-08,
1058
+ 0.00020511688489932567
1059
+ ],
1060
+ "mean": [
1061
+ 1.9865545466950895e-06,
1062
+ 1.0186784232815183e-05,
1063
+ -1.3107380457744095e-06,
1064
+ 4.46237181303179e-06,
1065
+ 6.001184672900751e-05,
1066
+ 3.0646937874914493e-10,
1067
+ -5.228199478946783e-05
1068
+ ],
1069
+ "std": [
1070
+ 3.400736805496577e-06,
1071
+ 4.144893382019016e-06,
1072
+ 2.300305584860136e-06,
1073
+ 2.2062201889147273e-05,
1074
+ 2.825343770468241e-05,
1075
+ 4.262989034438886e-09,
1076
+ 2.5057029106888348e-05
1077
+ ],
1078
+ "count": [
1079
+ 16337
1080
+ ]
1081
+ },
1082
+ "observation.kinova3.ee_error": {
1083
+ "min": [
1084
+ -0.007148027420043945,
1085
+ -0.001452125608921051,
1086
+ -8.784234523773193e-06,
1087
+ 4.663372237700969e-05,
1088
+ -8.766738756094128e-05,
1089
+ 0.0,
1090
+ -0.012478286400437355
1091
+ ],
1092
+ "max": [
1093
+ -1.1324882507324219e-06,
1094
+ 0.0014582909643650055,
1095
+ 0.0011065900325775146,
1096
+ 0.06050744652748108,
1097
+ 3.458472929196432e-05,
1098
+ 0.0018337368965148926,
1099
+ 0.01208927109837532
1100
+ ],
1101
+ "mean": [
1102
+ -5.2819295210879075e-05,
1103
+ 1.0587549372780054e-06,
1104
+ 2.741471633373392e-06,
1105
+ 0.0005237548602415971,
1106
+ 3.060201680124513e-06,
1107
+ 7.5553529821654505e-06,
1108
+ -2.2229936931317822e-05
1109
+ ],
1110
+ "std": [
1111
+ 0.00044961444187436553,
1112
+ 8.299466279141801e-05,
1113
+ 6.932011951234632e-05,
1114
+ 0.0037894041676785934,
1115
+ 1.440145304440724e-05,
1116
+ 9.413053037691186e-05,
1117
+ 0.0007009159013335293
1118
+ ],
1119
+ "count": [
1120
+ 16337
1121
+ ]
1122
+ },
1123
+ "observation.panda.base_orientation": {
1124
+ "min": [
1125
+ 0.0
1126
+ ],
1127
+ "max": [
1128
+ 0.0
1129
+ ],
1130
+ "mean": [
1131
+ 0.0
1132
+ ],
1133
+ "std": [
1134
+ 0.0
1135
+ ],
1136
+ "count": [
1137
+ 16337
1138
+ ]
1139
+ },
1140
+ "observation.google_robot.joints": {
1141
+ "min": [
1142
+ -0.35617101192474365,
1143
+ 1.5228722095489502,
1144
+ 0.5163956880569458,
1145
+ -2.049999952316284,
1146
+ -1.8033983707427979,
1147
+ -1.2681078910827637,
1148
+ -3.062800407409668,
1149
+ 1.0
1150
+ ],
1151
+ "max": [
1152
+ 1.1915825605392456,
1153
+ 2.12065052986145,
1154
+ 3.449352741241455,
1155
+ -0.05623703449964523,
1156
+ 1.6014658212661743,
1157
+ 1.3500665426254272,
1158
+ 0.8787118196487427,
1159
+ 1.0
1160
+ ],
1161
+ "mean": [
1162
+ 0.538726144834948,
1163
+ 1.5904453828079854,
1164
+ 2.4992339987937826,
1165
+ -1.5389140454618206,
1166
+ -1.4671242074315693,
1167
+ 0.6656087273715295,
1168
+ -1.0806611844941554,
1169
+ 1.0
1170
+ ],
1171
+ "std": [
1172
+ 0.2593653116707159,
1173
+ 0.07288579610448769,
1174
+ 0.2556166047279144,
1175
+ 0.2988586431081703,
1176
+ 0.3047385954275788,
1177
+ 0.24504536575588584,
1178
+ 0.538331407955446,
1179
+ 0.0
1180
+ ],
1181
+ "count": [
1182
+ 16337
1183
+ ]
1184
+ },
1185
+ "observation.sawyer.joints": {
1186
+ "min": [
1187
+ -1.392922043800354,
1188
+ -0.8806060552597046,
1189
+ -0.16452263295650482,
1190
+ 1.2142901420593262,
1191
+ -0.7707241773605347,
1192
+ -0.20774556696414948,
1193
+ -0.5430099368095398,
1194
+ 1.0
1195
+ ],
1196
+ "max": [
1197
+ 0.5398003458976746,
1198
+ -0.44175392389297485,
1199
+ 0.17652074992656708,
1200
+ 2.510167360305786,
1201
+ 0.0772654339671135,
1202
+ 0.7991745471954346,
1203
+ 0.6945586204528809,
1204
+ 1.0
1205
+ ],
1206
+ "mean": [
1207
+ -0.3726029708881068,
1208
+ -0.7837762428722264,
1209
+ 0.043899659591954285,
1210
+ 2.088224895772323,
1211
+ -0.21559991553666102,
1212
+ 0.27111492674633764,
1213
+ 0.04526136319446012,
1214
+ 1.0
1215
+ ],
1216
+ "std": [
1217
+ 0.3477325610634232,
1218
+ 0.07988121564475305,
1219
+ 0.04987155727829515,
1220
+ 0.26228013102130787,
1221
+ 0.18381785048419994,
1222
+ 0.19056208200159894,
1223
+ 0.24375662860963854,
1224
+ 0.0
1225
+ ],
1226
+ "count": [
1227
+ 16337
1228
+ ]
1229
+ },
1230
+ "observation.joints": {
1231
+ "min": [
1232
+ -1.103879690170288,
1233
+ 0.3409208655357361,
1234
+ -1.4375677108764648,
1235
+ 0.3177979588508606,
1236
+ -2.325730800628662,
1237
+ -1.3996738195419312,
1238
+ -2.735152006149292,
1239
+ 1.0
1240
+ ],
1241
+ "max": [
1242
+ 1.5440291166305542,
1243
+ 1.6833621263504028,
1244
+ 1.466575264930725,
1245
+ 2.8416261672973633,
1246
+ 2.3334128856658936,
1247
+ 1.038448452949524,
1248
+ 3.5105226039886475,
1249
+ 1.0
1250
+ ],
1251
+ "mean": [
1252
+ 0.47529228493658104,
1253
+ 0.6405579749874001,
1254
+ -0.3592673254102785,
1255
+ 0.8849901964974285,
1256
+ 0.8744971812366089,
1257
+ 0.3463937536160418,
1258
+ 2.2752474608601996,
1259
+ 1.0
1260
+ ],
1261
+ "std": [
1262
+ 0.3595738795586028,
1263
+ 0.19860059189260793,
1264
+ 0.2894890927721262,
1265
+ 0.38246214702073456,
1266
+ 0.5140472351997621,
1267
+ 0.2873423217901237,
1268
+ 0.9433705625237074,
1269
+ 0.0
1270
+ ],
1271
+ "count": [
1272
+ 16337
1273
+ ]
1274
+ },
1275
+ "observation.kinova3.ee_pose": {
1276
+ "min": [
1277
+ 0.1910260021686554,
1278
+ -0.3049843907356262,
1279
+ 0.08389341831207275,
1280
+ -0.06050744652748108,
1281
+ -3.458472929196432e-05,
1282
+ 0.9981662631034851,
1283
+ -0.01208927109837532
1284
+ ],
1285
+ "max": [
1286
+ 0.619063138961792,
1287
+ 0.3454952538013458,
1288
+ 0.08500879257917404,
1289
+ -4.663372237700969e-05,
1290
+ 8.766738756094128e-05,
1291
+ 1.0,
1292
+ 0.012478286400437355
1293
+ ],
1294
+ "mean": [
1295
+ 0.3994488843848424,
1296
+ 0.007634112185318102,
1297
+ 0.08499726676449107,
1298
+ -0.0005237548602415971,
1299
+ -3.060201680124513e-06,
1300
+ 0.999992445449668,
1301
+ 2.2229936931317822e-05
1302
+ ],
1303
+ "std": [
1304
+ 0.10646626117398104,
1305
+ 0.14469539817255714,
1306
+ 6.932014951952093e-05,
1307
+ 0.0037894041676785934,
1308
+ 1.440145304440724e-05,
1309
+ 9.412895571682093e-05,
1310
+ 0.0007009159013335293
1311
+ ],
1312
+ "count": [
1313
+ 16337
1314
+ ]
1315
+ },
1316
+ "task_index": {
1317
+ "min": [
1318
+ 0
1319
+ ],
1320
+ "max": [
1321
+ 946
1322
+ ],
1323
+ "mean": [
1324
+ 471.31095060292586
1325
+ ],
1326
+ "std": [
1327
+ 273.9249719755997
1328
+ ],
1329
+ "count": [
1330
+ 16337
1331
+ ]
1332
+ },
1333
+ "observation.kinova3.joints": {
1334
+ "min": [
1335
+ -1.1980500221252441,
1336
+ 0.8360919952392578,
1337
+ -1.516518473625183,
1338
+ 0.5946321487426758,
1339
+ -1.5992755889892578,
1340
+ -1.5857245922088623,
1341
+ -0.6917631030082703,
1342
+ 1.0
1343
+ ],
1344
+ "max": [
1345
+ 1.1616569757461548,
1346
+ 1.6530474424362183,
1347
+ 0.13069027662277222,
1348
+ 2.569999933242798,
1349
+ 0.46258100867271423,
1350
+ 1.1833568811416626,
1351
+ 1.7534725666046143,
1352
+ 1.0
1353
+ ],
1354
+ "mean": [
1355
+ -0.05289860930153747,
1356
+ 0.9269502416463787,
1357
+ -0.03346014375308882,
1358
+ 1.9127297275228512,
1359
+ -0.00889195429545279,
1360
+ 0.2987366778603718,
1361
+ -0.061196019282035524,
1362
+ 1.0
1363
+ ],
1364
+ "std": [
1365
+ 0.3865011267470209,
1366
+ 0.10864201003119589,
1367
+ 0.15036709335354748,
1368
+ 0.3821999609269983,
1369
+ 0.22476303534849232,
1370
+ 0.34354897352895164,
1371
+ 0.28805111482050866,
1372
+ 0.0
1373
+ ],
1374
+ "count": [
1375
+ 16337
1376
+ ]
1377
+ },
1378
+ "observation.kuka_iiwa.joints": {
1379
+ "min": [
1380
+ -0.955642819404602,
1381
+ 0.937402606010437,
1382
+ -0.07682555168867111,
1383
+ -2.094399929046631,
1384
+ -0.4495201110839844,
1385
+ 0.10997374355792999,
1386
+ -0.6200108528137207,
1387
+ 1.0
1388
+ ],
1389
+ "max": [
1390
+ 0.9931688904762268,
1391
+ 1.399275302886963,
1392
+ 0.1363270878791809,
1393
+ -0.7564672231674194,
1394
+ 0.2983705699443817,
1395
+ 0.9862189888954163,
1396
+ 0.6882084608078003,
1397
+ 1.0
1398
+ ],
1399
+ "mean": [
1400
+ -0.013624098826724206,
1401
+ 1.0218641109672908,
1402
+ 0.03196987608693685,
1403
+ -1.7933376545187176,
1404
+ -0.07744514585975858,
1405
+ 0.3803228182144554,
1406
+ 0.07491882528336902,
1407
+ 1.0
1408
+ ],
1409
+ "std": [
1410
+ 0.34081814371821717,
1411
+ 0.08167784473202298,
1412
+ 0.031803888947121446,
1413
+ 0.2878696868349494,
1414
+ 0.09505881102159762,
1415
+ 0.17794335506960215,
1416
+ 0.24202559024766385,
1417
+ 0.0
1418
+ ],
1419
+ "count": [
1420
+ 16337
1421
+ ]
1422
+ },
1423
+ "episode_index": {
1424
+ "min": [
1425
+ 0
1426
+ ],
1427
+ "max": [
1428
+ 999
1429
+ ],
1430
+ "mean": [
1431
+ 508.6871518638673
1432
+ ],
1433
+ "std": [
1434
+ 288.0415965044591
1435
+ ],
1436
+ "count": [
1437
+ 16337
1438
+ ]
1439
+ },
1440
+ "observation.kuka_iiwa.base_position": {
1441
+ "min": [
1442
+ 0.05000000074505806,
1443
+ 0.0,
1444
+ 0.0
1445
+ ],
1446
+ "max": [
1447
+ 0.05000000074505806,
1448
+ 0.0,
1449
+ 0.0
1450
+ ],
1451
+ "mean": [
1452
+ 0.04999999880545353,
1453
+ 0.0,
1454
+ 0.0
1455
+ ],
1456
+ "std": [
1457
+ 1.5143165213628775e-08,
1458
+ 0.0,
1459
+ 0.0
1460
+ ],
1461
+ "count": [
1462
+ 16337
1463
+ ]
1464
+ },
1465
+ "observation.google_robot.base_orientation": {
1466
+ "min": [
1467
+ 0.0
1468
+ ],
1469
+ "max": [
1470
+ 0.0
1471
+ ],
1472
+ "mean": [
1473
+ 0.0
1474
+ ],
1475
+ "std": [
1476
+ 0.0
1477
+ ],
1478
+ "count": [
1479
+ 16337
1480
+ ]
1481
+ },
1482
+ "observation.images.image": {
1483
+ "min": [
1484
+ [
1485
+ [
1486
+ 0.0
1487
+ ]
1488
+ ],
1489
+ [
1490
+ [
1491
+ 0.0
1492
+ ]
1493
+ ],
1494
+ [
1495
+ [
1496
+ 0.0
1497
+ ]
1498
+ ]
1499
+ ],
1500
+ "max": [
1501
+ [
1502
+ [
1503
+ 1.0
1504
+ ]
1505
+ ],
1506
+ [
1507
+ [
1508
+ 1.0
1509
+ ]
1510
+ ],
1511
+ [
1512
+ [
1513
+ 1.0
1514
+ ]
1515
+ ]
1516
+ ],
1517
+ "mean": [
1518
+ [
1519
+ [
1520
+ 0.42647802087379894
1521
+ ]
1522
+ ],
1523
+ [
1524
+ [
1525
+ 0.5374581928586658
1526
+ ]
1527
+ ],
1528
+ [
1529
+ [
1530
+ 0.5629910334754785
1531
+ ]
1532
+ ]
1533
+ ],
1534
+ "std": [
1535
+ [
1536
+ [
1537
+ 0.29971572467835766
1538
+ ]
1539
+ ],
1540
+ [
1541
+ [
1542
+ 0.19352682243303115
1543
+ ]
1544
+ ],
1545
+ [
1546
+ [
1547
+ 0.14923783877481459
1548
+ ]
1549
+ ]
1550
+ ],
1551
+ "count": [
1552
+ 16337
1553
+ ]
1554
+ },
1555
+ "observation.panda.base_position": {
1556
+ "min": [
1557
+ 0.0,
1558
+ 0.0,
1559
+ 0.0
1560
+ ],
1561
+ "max": [
1562
+ 0.0,
1563
+ 0.0,
1564
+ 0.0
1565
+ ],
1566
+ "mean": [
1567
+ 0.0,
1568
+ 0.0,
1569
+ 0.0
1570
+ ],
1571
+ "std": [
1572
+ 0.0,
1573
+ 0.0,
1574
+ 0.0
1575
+ ],
1576
+ "count": [
1577
+ 16337
1578
+ ]
1579
+ },
1580
+ "observation.sawyer.ee_pose": {
1581
+ "min": [
1582
+ 0.2410239428281784,
1583
+ -0.3049820065498352,
1584
+ 0.08499767631292343,
1585
+ -0.00014895579079166055,
1586
+ -3.472828393569216e-05,
1587
+ 1.0,
1588
+ -7.456733146682382e-05
1589
+ ],
1590
+ "max": [
1591
+ 0.6690598726272583,
1592
+ 0.3454939126968384,
1593
+ 0.08500388264656067,
1594
+ -1.9012513803318143e-05,
1595
+ 2.7150443202117458e-05,
1596
+ 1.0,
1597
+ 1.4294480024545919e-05
1598
+ ],
1599
+ "mean": [
1600
+ 0.4493998932639235,
1601
+ 0.007635912530708452,
1602
+ 0.08500126001209088,
1603
+ -8.022057843072641e-05,
1604
+ -2.2631337275217194e-06,
1605
+ 1.0,
1606
+ -5.1853338136765156e-05
1607
+ ],
1608
+ "std": [
1609
+ 0.10654997772107087,
1610
+ 0.1446908858449104,
1611
+ 7.882591907761544e-07,
1612
+ 2.053322641782667e-05,
1613
+ 1.2187833628408244e-05,
1614
+ 0.0,
1615
+ 1.64874578736198e-05
1616
+ ],
1617
+ "count": [
1618
+ 16337
1619
+ ]
1620
+ },
1621
+ "observation.state": {
1622
+ "min": [
1623
+ 0.19088385999202728,
1624
+ -0.30509108304977417
1625
+ ],
1626
+ "max": [
1627
+ 0.6191074848175049,
1628
+ 0.3455429971218109
1629
+ ],
1630
+ "mean": [
1631
+ 0.39941478519856494,
1632
+ 0.007470317739025527
1633
+ ],
1634
+ "std": [
1635
+ 0.10697820591982685,
1636
+ 0.14533726278752787
1637
+ ],
1638
+ "count": [
1639
+ 16337
1640
+ ]
1641
+ },
1642
+ "observation.images.kinova3": {
1643
+ "min": [
1644
+ [
1645
+ [
1646
+ 0.0
1647
+ ]
1648
+ ],
1649
+ [
1650
+ [
1651
+ 0.0
1652
+ ]
1653
+ ],
1654
+ [
1655
+ [
1656
+ 0.0
1657
+ ]
1658
+ ]
1659
+ ],
1660
+ "max": [
1661
+ [
1662
+ [
1663
+ 1.0
1664
+ ]
1665
+ ],
1666
+ [
1667
+ [
1668
+ 1.0
1669
+ ]
1670
+ ],
1671
+ [
1672
+ [
1673
+ 1.0
1674
+ ]
1675
+ ]
1676
+ ],
1677
+ "mean": [
1678
+ [
1679
+ [
1680
+ 0.4293536489507555
1681
+ ]
1682
+ ],
1683
+ [
1684
+ [
1685
+ 0.523913558704242
1686
+ ]
1687
+ ],
1688
+ [
1689
+ [
1690
+ 0.5550141314314787
1691
+ ]
1692
+ ]
1693
+ ],
1694
+ "std": [
1695
+ [
1696
+ [
1697
+ 0.29387025256156
1698
+ ]
1699
+ ],
1700
+ [
1701
+ [
1702
+ 0.19010194625490479
1703
+ ]
1704
+ ],
1705
+ [
1706
+ [
1707
+ 0.14307795491091072
1708
+ ]
1709
+ ]
1710
+ ],
1711
+ "count": [
1712
+ 16337
1713
+ ]
1714
+ },
1715
+ "observation.jaco.base_position": {
1716
+ "min": [
1717
+ 0.0,
1718
+ 0.0,
1719
+ 0.0
1720
+ ],
1721
+ "max": [
1722
+ 0.0,
1723
+ 0.0,
1724
+ 0.0
1725
+ ],
1726
+ "mean": [
1727
+ 0.0,
1728
+ 0.0,
1729
+ 0.0
1730
+ ],
1731
+ "std": [
1732
+ 0.0,
1733
+ 0.0,
1734
+ 0.0
1735
+ ],
1736
+ "count": [
1737
+ 16337
1738
+ ]
1739
+ },
1740
+ "natural_language_instruction": {
1741
+ "min": [
1742
+ 97,
1743
+ 97,
1744
+ 32,
1745
+ 32,
1746
+ 32,
1747
+ 32,
1748
+ 32,
1749
+ 32,
1750
+ 32,
1751
+ 32,
1752
+ 32,
1753
+ 32,
1754
+ 32,
1755
+ 32,
1756
+ 32,
1757
+ 32,
1758
+ 0,
1759
+ 0,
1760
+ 0,
1761
+ 0,
1762
+ 0,
1763
+ 0,
1764
+ 0,
1765
+ 0,
1766
+ 0,
1767
+ 0,
1768
+ 0,
1769
+ 0,
1770
+ 0,
1771
+ 0,
1772
+ 0,
1773
+ 0,
1774
+ 0,
1775
+ 0,
1776
+ 0,
1777
+ 0,
1778
+ 0,
1779
+ 0,
1780
+ 0,
1781
+ 0,
1782
+ 0,
1783
+ 0,
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 0,
1788
+ 0,
1789
+ 0,
1790
+ 0,
1791
+ 0,
1792
+ 0,
1793
+ 0,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 0,
1798
+ 0,
1799
+ 0,
1800
+ 0,
1801
+ 0,
1802
+ 0,
1803
+ 0,
1804
+ 0,
1805
+ 0,
1806
+ 0,
1807
+ 0,
1808
+ 0,
1809
+ 0,
1810
+ 0,
1811
+ 0,
1812
+ 0,
1813
+ 0,
1814
+ 0,
1815
+ 0,
1816
+ 0,
1817
+ 0,
1818
+ 0,
1819
+ 0,
1820
+ 0,
1821
+ 0,
1822
+ 0,
1823
+ 0,
1824
+ 0,
1825
+ 0,
1826
+ 0,
1827
+ 0,
1828
+ 0,
1829
+ 0,
1830
+ 0,
1831
+ 0,
1832
+ 0,
1833
+ 0,
1834
+ 0,
1835
+ 0,
1836
+ 0,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ 0,
1841
+ 0,
1842
+ 0,
1843
+ 0,
1844
+ 0,
1845
+ 0,
1846
+ 0,
1847
+ 0,
1848
+ 0,
1849
+ 0,
1850
+ 0,
1851
+ 0,
1852
+ 0,
1853
+ 0,
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 0,
1863
+ 0,
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 0,
1871
+ 0,
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0,
2000
+ 0,
2001
+ 0,
2002
+ 0,
2003
+ 0,
2004
+ 0,
2005
+ 0,
2006
+ 0,
2007
+ 0,
2008
+ 0,
2009
+ 0,
2010
+ 0,
2011
+ 0,
2012
+ 0,
2013
+ 0,
2014
+ 0,
2015
+ 0,
2016
+ 0,
2017
+ 0,
2018
+ 0,
2019
+ 0,
2020
+ 0,
2021
+ 0,
2022
+ 0,
2023
+ 0,
2024
+ 0,
2025
+ 0,
2026
+ 0,
2027
+ 0,
2028
+ 0,
2029
+ 0,
2030
+ 0,
2031
+ 0,
2032
+ 0,
2033
+ 0,
2034
+ 0,
2035
+ 0,
2036
+ 0,
2037
+ 0,
2038
+ 0,
2039
+ 0,
2040
+ 0,
2041
+ 0,
2042
+ 0,
2043
+ 0,
2044
+ 0,
2045
+ 0,
2046
+ 0,
2047
+ 0,
2048
+ 0,
2049
+ 0,
2050
+ 0,
2051
+ 0,
2052
+ 0,
2053
+ 0,
2054
+ 0,
2055
+ 0,
2056
+ 0,
2057
+ 0,
2058
+ 0,
2059
+ 0,
2060
+ 0,
2061
+ 0,
2062
+ 0,
2063
+ 0,
2064
+ 0,
2065
+ 0,
2066
+ 0,
2067
+ 0,
2068
+ 0,
2069
+ 0,
2070
+ 0,
2071
+ 0,
2072
+ 0,
2073
+ 0,
2074
+ 0,
2075
+ 0,
2076
+ 0,
2077
+ 0,
2078
+ 0,
2079
+ 0,
2080
+ 0,
2081
+ 0,
2082
+ 0,
2083
+ 0,
2084
+ 0,
2085
+ 0,
2086
+ 0,
2087
+ 0,
2088
+ 0,
2089
+ 0,
2090
+ 0,
2091
+ 0,
2092
+ 0,
2093
+ 0,
2094
+ 0,
2095
+ 0,
2096
+ 0,
2097
+ 0,
2098
+ 0,
2099
+ 0,
2100
+ 0,
2101
+ 0,
2102
+ 0,
2103
+ 0,
2104
+ 0,
2105
+ 0,
2106
+ 0,
2107
+ 0,
2108
+ 0,
2109
+ 0,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ 0,
2115
+ 0,
2116
+ 0,
2117
+ 0,
2118
+ 0,
2119
+ 0,
2120
+ 0,
2121
+ 0,
2122
+ 0,
2123
+ 0,
2124
+ 0,
2125
+ 0,
2126
+ 0,
2127
+ 0,
2128
+ 0,
2129
+ 0,
2130
+ 0,
2131
+ 0,
2132
+ 0,
2133
+ 0,
2134
+ 0,
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ 0,
2146
+ 0,
2147
+ 0,
2148
+ 0,
2149
+ 0,
2150
+ 0,
2151
+ 0,
2152
+ 0,
2153
+ 0,
2154
+ 0,
2155
+ 0,
2156
+ 0,
2157
+ 0,
2158
+ 0,
2159
+ 0,
2160
+ 0,
2161
+ 0,
2162
+ 0,
2163
+ 0,
2164
+ 0,
2165
+ 0,
2166
+ 0,
2167
+ 0,
2168
+ 0,
2169
+ 0,
2170
+ 0,
2171
+ 0,
2172
+ 0,
2173
+ 0,
2174
+ 0,
2175
+ 0,
2176
+ 0,
2177
+ 0,
2178
+ 0,
2179
+ 0,
2180
+ 0,
2181
+ 0,
2182
+ 0,
2183
+ 0,
2184
+ 0,
2185
+ 0,
2186
+ 0,
2187
+ 0,
2188
+ 0,
2189
+ 0,
2190
+ 0,
2191
+ 0,
2192
+ 0,
2193
+ 0,
2194
+ 0,
2195
+ 0,
2196
+ 0,
2197
+ 0,
2198
+ 0,
2199
+ 0,
2200
+ 0,
2201
+ 0,
2202
+ 0,
2203
+ 0,
2204
+ 0,
2205
+ 0,
2206
+ 0,
2207
+ 0,
2208
+ 0,
2209
+ 0,
2210
+ 0,
2211
+ 0,
2212
+ 0,
2213
+ 0,
2214
+ 0,
2215
+ 0,
2216
+ 0,
2217
+ 0,
2218
+ 0,
2219
+ 0,
2220
+ 0,
2221
+ 0,
2222
+ 0,
2223
+ 0,
2224
+ 0,
2225
+ 0,
2226
+ 0,
2227
+ 0,
2228
+ 0,
2229
+ 0,
2230
+ 0,
2231
+ 0,
2232
+ 0,
2233
+ 0,
2234
+ 0,
2235
+ 0,
2236
+ 0,
2237
+ 0,
2238
+ 0,
2239
+ 0,
2240
+ 0,
2241
+ 0,
2242
+ 0,
2243
+ 0,
2244
+ 0,
2245
+ 0,
2246
+ 0,
2247
+ 0,
2248
+ 0,
2249
+ 0,
2250
+ 0,
2251
+ 0,
2252
+ 0,
2253
+ 0
2254
+ ],
2255
+ "max": [
2256
+ 116,
2257
+ 117,
2258
+ 118,
2259
+ 117,
2260
+ 121,
2261
+ 121,
2262
+ 121,
2263
+ 121,
2264
+ 121,
2265
+ 121,
2266
+ 121,
2267
+ 121,
2268
+ 121,
2269
+ 121,
2270
+ 120,
2271
+ 120,
2272
+ 119,
2273
+ 121,
2274
+ 121,
2275
+ 122,
2276
+ 122,
2277
+ 121,
2278
+ 122,
2279
+ 122,
2280
+ 121,
2281
+ 121,
2282
+ 121,
2283
+ 122,
2284
+ 122,
2285
+ 122,
2286
+ 121,
2287
+ 121,
2288
+ 121,
2289
+ 121,
2290
+ 121,
2291
+ 121,
2292
+ 121,
2293
+ 121,
2294
+ 121,
2295
+ 121,
2296
+ 121,
2297
+ 121,
2298
+ 121,
2299
+ 122,
2300
+ 121,
2301
+ 121,
2302
+ 121,
2303
+ 121,
2304
+ 121,
2305
+ 121,
2306
+ 121,
2307
+ 121,
2308
+ 120,
2309
+ 121,
2310
+ 121,
2311
+ 121,
2312
+ 121,
2313
+ 120,
2314
+ 121,
2315
+ 121,
2316
+ 121,
2317
+ 121,
2318
+ 120,
2319
+ 119,
2320
+ 119,
2321
+ 120,
2322
+ 119,
2323
+ 120,
2324
+ 116,
2325
+ 116,
2326
+ 121,
2327
+ 116,
2328
+ 116,
2329
+ 111,
2330
+ 116,
2331
+ 119,
2332
+ 121,
2333
+ 111,
2334
+ 114,
2335
+ 120,
2336
+ 115,
2337
+ 116,
2338
+ 111,
2339
+ 114,
2340
+ 114,
2341
+ 109,
2342
+ 32,
2343
+ 97,
2344
+ 32,
2345
+ 99,
2346
+ 105,
2347
+ 114,
2348
+ 99,
2349
+ 108,
2350
+ 101,
2351
+ 0,
2352
+ 0,
2353
+ 0,
2354
+ 0,
2355
+ 0,
2356
+ 0,
2357
+ 0,
2358
+ 0,
2359
+ 0,
2360
+ 0,
2361
+ 0,
2362
+ 0,
2363
+ 0,
2364
+ 0,
2365
+ 0,
2366
+ 0,
2367
+ 0,
2368
+ 0,
2369
+ 0,
2370
+ 0,
2371
+ 0,
2372
+ 0,
2373
+ 0,
2374
+ 0,
2375
+ 0,
2376
+ 0,
2377
+ 0,
2378
+ 0,
2379
+ 0,
2380
+ 0,
2381
+ 0,
2382
+ 0,
2383
+ 0,
2384
+ 0,
2385
+ 0,
2386
+ 0,
2387
+ 0,
2388
+ 0,
2389
+ 0,
2390
+ 0,
2391
+ 0,
2392
+ 0,
2393
+ 0,
2394
+ 0,
2395
+ 0,
2396
+ 0,
2397
+ 0,
2398
+ 0,
2399
+ 0,
2400
+ 0,
2401
+ 0,
2402
+ 0,
2403
+ 0,
2404
+ 0,
2405
+ 0,
2406
+ 0,
2407
+ 0,
2408
+ 0,
2409
+ 0,
2410
+ 0,
2411
+ 0,
2412
+ 0,
2413
+ 0,
2414
+ 0,
2415
+ 0,
2416
+ 0,
2417
+ 0,
2418
+ 0,
2419
+ 0,
2420
+ 0,
2421
+ 0,
2422
+ 0,
2423
+ 0,
2424
+ 0,
2425
+ 0,
2426
+ 0,
2427
+ 0,
2428
+ 0,
2429
+ 0,
2430
+ 0,
2431
+ 0,
2432
+ 0,
2433
+ 0,
2434
+ 0,
2435
+ 0,
2436
+ 0,
2437
+ 0,
2438
+ 0,
2439
+ 0,
2440
+ 0,
2441
+ 0,
2442
+ 0,
2443
+ 0,
2444
+ 0,
2445
+ 0,
2446
+ 0,
2447
+ 0,
2448
+ 0,
2449
+ 0,
2450
+ 0,
2451
+ 0,
2452
+ 0,
2453
+ 0,
2454
+ 0,
2455
+ 0,
2456
+ 0,
2457
+ 0,
2458
+ 0,
2459
+ 0,
2460
+ 0,
2461
+ 0,
2462
+ 0,
2463
+ 0,
2464
+ 0,
2465
+ 0,
2466
+ 0,
2467
+ 0,
2468
+ 0,
2469
+ 0,
2470
+ 0,
2471
+ 0,
2472
+ 0,
2473
+ 0,
2474
+ 0,
2475
+ 0,
2476
+ 0,
2477
+ 0,
2478
+ 0,
2479
+ 0,
2480
+ 0,
2481
+ 0,
2482
+ 0,
2483
+ 0,
2484
+ 0,
2485
+ 0,
2486
+ 0,
2487
+ 0,
2488
+ 0,
2489
+ 0,
2490
+ 0,
2491
+ 0,
2492
+ 0,
2493
+ 0,
2494
+ 0,
2495
+ 0,
2496
+ 0,
2497
+ 0,
2498
+ 0,
2499
+ 0,
2500
+ 0,
2501
+ 0,
2502
+ 0,
2503
+ 0,
2504
+ 0,
2505
+ 0,
2506
+ 0,
2507
+ 0,
2508
+ 0,
2509
+ 0,
2510
+ 0,
2511
+ 0,
2512
+ 0,
2513
+ 0,
2514
+ 0,
2515
+ 0,
2516
+ 0,
2517
+ 0,
2518
+ 0,
2519
+ 0,
2520
+ 0,
2521
+ 0,
2522
+ 0,
2523
+ 0,
2524
+ 0,
2525
+ 0,
2526
+ 0,
2527
+ 0,
2528
+ 0,
2529
+ 0,
2530
+ 0,
2531
+ 0,
2532
+ 0,
2533
+ 0,
2534
+ 0,
2535
+ 0,
2536
+ 0,
2537
+ 0,
2538
+ 0,
2539
+ 0,
2540
+ 0,
2541
+ 0,
2542
+ 0,
2543
+ 0,
2544
+ 0,
2545
+ 0,
2546
+ 0,
2547
+ 0,
2548
+ 0,
2549
+ 0,
2550
+ 0,
2551
+ 0,
2552
+ 0,
2553
+ 0,
2554
+ 0,
2555
+ 0,
2556
+ 0,
2557
+ 0,
2558
+ 0,
2559
+ 0,
2560
+ 0,
2561
+ 0,
2562
+ 0,
2563
+ 0,
2564
+ 0,
2565
+ 0,
2566
+ 0,
2567
+ 0,
2568
+ 0,
2569
+ 0,
2570
+ 0,
2571
+ 0,
2572
+ 0,
2573
+ 0,
2574
+ 0,
2575
+ 0,
2576
+ 0,
2577
+ 0,
2578
+ 0,
2579
+ 0,
2580
+ 0,
2581
+ 0,
2582
+ 0,
2583
+ 0,
2584
+ 0,
2585
+ 0,
2586
+ 0,
2587
+ 0,
2588
+ 0,
2589
+ 0,
2590
+ 0,
2591
+ 0,
2592
+ 0,
2593
+ 0,
2594
+ 0,
2595
+ 0,
2596
+ 0,
2597
+ 0,
2598
+ 0,
2599
+ 0,
2600
+ 0,
2601
+ 0,
2602
+ 0,
2603
+ 0,
2604
+ 0,
2605
+ 0,
2606
+ 0,
2607
+ 0,
2608
+ 0,
2609
+ 0,
2610
+ 0,
2611
+ 0,
2612
+ 0,
2613
+ 0,
2614
+ 0,
2615
+ 0,
2616
+ 0,
2617
+ 0,
2618
+ 0,
2619
+ 0,
2620
+ 0,
2621
+ 0,
2622
+ 0,
2623
+ 0,
2624
+ 0,
2625
+ 0,
2626
+ 0,
2627
+ 0,
2628
+ 0,
2629
+ 0,
2630
+ 0,
2631
+ 0,
2632
+ 0,
2633
+ 0,
2634
+ 0,
2635
+ 0,
2636
+ 0,
2637
+ 0,
2638
+ 0,
2639
+ 0,
2640
+ 0,
2641
+ 0,
2642
+ 0,
2643
+ 0,
2644
+ 0,
2645
+ 0,
2646
+ 0,
2647
+ 0,
2648
+ 0,
2649
+ 0,
2650
+ 0,
2651
+ 0,
2652
+ 0,
2653
+ 0,
2654
+ 0,
2655
+ 0,
2656
+ 0,
2657
+ 0,
2658
+ 0,
2659
+ 0,
2660
+ 0,
2661
+ 0,
2662
+ 0,
2663
+ 0,
2664
+ 0,
2665
+ 0,
2666
+ 0,
2667
+ 0,
2668
+ 0,
2669
+ 0,
2670
+ 0,
2671
+ 0,
2672
+ 0,
2673
+ 0,
2674
+ 0,
2675
+ 0,
2676
+ 0,
2677
+ 0,
2678
+ 0,
2679
+ 0,
2680
+ 0,
2681
+ 0,
2682
+ 0,
2683
+ 0,
2684
+ 0,
2685
+ 0,
2686
+ 0,
2687
+ 0,
2688
+ 0,
2689
+ 0,
2690
+ 0,
2691
+ 0,
2692
+ 0,
2693
+ 0,
2694
+ 0,
2695
+ 0,
2696
+ 0,
2697
+ 0,
2698
+ 0,
2699
+ 0,
2700
+ 0,
2701
+ 0,
2702
+ 0,
2703
+ 0,
2704
+ 0,
2705
+ 0,
2706
+ 0,
2707
+ 0,
2708
+ 0,
2709
+ 0,
2710
+ 0,
2711
+ 0,
2712
+ 0,
2713
+ 0,
2714
+ 0,
2715
+ 0,
2716
+ 0,
2717
+ 0,
2718
+ 0,
2719
+ 0,
2720
+ 0,
2721
+ 0,
2722
+ 0,
2723
+ 0,
2724
+ 0,
2725
+ 0,
2726
+ 0,
2727
+ 0,
2728
+ 0,
2729
+ 0,
2730
+ 0,
2731
+ 0,
2732
+ 0,
2733
+ 0,
2734
+ 0,
2735
+ 0,
2736
+ 0,
2737
+ 0,
2738
+ 0,
2739
+ 0,
2740
+ 0,
2741
+ 0,
2742
+ 0,
2743
+ 0,
2744
+ 0,
2745
+ 0,
2746
+ 0,
2747
+ 0,
2748
+ 0,
2749
+ 0,
2750
+ 0,
2751
+ 0,
2752
+ 0,
2753
+ 0,
2754
+ 0,
2755
+ 0,
2756
+ 0,
2757
+ 0,
2758
+ 0,
2759
+ 0,
2760
+ 0,
2761
+ 0,
2762
+ 0,
2763
+ 0,
2764
+ 0,
2765
+ 0,
2766
+ 0,
2767
+ 0
2768
+ ],
2769
+ "mean": [
2770
+ 111.13686723388626,
2771
+ 111.47609720266878,
2772
+ 112.0616392238477,
2773
+ 101.78845565281263,
2774
+ 56.1642284385138,
2775
+ 93.0468262226847,
2776
+ 107.23957887004958,
2777
+ 103.2930770643325,
2778
+ 59.320927954948885,
2779
+ 90.15614861969762,
2780
+ 101.20634143355574,
2781
+ 103.27655016220848,
2782
+ 91.11556589337087,
2783
+ 90.19165085388994,
2784
+ 90.991736548938,
2785
+ 93.305319214054,
2786
+ 100.52194405337578,
2787
+ 91.30287078410969,
2788
+ 96.38593376997001,
2789
+ 93.3233763848932,
2790
+ 97.98879843300483,
2791
+ 90.13405153945033,
2792
+ 91.06586276550162,
2793
+ 92.9688437289588,
2794
+ 95.66144334945217,
2795
+ 90.95953969517048,
2796
+ 92.147823957887,
2797
+ 91.7240619452776,
2798
+ 91.5911734100508,
2799
+ 88.89955316153517,
2800
+ 86.55365122115444,
2801
+ 86.88975944175797,
2802
+ 83.6395911121993,
2803
+ 80.27795800942646,
2804
+ 81.34565709738631,
2805
+ 78.67025769725164,
2806
+ 71.92673073391687,
2807
+ 70.62606353675706,
2808
+ 68.71892024239456,
2809
+ 65.40619452775907,
2810
+ 60.92262961376018,
2811
+ 57.69927159209157,
2812
+ 54.41966089245271,
2813
+ 48.613821387035564,
2814
+ 46.603109506029256,
2815
+ 40.84746281447022,
2816
+ 36.86527514231499,
2817
+ 37.27085756258799,
2818
+ 33.06922935667503,
2819
+ 31.08300177511171,
2820
+ 28.36157189202424,
2821
+ 25.296443655505907,
2822
+ 24.29350553957275,
2823
+ 21.128358939829834,
2824
+ 17.979861663708146,
2825
+ 16.504805043765685,
2826
+ 13.44071738997368,
2827
+ 11.598212646140663,
2828
+ 11.199240986717268,
2829
+ 9.09836567301218,
2830
+ 9.236395911121994,
2831
+ 7.402827936585664,
2832
+ 5.883699577645834,
2833
+ 5.857562587990451,
2834
+ 4.692048723755891,
2835
+ 4.4273734467772545,
2836
+ 3.811715737283467,
2837
+ 3.5352267858235904,
2838
+ 2.3517781722470468,
2839
+ 2.5287384464712,
2840
+ 2.177633592458836,
2841
+ 1.6231254208238968,
2842
+ 1.7374670992226235,
2843
+ 1.436922323560017,
2844
+ 1.261798371794087,
2845
+ 0.9007161657587073,
2846
+ 0.938054722409255,
2847
+ 0.8260390524576116,
2848
+ 0.7516067821509457,
2849
+ 0.8156944359429515,
2850
+ 0.8327722348044316,
2851
+ 0.4587133500642713,
2852
+ 0.4471445185774622,
2853
+ 0.48601334394319645,
2854
+ 0.15351655750749832,
2855
+ 0.14678337516067821,
2856
+ 0.04309236701964865,
2857
+ 0.13062373752830997,
2858
+ 0.04309236701964865,
2859
+ 0.133317010467038,
2860
+ 0.14139682928322214,
2861
+ 0.15351655750749832,
2862
+ 0.133317010467038,
2863
+ 0.14543673869131418,
2864
+ 0.13601028340576604,
2865
+ 0.0,
2866
+ 0.0,
2867
+ 0.0,
2868
+ 0.0,
2869
+ 0.0,
2870
+ 0.0,
2871
+ 0.0,
2872
+ 0.0,
2873
+ 0.0,
2874
+ 0.0,
2875
+ 0.0,
2876
+ 0.0,
2877
+ 0.0,
2878
+ 0.0,
2879
+ 0.0,
2880
+ 0.0,
2881
+ 0.0,
2882
+ 0.0,
2883
+ 0.0,
2884
+ 0.0,
2885
+ 0.0,
2886
+ 0.0,
2887
+ 0.0,
2888
+ 0.0,
2889
+ 0.0,
2890
+ 0.0,
2891
+ 0.0,
2892
+ 0.0,
2893
+ 0.0,
2894
+ 0.0,
2895
+ 0.0,
2896
+ 0.0,
2897
+ 0.0,
2898
+ 0.0,
2899
+ 0.0,
2900
+ 0.0,
2901
+ 0.0,
2902
+ 0.0,
2903
+ 0.0,
2904
+ 0.0,
2905
+ 0.0,
2906
+ 0.0,
2907
+ 0.0,
2908
+ 0.0,
2909
+ 0.0,
2910
+ 0.0,
2911
+ 0.0,
2912
+ 0.0,
2913
+ 0.0,
2914
+ 0.0,
2915
+ 0.0,
2916
+ 0.0,
2917
+ 0.0,
2918
+ 0.0,
2919
+ 0.0,
2920
+ 0.0,
2921
+ 0.0,
2922
+ 0.0,
2923
+ 0.0,
2924
+ 0.0,
2925
+ 0.0,
2926
+ 0.0,
2927
+ 0.0,
2928
+ 0.0,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0,
3028
+ 0.0,
3029
+ 0.0,
3030
+ 0.0,
3031
+ 0.0,
3032
+ 0.0,
3033
+ 0.0,
3034
+ 0.0,
3035
+ 0.0,
3036
+ 0.0,
3037
+ 0.0,
3038
+ 0.0,
3039
+ 0.0,
3040
+ 0.0,
3041
+ 0.0,
3042
+ 0.0,
3043
+ 0.0,
3044
+ 0.0,
3045
+ 0.0,
3046
+ 0.0,
3047
+ 0.0,
3048
+ 0.0,
3049
+ 0.0,
3050
+ 0.0,
3051
+ 0.0,
3052
+ 0.0,
3053
+ 0.0,
3054
+ 0.0,
3055
+ 0.0,
3056
+ 0.0,
3057
+ 0.0,
3058
+ 0.0,
3059
+ 0.0,
3060
+ 0.0,
3061
+ 0.0,
3062
+ 0.0,
3063
+ 0.0,
3064
+ 0.0,
3065
+ 0.0,
3066
+ 0.0,
3067
+ 0.0,
3068
+ 0.0,
3069
+ 0.0,
3070
+ 0.0,
3071
+ 0.0,
3072
+ 0.0,
3073
+ 0.0,
3074
+ 0.0,
3075
+ 0.0,
3076
+ 0.0,
3077
+ 0.0,
3078
+ 0.0,
3079
+ 0.0,
3080
+ 0.0,
3081
+ 0.0,
3082
+ 0.0,
3083
+ 0.0,
3084
+ 0.0,
3085
+ 0.0,
3086
+ 0.0,
3087
+ 0.0,
3088
+ 0.0,
3089
+ 0.0,
3090
+ 0.0,
3091
+ 0.0,
3092
+ 0.0,
3093
+ 0.0,
3094
+ 0.0,
3095
+ 0.0,
3096
+ 0.0,
3097
+ 0.0,
3098
+ 0.0,
3099
+ 0.0,
3100
+ 0.0,
3101
+ 0.0,
3102
+ 0.0,
3103
+ 0.0,
3104
+ 0.0,
3105
+ 0.0,
3106
+ 0.0,
3107
+ 0.0,
3108
+ 0.0,
3109
+ 0.0,
3110
+ 0.0,
3111
+ 0.0,
3112
+ 0.0,
3113
+ 0.0,
3114
+ 0.0,
3115
+ 0.0,
3116
+ 0.0,
3117
+ 0.0,
3118
+ 0.0,
3119
+ 0.0,
3120
+ 0.0,
3121
+ 0.0,
3122
+ 0.0,
3123
+ 0.0,
3124
+ 0.0,
3125
+ 0.0,
3126
+ 0.0,
3127
+ 0.0,
3128
+ 0.0,
3129
+ 0.0,
3130
+ 0.0,
3131
+ 0.0,
3132
+ 0.0,
3133
+ 0.0,
3134
+ 0.0,
3135
+ 0.0,
3136
+ 0.0,
3137
+ 0.0,
3138
+ 0.0,
3139
+ 0.0,
3140
+ 0.0,
3141
+ 0.0,
3142
+ 0.0,
3143
+ 0.0,
3144
+ 0.0,
3145
+ 0.0,
3146
+ 0.0,
3147
+ 0.0,
3148
+ 0.0,
3149
+ 0.0,
3150
+ 0.0,
3151
+ 0.0,
3152
+ 0.0,
3153
+ 0.0,
3154
+ 0.0,
3155
+ 0.0,
3156
+ 0.0,
3157
+ 0.0,
3158
+ 0.0,
3159
+ 0.0,
3160
+ 0.0,
3161
+ 0.0,
3162
+ 0.0,
3163
+ 0.0,
3164
+ 0.0,
3165
+ 0.0,
3166
+ 0.0,
3167
+ 0.0,
3168
+ 0.0,
3169
+ 0.0,
3170
+ 0.0,
3171
+ 0.0,
3172
+ 0.0,
3173
+ 0.0,
3174
+ 0.0,
3175
+ 0.0,
3176
+ 0.0,
3177
+ 0.0,
3178
+ 0.0,
3179
+ 0.0,
3180
+ 0.0,
3181
+ 0.0,
3182
+ 0.0,
3183
+ 0.0,
3184
+ 0.0,
3185
+ 0.0,
3186
+ 0.0,
3187
+ 0.0,
3188
+ 0.0,
3189
+ 0.0,
3190
+ 0.0,
3191
+ 0.0,
3192
+ 0.0,
3193
+ 0.0,
3194
+ 0.0,
3195
+ 0.0,
3196
+ 0.0,
3197
+ 0.0,
3198
+ 0.0,
3199
+ 0.0,
3200
+ 0.0,
3201
+ 0.0,
3202
+ 0.0,
3203
+ 0.0,
3204
+ 0.0,
3205
+ 0.0,
3206
+ 0.0,
3207
+ 0.0,
3208
+ 0.0,
3209
+ 0.0,
3210
+ 0.0,
3211
+ 0.0,
3212
+ 0.0,
3213
+ 0.0,
3214
+ 0.0,
3215
+ 0.0,
3216
+ 0.0,
3217
+ 0.0,
3218
+ 0.0,
3219
+ 0.0,
3220
+ 0.0,
3221
+ 0.0,
3222
+ 0.0,
3223
+ 0.0,
3224
+ 0.0,
3225
+ 0.0,
3226
+ 0.0,
3227
+ 0.0,
3228
+ 0.0,
3229
+ 0.0,
3230
+ 0.0,
3231
+ 0.0,
3232
+ 0.0,
3233
+ 0.0,
3234
+ 0.0,
3235
+ 0.0,
3236
+ 0.0,
3237
+ 0.0,
3238
+ 0.0,
3239
+ 0.0,
3240
+ 0.0,
3241
+ 0.0,
3242
+ 0.0,
3243
+ 0.0,
3244
+ 0.0,
3245
+ 0.0,
3246
+ 0.0,
3247
+ 0.0,
3248
+ 0.0,
3249
+ 0.0,
3250
+ 0.0,
3251
+ 0.0,
3252
+ 0.0,
3253
+ 0.0,
3254
+ 0.0,
3255
+ 0.0,
3256
+ 0.0,
3257
+ 0.0,
3258
+ 0.0,
3259
+ 0.0,
3260
+ 0.0,
3261
+ 0.0,
3262
+ 0.0,
3263
+ 0.0,
3264
+ 0.0,
3265
+ 0.0,
3266
+ 0.0,
3267
+ 0.0,
3268
+ 0.0,
3269
+ 0.0,
3270
+ 0.0,
3271
+ 0.0,
3272
+ 0.0,
3273
+ 0.0,
3274
+ 0.0,
3275
+ 0.0,
3276
+ 0.0,
3277
+ 0.0,
3278
+ 0.0,
3279
+ 0.0,
3280
+ 0.0,
3281
+ 0.0
3282
+ ],
3283
+ "std": [
3284
+ 2.7835327208592204,
3285
+ 4.457637728932182,
3286
+ 7.350147182484585,
3287
+ 4.6820751724458,
3288
+ 34.42662176167588,
3289
+ 36.09389486283752,
3290
+ 9.558536993109986,
3291
+ 7.638071264702194,
3292
+ 35.45961942930491,
3293
+ 33.71602644409973,
3294
+ 21.218012190564384,
3295
+ 16.451599037027936,
3296
+ 29.10468071197235,
3297
+ 32.290233429802306,
3298
+ 33.7841318294775,
3299
+ 31.140169737061495,
3300
+ 21.937136313271026,
3301
+ 29.680994953482767,
3302
+ 27.19016130175352,
3303
+ 30.313504033910256,
3304
+ 26.899117526902174,
3305
+ 32.79446476293315,
3306
+ 33.31417581995376,
3307
+ 30.79617753060107,
3308
+ 29.852308756227156,
3309
+ 32.393325768894826,
3310
+ 32.93410948291014,
3311
+ 32.82209000677569,
3312
+ 33.37749171777296,
3313
+ 35.81813933625392,
3314
+ 37.03278634912073,
3315
+ 38.17100087759641,
3316
+ 40.4397008088584,
3317
+ 42.10537531467764,
3318
+ 43.03138259749377,
3319
+ 44.55406949471422,
3320
+ 46.41155590009924,
3321
+ 48.59768760325489,
3322
+ 48.979996417679644,
3323
+ 49.671836407933334,
3324
+ 49.99866448839646,
3325
+ 51.13274489620302,
3326
+ 52.071050572286495,
3327
+ 51.535012739403605,
3328
+ 51.7562682513096,
3329
+ 50.29471439156963,
3330
+ 48.96573840355279,
3331
+ 50.33683837776254,
3332
+ 48.025199908581925,
3333
+ 47.31621141834406,
3334
+ 45.84039765958777,
3335
+ 44.61542656035762,
3336
+ 44.19066988848403,
3337
+ 41.816074213598256,
3338
+ 39.22811617345308,
3339
+ 37.94632042682776,
3340
+ 34.800160374247604,
3341
+ 32.60910387256608,
3342
+ 32.626156492068596,
3343
+ 29.211872101100692,
3344
+ 29.91311512853294,
3345
+ 26.82347261852897,
3346
+ 23.84633714304394,
3347
+ 24.297660299376318,
3348
+ 21.761650329314353,
3349
+ 21.163714280391584,
3350
+ 19.48968025665305,
3351
+ 19.003322771704887,
3352
+ 14.788201580001129,
3353
+ 16.011722838090364,
3354
+ 15.093502839163886,
3355
+ 12.44330863082934,
3356
+ 13.632374979155133,
3357
+ 12.11362835602928,
3358
+ 11.451854203737865,
3359
+ 9.359891855222553,
3360
+ 9.828931936083755,
3361
+ 9.189035155013217,
3362
+ 8.501928893050652,
3363
+ 9.365086502256656,
3364
+ 9.31862759910888,
3365
+ 6.897639132906218,
3366
+ 6.778830116936668,
3367
+ 7.357197988923163,
3368
+ 4.180588501924803,
3369
+ 3.9972293571035427,
3370
+ 1.1734985268560856,
3371
+ 3.5571674095325037,
3372
+ 1.1734985268560856,
3373
+ 3.630511067461012,
3374
+ 3.8505420412465297,
3375
+ 4.180588501924803,
3376
+ 3.630511067461012,
3377
+ 3.9605575281392804,
3378
+ 3.703854725389524,
3379
+ 0.0,
3380
+ 0.0,
3381
+ 0.0,
3382
+ 0.0,
3383
+ 0.0,
3384
+ 0.0,
3385
+ 0.0,
3386
+ 0.0,
3387
+ 0.0,
3388
+ 0.0,
3389
+ 0.0,
3390
+ 0.0,
3391
+ 0.0,
3392
+ 0.0,
3393
+ 0.0,
3394
+ 0.0,
3395
+ 0.0,
3396
+ 0.0,
3397
+ 0.0,
3398
+ 0.0,
3399
+ 0.0,
3400
+ 0.0,
3401
+ 0.0,
3402
+ 0.0,
3403
+ 0.0,
3404
+ 0.0,
3405
+ 0.0,
3406
+ 0.0,
3407
+ 0.0,
3408
+ 0.0,
3409
+ 0.0,
3410
+ 0.0,
3411
+ 0.0,
3412
+ 0.0,
3413
+ 0.0,
3414
+ 0.0,
3415
+ 0.0,
3416
+ 0.0,
3417
+ 0.0,
3418
+ 0.0,
3419
+ 0.0,
3420
+ 0.0,
3421
+ 0.0,
3422
+ 0.0,
3423
+ 0.0,
3424
+ 0.0,
3425
+ 0.0,
3426
+ 0.0,
3427
+ 0.0,
3428
+ 0.0,
3429
+ 0.0,
3430
+ 0.0,
3431
+ 0.0,
3432
+ 0.0,
3433
+ 0.0,
3434
+ 0.0,
3435
+ 0.0,
3436
+ 0.0,
3437
+ 0.0,
3438
+ 0.0,
3439
+ 0.0,
3440
+ 0.0,
3441
+ 0.0,
3442
+ 0.0,
3443
+ 0.0,
3444
+ 0.0,
3445
+ 0.0,
3446
+ 0.0,
3447
+ 0.0,
3448
+ 0.0,
3449
+ 0.0,
3450
+ 0.0,
3451
+ 0.0,
3452
+ 0.0,
3453
+ 0.0,
3454
+ 0.0,
3455
+ 0.0,
3456
+ 0.0,
3457
+ 0.0,
3458
+ 0.0,
3459
+ 0.0,
3460
+ 0.0,
3461
+ 0.0,
3462
+ 0.0,
3463
+ 0.0,
3464
+ 0.0,
3465
+ 0.0,
3466
+ 0.0,
3467
+ 0.0,
3468
+ 0.0,
3469
+ 0.0,
3470
+ 0.0,
3471
+ 0.0,
3472
+ 0.0,
3473
+ 0.0,
3474
+ 0.0,
3475
+ 0.0,
3476
+ 0.0,
3477
+ 0.0,
3478
+ 0.0,
3479
+ 0.0,
3480
+ 0.0,
3481
+ 0.0,
3482
+ 0.0,
3483
+ 0.0,
3484
+ 0.0,
3485
+ 0.0,
3486
+ 0.0,
3487
+ 0.0,
3488
+ 0.0,
3489
+ 0.0,
3490
+ 0.0,
3491
+ 0.0,
3492
+ 0.0,
3493
+ 0.0,
3494
+ 0.0,
3495
+ 0.0,
3496
+ 0.0,
3497
+ 0.0,
3498
+ 0.0,
3499
+ 0.0,
3500
+ 0.0,
3501
+ 0.0,
3502
+ 0.0,
3503
+ 0.0,
3504
+ 0.0,
3505
+ 0.0,
3506
+ 0.0,
3507
+ 0.0,
3508
+ 0.0,
3509
+ 0.0,
3510
+ 0.0,
3511
+ 0.0,
3512
+ 0.0,
3513
+ 0.0,
3514
+ 0.0,
3515
+ 0.0,
3516
+ 0.0,
3517
+ 0.0,
3518
+ 0.0,
3519
+ 0.0,
3520
+ 0.0,
3521
+ 0.0,
3522
+ 0.0,
3523
+ 0.0,
3524
+ 0.0,
3525
+ 0.0,
3526
+ 0.0,
3527
+ 0.0,
3528
+ 0.0,
3529
+ 0.0,
3530
+ 0.0,
3531
+ 0.0,
3532
+ 0.0,
3533
+ 0.0,
3534
+ 0.0,
3535
+ 0.0,
3536
+ 0.0,
3537
+ 0.0,
3538
+ 0.0,
3539
+ 0.0,
3540
+ 0.0,
3541
+ 0.0,
3542
+ 0.0,
3543
+ 0.0,
3544
+ 0.0,
3545
+ 0.0,
3546
+ 0.0,
3547
+ 0.0,
3548
+ 0.0,
3549
+ 0.0,
3550
+ 0.0,
3551
+ 0.0,
3552
+ 0.0,
3553
+ 0.0,
3554
+ 0.0,
3555
+ 0.0,
3556
+ 0.0,
3557
+ 0.0,
3558
+ 0.0,
3559
+ 0.0,
3560
+ 0.0,
3561
+ 0.0,
3562
+ 0.0,
3563
+ 0.0,
3564
+ 0.0,
3565
+ 0.0,
3566
+ 0.0,
3567
+ 0.0,
3568
+ 0.0,
3569
+ 0.0,
3570
+ 0.0,
3571
+ 0.0,
3572
+ 0.0,
3573
+ 0.0,
3574
+ 0.0,
3575
+ 0.0,
3576
+ 0.0,
3577
+ 0.0,
3578
+ 0.0,
3579
+ 0.0,
3580
+ 0.0,
3581
+ 0.0,
3582
+ 0.0,
3583
+ 0.0,
3584
+ 0.0,
3585
+ 0.0,
3586
+ 0.0,
3587
+ 0.0,
3588
+ 0.0,
3589
+ 0.0,
3590
+ 0.0,
3591
+ 0.0,
3592
+ 0.0,
3593
+ 0.0,
3594
+ 0.0,
3595
+ 0.0,
3596
+ 0.0,
3597
+ 0.0,
3598
+ 0.0,
3599
+ 0.0,
3600
+ 0.0,
3601
+ 0.0,
3602
+ 0.0,
3603
+ 0.0,
3604
+ 0.0,
3605
+ 0.0,
3606
+ 0.0,
3607
+ 0.0,
3608
+ 0.0,
3609
+ 0.0,
3610
+ 0.0,
3611
+ 0.0,
3612
+ 0.0,
3613
+ 0.0,
3614
+ 0.0,
3615
+ 0.0,
3616
+ 0.0,
3617
+ 0.0,
3618
+ 0.0,
3619
+ 0.0,
3620
+ 0.0,
3621
+ 0.0,
3622
+ 0.0,
3623
+ 0.0,
3624
+ 0.0,
3625
+ 0.0,
3626
+ 0.0,
3627
+ 0.0,
3628
+ 0.0,
3629
+ 0.0,
3630
+ 0.0,
3631
+ 0.0,
3632
+ 0.0,
3633
+ 0.0,
3634
+ 0.0,
3635
+ 0.0,
3636
+ 0.0,
3637
+ 0.0,
3638
+ 0.0,
3639
+ 0.0,
3640
+ 0.0,
3641
+ 0.0,
3642
+ 0.0,
3643
+ 0.0,
3644
+ 0.0,
3645
+ 0.0,
3646
+ 0.0,
3647
+ 0.0,
3648
+ 0.0,
3649
+ 0.0,
3650
+ 0.0,
3651
+ 0.0,
3652
+ 0.0,
3653
+ 0.0,
3654
+ 0.0,
3655
+ 0.0,
3656
+ 0.0,
3657
+ 0.0,
3658
+ 0.0,
3659
+ 0.0,
3660
+ 0.0,
3661
+ 0.0,
3662
+ 0.0,
3663
+ 0.0,
3664
+ 0.0,
3665
+ 0.0,
3666
+ 0.0,
3667
+ 0.0,
3668
+ 0.0,
3669
+ 0.0,
3670
+ 0.0,
3671
+ 0.0,
3672
+ 0.0,
3673
+ 0.0,
3674
+ 0.0,
3675
+ 0.0,
3676
+ 0.0,
3677
+ 0.0,
3678
+ 0.0,
3679
+ 0.0,
3680
+ 0.0,
3681
+ 0.0,
3682
+ 0.0,
3683
+ 0.0,
3684
+ 0.0,
3685
+ 0.0,
3686
+ 0.0,
3687
+ 0.0,
3688
+ 0.0,
3689
+ 0.0,
3690
+ 0.0,
3691
+ 0.0,
3692
+ 0.0,
3693
+ 0.0,
3694
+ 0.0,
3695
+ 0.0,
3696
+ 0.0,
3697
+ 0.0,
3698
+ 0.0,
3699
+ 0.0,
3700
+ 0.0,
3701
+ 0.0,
3702
+ 0.0,
3703
+ 0.0,
3704
+ 0.0,
3705
+ 0.0,
3706
+ 0.0,
3707
+ 0.0,
3708
+ 0.0,
3709
+ 0.0,
3710
+ 0.0,
3711
+ 0.0,
3712
+ 0.0,
3713
+ 0.0,
3714
+ 0.0,
3715
+ 0.0,
3716
+ 0.0,
3717
+ 0.0,
3718
+ 0.0,
3719
+ 0.0,
3720
+ 0.0,
3721
+ 0.0,
3722
+ 0.0,
3723
+ 0.0,
3724
+ 0.0,
3725
+ 0.0,
3726
+ 0.0,
3727
+ 0.0,
3728
+ 0.0,
3729
+ 0.0,
3730
+ 0.0,
3731
+ 0.0,
3732
+ 0.0,
3733
+ 0.0,
3734
+ 0.0,
3735
+ 0.0,
3736
+ 0.0,
3737
+ 0.0,
3738
+ 0.0,
3739
+ 0.0,
3740
+ 0.0,
3741
+ 0.0,
3742
+ 0.0,
3743
+ 0.0,
3744
+ 0.0,
3745
+ 0.0,
3746
+ 0.0,
3747
+ 0.0,
3748
+ 0.0,
3749
+ 0.0,
3750
+ 0.0,
3751
+ 0.0,
3752
+ 0.0,
3753
+ 0.0,
3754
+ 0.0,
3755
+ 0.0,
3756
+ 0.0,
3757
+ 0.0,
3758
+ 0.0,
3759
+ 0.0,
3760
+ 0.0,
3761
+ 0.0,
3762
+ 0.0,
3763
+ 0.0,
3764
+ 0.0,
3765
+ 0.0,
3766
+ 0.0,
3767
+ 0.0,
3768
+ 0.0,
3769
+ 0.0,
3770
+ 0.0,
3771
+ 0.0,
3772
+ 0.0,
3773
+ 0.0,
3774
+ 0.0,
3775
+ 0.0,
3776
+ 0.0,
3777
+ 0.0,
3778
+ 0.0,
3779
+ 0.0,
3780
+ 0.0,
3781
+ 0.0,
3782
+ 0.0,
3783
+ 0.0,
3784
+ 0.0,
3785
+ 0.0,
3786
+ 0.0,
3787
+ 0.0,
3788
+ 0.0,
3789
+ 0.0,
3790
+ 0.0,
3791
+ 0.0,
3792
+ 0.0,
3793
+ 0.0,
3794
+ 0.0,
3795
+ 0.0
3796
+ ],
3797
+ "count": [
3798
+ 16337
3799
+ ]
3800
+ },
3801
+ "observation.ur5e.ee_pose": {
3802
+ "min": [
3803
+ 0.19101232290267944,
3804
+ -0.3049866855144501,
3805
+ 0.08500014990568161,
3806
+ -0.0002664240309968591,
3807
+ -0.0001106589988921769,
3808
+ 0.9999999403953552,
3809
+ -0.00020511688489932567
3810
+ ],
3811
+ "max": [
3812
+ 0.6190548539161682,
3813
+ 0.3454844057559967,
3814
+ 0.08503953367471695,
3815
+ 3.651213410194032e-05,
3816
+ 0.000259736436419189,
3817
+ 1.0,
3818
+ 0.0002585608744993806
3819
+ ],
3820
+ "mean": [
3821
+ 0.39939407812375705,
3822
+ 0.007624984036503795,
3823
+ 0.0850013190717492,
3824
+ -4.46237181303179e-06,
3825
+ -6.001184672900751e-05,
3826
+ 1.0,
3827
+ 5.228199478946783e-05
3828
+ ],
3829
+ "std": [
3830
+ 0.10655138488431114,
3831
+ 0.1446891036757502,
3832
+ 2.3002068983974955e-06,
3833
+ 2.2062201889147273e-05,
3834
+ 2.825343770468241e-05,
3835
+ 4.273990897579192e-09,
3836
+ 2.5057029106888348e-05
3837
+ ],
3838
+ "count": [
3839
+ 16337
3840
+ ]
3841
+ },
3842
+ "observation.images.kuka_iiwa": {
3843
+ "min": [
3844
+ [
3845
+ [
3846
+ 0.0
3847
+ ]
3848
+ ],
3849
+ [
3850
+ [
3851
+ 0.0
3852
+ ]
3853
+ ],
3854
+ [
3855
+ [
3856
+ 0.0
3857
+ ]
3858
+ ]
3859
+ ],
3860
+ "max": [
3861
+ [
3862
+ [
3863
+ 1.0
3864
+ ]
3865
+ ],
3866
+ [
3867
+ [
3868
+ 1.0
3869
+ ]
3870
+ ],
3871
+ [
3872
+ [
3873
+ 1.0
3874
+ ]
3875
+ ]
3876
+ ],
3877
+ "mean": [
3878
+ [
3879
+ [
3880
+ 0.42504831101674784
3881
+ ]
3882
+ ],
3883
+ [
3884
+ [
3885
+ 0.5109280077581625
3886
+ ]
3887
+ ],
3888
+ [
3889
+ [
3890
+ 0.5352744327070498
3891
+ ]
3892
+ ]
3893
+ ],
3894
+ "std": [
3895
+ [
3896
+ [
3897
+ 0.29516619244494924
3898
+ ]
3899
+ ],
3900
+ [
3901
+ [
3902
+ 0.19600751359175245
3903
+ ]
3904
+ ],
3905
+ [
3906
+ [
3907
+ 0.16566648824904476
3908
+ ]
3909
+ ]
3910
+ ],
3911
+ "count": [
3912
+ 16337
3913
+ ]
3914
+ },
3915
+ "observation.jaco.ee_pose": {
3916
+ "min": [
3917
+ 0.19102312624454498,
3918
+ -0.30497488379478455,
3919
+ 0.08200008422136307,
3920
+ -0.053006064146757126,
3921
+ -8.927253657020628e-05,
3922
+ 0.992202639579773,
3923
+ -0.02189725637435913
3924
+ ],
3925
+ "max": [
3926
+ 0.6190423369407654,
3927
+ 0.3454860746860504,
3928
+ 0.08745785057544708,
3929
+ 0.12190192192792892,
3930
+ 0.0006603886722587049,
3931
+ 1.0,
3932
+ 0.0671008750796318
3933
+ ],
3934
+ "mean": [
3935
+ 0.3993890565391517,
3936
+ 0.007632195807600007,
3937
+ 0.08499683111918821,
3938
+ 0.00017752147910276528,
3939
+ 1.3598800004105812e-05,
3940
+ 0.9999912406930201,
3941
+ 9.753902158871433e-05
3942
+ ],
3943
+ "std": [
3944
+ 0.10653973498759071,
3945
+ 0.14468398745234684,
3946
+ 0.00011779331172954374,
3947
+ 0.0038378468240108927,
3948
+ 2.0168891872112622e-05,
3949
+ 0.00019559564184116476,
3950
+ 0.0016550629749569736
3951
+ ],
3952
+ "count": [
3953
+ 16337
3954
+ ]
3955
+ },
3956
+ "observation.panda.ee_pose": {
3957
+ "min": [
3958
+ 0.19096288084983826,
3959
+ -0.30609750747680664,
3960
+ 0.0820261687040329,
3961
+ -0.016745951026678085,
3962
+ -6.364895671140403e-05,
3963
+ 0.9991025924682617,
3964
+ -0.02255028299987316
3965
+ ],
3966
+ "max": [
3967
+ 0.6190498471260071,
3968
+ 0.34549030661582947,
3969
+ 0.0864253118634224,
3970
+ 0.00790325179696083,
3971
+ 0.03745697811245918,
3972
+ 1.0,
3973
+ 0.0018064056057482958
3974
+ ],
3975
+ "mean": [
3976
+ 0.3993969410101495,
3977
+ 0.007639387092927359,
3978
+ 0.0850047939970917,
3979
+ -4.539655718257104e-05,
3980
+ 0.0001848610185173954,
3981
+ 0.9999980750403236,
3982
+ -0.00017364380955490024
3983
+ ],
3984
+ "std": [
3985
+ 0.10653596350553259,
3986
+ 0.1446847223568289,
3987
+ 6.633428893927145e-05,
3988
+ 0.000763441648084018,
3989
+ 0.0014515496260250975,
3990
+ 2.6662928715742107e-05,
3991
+ 0.0010569668960102483
3992
+ ],
3993
+ "count": [
3994
+ 16337
3995
+ ]
3996
+ },
3997
+ "observation.sawyer.base_orientation": {
3998
+ "min": [
3999
+ 0.0
4000
+ ],
4001
+ "max": [
4002
+ 0.0
4003
+ ],
4004
+ "mean": [
4005
+ 0.0
4006
+ ],
4007
+ "std": [
4008
+ 0.0
4009
+ ],
4010
+ "count": [
4011
+ 16337
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426172e0debcc11e345b7c04701d5102d9aed43f469d08089d9eb9a17a977406
3
+ size 22789
videos/observation.images.google_robot/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa5ffa519a3bba738f4aeeac1c33249f901516eb32dfe30fbd73837e44f0ee97
3
+ size 139437353
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:026872f1c477da35da394101c2ba5ec680ef30c31c8c0cf750af6ccffb46eb6c
3
+ size 179938168
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:8d55544c01ede93e25caffdbf4824fa977568d619fe3746365c38e09e9e57123
3
+ size 136589265
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:fe7087612399f31080dc615c6b02e5fba3e05d974972383f55c16a7620d4cee7
3
+ size 142363875
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:bf018cf3ad1eab78344036c7a160801d2f1359c0f2d06d749136f587c8f45081
3
+ size 133925325
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:c909edca9f1b271fb31700d5b69ff4954a42b60600de2eb016c7305f649f7527
3
+ size 141628662
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:468c94ffa7eb3414982f448865e6a4e4ef3c13a45e9a77d8179da01e8fa8dac1
3
+ size 134889233
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:2c958608d30ff90423a6dd9e2456e465b86b3722dfb64abb0f62322519725f83
3
+ size 139715383