GuanhuaJi commited on
Commit
24cc34c
·
verified ·
1 Parent(s): 4ce2cad

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_35000_40000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 80632
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_35000_40000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 80,632
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_35000_40000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 5000
12
+ total_frames: 80632
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_35000_40000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 80,632
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b00c5811a7b39a91b401b0ef12f41f92dbfcec25081ac7c3f2ae2b210594b88
3
+ size 62444630
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cd437a2924c57f4f7dbe79746ba82915bb3db016a57831c32ceeef5a088f8b6
3
+ size 26945657
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 5000,
5
+ "total_frames": 80632,
6
+ "total_tasks": 4221,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:5000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.ur5e.base_orientation": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 0.0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 80632
17
+ ]
18
+ },
19
+ "observation.ur5e.ee_error": {
20
+ "min": [
21
+ -5.860626697540283e-05,
22
+ -0.06427033990621567,
23
+ -0.017710037529468536,
24
+ -0.40954187512397766,
25
+ -0.006390631664544344,
26
+ 0.0,
27
+ -0.4433444142341614
28
+ ],
29
+ "max": [
30
+ 0.18746298551559448,
31
+ 0.1426481008529663,
32
+ 0.030183490365743637,
33
+ 0.00038657194818370044,
34
+ 0.12023164331912994,
35
+ 0.12104958295822144,
36
+ 0.10887235403060913
37
+ ],
38
+ "mean": [
39
+ 6.415198566957305e-05,
40
+ 1.0719042364792398e-05,
41
+ 3.935948206647758e-06,
42
+ -0.00015766462192095523,
43
+ 6.0418198320595463e-05,
44
+ 3.379569738669311e-05,
45
+ -8.819798523821187e-05
46
+ ],
47
+ "std": [
48
+ 0.002846591540881398,
49
+ 0.0010440670103966738,
50
+ 0.0003634298824600249,
51
+ 0.007394900740988945,
52
+ 0.0004305240685918438,
53
+ 0.0015638181224044009,
54
+ 0.0032009659875456725
55
+ ],
56
+ "count": [
57
+ 80632
58
+ ]
59
+ },
60
+ "observation.ur5e.base_position": {
61
+ "min": [
62
+ 0.0,
63
+ 0.0,
64
+ 0.0
65
+ ],
66
+ "max": [
67
+ 0.0,
68
+ 0.0,
69
+ 0.0
70
+ ],
71
+ "mean": [
72
+ 0.0,
73
+ 0.0,
74
+ 0.0
75
+ ],
76
+ "std": [
77
+ 0.0,
78
+ 0.0,
79
+ 0.0
80
+ ],
81
+ "count": [
82
+ 80632
83
+ ]
84
+ },
85
+ "observation.kuka_iiwa.ee_error": {
86
+ "min": [
87
+ -0.043635979294776917,
88
+ -0.01681491732597351,
89
+ -9.767711162567139e-06,
90
+ -6.636688340222463e-05,
91
+ -2.3322591005126014e-05,
92
+ 0.0,
93
+ -0.11679834872484207
94
+ ],
95
+ "max": [
96
+ 9.5367431640625e-06,
97
+ 0.016793429851531982,
98
+ 0.023875992745161057,
99
+ 0.3093424439430237,
100
+ 3.698832733789459e-05,
101
+ 0.049050211906433105,
102
+ 0.11719047278165817
103
+ ],
104
+ "mean": [
105
+ -0.0033778566188595546,
106
+ 9.663343831025628e-06,
107
+ 0.001610875996271822,
108
+ 0.023104528762187285,
109
+ 5.300245682714456e-06,
110
+ 0.002084257523846966,
111
+ -7.411748224250385e-05
112
+ ],
113
+ "std": [
114
+ 0.008205607006258334,
115
+ 0.002750296784307681,
116
+ 0.004074389737788836,
117
+ 0.05682763371315764,
118
+ 1.2034622517498323e-05,
119
+ 0.00667015324094311,
120
+ 0.018880583255234368
121
+ ],
122
+ "count": [
123
+ 80632
124
+ ]
125
+ },
126
+ "observation.images.jaco": {
127
+ "min": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "max": [
145
+ [
146
+ [
147
+ 1.0
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 1.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 1.0
158
+ ]
159
+ ]
160
+ ],
161
+ "mean": [
162
+ [
163
+ [
164
+ 0.4119997799620204
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.5066360115348838
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.5379118329507889
175
+ ]
176
+ ]
177
+ ],
178
+ "std": [
179
+ [
180
+ [
181
+ 0.2991789609130148
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 0.20625088131058983
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.1664130072005482
192
+ ]
193
+ ]
194
+ ],
195
+ "count": [
196
+ 80632
197
+ ]
198
+ },
199
+ "observation.kuka_iiwa.base_position": {
200
+ "min": [
201
+ 0.05000000074505806,
202
+ 0.0,
203
+ 0.0
204
+ ],
205
+ "max": [
206
+ 0.05000000074505806,
207
+ 0.0,
208
+ 0.0
209
+ ],
210
+ "mean": [
211
+ 0.04999999879301371,
212
+ 0.0,
213
+ 0.0
214
+ ],
215
+ "std": [
216
+ 1.5211488639639928e-08,
217
+ 0.0,
218
+ 0.0
219
+ ],
220
+ "count": [
221
+ 80632
222
+ ]
223
+ },
224
+ "observation.sawyer.base_position": {
225
+ "min": [
226
+ 0.05000000074505806,
227
+ 0.0,
228
+ 0.0
229
+ ],
230
+ "max": [
231
+ 0.05000000074505806,
232
+ 0.0,
233
+ 0.0
234
+ ],
235
+ "mean": [
236
+ 0.04999999879301371,
237
+ 0.0,
238
+ 0.0
239
+ ],
240
+ "std": [
241
+ 1.5211488639639928e-08,
242
+ 0.0,
243
+ 0.0
244
+ ],
245
+ "count": [
246
+ 80632
247
+ ]
248
+ },
249
+ "observation.images.ur5e": {
250
+ "min": [
251
+ [
252
+ [
253
+ 0.0
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 0.0
259
+ ]
260
+ ],
261
+ [
262
+ [
263
+ 0.0
264
+ ]
265
+ ]
266
+ ],
267
+ "max": [
268
+ [
269
+ [
270
+ 1.0
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 1.0
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 1.0
281
+ ]
282
+ ]
283
+ ],
284
+ "mean": [
285
+ [
286
+ [
287
+ 0.41721668897409775
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 0.5122971774378113
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.5440406845391709
298
+ ]
299
+ ]
300
+ ],
301
+ "std": [
302
+ [
303
+ [
304
+ 0.29583363617933434
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 0.20104683801645806
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.16028645650434734
315
+ ]
316
+ ]
317
+ ],
318
+ "count": [
319
+ 80632
320
+ ]
321
+ },
322
+ "observation.ur5e.joints": {
323
+ "min": [
324
+ -3.982801914215088,
325
+ -6.28318977355957,
326
+ 1.5214060544967651,
327
+ -3.601322889328003,
328
+ -1.5714918375015259,
329
+ -5.553042888641357,
330
+ 1.0
331
+ ],
332
+ "max": [
333
+ 3.838026762008667,
334
+ -0.7509770393371582,
335
+ 3.1414999961853027,
336
+ 1.360450029373169,
337
+ -0.638547956943512,
338
+ 2.2670037746429443,
339
+ 1.0
340
+ ],
341
+ "mean": [
342
+ 2.7767936698822573,
343
+ -1.1354971745915683,
344
+ 2.3806575479408925,
345
+ -2.8161067175083376,
346
+ -1.5703803846178837,
347
+ 1.205939610860632,
348
+ 1.0
349
+ ],
350
+ "std": [
351
+ 0.5512762389105949,
352
+ 0.1622184197557132,
353
+ 0.2937673502043155,
354
+ 0.20566831831560692,
355
+ 0.014260922142723826,
356
+ 0.5511652652245705,
357
+ 0.0
358
+ ],
359
+ "count": [
360
+ 80632
361
+ ]
362
+ },
363
+ "observation.google_robot.joints": {
364
+ "min": [
365
+ -0.5378231406211853,
366
+ 1.522871971130371,
367
+ 0.4377117156982422,
368
+ -2.049999952316284,
369
+ -1.8043091297149658,
370
+ -1.3211383819580078,
371
+ -3.6105153560638428,
372
+ 1.0
373
+ ],
374
+ "max": [
375
+ 1.2662914991378784,
376
+ 2.1886484622955322,
377
+ 3.7100000381469727,
378
+ -0.019303686916828156,
379
+ 2.2960433959960938,
380
+ 1.3500665426254272,
381
+ 0.8757297992706299,
382
+ 1.0
383
+ ],
384
+ "mean": [
385
+ 0.5410527713928436,
386
+ 1.5858427675686513,
387
+ 2.4995463289108315,
388
+ -1.5436862532638205,
389
+ -1.4825433211737264,
390
+ 0.6665044791864413,
391
+ -1.068154483295914,
392
+ 1.0
393
+ ],
394
+ "std": [
395
+ 0.2580351140405054,
396
+ 0.06730071045359912,
397
+ 0.23552632581366487,
398
+ 0.28178946725409587,
399
+ 0.29602918569930325,
400
+ 0.22355292714640018,
401
+ 0.5123931785445756,
402
+ 0.0
403
+ ],
404
+ "count": [
405
+ 80632
406
+ ]
407
+ },
408
+ "observation.panda.base_orientation": {
409
+ "min": [
410
+ 0.0
411
+ ],
412
+ "max": [
413
+ 0.0
414
+ ],
415
+ "mean": [
416
+ 0.0
417
+ ],
418
+ "std": [
419
+ 0.0
420
+ ],
421
+ "count": [
422
+ 80632
423
+ ]
424
+ },
425
+ "observation.panda.base_position": {
426
+ "min": [
427
+ 0.0,
428
+ 0.0,
429
+ 0.0
430
+ ],
431
+ "max": [
432
+ 0.0,
433
+ 0.0,
434
+ 0.0
435
+ ],
436
+ "mean": [
437
+ 0.0,
438
+ 0.0,
439
+ 0.0
440
+ ],
441
+ "std": [
442
+ 0.0,
443
+ 0.0,
444
+ 0.0
445
+ ],
446
+ "count": [
447
+ 80632
448
+ ]
449
+ },
450
+ "observation.kinova3.ee_error": {
451
+ "min": [
452
+ -0.007217034697532654,
453
+ -0.0015020519495010376,
454
+ -8.821487426757812e-06,
455
+ 4.443898069439456e-05,
456
+ -8.76513950061053e-05,
457
+ 0.0,
458
+ -0.012553958222270012
459
+ ],
460
+ "max": [
461
+ -9.5367431640625e-07,
462
+ 0.0014667734503746033,
463
+ 0.0011181607842445374,
464
+ 0.06109127029776573,
465
+ 3.570508488337509e-05,
466
+ 0.001867830753326416,
467
+ 0.012507299892604351
468
+ ],
469
+ "mean": [
470
+ -5.9004680325441876e-05,
471
+ 7.922674348991335e-07,
472
+ 3.7149174223615917e-06,
473
+ 0.0005754391015363509,
474
+ 2.878640638046474e-06,
475
+ 8.1552795907061e-06,
476
+ -2.011648889325914e-05
477
+ ],
478
+ "std": [
479
+ 0.00046622252966884055,
480
+ 8.944359945314698e-05,
481
+ 7.170082699662856e-05,
482
+ 0.003927376071611007,
483
+ 1.4644695724485337e-05,
484
+ 9.435312403543626e-05,
485
+ 0.0007545811748069027
486
+ ],
487
+ "count": [
488
+ 80632
489
+ ]
490
+ },
491
+ "observation.jaco.base_position": {
492
+ "min": [
493
+ 0.0,
494
+ 0.0,
495
+ 0.0
496
+ ],
497
+ "max": [
498
+ 0.0,
499
+ 0.0,
500
+ 0.0
501
+ ],
502
+ "mean": [
503
+ 0.0,
504
+ 0.0,
505
+ 0.0
506
+ ],
507
+ "std": [
508
+ 0.0,
509
+ 0.0,
510
+ 0.0
511
+ ],
512
+ "count": [
513
+ 80632
514
+ ]
515
+ },
516
+ "observation.jaco.base_orientation": {
517
+ "min": [
518
+ 0.0
519
+ ],
520
+ "max": [
521
+ 0.0
522
+ ],
523
+ "mean": [
524
+ 0.0
525
+ ],
526
+ "std": [
527
+ 0.0
528
+ ],
529
+ "count": [
530
+ 80632
531
+ ]
532
+ },
533
+ "observation.jaco.joints": {
534
+ "min": [
535
+ -0.9803480505943298,
536
+ 1.6052546501159668,
537
+ 3.1759989261627197,
538
+ -3.4549639225006104,
539
+ -1.908870816230774,
540
+ -2.7663960456848145,
541
+ 1.0
542
+ ],
543
+ "max": [
544
+ 1.1889296770095825,
545
+ 2.2718400955200195,
546
+ 5.919703483581543,
547
+ 3.061450958251953,
548
+ 1.151102900505066,
549
+ 3.237335205078125,
550
+ 1.0
551
+ ],
552
+ "mean": [
553
+ 0.1436581229588289,
554
+ 2.185924747009069,
555
+ 4.9820528231137615,
556
+ 0.1079255366731664,
557
+ -0.4001592625646295,
558
+ 0.24482784055368637,
559
+ 1.0
560
+ ],
561
+ "std": [
562
+ 0.35943650004176153,
563
+ 0.09292600571679084,
564
+ 0.4278584549846004,
565
+ 0.23544234739858905,
566
+ 0.4066766306717222,
567
+ 0.38184245638438896,
568
+ 0.0
569
+ ],
570
+ "count": [
571
+ 80632
572
+ ]
573
+ },
574
+ "observation.images.google_robot": {
575
+ "min": [
576
+ [
577
+ [
578
+ 0.0
579
+ ]
580
+ ],
581
+ [
582
+ [
583
+ 0.0
584
+ ]
585
+ ],
586
+ [
587
+ [
588
+ 0.0
589
+ ]
590
+ ]
591
+ ],
592
+ "max": [
593
+ [
594
+ [
595
+ 1.0
596
+ ]
597
+ ],
598
+ [
599
+ [
600
+ 1.0
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ 1.0
606
+ ]
607
+ ]
608
+ ],
609
+ "mean": [
610
+ [
611
+ [
612
+ 0.4312882105447846
613
+ ]
614
+ ],
615
+ [
616
+ [
617
+ 0.525362400962137
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.5563139791473881
623
+ ]
624
+ ]
625
+ ],
626
+ "std": [
627
+ [
628
+ [
629
+ 0.2947539536212905
630
+ ]
631
+ ],
632
+ [
633
+ [
634
+ 0.19125150363072702
635
+ ]
636
+ ],
637
+ [
638
+ [
639
+ 0.14388982437567174
640
+ ]
641
+ ]
642
+ ],
643
+ "count": [
644
+ 80632
645
+ ]
646
+ },
647
+ "observation.ee_pose": {
648
+ "min": [
649
+ 0.19091419875621796,
650
+ -0.3050982654094696,
651
+ 0.07054667919874191,
652
+ -0.20833586156368256,
653
+ -0.004667485598474741,
654
+ 0.9501805901527405,
655
+ -0.05284055694937706
656
+ ],
657
+ "max": [
658
+ 0.6190706491470337,
659
+ 0.34558895230293274,
660
+ 0.08877204358577728,
661
+ 0.2743949592113495,
662
+ 0.004943310748785734,
663
+ 1.0,
664
+ 0.15356959402561188
665
+ ],
666
+ "mean": [
667
+ 0.39985530825631377,
668
+ 0.006234246302713316,
669
+ 0.08499697865935835,
670
+ 0.00016021843767049688,
671
+ -0.00011372899625047264,
672
+ 0.9999849551968755,
673
+ 0.00019386958968422178
674
+ ],
675
+ "std": [
676
+ 0.10492856717246661,
677
+ 0.14212016784178602,
678
+ 0.00014932677721165227,
679
+ 0.005034702402711603,
680
+ 0.0001040876255930559,
681
+ 0.0005780898015546374,
682
+ 0.0020877696620578002
683
+ ],
684
+ "count": [
685
+ 80632
686
+ ]
687
+ },
688
+ "observation.kuka_iiwa.joints": {
689
+ "min": [
690
+ -0.9666423201560974,
691
+ 0.9374000430107117,
692
+ -0.08853501826524734,
693
+ -2.094399929046631,
694
+ -0.45056530833244324,
695
+ 0.10992608964443207,
696
+ -0.5805215239524841,
697
+ 1.0
698
+ ],
699
+ "max": [
700
+ 1.008748173713684,
701
+ 1.4038264751434326,
702
+ 0.13935382664203644,
703
+ -0.7462732195854187,
704
+ 0.31039753556251526,
705
+ 0.9918527007102966,
706
+ 0.7092278003692627,
707
+ 1.0
708
+ ],
709
+ "mean": [
710
+ -0.012764540089874725,
711
+ 1.0198435713108753,
712
+ 0.03168358799767246,
713
+ -1.7963230368376417,
714
+ -0.07647932109047072,
715
+ 0.37696396989332254,
716
+ 0.07462453856652702,
717
+ 1.0
718
+ ],
719
+ "std": [
720
+ 0.3406448876298633,
721
+ 0.07774899793757757,
722
+ 0.032368128817117134,
723
+ 0.27625679744449083,
724
+ 0.09603177693679821,
725
+ 0.17197922116768352,
726
+ 0.2400812835000035,
727
+ 0.0
728
+ ],
729
+ "count": [
730
+ 80632
731
+ ]
732
+ },
733
+ "episode_index": {
734
+ "min": [
735
+ 0
736
+ ],
737
+ "max": [
738
+ 4999
739
+ ],
740
+ "mean": [
741
+ 2495.0356434170058
742
+ ],
743
+ "std": [
744
+ 1443.7071760331066
745
+ ],
746
+ "count": [
747
+ 80632
748
+ ]
749
+ },
750
+ "observation.joints": {
751
+ "min": [
752
+ -1.4522299766540527,
753
+ 0.34052425622940063,
754
+ -0.7115560173988342,
755
+ 0.3173963129520416,
756
+ -2.304703712463379,
757
+ -1.4359350204467773,
758
+ -3.3223931789398193,
759
+ 1.0
760
+ ],
761
+ "max": [
762
+ 1.6244580745697021,
763
+ 1.7056884765625,
764
+ 3.1345953941345215,
765
+ 3.927000045776367,
766
+ 2.3438262939453125,
767
+ 1.0478721857070923,
768
+ 3.562924861907959,
769
+ 1.0
770
+ ],
771
+ "mean": [
772
+ 0.4790415166532638,
773
+ 0.6402370892147251,
774
+ -0.359602911622161,
775
+ 0.8847903866926637,
776
+ 0.8904277413347219,
777
+ 0.3456336538369431,
778
+ 2.2952901616970487,
779
+ 1.0
780
+ ],
781
+ "std": [
782
+ 0.3645766020416494,
783
+ 0.18941192290150557,
784
+ 0.30428260918822175,
785
+ 0.3730210588691214,
786
+ 0.4935804076920713,
787
+ 0.28299729965363424,
788
+ 0.9041155083938301,
789
+ 0.0
790
+ ],
791
+ "count": [
792
+ 80632
793
+ ]
794
+ },
795
+ "observation.jaco.ee_error": {
796
+ "min": [
797
+ -0.0032333433628082275,
798
+ -0.001398339867591858,
799
+ -0.002589903771877289,
800
+ -0.12643179297447205,
801
+ -0.0001953264290932566,
802
+ 0.0,
803
+ -0.0696193054318428
804
+ ],
805
+ "max": [
806
+ 0.004564821720123291,
807
+ 0.002957373857498169,
808
+ 0.003053911030292511,
809
+ 0.05579877272248268,
810
+ 0.00013763085007667542,
811
+ 0.00828242301940918,
812
+ 0.03944752365350723
813
+ ],
814
+ "mean": [
815
+ 4.081399197908438e-06,
816
+ 3.3136695624662794e-06,
817
+ 8.895842269252847e-07,
818
+ -0.00012779002233464932,
819
+ -1.293524665967467e-05,
820
+ 9.258973033918323e-06,
821
+ -0.00010637955495911795
822
+ ],
823
+ "std": [
824
+ 0.00016465980568726029,
825
+ 6.496888587338358e-05,
826
+ 0.00013608734448300453,
827
+ 0.003967734819012271,
828
+ 1.9118609527883985e-05,
829
+ 0.00017071920472465298,
830
+ 0.001651824826143152
831
+ ],
832
+ "count": [
833
+ 80632
834
+ ]
835
+ },
836
+ "observation.state": {
837
+ "min": [
838
+ 0.19084703922271729,
839
+ -0.30512186884880066
840
+ ],
841
+ "max": [
842
+ 0.6190953254699707,
843
+ 0.3456234037876129
844
+ ],
845
+ "mean": [
846
+ 0.40001769925279446,
847
+ 0.005968435769892327
848
+ ],
849
+ "std": [
850
+ 0.10559188007334419,
851
+ 0.14281014543129975
852
+ ],
853
+ "count": [
854
+ 80632
855
+ ]
856
+ },
857
+ "observation.google_robot.base_position": {
858
+ "min": [
859
+ 0.05000000074505806,
860
+ 0.0,
861
+ 0.0
862
+ ],
863
+ "max": [
864
+ 0.05000000074505806,
865
+ 0.0,
866
+ 0.0
867
+ ],
868
+ "mean": [
869
+ 0.04999999879301371,
870
+ 0.0,
871
+ 0.0
872
+ ],
873
+ "std": [
874
+ 1.5211488639639928e-08,
875
+ 0.0,
876
+ 0.0
877
+ ],
878
+ "count": [
879
+ 80632
880
+ ]
881
+ },
882
+ "observation.panda.joints": {
883
+ "min": [
884
+ -1.9457613229751587,
885
+ 0.46808674931526184,
886
+ -0.7728052139282227,
887
+ -3.0717999935150146,
888
+ -2.2714972496032715,
889
+ 1.8837858438491821,
890
+ -2.8973000049591064,
891
+ 1.0
892
+ ],
893
+ "max": [
894
+ 1.059656023979187,
895
+ 1.5894256830215454,
896
+ 1.2630122900009155,
897
+ -1.4523732662200928,
898
+ 0.3058635890483856,
899
+ 3.752500057220459,
900
+ -0.9156509637832642,
901
+ 1.0
902
+ ],
903
+ "mean": [
904
+ -0.1272698762390026,
905
+ 0.5963903286959376,
906
+ 0.06473024156714571,
907
+ -2.4978002456400956,
908
+ -0.4593377440162477,
909
+ 3.051959664883246,
910
+ -2.7829635778859867,
911
+ 1.0
912
+ ],
913
+ "std": [
914
+ 0.5077517004697799,
915
+ 0.13495134589614222,
916
+ 0.25313955506652824,
917
+ 0.3148075703333338,
918
+ 0.3304025400110347,
919
+ 0.2757660757008347,
920
+ 0.16094464064708924,
921
+ 0.0
922
+ ],
923
+ "count": [
924
+ 80632
925
+ ]
926
+ },
927
+ "observation.ur5e.ee_pose": {
928
+ "min": [
929
+ 0.12208449840545654,
930
+ -0.305101215839386,
931
+ 0.05481651797890663,
932
+ -0.00038657194818370044,
933
+ -0.12023164331912994,
934
+ 0.8789504170417786,
935
+ -0.10887235403060913
936
+ ],
937
+ "max": [
938
+ 0.6190772652626038,
939
+ 0.3455869257450104,
940
+ 0.10271003842353821,
941
+ 0.40954187512397766,
942
+ 0.006390631664544344,
943
+ 1.0,
944
+ 0.4433444142341614
945
+ ],
946
+ "mean": [
947
+ 0.39981331308908713,
948
+ 0.006240531497852259,
949
+ 0.08499607187670391,
950
+ 0.00015766462192095523,
951
+ -6.0418198320595463e-05,
952
+ 0.9999662046321198,
953
+ 8.819798523821187e-05
954
+ ],
955
+ "std": [
956
+ 0.10503727496998587,
957
+ 0.14211589343828512,
958
+ 0.000363429754684094,
959
+ 0.007394900740988945,
960
+ 0.0004305240685918438,
961
+ 0.0015638176464860788,
962
+ 0.0032009659875456725
963
+ ],
964
+ "count": [
965
+ 80632
966
+ ]
967
+ },
968
+ "observation.sawyer.joints": {
969
+ "min": [
970
+ -1.4017317295074463,
971
+ -0.8805994987487793,
972
+ -0.16482074558734894,
973
+ 1.2073071002960205,
974
+ -0.7706327438354492,
975
+ -0.20905321836471558,
976
+ -0.5494019985198975,
977
+ 1.0
978
+ ],
979
+ "max": [
980
+ 0.5646838545799255,
981
+ -0.43866193294525146,
982
+ 0.1768660694360733,
983
+ 2.5102391242980957,
984
+ 0.07799723744392395,
985
+ 0.803058385848999,
986
+ 0.7002643942832947,
987
+ 1.0
988
+ ],
989
+ "mean": [
990
+ -0.37256034953269174,
991
+ -0.785541328946292,
992
+ 0.045202105728404746,
993
+ 2.0907970959645366,
994
+ -0.2124017959873058,
995
+ 0.2702802071830922,
996
+ 0.04267270503875113,
997
+ 1.0
998
+ ],
999
+ "std": [
1000
+ 0.34292068158953615,
1001
+ 0.07588652379068284,
1002
+ 0.04974921805526199,
1003
+ 0.25284856536680533,
1004
+ 0.1780324504816404,
1005
+ 0.1858575142024549,
1006
+ 0.24471406169532692,
1007
+ 0.0
1008
+ ],
1009
+ "count": [
1010
+ 80632
1011
+ ]
1012
+ },
1013
+ "task_index": {
1014
+ "min": [
1015
+ 0
1016
+ ],
1017
+ "max": [
1018
+ 4220
1019
+ ],
1020
+ "mean": [
1021
+ 1979.5802534973707
1022
+ ],
1023
+ "std": [
1024
+ 1223.1906602172362
1025
+ ],
1026
+ "count": [
1027
+ 80632
1028
+ ]
1029
+ },
1030
+ "observation.sawyer.ee_pose": {
1031
+ "min": [
1032
+ 0.2409096658229828,
1033
+ -0.30509668588638306,
1034
+ 0.08499767631292343,
1035
+ -0.00014983343135099858,
1036
+ -3.501358878565952e-05,
1037
+ 1.0,
1038
+ -7.458426989614964e-05
1039
+ ],
1040
+ "max": [
1041
+ 0.6690808534622192,
1042
+ 0.3455990254878998,
1043
+ 0.08500389009714127,
1044
+ -1.8646556782186963e-05,
1045
+ 2.7470045097288676e-05,
1046
+ 1.0,
1047
+ 1.4793774425925221e-05
1048
+ ],
1049
+ "mean": [
1050
+ 0.44988131254980906,
1051
+ 0.006252004404466601,
1052
+ 0.08500127982450216,
1053
+ -8.048804150302386e-05,
1054
+ -2.133701050895869e-06,
1055
+ 1.0,
1056
+ -5.228934628599847e-05
1057
+ ],
1058
+ "std": [
1059
+ 0.10497688752504486,
1060
+ 0.1421350582528379,
1061
+ 7.958553001892753e-07,
1062
+ 1.983153478006399e-05,
1063
+ 1.2235705885500926e-05,
1064
+ 0.0,
1065
+ 1.5684240854556373e-05
1066
+ ],
1067
+ "count": [
1068
+ 80632
1069
+ ]
1070
+ },
1071
+ "observation.sawyer.ee_error": {
1072
+ "min": [
1073
+ -7.316470146179199e-06,
1074
+ -1.6987323760986328e-06,
1075
+ -3.8817524909973145e-06,
1076
+ 1.8646556782186963e-05,
1077
+ -2.7470045097288676e-05,
1078
+ 0.0,
1079
+ -1.4793774425925221e-05
1080
+ ],
1081
+ "max": [
1082
+ 6.556510925292969e-07,
1083
+ 1.341104507446289e-06,
1084
+ 2.332031726837158e-06,
1085
+ 0.00014983343135099858,
1086
+ 3.501358878565952e-05,
1087
+ 0.0,
1088
+ 7.458426989614964e-05
1089
+ ],
1090
+ "mean": [
1091
+ -3.838838281835749e-06,
1092
+ -7.53920582545745e-07,
1093
+ -1.271768332844148e-06,
1094
+ 8.048804150302386e-05,
1095
+ 2.133701050895869e-06,
1096
+ 0.0,
1097
+ 5.228934628599847e-05
1098
+ ],
1099
+ "std": [
1100
+ 1.1172445859456106e-06,
1101
+ 2.669440674446282e-07,
1102
+ 7.958045773355271e-07,
1103
+ 1.983153478006399e-05,
1104
+ 1.2235705885500926e-05,
1105
+ 0.0,
1106
+ 1.5684240854556373e-05
1107
+ ],
1108
+ "count": [
1109
+ 80632
1110
+ ]
1111
+ },
1112
+ "observation.jaco.ee_pose": {
1113
+ "min": [
1114
+ 0.1909084916114807,
1115
+ -0.30509141087532043,
1116
+ 0.08194609731435776,
1117
+ -0.05579877272248268,
1118
+ -0.00013763085007667542,
1119
+ 0.9917175769805908,
1120
+ -0.03944752365350723
1121
+ ],
1122
+ "max": [
1123
+ 0.6190639138221741,
1124
+ 0.3455934226512909,
1125
+ 0.08758991211652756,
1126
+ 0.12643179297447205,
1127
+ 0.0001953264290932566,
1128
+ 1.0,
1129
+ 0.0696193054318428
1130
+ ],
1131
+ "mean": [
1132
+ 0.3998733821410661,
1133
+ 0.006247936699399824,
1134
+ 0.08499911835860498,
1135
+ 0.00012779002233464932,
1136
+ 1.293524665967467e-05,
1137
+ 0.999990749343903,
1138
+ 0.00010637955495911795
1139
+ ],
1140
+ "std": [
1141
+ 0.10496095866881555,
1142
+ 0.14212856019677372,
1143
+ 0.00013608744287461408,
1144
+ 0.003967734819012271,
1145
+ 1.9118609527883985e-05,
1146
+ 0.00017071834553478653,
1147
+ 0.001651824826143152
1148
+ ],
1149
+ "count": [
1150
+ 80632
1151
+ ]
1152
+ },
1153
+ "observation.images.sawyer": {
1154
+ "min": [
1155
+ [
1156
+ [
1157
+ 0.0
1158
+ ]
1159
+ ],
1160
+ [
1161
+ [
1162
+ 0.0
1163
+ ]
1164
+ ],
1165
+ [
1166
+ [
1167
+ 0.0
1168
+ ]
1169
+ ]
1170
+ ],
1171
+ "max": [
1172
+ [
1173
+ [
1174
+ 1.0
1175
+ ]
1176
+ ],
1177
+ [
1178
+ [
1179
+ 1.0
1180
+ ]
1181
+ ],
1182
+ [
1183
+ [
1184
+ 1.0
1185
+ ]
1186
+ ]
1187
+ ],
1188
+ "mean": [
1189
+ [
1190
+ [
1191
+ 0.4148285586959436
1192
+ ]
1193
+ ],
1194
+ [
1195
+ [
1196
+ 0.49828993004555977
1197
+ ]
1198
+ ],
1199
+ [
1200
+ [
1201
+ 0.5285046381239356
1202
+ ]
1203
+ ]
1204
+ ],
1205
+ "std": [
1206
+ [
1207
+ [
1208
+ 0.29532578836956996
1209
+ ]
1210
+ ],
1211
+ [
1212
+ [
1213
+ 0.21200308071890414
1214
+ ]
1215
+ ],
1216
+ [
1217
+ [
1218
+ 0.1764817827505275
1219
+ ]
1220
+ ]
1221
+ ],
1222
+ "count": [
1223
+ 80632
1224
+ ]
1225
+ },
1226
+ "observation.images.kuka_iiwa": {
1227
+ "min": [
1228
+ [
1229
+ [
1230
+ 0.0
1231
+ ]
1232
+ ],
1233
+ [
1234
+ [
1235
+ 0.0
1236
+ ]
1237
+ ],
1238
+ [
1239
+ [
1240
+ 0.0
1241
+ ]
1242
+ ]
1243
+ ],
1244
+ "max": [
1245
+ [
1246
+ [
1247
+ 1.0
1248
+ ]
1249
+ ],
1250
+ [
1251
+ [
1252
+ 1.0
1253
+ ]
1254
+ ],
1255
+ [
1256
+ [
1257
+ 1.0
1258
+ ]
1259
+ ]
1260
+ ],
1261
+ "mean": [
1262
+ [
1263
+ [
1264
+ 0.42576872940696636
1265
+ ]
1266
+ ],
1267
+ [
1268
+ [
1269
+ 0.5106048683132032
1270
+ ]
1271
+ ],
1272
+ [
1273
+ [
1274
+ 0.5347611660805843
1275
+ ]
1276
+ ]
1277
+ ],
1278
+ "std": [
1279
+ [
1280
+ [
1281
+ 0.29596734644820616
1282
+ ]
1283
+ ],
1284
+ [
1285
+ [
1286
+ 0.1977158919681304
1287
+ ]
1288
+ ],
1289
+ [
1290
+ [
1291
+ 0.16792790583475065
1292
+ ]
1293
+ ]
1294
+ ],
1295
+ "count": [
1296
+ 80632
1297
+ ]
1298
+ },
1299
+ "frame_index": {
1300
+ "min": [
1301
+ 0
1302
+ ],
1303
+ "max": [
1304
+ 49
1305
+ ],
1306
+ "mean": [
1307
+ 10.369654727651552
1308
+ ],
1309
+ "std": [
1310
+ 9.134313547626501
1311
+ ],
1312
+ "count": [
1313
+ 80632
1314
+ ]
1315
+ },
1316
+ "observation.kinova3.joints": {
1317
+ "min": [
1318
+ -1.2140141725540161,
1319
+ 0.8360763788223267,
1320
+ -1.5179156064987183,
1321
+ 0.5789524912834167,
1322
+ -1.6006108522415161,
1323
+ -1.5877516269683838,
1324
+ -0.7141721844673157,
1325
+ 1.0
1326
+ ],
1327
+ "max": [
1328
+ 1.168723225593567,
1329
+ 1.6548022031784058,
1330
+ 0.1367131769657135,
1331
+ 2.569999933242798,
1332
+ 0.46433866024017334,
1333
+ 1.1925321817398071,
1334
+ 1.7532224655151367,
1335
+ 1.0
1336
+ ],
1337
+ "mean": [
1338
+ -0.0511025757317766,
1339
+ 0.9261586763196101,
1340
+ -0.03753726570965059,
1341
+ 1.9144308865284716,
1342
+ -0.013360701933976555,
1343
+ 0.2966783361293327,
1344
+ -0.05756458421914736,
1345
+ 1.0
1346
+ ],
1347
+ "std": [
1348
+ 0.3887501221816696,
1349
+ 0.10789858312453661,
1350
+ 0.16394830685604833,
1351
+ 0.3670217583830104,
1352
+ 0.23848783399036572,
1353
+ 0.3428567827575268,
1354
+ 0.29291678809553146,
1355
+ 0.0
1356
+ ],
1357
+ "count": [
1358
+ 80632
1359
+ ]
1360
+ },
1361
+ "observation.google_robot.ee_error": {
1362
+ "min": [
1363
+ -1.2919306755065918e-05,
1364
+ -0.001730889081954956,
1365
+ -0.005843065679073334,
1366
+ -0.009205370210111141,
1367
+ -0.0001805257488740608,
1368
+ 0.0,
1369
+ -0.008952642790973186
1370
+ ],
1371
+ "max": [
1372
+ 0.0058130621910095215,
1373
+ 0.0006391704082489014,
1374
+ 1.420825719833374e-05,
1375
+ 0.0001958833308890462,
1376
+ 0.005989121738821268,
1377
+ 9.673833847045898e-05,
1378
+ 0.0003814012452494353
1379
+ ],
1380
+ "mean": [
1381
+ 3.6229628990845805e-06,
1382
+ -1.088813927826286e-06,
1383
+ -2.029583355943242e-06,
1384
+ -7.35681716697198e-05,
1385
+ -5.276898182359983e-05,
1386
+ 7.446145247736873e-09,
1387
+ -6.657530577527279e-06
1388
+ ],
1389
+ "std": [
1390
+ 4.010342351107397e-05,
1391
+ 8.919351451090468e-06,
1392
+ 4.632923554978277e-05,
1393
+ 0.00011541714062082656,
1394
+ 5.8151153738848176e-05,
1395
+ 5.90867316335967e-07,
1396
+ 9.545312121937305e-05
1397
+ ],
1398
+ "count": [
1399
+ 80632
1400
+ ]
1401
+ },
1402
+ "observation.sawyer.base_orientation": {
1403
+ "min": [
1404
+ 0.0
1405
+ ],
1406
+ "max": [
1407
+ 0.0
1408
+ ],
1409
+ "mean": [
1410
+ 0.0
1411
+ ],
1412
+ "std": [
1413
+ 0.0
1414
+ ],
1415
+ "count": [
1416
+ 80632
1417
+ ]
1418
+ },
1419
+ "index": {
1420
+ "min": [
1421
+ 0
1422
+ ],
1423
+ "max": [
1424
+ 80631
1425
+ ],
1426
+ "mean": [
1427
+ 40315.5
1428
+ ],
1429
+ "std": [
1430
+ 23276.453450858873
1431
+ ],
1432
+ "count": [
1433
+ 80632
1434
+ ]
1435
+ },
1436
+ "observation.kinova3.base_orientation": {
1437
+ "min": [
1438
+ 0.0
1439
+ ],
1440
+ "max": [
1441
+ 0.0
1442
+ ],
1443
+ "mean": [
1444
+ 0.0
1445
+ ],
1446
+ "std": [
1447
+ 0.0
1448
+ ],
1449
+ "count": [
1450
+ 80632
1451
+ ]
1452
+ },
1453
+ "timestamp": {
1454
+ "min": [
1455
+ 0.0
1456
+ ],
1457
+ "max": [
1458
+ 4.9
1459
+ ],
1460
+ "mean": [
1461
+ 1.036965472765155
1462
+ ],
1463
+ "std": [
1464
+ 0.9134313547626501
1465
+ ],
1466
+ "count": [
1467
+ 80632
1468
+ ]
1469
+ },
1470
+ "observation.images.image": {
1471
+ "min": [
1472
+ [
1473
+ [
1474
+ 0.0
1475
+ ]
1476
+ ],
1477
+ [
1478
+ [
1479
+ 0.0
1480
+ ]
1481
+ ],
1482
+ [
1483
+ [
1484
+ 0.0
1485
+ ]
1486
+ ]
1487
+ ],
1488
+ "max": [
1489
+ [
1490
+ [
1491
+ 1.0
1492
+ ]
1493
+ ],
1494
+ [
1495
+ [
1496
+ 1.0
1497
+ ]
1498
+ ],
1499
+ [
1500
+ [
1501
+ 1.0
1502
+ ]
1503
+ ]
1504
+ ],
1505
+ "mean": [
1506
+ [
1507
+ [
1508
+ 0.4271233565832106
1509
+ ]
1510
+ ],
1511
+ [
1512
+ [
1513
+ 0.5376396494585485
1514
+ ]
1515
+ ],
1516
+ [
1517
+ [
1518
+ 0.5633568737833039
1519
+ ]
1520
+ ]
1521
+ ],
1522
+ "std": [
1523
+ [
1524
+ [
1525
+ 0.30044754857125516
1526
+ ]
1527
+ ],
1528
+ [
1529
+ [
1530
+ 0.19524967481430003
1531
+ ]
1532
+ ],
1533
+ [
1534
+ [
1535
+ 0.15092520097078535
1536
+ ]
1537
+ ]
1538
+ ],
1539
+ "count": [
1540
+ 80632
1541
+ ]
1542
+ },
1543
+ "observation.panda.ee_pose": {
1544
+ "min": [
1545
+ 0.19090759754180908,
1546
+ -0.3064700663089752,
1547
+ 0.07249194383621216,
1548
+ -0.01722928136587143,
1549
+ -7.321744487853721e-05,
1550
+ 0.999100923538208,
1551
+ -0.02307097055017948
1552
+ ],
1553
+ "max": [
1554
+ 0.6190725564956665,
1555
+ 0.3455957770347595,
1556
+ 0.08643189072608948,
1557
+ 0.012328078038990498,
1558
+ 0.03749007359147072,
1559
+ 1.0,
1560
+ 0.002147878985852003
1561
+ ],
1562
+ "mean": [
1563
+ 0.39988099570061875,
1564
+ 0.006256562764085965,
1565
+ 0.08500107472415218,
1566
+ -4.560629570862727e-05,
1567
+ 0.00014703452311095453,
1568
+ 0.9999986443461992,
1569
+ -0.00015965211076847638
1570
+ ],
1571
+ "std": [
1572
+ 0.10496164813767457,
1573
+ 0.14212881068999225,
1574
+ 0.00016078093745628276,
1575
+ 0.0007503685922953075,
1576
+ 0.0010600839757675781,
1577
+ 1.8994463754873707e-05,
1578
+ 0.001000910937207369
1579
+ ],
1580
+ "count": [
1581
+ 80632
1582
+ ]
1583
+ },
1584
+ "observation.kinova3.ee_pose": {
1585
+ "min": [
1586
+ 0.190913587808609,
1587
+ -0.3050999343395233,
1588
+ 0.08388184756040573,
1589
+ -0.06109127029776573,
1590
+ -3.570508488337509e-05,
1591
+ 0.9981321692466736,
1592
+ -0.012507299892604351
1593
+ ],
1594
+ "max": [
1595
+ 0.6190844774246216,
1596
+ 0.34560102224349976,
1597
+ 0.08500882983207703,
1598
+ -4.443898069439456e-05,
1599
+ 8.76513950061053e-05,
1600
+ 1.0,
1601
+ 0.012553958222270012
1602
+ ],
1603
+ "mean": [
1604
+ 0.39993646896315543,
1605
+ 0.0062504581576590355,
1606
+ 0.0849962930872989,
1607
+ -0.0005754391015363509,
1608
+ -2.878640638046474e-06,
1609
+ 0.9999918448823302,
1610
+ 2.011648889325914e-05
1611
+ ],
1612
+ "std": [
1613
+ 0.10488021277129199,
1614
+ 0.14214024867979555,
1615
+ 7.170085002965007e-05,
1616
+ 0.003927376071611007,
1617
+ 1.4644695724485337e-05,
1618
+ 9.435300296842495e-05,
1619
+ 0.0007545811748069027
1620
+ ],
1621
+ "count": [
1622
+ 80632
1623
+ ]
1624
+ },
1625
+ "observation.kinova3.base_position": {
1626
+ "min": [
1627
+ 0.0,
1628
+ 0.0,
1629
+ 0.0
1630
+ ],
1631
+ "max": [
1632
+ 0.0,
1633
+ 0.0,
1634
+ 0.0
1635
+ ],
1636
+ "mean": [
1637
+ 0.0,
1638
+ 0.0,
1639
+ 0.0
1640
+ ],
1641
+ "std": [
1642
+ 0.0,
1643
+ 0.0,
1644
+ 0.0
1645
+ ],
1646
+ "count": [
1647
+ 80632
1648
+ ]
1649
+ },
1650
+ "observation.images.kinova3": {
1651
+ "min": [
1652
+ [
1653
+ [
1654
+ 0.0
1655
+ ]
1656
+ ],
1657
+ [
1658
+ [
1659
+ 0.0
1660
+ ]
1661
+ ],
1662
+ [
1663
+ [
1664
+ 0.0
1665
+ ]
1666
+ ]
1667
+ ],
1668
+ "max": [
1669
+ [
1670
+ [
1671
+ 1.0
1672
+ ]
1673
+ ],
1674
+ [
1675
+ [
1676
+ 1.0
1677
+ ]
1678
+ ],
1679
+ [
1680
+ [
1681
+ 1.0
1682
+ ]
1683
+ ]
1684
+ ],
1685
+ "mean": [
1686
+ [
1687
+ [
1688
+ 0.4299493098442502
1689
+ ]
1690
+ ],
1691
+ [
1692
+ [
1693
+ 0.5240527114019562
1694
+ ]
1695
+ ],
1696
+ [
1697
+ [
1698
+ 0.5553551253748699
1699
+ ]
1700
+ ]
1701
+ ],
1702
+ "std": [
1703
+ [
1704
+ [
1705
+ 0.29468392300380986
1706
+ ]
1707
+ ],
1708
+ [
1709
+ [
1710
+ 0.19180678998916245
1711
+ ]
1712
+ ],
1713
+ [
1714
+ [
1715
+ 0.14473179536513478
1716
+ ]
1717
+ ]
1718
+ ],
1719
+ "count": [
1720
+ 80632
1721
+ ]
1722
+ },
1723
+ "observation.images.panda": {
1724
+ "min": [
1725
+ [
1726
+ [
1727
+ 0.0
1728
+ ]
1729
+ ],
1730
+ [
1731
+ [
1732
+ 0.0
1733
+ ]
1734
+ ],
1735
+ [
1736
+ [
1737
+ 0.0
1738
+ ]
1739
+ ]
1740
+ ],
1741
+ "max": [
1742
+ [
1743
+ [
1744
+ 1.0
1745
+ ]
1746
+ ],
1747
+ [
1748
+ [
1749
+ 1.0
1750
+ ]
1751
+ ],
1752
+ [
1753
+ [
1754
+ 1.0
1755
+ ]
1756
+ ]
1757
+ ],
1758
+ "mean": [
1759
+ [
1760
+ [
1761
+ 0.436538272622454
1762
+ ]
1763
+ ],
1764
+ [
1765
+ [
1766
+ 0.5293364796444151
1767
+ ]
1768
+ ],
1769
+ [
1770
+ [
1771
+ 0.5598398136306802
1772
+ ]
1773
+ ]
1774
+ ],
1775
+ "std": [
1776
+ [
1777
+ [
1778
+ 0.2962109555409868
1779
+ ]
1780
+ ],
1781
+ [
1782
+ [
1783
+ 0.19337867368380357
1784
+ ]
1785
+ ],
1786
+ [
1787
+ [
1788
+ 0.14699325462990206
1789
+ ]
1790
+ ]
1791
+ ],
1792
+ "count": [
1793
+ 80632
1794
+ ]
1795
+ },
1796
+ "observation.panda.ee_error": {
1797
+ "min": [
1798
+ -0.008712410926818848,
1799
+ -0.003217257559299469,
1800
+ -0.001431882381439209,
1801
+ -0.012328078038990498,
1802
+ -0.03749007359147072,
1803
+ 0.0,
1804
+ -0.002147878985852003
1805
+ ],
1806
+ "max": [
1807
+ 0.0010055303573608398,
1808
+ 0.0016572773456573486,
1809
+ 0.01250806450843811,
1810
+ 0.01722928136587143,
1811
+ 7.321744487853721e-05,
1812
+ 0.0008990764617919922,
1813
+ 0.02307097055017948
1814
+ ],
1815
+ "mean": [
1816
+ -3.5318380108887847e-06,
1817
+ -5.312316312697328e-06,
1818
+ -1.0667013411500642e-06,
1819
+ 4.560629570862727e-05,
1820
+ -0.00014703452311095453,
1821
+ 1.3647528371857822e-06,
1822
+ 0.00015965211076847638
1823
+ ],
1824
+ "std": [
1825
+ 0.00012597559815152572,
1826
+ 8.216599280226364e-05,
1827
+ 0.00016078094552364488,
1828
+ 0.0007503685922953075,
1829
+ 0.0010600839757675781,
1830
+ 1.8994583296345725e-05,
1831
+ 0.001000910937207369
1832
+ ],
1833
+ "count": [
1834
+ 80632
1835
+ ]
1836
+ },
1837
+ "observation.google_robot.base_orientation": {
1838
+ "min": [
1839
+ 0.0
1840
+ ],
1841
+ "max": [
1842
+ 0.0
1843
+ ],
1844
+ "mean": [
1845
+ 0.0
1846
+ ],
1847
+ "std": [
1848
+ 0.0
1849
+ ],
1850
+ "count": [
1851
+ 80632
1852
+ ]
1853
+ },
1854
+ "observation.kuka_iiwa.base_orientation": {
1855
+ "min": [
1856
+ 0.0
1857
+ ],
1858
+ "max": [
1859
+ 0.0
1860
+ ],
1861
+ "mean": [
1862
+ 0.0
1863
+ ],
1864
+ "std": [
1865
+ 0.0
1866
+ ],
1867
+ "count": [
1868
+ 80632
1869
+ ]
1870
+ },
1871
+ "natural_language_instruction": {
1872
+ "min": [
1873
+ 97,
1874
+ 97,
1875
+ 32,
1876
+ 32,
1877
+ 32,
1878
+ 32,
1879
+ 32,
1880
+ 32,
1881
+ 32,
1882
+ 32,
1883
+ 32,
1884
+ 32,
1885
+ 32,
1886
+ 32,
1887
+ 32,
1888
+ 32,
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
+ 0,
2255
+ 0,
2256
+ 0,
2257
+ 0,
2258
+ 0,
2259
+ 0,
2260
+ 0,
2261
+ 0,
2262
+ 0,
2263
+ 0,
2264
+ 0,
2265
+ 0,
2266
+ 0,
2267
+ 0,
2268
+ 0,
2269
+ 0,
2270
+ 0,
2271
+ 0,
2272
+ 0,
2273
+ 0,
2274
+ 0,
2275
+ 0,
2276
+ 0,
2277
+ 0,
2278
+ 0,
2279
+ 0,
2280
+ 0,
2281
+ 0,
2282
+ 0,
2283
+ 0,
2284
+ 0,
2285
+ 0,
2286
+ 0,
2287
+ 0,
2288
+ 0,
2289
+ 0,
2290
+ 0,
2291
+ 0,
2292
+ 0,
2293
+ 0,
2294
+ 0,
2295
+ 0,
2296
+ 0,
2297
+ 0,
2298
+ 0,
2299
+ 0,
2300
+ 0,
2301
+ 0,
2302
+ 0,
2303
+ 0,
2304
+ 0,
2305
+ 0,
2306
+ 0,
2307
+ 0,
2308
+ 0,
2309
+ 0,
2310
+ 0,
2311
+ 0,
2312
+ 0,
2313
+ 0,
2314
+ 0,
2315
+ 0,
2316
+ 0,
2317
+ 0,
2318
+ 0,
2319
+ 0,
2320
+ 0,
2321
+ 0,
2322
+ 0,
2323
+ 0,
2324
+ 0,
2325
+ 0,
2326
+ 0,
2327
+ 0,
2328
+ 0,
2329
+ 0,
2330
+ 0,
2331
+ 0,
2332
+ 0,
2333
+ 0,
2334
+ 0,
2335
+ 0,
2336
+ 0,
2337
+ 0,
2338
+ 0,
2339
+ 0,
2340
+ 0,
2341
+ 0,
2342
+ 0,
2343
+ 0,
2344
+ 0,
2345
+ 0,
2346
+ 0,
2347
+ 0,
2348
+ 0,
2349
+ 0,
2350
+ 0,
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
+ ],
2386
+ "max": [
2387
+ 116,
2388
+ 117,
2389
+ 118,
2390
+ 117,
2391
+ 121,
2392
+ 121,
2393
+ 121,
2394
+ 121,
2395
+ 121,
2396
+ 121,
2397
+ 121,
2398
+ 122,
2399
+ 121,
2400
+ 121,
2401
+ 121,
2402
+ 121,
2403
+ 121,
2404
+ 121,
2405
+ 122,
2406
+ 121,
2407
+ 122,
2408
+ 122,
2409
+ 122,
2410
+ 122,
2411
+ 122,
2412
+ 122,
2413
+ 122,
2414
+ 122,
2415
+ 122,
2416
+ 122,
2417
+ 121,
2418
+ 121,
2419
+ 121,
2420
+ 121,
2421
+ 122,
2422
+ 121,
2423
+ 121,
2424
+ 122,
2425
+ 121,
2426
+ 121,
2427
+ 122,
2428
+ 121,
2429
+ 121,
2430
+ 122,
2431
+ 122,
2432
+ 122,
2433
+ 121,
2434
+ 121,
2435
+ 122,
2436
+ 121,
2437
+ 122,
2438
+ 121,
2439
+ 121,
2440
+ 121,
2441
+ 121,
2442
+ 122,
2443
+ 121,
2444
+ 121,
2445
+ 120,
2446
+ 121,
2447
+ 121,
2448
+ 121,
2449
+ 122,
2450
+ 121,
2451
+ 120,
2452
+ 121,
2453
+ 120,
2454
+ 121,
2455
+ 121,
2456
+ 121,
2457
+ 120,
2458
+ 121,
2459
+ 121,
2460
+ 118,
2461
+ 120,
2462
+ 117,
2463
+ 119,
2464
+ 116,
2465
+ 116,
2466
+ 117,
2467
+ 116,
2468
+ 114,
2469
+ 111,
2470
+ 116,
2471
+ 116,
2472
+ 111,
2473
+ 115,
2474
+ 32,
2475
+ 111,
2476
+ 102,
2477
+ 32,
2478
+ 116,
2479
+ 104,
2480
+ 101,
2481
+ 32,
2482
+ 103,
2483
+ 114,
2484
+ 101,
2485
+ 101,
2486
+ 110,
2487
+ 32,
2488
+ 99,
2489
+ 105,
2490
+ 114,
2491
+ 99,
2492
+ 108,
2493
+ 101,
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
+ 0,
2769
+ 0,
2770
+ 0,
2771
+ 0,
2772
+ 0,
2773
+ 0,
2774
+ 0,
2775
+ 0,
2776
+ 0,
2777
+ 0,
2778
+ 0,
2779
+ 0,
2780
+ 0,
2781
+ 0,
2782
+ 0,
2783
+ 0,
2784
+ 0,
2785
+ 0,
2786
+ 0,
2787
+ 0,
2788
+ 0,
2789
+ 0,
2790
+ 0,
2791
+ 0,
2792
+ 0,
2793
+ 0,
2794
+ 0,
2795
+ 0,
2796
+ 0,
2797
+ 0,
2798
+ 0,
2799
+ 0,
2800
+ 0,
2801
+ 0,
2802
+ 0,
2803
+ 0,
2804
+ 0,
2805
+ 0,
2806
+ 0,
2807
+ 0,
2808
+ 0,
2809
+ 0,
2810
+ 0,
2811
+ 0,
2812
+ 0,
2813
+ 0,
2814
+ 0,
2815
+ 0,
2816
+ 0,
2817
+ 0,
2818
+ 0,
2819
+ 0,
2820
+ 0,
2821
+ 0,
2822
+ 0,
2823
+ 0,
2824
+ 0,
2825
+ 0,
2826
+ 0,
2827
+ 0,
2828
+ 0,
2829
+ 0,
2830
+ 0,
2831
+ 0,
2832
+ 0,
2833
+ 0,
2834
+ 0,
2835
+ 0,
2836
+ 0,
2837
+ 0,
2838
+ 0,
2839
+ 0,
2840
+ 0,
2841
+ 0,
2842
+ 0,
2843
+ 0,
2844
+ 0,
2845
+ 0,
2846
+ 0,
2847
+ 0,
2848
+ 0,
2849
+ 0,
2850
+ 0,
2851
+ 0,
2852
+ 0,
2853
+ 0,
2854
+ 0,
2855
+ 0,
2856
+ 0,
2857
+ 0,
2858
+ 0,
2859
+ 0,
2860
+ 0,
2861
+ 0,
2862
+ 0,
2863
+ 0,
2864
+ 0,
2865
+ 0,
2866
+ 0,
2867
+ 0,
2868
+ 0,
2869
+ 0,
2870
+ 0,
2871
+ 0,
2872
+ 0,
2873
+ 0,
2874
+ 0,
2875
+ 0,
2876
+ 0,
2877
+ 0,
2878
+ 0,
2879
+ 0,
2880
+ 0,
2881
+ 0,
2882
+ 0,
2883
+ 0,
2884
+ 0,
2885
+ 0,
2886
+ 0,
2887
+ 0,
2888
+ 0,
2889
+ 0,
2890
+ 0,
2891
+ 0,
2892
+ 0,
2893
+ 0,
2894
+ 0,
2895
+ 0,
2896
+ 0,
2897
+ 0,
2898
+ 0
2899
+ ],
2900
+ "mean": [
2901
+ 111.18001537850978,
2902
+ 111.37712074610576,
2903
+ 111.4147856930251,
2904
+ 101.37275523365413,
2905
+ 58.67336789364024,
2906
+ 90.19354598670503,
2907
+ 107.24680027780533,
2908
+ 103.34658696299236,
2909
+ 61.754787181267986,
2910
+ 86.59874491517016,
2911
+ 101.56014981645005,
2912
+ 104.42515378509773,
2913
+ 90.95801914872507,
2914
+ 88.72901577537453,
2915
+ 92.64826619704336,
2916
+ 92.62641383073718,
2917
+ 99.85154777259649,
2918
+ 92.88624863577736,
2919
+ 96.79898799484076,
2920
+ 92.16075503522175,
2921
+ 97.08951780930649,
2922
+ 89.96085921222344,
2923
+ 91.44853160035719,
2924
+ 94.05784303998412,
2925
+ 94.45501785891457,
2926
+ 92.13218077190197,
2927
+ 89.91245411251116,
2928
+ 92.55718573271157,
2929
+ 89.71942901081457,
2930
+ 88.88157307272547,
2931
+ 86.49320369084235,
2932
+ 86.628608988987,
2933
+ 85.66724129377914,
2934
+ 82.64700119059431,
2935
+ 80.70690296656414,
2936
+ 78.27112064688957,
2937
+ 75.71304196844925,
2938
+ 72.76699077289413,
2939
+ 69.90225964877467,
2940
+ 67.61087409465225,
2941
+ 62.448271157852965,
2942
+ 57.398725071931736,
2943
+ 53.962831134041075,
2944
+ 50.07536709991071,
2945
+ 46.049273241392996,
2946
+ 41.634165095743626,
2947
+ 38.0591328504812,
2948
+ 34.69951136025399,
2949
+ 31.926034328802462,
2950
+ 28.479499454310943,
2951
+ 26.235750074412145,
2952
+ 23.687233356483777,
2953
+ 21.822923901180673,
2954
+ 19.291112709594206,
2955
+ 16.850977279492014,
2956
+ 14.565234646294275,
2957
+ 12.965460363131262,
2958
+ 11.19113999404703,
2959
+ 9.745448457188212,
2960
+ 8.501451036809208,
2961
+ 7.097839567417402,
2962
+ 6.079248933425935,
2963
+ 5.301158349042564,
2964
+ 4.47159936501637,
2965
+ 3.99298045441016,
2966
+ 3.169250421668816,
2967
+ 2.8494394285147338,
2968
+ 2.303663557892648,
2969
+ 1.9165715844825875,
2970
+ 1.7395450937593016,
2971
+ 1.6272819724178986,
2972
+ 1.3878857029467209,
2973
+ 1.122234348645699,
2974
+ 0.903115388431392,
2975
+ 0.690693521182657,
2976
+ 0.5514932036908423,
2977
+ 0.4192876277408473,
2978
+ 0.3585549161623177,
2979
+ 0.3192653040976287,
2980
+ 0.25016122631213417,
2981
+ 0.1981347355888481,
2982
+ 0.18789066375632504,
2983
+ 0.20674174025200912,
2984
+ 0.15402073618414525,
2985
+ 0.1350580414723683,
2986
+ 0.13162268082151007,
2987
+ 0.07537950193471575,
2988
+ 0.008731024903264212,
2989
+ 0.030285742633197738,
2990
+ 0.02783014187915468,
2991
+ 0.008731024903264212,
2992
+ 0.031649965274332774,
2993
+ 0.028375830935608692,
2994
+ 0.02755729735092767,
2995
+ 0.008731024903264212,
2996
+ 0.028102986407381684,
2997
+ 0.031104276217878757,
2998
+ 0.02755729735092767,
2999
+ 0.02755729735092767,
3000
+ 0.03001289810497073,
3001
+ 0.008731024903264212,
3002
+ 0.027011608294473657,
3003
+ 0.028648675463835697,
3004
+ 0.031104276217878757,
3005
+ 0.027011608294473657,
3006
+ 0.02946720904851672,
3007
+ 0.02755729735092767,
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
+ 0.0,
3283
+ 0.0,
3284
+ 0.0,
3285
+ 0.0,
3286
+ 0.0,
3287
+ 0.0,
3288
+ 0.0,
3289
+ 0.0,
3290
+ 0.0,
3291
+ 0.0,
3292
+ 0.0,
3293
+ 0.0,
3294
+ 0.0,
3295
+ 0.0,
3296
+ 0.0,
3297
+ 0.0,
3298
+ 0.0,
3299
+ 0.0,
3300
+ 0.0,
3301
+ 0.0,
3302
+ 0.0,
3303
+ 0.0,
3304
+ 0.0,
3305
+ 0.0,
3306
+ 0.0,
3307
+ 0.0,
3308
+ 0.0,
3309
+ 0.0,
3310
+ 0.0,
3311
+ 0.0,
3312
+ 0.0,
3313
+ 0.0,
3314
+ 0.0,
3315
+ 0.0,
3316
+ 0.0,
3317
+ 0.0,
3318
+ 0.0,
3319
+ 0.0,
3320
+ 0.0,
3321
+ 0.0,
3322
+ 0.0,
3323
+ 0.0,
3324
+ 0.0,
3325
+ 0.0,
3326
+ 0.0,
3327
+ 0.0,
3328
+ 0.0,
3329
+ 0.0,
3330
+ 0.0,
3331
+ 0.0,
3332
+ 0.0,
3333
+ 0.0,
3334
+ 0.0,
3335
+ 0.0,
3336
+ 0.0,
3337
+ 0.0,
3338
+ 0.0,
3339
+ 0.0,
3340
+ 0.0,
3341
+ 0.0,
3342
+ 0.0,
3343
+ 0.0,
3344
+ 0.0,
3345
+ 0.0,
3346
+ 0.0,
3347
+ 0.0,
3348
+ 0.0,
3349
+ 0.0,
3350
+ 0.0,
3351
+ 0.0,
3352
+ 0.0,
3353
+ 0.0,
3354
+ 0.0,
3355
+ 0.0,
3356
+ 0.0,
3357
+ 0.0,
3358
+ 0.0,
3359
+ 0.0,
3360
+ 0.0,
3361
+ 0.0,
3362
+ 0.0,
3363
+ 0.0,
3364
+ 0.0,
3365
+ 0.0,
3366
+ 0.0,
3367
+ 0.0,
3368
+ 0.0,
3369
+ 0.0,
3370
+ 0.0,
3371
+ 0.0,
3372
+ 0.0,
3373
+ 0.0,
3374
+ 0.0,
3375
+ 0.0,
3376
+ 0.0,
3377
+ 0.0,
3378
+ 0.0,
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
+ ],
3414
+ "std": [
3415
+ 2.882389016917624,
3416
+ 4.477147760910764,
3417
+ 7.6486983029108915,
3418
+ 6.896860089480935,
3419
+ 35.177615898625966,
3420
+ 37.52197879595125,
3421
+ 10.817468245338688,
3422
+ 8.559080929917183,
3423
+ 35.940477515634505,
3424
+ 35.765898859037215,
3425
+ 20.032275733326852,
3426
+ 14.708327002459935,
3427
+ 29.29058082383683,
3428
+ 32.556999516467926,
3429
+ 33.045536902097844,
3430
+ 32.1004238960297,
3431
+ 22.82629837805699,
3432
+ 27.82288074823245,
3433
+ 26.969064490555375,
3434
+ 30.517594067014326,
3435
+ 27.460442885363285,
3436
+ 32.79552581435093,
3437
+ 32.96038226965532,
3438
+ 31.001604264324204,
3439
+ 30.56351859874787,
3440
+ 32.56780672902422,
3441
+ 33.96489345149039,
3442
+ 32.604387966216926,
3443
+ 34.53381967565145,
3444
+ 35.4231052467432,
3445
+ 37.312205683539936,
3446
+ 37.830322179146,
3447
+ 39.26989684836758,
3448
+ 41.26013475556929,
3449
+ 42.70508757031097,
3450
+ 44.207505049739055,
3451
+ 45.38951815706923,
3452
+ 47.320833295695515,
3453
+ 48.27472949424405,
3454
+ 49.5675765708564,
3455
+ 50.44023110934323,
3456
+ 51.15005202894197,
3457
+ 51.75381394376004,
3458
+ 51.67993895423188,
3459
+ 51.362123258227996,
3460
+ 50.479693755214065,
3461
+ 49.90603384551878,
3462
+ 48.74131157114391,
3463
+ 47.78335477766495,
3464
+ 46.032713549661615,
3465
+ 44.96586683046336,
3466
+ 43.60300946600719,
3467
+ 42.23199638127835,
3468
+ 40.43628304872206,
3469
+ 38.15268321649317,
3470
+ 35.952404857577235,
3471
+ 34.312872390930934,
3472
+ 32.27657065850909,
3473
+ 30.353202476921737,
3474
+ 28.501560399576118,
3475
+ 26.15490327775017,
3476
+ 24.402891451892927,
3477
+ 22.864019634270786,
3478
+ 21.2128710558989,
3479
+ 20.06405063605323,
3480
+ 17.835796226692075,
3481
+ 16.945200584026573,
3482
+ 15.255596676487595,
3483
+ 13.888793089486937,
3484
+ 13.214505923930238,
3485
+ 12.979632182247297,
3486
+ 12.03165084970883,
3487
+ 10.704790269037627,
3488
+ 9.535485196986057,
3489
+ 8.627653280947856,
3490
+ 7.668366975527735,
3491
+ 6.522890772249927,
3492
+ 6.109933962030548,
3493
+ 5.7217907762716615,
3494
+ 5.146110289338163,
3495
+ 4.369757853938525,
3496
+ 4.257807499220408,
3497
+ 4.68375791888945,
3498
+ 4.114858976590692,
3499
+ 3.820452583965457,
3500
+ 3.7194368983040866,
3501
+ 2.9128199964501866,
3502
+ 0.5285040833414448,
3503
+ 1.8332485390906847,
3504
+ 1.6846067656509085,
3505
+ 0.5285040833414448,
3506
+ 1.9158273021127756,
3507
+ 1.7176382708597586,
3508
+ 1.6680910130464874,
3509
+ 0.5285040833414448,
3510
+ 1.7011225182552996,
3511
+ 1.88279579690394,
3512
+ 1.6680910130464874,
3513
+ 1.6680910130464874,
3514
+ 1.8167327864863125,
3515
+ 0.5285040833414448,
3516
+ 1.6350595078376526,
3517
+ 1.734154023464151,
3518
+ 1.88279579690394,
3519
+ 1.6350595078376526,
3520
+ 1.7837012812774167,
3521
+ 1.6680910130464874,
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
+ 0.0,
3797
+ 0.0,
3798
+ 0.0,
3799
+ 0.0,
3800
+ 0.0,
3801
+ 0.0,
3802
+ 0.0,
3803
+ 0.0,
3804
+ 0.0,
3805
+ 0.0,
3806
+ 0.0,
3807
+ 0.0,
3808
+ 0.0,
3809
+ 0.0,
3810
+ 0.0,
3811
+ 0.0,
3812
+ 0.0,
3813
+ 0.0,
3814
+ 0.0,
3815
+ 0.0,
3816
+ 0.0,
3817
+ 0.0,
3818
+ 0.0,
3819
+ 0.0,
3820
+ 0.0,
3821
+ 0.0,
3822
+ 0.0,
3823
+ 0.0,
3824
+ 0.0,
3825
+ 0.0,
3826
+ 0.0,
3827
+ 0.0,
3828
+ 0.0,
3829
+ 0.0,
3830
+ 0.0,
3831
+ 0.0,
3832
+ 0.0,
3833
+ 0.0,
3834
+ 0.0,
3835
+ 0.0,
3836
+ 0.0,
3837
+ 0.0,
3838
+ 0.0,
3839
+ 0.0,
3840
+ 0.0,
3841
+ 0.0,
3842
+ 0.0,
3843
+ 0.0,
3844
+ 0.0,
3845
+ 0.0,
3846
+ 0.0,
3847
+ 0.0,
3848
+ 0.0,
3849
+ 0.0,
3850
+ 0.0,
3851
+ 0.0,
3852
+ 0.0,
3853
+ 0.0,
3854
+ 0.0,
3855
+ 0.0,
3856
+ 0.0,
3857
+ 0.0,
3858
+ 0.0,
3859
+ 0.0,
3860
+ 0.0,
3861
+ 0.0,
3862
+ 0.0,
3863
+ 0.0,
3864
+ 0.0,
3865
+ 0.0,
3866
+ 0.0,
3867
+ 0.0,
3868
+ 0.0,
3869
+ 0.0,
3870
+ 0.0,
3871
+ 0.0,
3872
+ 0.0,
3873
+ 0.0,
3874
+ 0.0,
3875
+ 0.0,
3876
+ 0.0,
3877
+ 0.0,
3878
+ 0.0,
3879
+ 0.0,
3880
+ 0.0,
3881
+ 0.0,
3882
+ 0.0,
3883
+ 0.0,
3884
+ 0.0,
3885
+ 0.0,
3886
+ 0.0,
3887
+ 0.0,
3888
+ 0.0,
3889
+ 0.0,
3890
+ 0.0,
3891
+ 0.0,
3892
+ 0.0,
3893
+ 0.0,
3894
+ 0.0,
3895
+ 0.0,
3896
+ 0.0,
3897
+ 0.0,
3898
+ 0.0,
3899
+ 0.0,
3900
+ 0.0,
3901
+ 0.0,
3902
+ 0.0,
3903
+ 0.0,
3904
+ 0.0,
3905
+ 0.0,
3906
+ 0.0,
3907
+ 0.0,
3908
+ 0.0,
3909
+ 0.0,
3910
+ 0.0,
3911
+ 0.0,
3912
+ 0.0,
3913
+ 0.0,
3914
+ 0.0,
3915
+ 0.0,
3916
+ 0.0,
3917
+ 0.0,
3918
+ 0.0,
3919
+ 0.0,
3920
+ 0.0,
3921
+ 0.0,
3922
+ 0.0,
3923
+ 0.0,
3924
+ 0.0,
3925
+ 0.0,
3926
+ 0.0
3927
+ ],
3928
+ "count": [
3929
+ 80632
3930
+ ]
3931
+ },
3932
+ "observation.google_robot.ee_pose": {
3933
+ "min": [
3934
+ 0.2409023493528366,
3935
+ -0.3050929307937622,
3936
+ 0.08498580008745193,
3937
+ -0.0001958833308890462,
3938
+ -0.005989121738821268,
3939
+ 0.9999032616615295,
3940
+ -0.0003814012452494353
3941
+ ],
3942
+ "max": [
3943
+ 0.6690671443939209,
3944
+ 0.3455906808376312,
3945
+ 0.0908430740237236,
3946
+ 0.009205370210111141,
3947
+ 0.0001805257488740608,
3948
+ 1.0,
3949
+ 0.008952642790973186
3950
+ ],
3951
+ "mean": [
3952
+ 0.44987385177391426,
3953
+ 0.0062523391916628635,
3954
+ 0.0850020373540051,
3955
+ 7.35681716697198e-05,
3956
+ 5.276898182359983e-05,
3957
+ 0.999999993459397,
3958
+ 6.657530577527279e-06
3959
+ ],
3960
+ "std": [
3961
+ 0.10497288697154976,
3962
+ 0.14213289655390451,
3963
+ 4.632925142251889e-05,
3964
+ 0.00011541714062082656,
3965
+ 5.8151153738848176e-05,
3966
+ 5.906682629018804e-07,
3967
+ 9.545312121937305e-05
3968
+ ],
3969
+ "count": [
3970
+ 80632
3971
+ ]
3972
+ },
3973
+ "observation.kuka_iiwa.ee_pose": {
3974
+ "min": [
3975
+ 0.2409086376428604,
3976
+ -0.30509519577026367,
3977
+ 0.06112401559948921,
3978
+ -0.3093424439430237,
3979
+ -3.698832733789459e-05,
3980
+ 0.9509497880935669,
3981
+ -0.11719047278165817
3982
+ ],
3983
+ "max": [
3984
+ 0.6690748929977417,
3985
+ 0.34559541940689087,
3986
+ 0.08500977605581284,
3987
+ 6.636688340222463e-05,
3988
+ 2.3322591005126014e-05,
3989
+ 1.0,
3990
+ 0.11679834872484207
3991
+ ],
3992
+ "mean": [
3993
+ 0.45325532996486856,
3994
+ 0.006241586948543799,
3995
+ 0.08338913330504279,
3996
+ -0.023104528762187285,
3997
+ -5.300245682714456e-06,
3998
+ 0.9979157428883563,
3999
+ 7.411748224250385e-05
4000
+ ],
4001
+ "std": [
4002
+ 0.1001229801381766,
4003
+ 0.14293973917082922,
4004
+ 0.004074390322003918,
4005
+ 0.05682763371315764,
4006
+ 1.2034622517498323e-05,
4007
+ 0.006670153161228354,
4008
+ 0.018880583255234368
4009
+ ],
4010
+ "count": [
4011
+ 80632
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0cef1c11a6d610ccf9804ce092cdfa3cf976343134cb121f1b925e9074c150d
3
+ size 97595
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:68d7dc05d4fadfb13fb0e9e1feb3ca3b332ab7a2f36056d0a43ead0265fee314
3
+ size 521119451
videos/observation.images.google_robot/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f0ef51457baf46d6f0530cfddb48bd570be90c6d1aa2730aadbbca1227ffc0e
3
+ size 166423003
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:50b12e1eee899df4c35329b96bd6352c14fc4b2b3a420d09eaf427e0bb9af03a
3
+ size 521688858
videos/observation.images.image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f407a497dffcb279fbe5b00db590c94cdaa5742a87042754aadb5051913aaf2c
3
+ size 366229539
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:585a12173b950c077bba7d2a28e45c1e2c83edccbbd86095085b51b16269bacf
3
+ size 520847782
videos/observation.images.jaco/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7af27a15d6eec8d802028b8c663e1b54d485c73544160ae8f99793faa1354e1
3
+ size 152486348
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:1b9c79a7ff3e6d6e9558142bbd3be8eb4cac7225ac16b77348667aabe413238f
3
+ size 521225807
videos/observation.images.kinova3/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6078f80e29332d93d7cb44d09092467b4e97fad57bd8d59d8c89b33ece6424
3
+ size 181371058
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:a09d1ed38080bdeea5287b2a05256f7a0ec76efd0802186d569a1e33f2bc829b
3
+ size 521067786
videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ca728aace4549d575298249f331645451c791db57a3cafd562b0703a58506f
3
+ size 138855592
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:51e58cf761693dfefaac243aa631f40fd44c5f721d08ebf2546f285ba3f330da
3
+ size 521188294
videos/observation.images.panda/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bebd0685e16b86811ec590b41ffaa576ae884ced12351404eddeeb96dc1fc2e
3
+ size 177447566
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:6280a91e5173570a20b1e854f450c5f66e669effaa10e9940993c825519a6bf1
3
+ size 520954077
videos/observation.images.sawyer/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49491deaf4bd2296845da9ff7526aa20b2d908bb723abe9d37e6cce8220264df
3
+ size 143933488
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:306217d64c72fd2be94426c532c85f3010c7f494e0267021c1ffd1cc2797b83b
3
+ size 521129572
videos/observation.images.ur5e/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48eb0650b7f8136519834eaf40ae210a9d9bec753af605791a54f43fc53728c6
3
+ size 167521648