cbrian commited on
Commit
3e69ae8
·
verified ·
1 Parent(s): badaf25

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=cbrian/dataset_env_WALL10_task_crosswallpickcube_numepi_20_ctrl_cartesian">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "panda",
36
+ "total_episodes": 20,
37
+ "total_frames": 3560,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 15,
43
+ "splits": {
44
+ "train": "0:20"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "observation.images.primary": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channels"
60
+ ],
61
+ "video_info": {
62
+ "video.fps": 30.0,
63
+ "video.codec": "av1",
64
+ "video.pix_fmt": "yuv420p",
65
+ "video.is_depth_map": false,
66
+ "has_audio": false
67
+ },
68
+ "info": {
69
+ "video.height": 256,
70
+ "video.width": 256,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "video.fps": 15,
75
+ "video.channels": 3,
76
+ "has_audio": false
77
+ }
78
+ },
79
+ "observation.images.wrist": {
80
+ "dtype": "video",
81
+ "shape": [
82
+ 256,
83
+ 256,
84
+ 3
85
+ ],
86
+ "names": [
87
+ "height",
88
+ "width",
89
+ "channels"
90
+ ],
91
+ "video_info": {
92
+ "video.fps": 30.0,
93
+ "video.codec": "av1",
94
+ "video.pix_fmt": "yuv420p",
95
+ "video.is_depth_map": false,
96
+ "has_audio": false
97
+ },
98
+ "info": {
99
+ "video.height": 256,
100
+ "video.width": 256,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "video.fps": 15,
105
+ "video.channels": 3,
106
+ "has_audio": false
107
+ }
108
+ },
109
+ "observation.state.cartesian": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 6
113
+ ],
114
+ "names": [
115
+ "x",
116
+ "y",
117
+ "z",
118
+ "roll",
119
+ "pitch",
120
+ "yaw"
121
+ ]
122
+ },
123
+ "observation.state.gripper": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": [
129
+ "gripper"
130
+ ]
131
+ },
132
+ "observation.state.joints": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 7
136
+ ],
137
+ "names": [
138
+ "joint_0",
139
+ "joint_1",
140
+ "joint_2",
141
+ "joint_3",
142
+ "joint_4",
143
+ "joint_5",
144
+ "joint_6"
145
+ ]
146
+ },
147
+ "observation.state.target": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 6
151
+ ],
152
+ "names": [
153
+ "target_x",
154
+ "target_y",
155
+ "target_z",
156
+ "target_roll",
157
+ "target_pitch",
158
+ "target_yaw"
159
+ ]
160
+ },
161
+ "observation.state": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 20
165
+ ],
166
+ "names": [
167
+ "x",
168
+ "y",
169
+ "z",
170
+ "roll",
171
+ "pitch",
172
+ "yaw",
173
+ "gripper",
174
+ "joint_0",
175
+ "joint_1",
176
+ "joint_2",
177
+ "joint_3",
178
+ "joint_4",
179
+ "joint_5",
180
+ "joint_6",
181
+ "target_x",
182
+ "target_y",
183
+ "target_z",
184
+ "target_roll",
185
+ "target_pitch",
186
+ "target_yaw"
187
+ ]
188
+ },
189
+ "action": {
190
+ "dtype": "float32",
191
+ "shape": [
192
+ 7
193
+ ],
194
+ "names": [
195
+ "x",
196
+ "y",
197
+ "z",
198
+ "roll",
199
+ "pitch",
200
+ "yaw",
201
+ "gripper"
202
+ ]
203
+ },
204
+ "timestamp": {
205
+ "dtype": "float32",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ },
211
+ "frame_index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ },
218
+ "episode_index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null
224
+ },
225
+ "index": {
226
+ "dtype": "int64",
227
+ "shape": [
228
+ 1
229
+ ],
230
+ "names": null
231
+ },
232
+ "task_index": {
233
+ "dtype": "int64",
234
+ "shape": [
235
+ 1
236
+ ],
237
+ "names": null
238
+ }
239
+ }
240
+ }
241
+ ```
242
+
243
+
244
+ ## Citation
245
+
246
+ **BibTeX:**
247
+
248
+ ```bibtex
249
+ [More Information Needed]
250
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cdd5cae1c1718137bdfe291f8b99c436f9110fa3b9d76be94939d3ca2a2ea8f
3
+ size 951415
meta/crisp_meta.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crisp_gym_version": "4.2.0",
3
+ "crisp_py_version": "3.0.0",
4
+ "control_type": "CARTESIAN",
5
+ "env_config": {
6
+ "robot_config": {
7
+ "joint_names": [
8
+ "panda_joint1",
9
+ "panda_joint2",
10
+ "panda_joint3",
11
+ "panda_joint4",
12
+ "panda_joint5",
13
+ "panda_joint6",
14
+ "panda_joint7"
15
+ ],
16
+ "home_config": [
17
+ 0,
18
+ -0.7853981633974483,
19
+ 0,
20
+ -2.356194490192345,
21
+ 0,
22
+ 1.5707963267948966,
23
+ 0.7853981633974483
24
+ ],
25
+ "base_frame": "base",
26
+ "target_frame": "panda_hand_tcp",
27
+ "default_controller": "cartesian_impedance_controller",
28
+ "cartesian_impedance_controller_name": "cartesian_impedance_controller",
29
+ "joint_trajectory_controller_name": "joint_impedance_controller",
30
+ "target_pose_topic": "target_pose",
31
+ "target_joint_topic": "target_joint",
32
+ "current_pose_topic": "current_pose",
33
+ "current_joint_topic": "joint_states",
34
+ "current_twist_topic": "current_twist",
35
+ "current_robot_mode_topic": "robot_mode",
36
+ "publish_frequency": 50.0,
37
+ "time_to_home": 5.0,
38
+ "max_pose_delay": 1.0,
39
+ "max_joint_delay": 1.0,
40
+ "use_tf_pose": false,
41
+ "tf_retrieve_rate": 50.0,
42
+ "use_prefix": false
43
+ },
44
+ "gripper_config": {
45
+ "min_value": 0.0,
46
+ "max_value": 0.08,
47
+ "position_command_topic": "/left/gripper/gripper_position_commands",
48
+ "status_command_topic": "/left/gripper/gripper_status_commands",
49
+ "joint_state_topic": "/left/gripper/joint_states",
50
+ "open_close_state_topic": "/left/gripper/open_close_states",
51
+ "reboot_service": "reboot_gripper",
52
+ "enable_torque_service": "dynamixel_hardware_interface/set_dxl_torque",
53
+ "index": 0,
54
+ "publish_frequency": 30.0,
55
+ "max_joint_delay": 1.0,
56
+ "max_delta": 0.1,
57
+ "use_binary_status_control": true
58
+ },
59
+ "camera_config": [
60
+ {
61
+ "camera_color_image_topic": "/camera/third_person_camera/color/image_raw",
62
+ "camera_color_info_topic": "/camera/third_person_camera/color/camera_info",
63
+ "camera_name": "primary",
64
+ "camera_frame": "primary_link",
65
+ "max_image_delay": 1.0,
66
+ "resolution": [
67
+ 256,
68
+ 256
69
+ ],
70
+ "crop_width": null,
71
+ "crop_height": null
72
+ },
73
+ {
74
+ "camera_color_image_topic": "/camera/wrist_camera/color/image_raw",
75
+ "camera_color_info_topic": "/camera/wrist_camera/color/camera_info",
76
+ "camera_name": "wrist",
77
+ "camera_frame": "wrist_link",
78
+ "max_image_delay": 1.0,
79
+ "resolution": [
80
+ 256,
81
+ 256
82
+ ],
83
+ "crop_width": null,
84
+ "crop_height": null
85
+ }
86
+ ],
87
+ "sensor_config": [],
88
+ "gripper_mode": "GripperMode.ABSOLUTE_BINARY",
89
+ "gripper_threshold": 0.1,
90
+ "cartesian_control_param_config": "/home/cbrian/crisp_gym/crisp_gym_ITR/.pixi/envs/jazzy-lerobot/lib/python3.12/site-packages/crisp_py/config/control/default_cartesian_impedance.yaml",
91
+ "joint_control_param_config": "/home/cbrian/crisp_gym/crisp_gym_ITR/.pixi/envs/jazzy-lerobot/lib/python3.12/site-packages/crisp_py/config/control/joint_control.yaml",
92
+ "orientation_representation": "OrientationRepresentation.EULER",
93
+ "use_relative_actions": true
94
+ }
95
+ }
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a9f0ac269abe4f472ea4c537d14fd410cce3582a68445fd984c8b0895b39fb
3
+ size 11666
meta/info.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "panda",
4
+ "total_episodes": 20,
5
+ "total_frames": 3560,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:20"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.images.primary": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 30.0,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ },
36
+ "info": {
37
+ "video.height": 256,
38
+ "video.width": 256,
39
+ "video.codec": "av1",
40
+ "video.pix_fmt": "yuv420p",
41
+ "video.is_depth_map": false,
42
+ "video.fps": 15,
43
+ "video.channels": 3,
44
+ "has_audio": false
45
+ }
46
+ },
47
+ "observation.images.wrist": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 256,
51
+ 256,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "video_info": {
60
+ "video.fps": 30.0,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "has_audio": false
65
+ },
66
+ "info": {
67
+ "video.height": 256,
68
+ "video.width": 256,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "video.fps": 15,
73
+ "video.channels": 3,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.state.cartesian": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 6
81
+ ],
82
+ "names": [
83
+ "x",
84
+ "y",
85
+ "z",
86
+ "roll",
87
+ "pitch",
88
+ "yaw"
89
+ ]
90
+ },
91
+ "observation.state.gripper": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": [
97
+ "gripper"
98
+ ]
99
+ },
100
+ "observation.state.joints": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 7
104
+ ],
105
+ "names": [
106
+ "joint_0",
107
+ "joint_1",
108
+ "joint_2",
109
+ "joint_3",
110
+ "joint_4",
111
+ "joint_5",
112
+ "joint_6"
113
+ ]
114
+ },
115
+ "observation.state.target": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 6
119
+ ],
120
+ "names": [
121
+ "target_x",
122
+ "target_y",
123
+ "target_z",
124
+ "target_roll",
125
+ "target_pitch",
126
+ "target_yaw"
127
+ ]
128
+ },
129
+ "observation.state": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 20
133
+ ],
134
+ "names": [
135
+ "x",
136
+ "y",
137
+ "z",
138
+ "roll",
139
+ "pitch",
140
+ "yaw",
141
+ "gripper",
142
+ "joint_0",
143
+ "joint_1",
144
+ "joint_2",
145
+ "joint_3",
146
+ "joint_4",
147
+ "joint_5",
148
+ "joint_6",
149
+ "target_x",
150
+ "target_y",
151
+ "target_z",
152
+ "target_roll",
153
+ "target_pitch",
154
+ "target_yaw"
155
+ ]
156
+ },
157
+ "action": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 7
161
+ ],
162
+ "names": [
163
+ "x",
164
+ "y",
165
+ "z",
166
+ "roll",
167
+ "pitch",
168
+ "yaw",
169
+ "gripper"
170
+ ]
171
+ },
172
+ "timestamp": {
173
+ "dtype": "float32",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "frame_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "episode_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "task_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ }
207
+ }
208
+ }
meta/stats.json ADDED
@@ -0,0 +1,1039 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state.gripper": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 1.0
8
+ ],
9
+ "mean": [
10
+ 0.29662921507790513
11
+ ],
12
+ "std": [
13
+ 0.4567716319713908
14
+ ],
15
+ "count": [
16
+ 3560
17
+ ],
18
+ "q01": [
19
+ -1.000000013351432e-10
20
+ ],
21
+ "q10": [
22
+ -1.000000013351432e-10
23
+ ],
24
+ "q50": [
25
+ -1.000000013351432e-10
26
+ ],
27
+ "q90": [
28
+ 0.9999314903505157
29
+ ],
30
+ "q99": [
31
+ 0.9999931490350515
32
+ ]
33
+ },
34
+ "observation.images.primary": {
35
+ "min": [
36
+ [
37
+ [
38
+ 0.0
39
+ ]
40
+ ],
41
+ [
42
+ [
43
+ 0.03137254901960784
44
+ ]
45
+ ],
46
+ [
47
+ [
48
+ 0.00392156862745098
49
+ ]
50
+ ]
51
+ ],
52
+ "max": [
53
+ [
54
+ [
55
+ 1.0
56
+ ]
57
+ ],
58
+ [
59
+ [
60
+ 1.0
61
+ ]
62
+ ],
63
+ [
64
+ [
65
+ 1.0
66
+ ]
67
+ ]
68
+ ],
69
+ "mean": [
70
+ [
71
+ [
72
+ 0.32506817785524844
73
+ ]
74
+ ],
75
+ [
76
+ [
77
+ 0.3572412117153991
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.35670988814410043
83
+ ]
84
+ ]
85
+ ],
86
+ "std": [
87
+ [
88
+ [
89
+ 0.0027723690948862046
90
+ ]
91
+ ],
92
+ [
93
+ [
94
+ 0.002605234319161138
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.002869559006809775
100
+ ]
101
+ ]
102
+ ],
103
+ "count": [
104
+ 2000
105
+ ],
106
+ "q01": [
107
+ [
108
+ [
109
+ 0.09310081822217564
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 0.11725512177523346
115
+ ]
116
+ ],
117
+ [
118
+ [
119
+ 0.10749599651762956
120
+ ]
121
+ ]
122
+ ],
123
+ "q10": [
124
+ [
125
+ [
126
+ 0.1894197603512136
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.22862653281967077
132
+ ]
133
+ ],
134
+ [
135
+ [
136
+ 0.22591040921331498
137
+ ]
138
+ ]
139
+ ],
140
+ "q50": [
141
+ [
142
+ [
143
+ 0.2774804672114214
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 0.3203728423594883
149
+ ]
150
+ ],
151
+ [
152
+ [
153
+ 0.3184517036455367
154
+ ]
155
+ ]
156
+ ],
157
+ "q90": [
158
+ [
159
+ [
160
+ 0.49961789866149586
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 0.4925770737454894
166
+ ]
167
+ ],
168
+ [
169
+ [
170
+ 0.49713835673670786
171
+ ]
172
+ ]
173
+ ],
174
+ "q99": [
175
+ [
176
+ [
177
+ 0.9996426920313263
178
+ ]
179
+ ],
180
+ [
181
+ [
182
+ 0.9999133962505391
183
+ ]
184
+ ],
185
+ [
186
+ [
187
+ 0.9842868755306796
188
+ ]
189
+ ]
190
+ ]
191
+ },
192
+ "observation.state.target": {
193
+ "min": [
194
+ 0.31878599524497986,
195
+ 0.010962850414216518,
196
+ 0.037268850952386856,
197
+ -3.141580104827881,
198
+ -0.20966187119483948,
199
+ 0.03113223984837532
200
+ ],
201
+ "max": [
202
+ 0.7213544845581055,
203
+ 0.06532981991767883,
204
+ 0.1850544810295105,
205
+ 3.1415789127349854,
206
+ 0.12794092297554016,
207
+ 0.06858228147029877
208
+ ],
209
+ "mean": [
210
+ 0.5781921663980806,
211
+ 0.03870295993355888,
212
+ 0.09049954665720128,
213
+ -2.067780883225163,
214
+ -0.0012744319117435098,
215
+ 0.04466133267733823
216
+ ],
217
+ "std": [
218
+ 0.14797289346056608,
219
+ 0.01750264649708516,
220
+ 0.04162050976603325,
221
+ 2.319571679885799,
222
+ 0.05893940562257744,
223
+ 0.007132756125177244
224
+ ],
225
+ "count": [
226
+ 3560
227
+ ],
228
+ "q01": [
229
+ 0.32285858460348305,
230
+ 0.012906725959255872,
231
+ 0.04590725612038161,
232
+ -3.1414006525880835,
233
+ -0.10934750523382608,
234
+ 0.0351264513069293
235
+ ],
236
+ "q10": [
237
+ 0.3382195208819535,
238
+ 0.013828007156292697,
239
+ 0.04809153678026468,
240
+ -3.1369927625773966,
241
+ -0.05768488761079446,
242
+ 0.035809433188477756
243
+ ],
244
+ "q50": [
245
+ 0.6805626262220221,
246
+ 0.05009938115402289,
247
+ 0.07502303719311283,
248
+ -3.088039519345783,
249
+ -0.015305228794363331,
250
+ 0.04700705555654811
251
+ ],
252
+ "q90": [
253
+ 0.6954653315882335,
254
+ 0.054543592414578033,
255
+ 0.1555395328939128,
256
+ 3.1351734538089575,
257
+ 0.06950542801342317,
258
+ 0.051774817035962525
259
+ ],
260
+ "q99": [
261
+ 0.7102299317340418,
262
+ 0.0551735587226949,
263
+ 0.16424351527834874,
264
+ 3.1407015108092953,
265
+ 0.09187306531930992,
266
+ 0.054905410011675676
267
+ ]
268
+ },
269
+ "task_index": {
270
+ "min": [
271
+ 0
272
+ ],
273
+ "max": [
274
+ 0
275
+ ],
276
+ "mean": [
277
+ 0.0
278
+ ],
279
+ "std": [
280
+ 0.0
281
+ ],
282
+ "count": [
283
+ 3560
284
+ ],
285
+ "q01": [
286
+ 3.9999999999994186e-16
287
+ ],
288
+ "q10": [
289
+ 3.999999999999418e-15
290
+ ],
291
+ "q50": [
292
+ 1.9999999999997088e-14
293
+ ],
294
+ "q90": [
295
+ 3.599999999999476e-14
296
+ ],
297
+ "q99": [
298
+ 3.959999999999422e-14
299
+ ]
300
+ },
301
+ "frame_index": {
302
+ "min": [
303
+ 0
304
+ ],
305
+ "max": [
306
+ 225
307
+ ],
308
+ "mean": [
309
+ 89.44691011235955
310
+ ],
311
+ "std": [
312
+ 53.08462071772508
313
+ ],
314
+ "count": [
315
+ 3560
316
+ ],
317
+ "q01": [
318
+ 1.1839908043956888
319
+ ],
320
+ "q10": [
321
+ 17.487368943739785
322
+ ],
323
+ "q50": [
324
+ 89.20340887640424
325
+ ],
326
+ "q90": [
327
+ 161.26247993266452
328
+ ],
329
+ "q99": [
330
+ 177.656166498975
331
+ ]
332
+ },
333
+ "timestamp": {
334
+ "min": [
335
+ 0.0
336
+ ],
337
+ "max": [
338
+ 15.0
339
+ ],
340
+ "mean": [
341
+ 5.96312734082397
342
+ ],
343
+ "std": [
344
+ 3.5389747145150072
345
+ ],
346
+ "count": [
347
+ 3560
348
+ ],
349
+ "q01": [
350
+ 0.0789327202009327
351
+ ],
352
+ "q10": [
353
+ 1.1658245961742295
354
+ ],
355
+ "q50": [
356
+ 5.946668434456663
357
+ ],
358
+ "q90": [
359
+ 10.750831995585905
360
+ ],
361
+ "q99": [
362
+ 11.843744433357069
363
+ ]
364
+ },
365
+ "index": {
366
+ "min": [
367
+ 0
368
+ ],
369
+ "max": [
370
+ 3559
371
+ ],
372
+ "mean": [
373
+ 1779.5
374
+ ],
375
+ "std": [
376
+ 1027.6834386132728
377
+ ],
378
+ "count": [
379
+ 3560
380
+ ],
381
+ "q01": [
382
+ 1691.237080692036
383
+ ],
384
+ "q10": [
385
+ 1707.5404588313802
386
+ ],
387
+ "q50": [
388
+ 1779.2564987640444
389
+ ],
390
+ "q90": [
391
+ 1851.3155698203052
392
+ ],
393
+ "q99": [
394
+ 1867.7092563866156
395
+ ]
396
+ },
397
+ "observation.state.joints": {
398
+ "min": [
399
+ 0.0009719996596686542,
400
+ -0.35071584582328796,
401
+ 0.03742701932787895,
402
+ -2.902195692062378,
403
+ -0.0016182176768779755,
404
+ 2.3667550086975098,
405
+ 0.7908624410629272
406
+ ],
407
+ "max": [
408
+ 0.01990302838385105,
409
+ 0.8009219765663147,
410
+ 0.07495363056659698,
411
+ -1.5590406656265259,
412
+ 0.00074628961738199,
413
+ 2.8931050300598145,
414
+ 0.7927182912826538
415
+ ],
416
+ "mean": [
417
+ 0.009116163552644548,
418
+ 0.4457198190220286,
419
+ 0.05372501914023181,
420
+ -2.0961659041683327,
421
+ -0.00024030072743065262,
422
+ 2.5545703010612657,
423
+ 0.7914490565490186
424
+ ],
425
+ "std": [
426
+ 0.006240443697556258,
427
+ 0.37218683328647983,
428
+ 0.011060466277047968,
429
+ 0.5160024426366758,
430
+ 0.0009610354666308855,
431
+ 0.14627380862533693,
432
+ 0.0005876883703788817
433
+ ],
434
+ "count": [
435
+ 3560
436
+ ],
437
+ "q01": [
438
+ 0.0013124214265627324,
439
+ -0.23063420753776745,
440
+ 0.04048053281775532,
441
+ -2.900198226129071,
442
+ -0.0002787323936996124,
443
+ 2.452311292939354,
444
+ 0.7911274785247915
445
+ ],
446
+ "q10": [
447
+ 0.001475189582825177,
448
+ -0.1455877743493975,
449
+ 0.040552130660535576,
450
+ -2.877980261500855,
451
+ -0.00027076734456458015,
452
+ 2.467256575232119,
453
+ 0.7911360016194511
454
+ ],
455
+ "q50": [
456
+ 0.012369715032138956,
457
+ 0.6711513548587146,
458
+ 0.05930277525729845,
459
+ -1.7628747373092184,
460
+ -0.0002447044575660329,
461
+ 2.497706379248121,
462
+ 0.7916464907915962
463
+ ],
464
+ "q90": [
465
+ 0.015206516344030299,
466
+ 0.7752809402627326,
467
+ 0.06441859655283189,
468
+ -1.6647316202355233,
469
+ -0.00020635221262228304,
470
+ 2.828900667329964,
471
+ 0.7916829706443829
472
+ ],
473
+ "q99": [
474
+ 0.015417933448395949,
475
+ 0.7800303318330969,
476
+ 0.06472473916937581,
477
+ -1.6271941090490707,
478
+ -0.0001995610731730388,
479
+ 2.8924678099910524,
480
+ 0.7916986246717332
481
+ ]
482
+ },
483
+ "observation.state": {
484
+ "min": [
485
+ 0.3199329674243927,
486
+ 0.010869760997593403,
487
+ 0.04043260216712952,
488
+ -3.141587018966675,
489
+ -0.19617632031440735,
490
+ 0.03157345950603485,
491
+ 0.0,
492
+ 0.0009719996596686542,
493
+ -0.35071584582328796,
494
+ 0.03742701932787895,
495
+ -2.902195692062378,
496
+ -0.0016182176768779755,
497
+ 2.3667550086975098,
498
+ 0.7908624410629272,
499
+ 0.31878599524497986,
500
+ 0.010962850414216518,
501
+ 0.037268850952386856,
502
+ -3.141580104827881,
503
+ -0.20966187119483948,
504
+ 0.03113223984837532
505
+ ],
506
+ "max": [
507
+ 0.719889223575592,
508
+ 0.0649079978466034,
509
+ 0.19043134152889252,
510
+ 3.1415491104125977,
511
+ 0.10140208154916763,
512
+ 0.06868661940097809,
513
+ 1.0,
514
+ 0.01990302838385105,
515
+ 0.8009219765663147,
516
+ 0.07495363056659698,
517
+ -1.5590406656265259,
518
+ 0.00074628961738199,
519
+ 2.8931050300598145,
520
+ 0.7927182912826538,
521
+ 0.7213544845581055,
522
+ 0.06532981991767883,
523
+ 0.1850544810295105,
524
+ 3.1415789127349854,
525
+ 0.12794092297554016,
526
+ 0.06858228147029877
527
+ ],
528
+ "mean": [
529
+ 0.5680519353640213,
530
+ 0.03800510013936443,
531
+ 0.09048473016892591,
532
+ -2.0821042516593185,
533
+ -0.013214576173098912,
534
+ 0.04586905942748437,
535
+ 0.29662921507790513,
536
+ 0.009116163552644548,
537
+ 0.4457198190220286,
538
+ 0.05372501914023181,
539
+ -2.0961659041683327,
540
+ -0.00024030072743065262,
541
+ 2.5545703010612657,
542
+ 0.7914490565490186,
543
+ 0.5781921663980806,
544
+ 0.03870295993355888,
545
+ 0.09049954665720128,
546
+ -2.067780883225163,
547
+ -0.0012744319117435098,
548
+ 0.04466133267733823
549
+ ],
550
+ "std": [
551
+ 0.14899975678000252,
552
+ 0.017679119611890004,
553
+ 0.04147628628138981,
554
+ 2.3158052489628536,
555
+ 0.05753918223298455,
556
+ 0.008190781910291765,
557
+ 0.4567716319713908,
558
+ 0.006240443697556258,
559
+ 0.37218683328647983,
560
+ 0.011060466277047968,
561
+ 0.5160024426366758,
562
+ 0.0009610354666308855,
563
+ 0.14627380862533693,
564
+ 0.0005876883703788817,
565
+ 0.14797289346056608,
566
+ 0.01750264649708516,
567
+ 0.04162050976603325,
568
+ 2.319571679885799,
569
+ 0.05893940562257744,
570
+ 0.007132756125177244
571
+ ],
572
+ "count": [
573
+ 3560
574
+ ],
575
+ "q01": [
576
+ 0.3222166874144185,
577
+ 0.012638752280138015,
578
+ 0.04819228204045957,
579
+ -3.1413194693206403,
580
+ -0.10609547350259517,
581
+ 0.03512792403687295,
582
+ -1.000000013351432e-10,
583
+ 0.0013124214265627324,
584
+ -0.23063420753776745,
585
+ 0.04048053281775532,
586
+ -2.900198226129071,
587
+ -0.0002787323936996124,
588
+ 2.452311292939354,
589
+ 0.7911274785247915,
590
+ 0.32285858460348305,
591
+ 0.012906725959255872,
592
+ 0.04590725612038161,
593
+ -3.1414006525880835,
594
+ -0.10934750523382608,
595
+ 0.0351264513069293
596
+ ],
597
+ "q10": [
598
+ 0.33605994126125593,
599
+ 0.013853224371115185,
600
+ 0.05159903280532662,
601
+ -3.138610176023871,
602
+ -0.070945659393047,
603
+ 0.035999179734108974,
604
+ -1.000000013351432e-10,
605
+ 0.001475189582825177,
606
+ -0.1455877743493975,
607
+ 0.040552130660535576,
608
+ -2.877980261500855,
609
+ -0.00027076734456458015,
610
+ 2.467256575232119,
611
+ 0.7911360016194511,
612
+ 0.3382195208819535,
613
+ 0.013828007156292697,
614
+ 0.04809153678026468,
615
+ -3.1369927625773966,
616
+ -0.05768488761079446,
617
+ 0.035809433188477756
618
+ ],
619
+ "q50": [
620
+ 0.6696750426215217,
621
+ 0.04897573720752732,
622
+ 0.07224381883429845,
623
+ -3.098473623373013,
624
+ -0.027905440107615812,
625
+ 0.04900082269359087,
626
+ -1.000000013351432e-10,
627
+ 0.012369715032138956,
628
+ 0.6711513548587146,
629
+ 0.05930277525729845,
630
+ -1.7628747373092184,
631
+ -0.0002447044575660329,
632
+ 2.497706379248121,
633
+ 0.7916464907915962,
634
+ 0.6805626262220221,
635
+ 0.05009938115402289,
636
+ 0.07502303719311283,
637
+ -3.088039519345783,
638
+ -0.015305228794363331,
639
+ 0.04700705555654811
640
+ ],
641
+ "q90": [
642
+ 0.6912370434671306,
643
+ 0.05425405041134961,
644
+ 0.15692012009116704,
645
+ 3.132958374051009,
646
+ 0.061662046745670655,
647
+ 0.05414664080338588,
648
+ 0.9999314903505157,
649
+ 0.015206516344030299,
650
+ 0.7752809402627326,
651
+ 0.06441859655283189,
652
+ -1.6647316202355233,
653
+ -0.00020635221262228304,
654
+ 2.828900667329964,
655
+ 0.7916829706443829,
656
+ 0.6954653315882335,
657
+ 0.054543592414578033,
658
+ 0.1555395328939128,
659
+ 3.1351734538089575,
660
+ 0.06950542801342317,
661
+ 0.051774817035962525
662
+ ],
663
+ "q99": [
664
+ 0.7095247494168998,
665
+ 0.05466945336746166,
666
+ 0.1687543526980398,
667
+ 3.1404875319052055,
668
+ 0.07985081432889168,
669
+ 0.056157218403747995,
670
+ 0.9999931490350515,
671
+ 0.015417933448395949,
672
+ 0.7800303318330969,
673
+ 0.06472473916937581,
674
+ -1.6271941090490707,
675
+ -0.0001995610731730388,
676
+ 2.8924678099910524,
677
+ 0.7916986246717332,
678
+ 0.7102299317340418,
679
+ 0.0551735587226949,
680
+ 0.16424351527834874,
681
+ 3.1407015108092953,
682
+ 0.09187306531930992,
683
+ 0.054905410011675676
684
+ ]
685
+ },
686
+ "observation.images.wrist": {
687
+ "min": [
688
+ [
689
+ [
690
+ 0.0
691
+ ]
692
+ ],
693
+ [
694
+ [
695
+ 0.027450980392156862
696
+ ]
697
+ ],
698
+ [
699
+ [
700
+ 0.01568627450980392
701
+ ]
702
+ ]
703
+ ],
704
+ "max": [
705
+ [
706
+ [
707
+ 1.0
708
+ ]
709
+ ],
710
+ [
711
+ [
712
+ 1.0
713
+ ]
714
+ ],
715
+ [
716
+ [
717
+ 1.0
718
+ ]
719
+ ]
720
+ ],
721
+ "mean": [
722
+ [
723
+ [
724
+ 0.30093346569584856
725
+ ]
726
+ ],
727
+ [
728
+ [
729
+ 0.387119283429314
730
+ ]
731
+ ],
732
+ [
733
+ [
734
+ 0.44395572473862593
735
+ ]
736
+ ]
737
+ ],
738
+ "std": [
739
+ [
740
+ [
741
+ 0.00725024897550598
742
+ ]
743
+ ],
744
+ [
745
+ [
746
+ 0.005258210629758524
747
+ ]
748
+ ],
749
+ [
750
+ [
751
+ 0.008326178406821559
752
+ ]
753
+ ]
754
+ ],
755
+ "count": [
756
+ 2000
757
+ ],
758
+ "q01": [
759
+ [
760
+ [
761
+ -3.9215686274509787e-13
762
+ ]
763
+ ],
764
+ [
765
+ [
766
+ 0.11235940678858773
767
+ ]
768
+ ],
769
+ [
770
+ [
771
+ 0.13376808231191015
772
+ ]
773
+ ]
774
+ ],
775
+ "q10": [
776
+ [
777
+ [
778
+ 0.005504576765031381
779
+ ]
780
+ ],
781
+ [
782
+ [
783
+ 0.2052831306769489
784
+ ]
785
+ ],
786
+ [
787
+ [
788
+ 0.24394380884163594
789
+ ]
790
+ ]
791
+ ],
792
+ "q50": [
793
+ [
794
+ [
795
+ 0.333742777396186
796
+ ]
797
+ ],
798
+ [
799
+ [
800
+ 0.39607169130144393
801
+ ]
802
+ ],
803
+ [
804
+ [
805
+ 0.4088148625174998
806
+ ]
807
+ ]
808
+ ],
809
+ "q90": [
810
+ [
811
+ [
812
+ 0.4541176232087636
813
+ ]
814
+ ],
815
+ [
816
+ [
817
+ 0.4792089255402206
818
+ ]
819
+ ],
820
+ [
821
+ [
822
+ 0.7552551276812153
823
+ ]
824
+ ]
825
+ ],
826
+ "q99": [
827
+ [
828
+ [
829
+ 0.9923533502464943
830
+ ]
831
+ ],
832
+ [
833
+ [
834
+ 0.9999028463761716
835
+ ]
836
+ ],
837
+ [
838
+ [
839
+ 0.9835028848680358
840
+ ]
841
+ ]
842
+ ]
843
+ },
844
+ "episode_index": {
845
+ "min": [
846
+ 0
847
+ ],
848
+ "max": [
849
+ 19
850
+ ],
851
+ "mean": [
852
+ 9.142134831460675
853
+ ],
854
+ "std": [
855
+ 5.87524992954593
856
+ ],
857
+ "count": [
858
+ 3560
859
+ ],
860
+ "q01": [
861
+ 9.142134831460675
862
+ ],
863
+ "q10": [
864
+ 9.142134831460677
865
+ ],
866
+ "q50": [
867
+ 9.142134831460696
868
+ ],
869
+ "q90": [
870
+ 9.142134831460712
871
+ ],
872
+ "q99": [
873
+ 9.142134831460714
874
+ ]
875
+ },
876
+ "action": {
877
+ "min": [
878
+ -0.00452633760869503,
879
+ -0.0012512407265603542,
880
+ -0.007485370151698589,
881
+ -0.001574780442751944,
882
+ -0.015238642692565918,
883
+ -0.0016799729783087969,
884
+ 0.0
885
+ ],
886
+ "max": [
887
+ 0.01294484082609415,
888
+ 0.0036949114874005318,
889
+ 0.01062670350074768,
890
+ 0.004218786023557186,
891
+ 0.024152377620339394,
892
+ 0.0035507208667695522,
893
+ 1.0
894
+ ],
895
+ "mean": [
896
+ 0.0020354811500449235,
897
+ 0.00021400092101542755,
898
+ -7.34210032738814e-05,
899
+ 0.00031009722360261994,
900
+ -0.0004990131151551783,
901
+ 7.082739181661575e-05,
902
+ 0.29662921479327625
903
+ ],
904
+ "std": [
905
+ 0.0033798130850587554,
906
+ 0.0005072628282956909,
907
+ 0.0028756665956798343,
908
+ 0.000743824747040678,
909
+ 0.004322463883861662,
910
+ 0.0004476865637096969,
911
+ 0.45677163457530284
912
+ ],
913
+ "count": [
914
+ 3560
915
+ ],
916
+ "q01": [
917
+ -0.0023889719634499988,
918
+ -0.000562824292024089,
919
+ -0.005615655515560084,
920
+ -0.0010462361498055014,
921
+ -0.011526321586993198,
922
+ -0.0007564140103412059,
923
+ -1.000000013351432e-10
924
+ ],
925
+ "q10": [
926
+ -0.0008524793807712771,
927
+ -0.00013826560941023657,
928
+ -0.0036518752705593576,
929
+ -0.00026653140897354446,
930
+ -0.0057153629790337515,
931
+ -0.0002810333676265389,
932
+ -1.000000013351432e-10
933
+ ],
934
+ "q50": [
935
+ 0.00033940928623543297,
936
+ 1.694414191313606e-05,
937
+ -5.200828241479971e-05,
938
+ 1.7372774676274168e-05,
939
+ -0.00010665693782071132,
940
+ -1.3786544268748075e-06,
941
+ -1.000000013351432e-10
942
+ ],
943
+ "q90": [
944
+ 0.008084944930565911,
945
+ 0.0007767525822116492,
946
+ 0.004323491130424454,
947
+ 0.0013336746486000651,
948
+ 0.004930444686134672,
949
+ 0.00047700205984756904,
950
+ 0.9999315161815634
951
+ ],
952
+ "q99": [
953
+ 0.010165613365376608,
954
+ 0.0021465407813980315,
955
+ 0.007740822933954343,
956
+ 0.0025869493092739895,
957
+ 0.010941785094302062,
958
+ 0.0019199292322298973,
959
+ 0.9999931516181565
960
+ ]
961
+ },
962
+ "observation.state.cartesian": {
963
+ "min": [
964
+ 0.3199329674243927,
965
+ 0.010869760997593403,
966
+ 0.04043260216712952,
967
+ -3.141587018966675,
968
+ -0.19617632031440735,
969
+ 0.03157345950603485
970
+ ],
971
+ "max": [
972
+ 0.719889223575592,
973
+ 0.0649079978466034,
974
+ 0.19043134152889252,
975
+ 3.1415491104125977,
976
+ 0.10140208154916763,
977
+ 0.06868661940097809
978
+ ],
979
+ "mean": [
980
+ 0.5680519353640213,
981
+ 0.03800510013936443,
982
+ 0.09048473016892591,
983
+ -2.0821042516593185,
984
+ -0.013214576173098912,
985
+ 0.04586905942748437
986
+ ],
987
+ "std": [
988
+ 0.14899975678000252,
989
+ 0.017679119611890004,
990
+ 0.04147628628138981,
991
+ 2.3158052489628536,
992
+ 0.05753918223298455,
993
+ 0.008190781910291765
994
+ ],
995
+ "count": [
996
+ 3560
997
+ ],
998
+ "q01": [
999
+ 0.3222166874144185,
1000
+ 0.012638752280138015,
1001
+ 0.04819228204045957,
1002
+ -3.1413194693206403,
1003
+ -0.10609547350259517,
1004
+ 0.03512792403687295
1005
+ ],
1006
+ "q10": [
1007
+ 0.33605994126125593,
1008
+ 0.013853224371115185,
1009
+ 0.05159903280532662,
1010
+ -3.138610176023871,
1011
+ -0.070945659393047,
1012
+ 0.035999179734108974
1013
+ ],
1014
+ "q50": [
1015
+ 0.6696750426215217,
1016
+ 0.04897573720752732,
1017
+ 0.07224381883429845,
1018
+ -3.098473623373013,
1019
+ -0.027905440107615812,
1020
+ 0.04900082269359087
1021
+ ],
1022
+ "q90": [
1023
+ 0.6912370434671306,
1024
+ 0.05425405041134961,
1025
+ 0.15692012009116704,
1026
+ 3.132958374051009,
1027
+ 0.061662046745670655,
1028
+ 0.05414664080338588
1029
+ ],
1030
+ "q99": [
1031
+ 0.7095247494168998,
1032
+ 0.05466945336746166,
1033
+ 0.1687543526980398,
1034
+ 3.1404875319052055,
1035
+ 0.07985081432889168,
1036
+ 0.056157218403747995
1037
+ ]
1038
+ }
1039
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abc8cad1d0ab1d603d85f55b48e3ba986754236ce9112325c83e86f36b64b56b
3
+ size 2237
videos/observation.images.primary/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef667180ce51ae6e2f3985f31a0b11a6bee5c936233a56cb820ef635a2eba18
3
+ size 7538040
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d10de16b124b21393116b6e94c5eb2d3337788dd5aa86f19e09b379c302d51
3
+ size 5599578