byungkunlee commited on
Commit
ff3dbbb
·
verified ·
1 Parent(s): 81a5988

Fix file-002 schema (fixed_size_list + per-episode row groups); preserve instruction edits

Browse files
.omc/state/last-tool-error.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "tool_name": "Bash",
3
+ "tool_input_preview": "{\"command\":\"python -c \\\"\\nimport pandas as pd\\n# Verify current state before edit\\ndata = pd.read_parquet('train/data/dh_tasks/data/chunk-000/file-002.parquet')\\nprint('=== data file-002: task_index f...",
4
+ "error": "Exit code 1\nTraceback (most recent call last):\n File \"<string>\", line 4, in <module>\n File \"/home/davian/anaconda3/envs/lerobot/lib/python3.10/site-packages/pandas/io/parquet.py\", line 669, in read_parquet\n return impl.read(\n File \"/home/davian/anaconda3/envs/lerobot/lib/python3.10/site-packages/pandas/io/parquet.py\", line 258, in read\n path_or_handle, handles, filesystem = _get_path_or_handle(\n File \"/home/davian/anaconda3/envs/lerobot/lib/python3.10/site-packages/pandas/io/parquet.py...",
5
+ "timestamp": "2026-05-24T09:21:22.670Z",
6
+ "retry_count": 1
7
+ }
README.md ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=DAVIAN-Robotics/dh_tasks">
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": "franka",
36
+ "total_episodes": 100,
37
+ "total_frames": 31283,
38
+ "total_tasks": 8,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:100"
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.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 29
53
+ ],
54
+ "names": {
55
+ "axes": [
56
+ "q_0",
57
+ "q_1",
58
+ "q_2",
59
+ "q_3",
60
+ "q_4",
61
+ "q_5",
62
+ "q_6",
63
+ "qdot_0",
64
+ "qdot_1",
65
+ "qdot_2",
66
+ "qdot_3",
67
+ "qdot_4",
68
+ "qdot_5",
69
+ "qdot_6",
70
+ "x",
71
+ "y",
72
+ "z",
73
+ "qx",
74
+ "qy",
75
+ "qz",
76
+ "qw",
77
+ "vx",
78
+ "vy",
79
+ "vz",
80
+ "wx",
81
+ "wy",
82
+ "wz",
83
+ "gripper_position",
84
+ "grasp_state"
85
+ ]
86
+ }
87
+ },
88
+ "action": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 8
92
+ ],
93
+ "names": {
94
+ "axes": [
95
+ "x",
96
+ "y",
97
+ "z",
98
+ "qx",
99
+ "qy",
100
+ "qz",
101
+ "qw",
102
+ "gripper"
103
+ ]
104
+ }
105
+ },
106
+ "observation.images.left_back": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 3,
110
+ 480,
111
+ 640
112
+ ],
113
+ "names": [
114
+ "channels",
115
+ "height",
116
+ "width"
117
+ ],
118
+ "info": {
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 20,
125
+ "video.channels": 3,
126
+ "has_audio": false
127
+ }
128
+ },
129
+ "observation.images.wrist": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 3,
133
+ 480,
134
+ 640
135
+ ],
136
+ "names": [
137
+ "channels",
138
+ "height",
139
+ "width"
140
+ ],
141
+ "info": {
142
+ "video.height": 480,
143
+ "video.width": 640,
144
+ "video.codec": "av1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 20,
148
+ "video.channels": 3,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.right_back": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 3,
156
+ 480,
157
+ 640
158
+ ],
159
+ "names": [
160
+ "channels",
161
+ "height",
162
+ "width"
163
+ ],
164
+ "info": {
165
+ "video.height": 480,
166
+ "video.width": 640,
167
+ "video.codec": "av1",
168
+ "video.pix_fmt": "yuv420p",
169
+ "video.is_depth_map": false,
170
+ "video.fps": 20,
171
+ "video.channels": 3,
172
+ "has_audio": false
173
+ }
174
+ },
175
+ "timestamp": {
176
+ "dtype": "float32",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "frame_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "episode_index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "task_index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ }
210
+ }
211
+ }
212
+ ```
213
+
214
+
215
+ ## Citation
216
+
217
+ **BibTeX:**
218
+
219
+ ```bibtex
220
+ [More Information Needed]
221
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f31fc250c49047b815515e6041d76517122d522ea6ea8031b0bba6abee86b150
3
+ size 2159712
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb106211ac8279b21c5b9d475003dbc314dfc1b6e354b12ffa7520302851bde
3
+ size 2132525
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbbfea12fce698bd797df626350839747148ae26c6484f409f6bf46fe66cd457
3
+ size 2522479
instructions.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "franka_1cam": {
3
+ "0": "Pick up the cereal and place it next to the person.",
4
+ "1": "Pick up the cereal and place it next to the person.",
5
+ "2": "Pick up the cereal and place it next to the person.",
6
+ "3": "Pick up the cereal and place it next to the person.",
7
+ "4": "Pick up the cereal and place it next to the person.",
8
+ "5": "Pick up the cereal and place it next to the person.",
9
+ "6": "Pick up the cereal and place it next to the person.",
10
+ "7": "Pick up the cereal and place it next to the person.",
11
+ "8": "Pick up the cereal and place it next to the person.",
12
+ "9": "Pick up the cereal and place it next to the person.",
13
+ "10": "Pick up the milk and place it next to the person.",
14
+ "11": "Pick up the milk and place it next to the person.",
15
+ "12": "Pick up the milk and place it next to the person.",
16
+ "13": "Pick up the milk and place it next to the person.",
17
+ "14": "Pick up the milk and place it next to the person.",
18
+ "15": "Pick up the milk and place it next to the person.",
19
+ "16": "Pick up the milk and place it next to the person.",
20
+ "17": "Pick up the milk and place it next to the person.",
21
+ "18": "Pick up the milk and place it next to the person.",
22
+ "19": "Pick up the milk and place it next to the person.",
23
+ "20": "Pick up the cereal and place it on the corner of the desk.",
24
+ "21": "Pick up the cereal and place it on the corner of the desk.",
25
+ "22": "Pick up the cereal and place it on the corner of the desk.",
26
+ "23": "Pick up the cereal and place it on the corner of the desk.",
27
+ "24": "Pick up the cereal and place it on the corner of the desk.",
28
+ "25": "Pick up the cereal and place it on the corner of the desk.",
29
+ "26": "Pick up the cereal and place it on the corner of the desk.",
30
+ "27": "Pick up the cereal and place it on the corner of the desk.",
31
+ "28": "Pick up the cereal and place it on the corner of the desk.",
32
+ "29": "Pick up the cereal and place it on the corner of the desk.",
33
+ "30": "Pick up the milk and place it on the corner of the desk.",
34
+ "31": "Pick up the milk and place it on the corner of the desk.",
35
+ "32": "Pick up the milk and place it on the corner of the desk.",
36
+ "33": "Pick up the milk and place it on the corner of the desk.",
37
+ "34": "Pick up the milk and place it on the corner of the desk.",
38
+ "35": "Pick up the milk and place it on the corner of the desk.",
39
+ "36": "Pick up the milk and place it on the corner of the desk.",
40
+ "37": "Pick up the milk and place it on the corner of the desk.",
41
+ "38": "Pick up the milk and place it on the corner of the desk.",
42
+ "39": "Pick up the milk and place it on the corner of the desk.",
43
+ "40": "Pick up the bowl and place it on the corner of the desk.",
44
+ "41": "Pick up the bowl and place it on the corner of the desk.",
45
+ "42": "Pick up the bowl and place it on the corner of the desk.",
46
+ "43": "Pick up the bowl and place it on the corner of the desk.",
47
+ "44": "Pick up the bowl and place it on the corner of the desk.",
48
+ "45": "Pick up the bowl and place it on the corner of the desk.",
49
+ "46": "Pick up the bowl and place it on the corner of the desk.",
50
+ "47": "Pick up the bowl and place it on the corner of the desk.",
51
+ "48": "Pick up the bowl and place it on the corner of the desk.",
52
+ "49": "Pick up the bowl and place it on the corner of the desk.",
53
+ "50": "Pick up the wet wipes and place it in the trash can.",
54
+ "51": "Pick up the wet wipes and place it in the trash can.",
55
+ "52": "Pick up the wet wipes and place it in the trash can.",
56
+ "53": "Pick up the wet wipes and place it in the trash can.",
57
+ "54": "Pick up the wet wipes and place it in the trash can.",
58
+ "55": "Pick up the wet wipes and place it in the trash can.",
59
+ "56": "Pick up the wet wipes and place it in the trash can.",
60
+ "57": "Pick up the wet wipes and place it in the trash can.",
61
+ "58": "Pick up the wet wipes and place it in the trash can.",
62
+ "59": "Pick up the wet wipes and place it in the trash can.",
63
+ "60": "Pick up the water bottle and place it next to the person.",
64
+ "61": "Pick up the water bottle and place it next to the person.",
65
+ "62": "Pick up the water bottle and place it next to the person.",
66
+ "63": "Pick up the water bottle and place it next to the person.",
67
+ "64": "Pick up the water bottle and place it next to the person.",
68
+ "65": "Pick up the water bottle and place it next to the person.",
69
+ "66": "Pick up the water bottle and place it next to the person.",
70
+ "67": "Pick up the water bottle and place it next to the person.",
71
+ "68": "Pick up the water bottle and place it next to the person.",
72
+ "69": "Pick up the water bottle and place it next to the person.",
73
+ "70": "Pick up the water bottle and place it in the corner of the desk.",
74
+ "71": "Pick up the water bottle and place it in the corner of the desk.",
75
+ "72": "Pick up the water bottle and place it in the corner of the desk.",
76
+ "73": "Pick up the water bottle and place it in the corner of the desk.",
77
+ "74": "Pick up the water bottle and place it in the corner of the desk.",
78
+ "75": "Pick up the water bottle and place it in the corner of the desk.",
79
+ "76": "Pick up the water bottle and place it in the corner of the desk.",
80
+ "77": "Pick up the water bottle and place it in the corner of the desk.",
81
+ "78": "Pick up the water bottle and place it in the corner of the desk.",
82
+ "79": "Pick up the water bottle and place it in the corner of the desk.",
83
+ "80": "Pick up the milk and place it next to the person.",
84
+ "81": "Pick up the milk and place it next to the person.",
85
+ "82": "Pick up the milk and place it next to the person.",
86
+ "83": "Pick up the milk and place it next to the person.",
87
+ "84": "Pick up the milk and place it next to the person.",
88
+ "85": "Pick up the milk and place it on the corner of the desk.",
89
+ "86": "Pick up the milk and place it on the corner of the desk.",
90
+ "87": "Pick up the milk and place it on the corner of the desk.",
91
+ "88": "Pick up the milk and place it on the corner of the desk.",
92
+ "89": "Pick up the milk and place it on the corner of the desk.",
93
+ "90": "Pick up the water bottle and place it next to the person.",
94
+ "91": "Pick up the water bottle and place it next to the person.",
95
+ "92": "Pick up the water bottle and place it next to the person.",
96
+ "93": "Pick up the water bottle and place it next to the person.",
97
+ "94": "Pick up the water bottle and place it next to the person.",
98
+ "95": "Pick up the water bottle and place it in the corner of the desk.",
99
+ "96": "Pick up the water bottle and place it in the corner of the desk.",
100
+ "97": "Pick up the water bottle and place it in the corner of the desk.",
101
+ "98": "Pick up the water bottle and place it in the corner of the desk.",
102
+ "99": "Pick up the water bottle and place it in the corner of the desk."
103
+ }
104
+ }
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9894d2ddfa69ad168f62881056a362c7e0876521a4c944ab0ba030bd34ce5e7c
3
+ size 209337
meta/episodes/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d0e88b9cd9cb3066f3db91df737b5b08e07931b8496c72a2ec3471d2a86e79d
3
+ size 1011197
meta/episodes/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5760910ec568c3acfb807b358a0810802671aee83ee0ed9ec01cd0ef49d425b
3
+ size 239544
meta/info.json ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "franka",
4
+ "total_episodes": 100,
5
+ "total_frames": 31283,
6
+ "total_tasks": 8,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:100"
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.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 29
21
+ ],
22
+ "names": {
23
+ "axes": [
24
+ "q_0",
25
+ "q_1",
26
+ "q_2",
27
+ "q_3",
28
+ "q_4",
29
+ "q_5",
30
+ "q_6",
31
+ "qdot_0",
32
+ "qdot_1",
33
+ "qdot_2",
34
+ "qdot_3",
35
+ "qdot_4",
36
+ "qdot_5",
37
+ "qdot_6",
38
+ "x",
39
+ "y",
40
+ "z",
41
+ "qx",
42
+ "qy",
43
+ "qz",
44
+ "qw",
45
+ "vx",
46
+ "vy",
47
+ "vz",
48
+ "wx",
49
+ "wy",
50
+ "wz",
51
+ "gripper_position",
52
+ "grasp_state"
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 8
60
+ ],
61
+ "names": {
62
+ "axes": [
63
+ "x",
64
+ "y",
65
+ "z",
66
+ "qx",
67
+ "qy",
68
+ "qz",
69
+ "qw",
70
+ "gripper"
71
+ ]
72
+ }
73
+ },
74
+ "observation.images.left_back": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 3,
78
+ 480,
79
+ 640
80
+ ],
81
+ "names": [
82
+ "channels",
83
+ "height",
84
+ "width"
85
+ ],
86
+ "info": {
87
+ "video.height": 480,
88
+ "video.width": 640,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 20,
93
+ "video.channels": 3,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.images.wrist": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 3,
101
+ 480,
102
+ 640
103
+ ],
104
+ "names": [
105
+ "channels",
106
+ "height",
107
+ "width"
108
+ ],
109
+ "info": {
110
+ "video.height": 480,
111
+ "video.width": 640,
112
+ "video.codec": "av1",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 20,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.right_back": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 3,
124
+ 480,
125
+ 640
126
+ ],
127
+ "names": [
128
+ "channels",
129
+ "height",
130
+ "width"
131
+ ],
132
+ "info": {
133
+ "video.height": 480,
134
+ "video.width": 640,
135
+ "video.codec": "av1",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "video.fps": 20,
139
+ "video.channels": 3,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "timestamp": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "frame_index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "episode_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "task_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ }
178
+ }
179
+ }
meta/stats.json ADDED
@@ -0,0 +1,1015 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "frame_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 415
8
+ ],
9
+ "mean": [
10
+ 157.97209346929642
11
+ ],
12
+ "std": [
13
+ 93.9430928309784
14
+ ],
15
+ "count": [
16
+ 31283
17
+ ],
18
+ "q01": [
19
+ 2.6292827135800105
20
+ ],
21
+ "q10": [
22
+ 31.137704520585885
23
+ ],
24
+ "q50": [
25
+ 157.80060199469347
26
+ ],
27
+ "q90": [
28
+ 284.70227425382814
29
+ ],
30
+ "q99": [
31
+ 313.2782018627074
32
+ ]
33
+ },
34
+ "episode_index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 99
40
+ ],
41
+ "mean": [
42
+ 48.10024614007608
43
+ ],
44
+ "std": [
45
+ 28.415412297669842
46
+ ],
47
+ "count": [
48
+ 31283
49
+ ],
50
+ "q01": [
51
+ 48.10024614007608
52
+ ],
53
+ "q10": [
54
+ 48.100246140076095
55
+ ],
56
+ "q50": [
57
+ 48.100246140076095
58
+ ],
59
+ "q90": [
60
+ 48.10024614007611
61
+ ],
62
+ "q99": [
63
+ 48.10024614007611
64
+ ]
65
+ },
66
+ "observation.images.wrist": {
67
+ "min": [
68
+ [
69
+ [
70
+ 0.0
71
+ ]
72
+ ],
73
+ [
74
+ [
75
+ 0.0
76
+ ]
77
+ ],
78
+ [
79
+ [
80
+ 0.0
81
+ ]
82
+ ]
83
+ ],
84
+ "max": [
85
+ [
86
+ [
87
+ 1.0
88
+ ]
89
+ ],
90
+ [
91
+ [
92
+ 1.0
93
+ ]
94
+ ],
95
+ [
96
+ [
97
+ 1.0
98
+ ]
99
+ ]
100
+ ],
101
+ "mean": [
102
+ [
103
+ [
104
+ 0.444431978960936
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 0.44997420405097965
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 0.43840766259326874
115
+ ]
116
+ ]
117
+ ],
118
+ "std": [
119
+ [
120
+ [
121
+ 0.017822617229921053
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 0.01688067834710605
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.014769553663141644
132
+ ]
133
+ ]
134
+ ],
135
+ "count": [
136
+ 600633600
137
+ ],
138
+ "q01": [
139
+ [
140
+ [
141
+ 0.01851030971807493
142
+ ]
143
+ ],
144
+ [
145
+ [
146
+ 0.04581367740403894
147
+ ]
148
+ ],
149
+ [
150
+ [
151
+ 0.02369838590887571
152
+ ]
153
+ ]
154
+ ],
155
+ "q10": [
156
+ [
157
+ [
158
+ 0.19893779959972108
159
+ ]
160
+ ],
161
+ [
162
+ [
163
+ 0.20785124358647775
164
+ ]
165
+ ],
166
+ [
167
+ [
168
+ 0.195220782153724
169
+ ]
170
+ ]
171
+ ],
172
+ "q50": [
173
+ [
174
+ [
175
+ 0.4301139559708167
176
+ ]
177
+ ],
178
+ [
179
+ [
180
+ 0.4356396276839976
181
+ ]
182
+ ],
183
+ [
184
+ [
185
+ 0.41772150875057346
186
+ ]
187
+ ]
188
+ ],
189
+ "q90": [
190
+ [
191
+ [
192
+ 0.7133531635677787
193
+ ]
194
+ ],
195
+ [
196
+ [
197
+ 0.7126735181167325
198
+ ]
199
+ ],
200
+ [
201
+ [
202
+ 0.718985243731234
203
+ ]
204
+ ]
205
+ ],
206
+ "q99": [
207
+ [
208
+ [
209
+ 0.8423781916388666
210
+ ]
211
+ ],
212
+ [
213
+ [
214
+ 0.8449549209397959
215
+ ]
216
+ ],
217
+ [
218
+ [
219
+ 0.8489349117339293
220
+ ]
221
+ ]
222
+ ]
223
+ },
224
+ "task_index": {
225
+ "min": [
226
+ 0
227
+ ],
228
+ "max": [
229
+ 7
230
+ ],
231
+ "mean": [
232
+ 3.5808586133043505
233
+ ],
234
+ "std": [
235
+ 2.261662533715619
236
+ ],
237
+ "count": [
238
+ 31283
239
+ ],
240
+ "q01": [
241
+ 3.5808586133043505
242
+ ],
243
+ "q10": [
244
+ 3.5808586133043527
245
+ ],
246
+ "q50": [
247
+ 3.580858613304366
248
+ ],
249
+ "q90": [
250
+ 3.58085861330439
251
+ ],
252
+ "q99": [
253
+ 3.5808586133043945
254
+ ]
255
+ },
256
+ "timestamp": {
257
+ "min": [
258
+ 0.0
259
+ ],
260
+ "max": [
261
+ 20.75
262
+ ],
263
+ "mean": [
264
+ 7.898604673464819
265
+ ],
266
+ "std": [
267
+ 4.697154641548919
268
+ ],
269
+ "count": [
270
+ 31283
271
+ ],
272
+ "q01": [
273
+ 0.131464135585572
274
+ ],
275
+ "q10": [
276
+ 1.5568852259530155
277
+ ],
278
+ "q50": [
279
+ 7.890094693923113
280
+ ],
281
+ "q90": [
282
+ 14.235113712767626
283
+ ],
284
+ "q99": [
285
+ 15.663910093228777
286
+ ]
287
+ },
288
+ "observation.images.right_back": {
289
+ "min": [
290
+ [
291
+ [
292
+ 0.0
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.0
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.0
303
+ ]
304
+ ]
305
+ ],
306
+ "max": [
307
+ [
308
+ [
309
+ 1.0
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 1.0
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 1.0
320
+ ]
321
+ ]
322
+ ],
323
+ "mean": [
324
+ [
325
+ [
326
+ 0.3746321317368596
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.3901009437236893
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 0.38439709581714376
337
+ ]
338
+ ]
339
+ ],
340
+ "std": [
341
+ [
342
+ [
343
+ 0.0060599288664479984
344
+ ]
345
+ ],
346
+ [
347
+ [
348
+ 0.006584712620492188
349
+ ]
350
+ ],
351
+ [
352
+ [
353
+ 0.007271665990840521
354
+ ]
355
+ ]
356
+ ],
357
+ "count": [
358
+ 600633600
359
+ ],
360
+ "q01": [
361
+ [
362
+ [
363
+ 0.004112542819210829
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.03659112093085224
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.03091189829186422
374
+ ]
375
+ ]
376
+ ],
377
+ "q10": [
378
+ [
379
+ [
380
+ 0.03629948434626841
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.06712355090469577
386
+ ]
387
+ ],
388
+ [
389
+ [
390
+ 0.06079935021495962
391
+ ]
392
+ ]
393
+ ],
394
+ "q50": [
395
+ [
396
+ [
397
+ 0.39697628629974585
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 0.405361760317141
403
+ ]
404
+ ],
405
+ [
406
+ [
407
+ 0.4003345862410601
408
+ ]
409
+ ]
410
+ ],
411
+ "q90": [
412
+ [
413
+ [
414
+ 0.7720142962848214
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.770507076710316
420
+ ]
421
+ ],
422
+ [
423
+ [
424
+ 0.771292390771591
425
+ ]
426
+ ]
427
+ ],
428
+ "q99": [
429
+ [
430
+ [
431
+ 0.8481190202455726
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.8611390841891832
437
+ ]
438
+ ],
439
+ [
440
+ [
441
+ 0.8542644680050351
442
+ ]
443
+ ]
444
+ ]
445
+ },
446
+ "index": {
447
+ "min": [
448
+ 0
449
+ ],
450
+ "max": [
451
+ 31282
452
+ ],
453
+ "mean": [
454
+ 15641.0
455
+ ],
456
+ "std": [
457
+ 9030.6242309156
458
+ ],
459
+ "count": [
460
+ 31283
461
+ ],
462
+ "q01": [
463
+ 15485.65718924429
464
+ ],
465
+ "q10": [
466
+ 15514.16561105129
467
+ ],
468
+ "q50": [
469
+ 15640.832065844072
470
+ ],
471
+ "q90": [
472
+ 15767.730180784532
473
+ ],
474
+ "q99": [
475
+ 15796.30610839341
476
+ ]
477
+ },
478
+ "observation.state": {
479
+ "min": [
480
+ -0.4558490812778473,
481
+ -0.9076083302497864,
482
+ -0.3667251169681549,
483
+ -3.0006015300750732,
484
+ -0.914135217666626,
485
+ 1.2493146657943726,
486
+ 0.10480939596891403,
487
+ -0.5167654752731323,
488
+ -1.0977063179016113,
489
+ -0.6176885962486267,
490
+ -1.663979172706604,
491
+ -1.0962306261062622,
492
+ -0.9295047521591187,
493
+ -0.898565948009491,
494
+ 0.2846947908401489,
495
+ -0.24769337475299835,
496
+ 0.02075774222612381,
497
+ -0.999998927116394,
498
+ -0.3649502098560333,
499
+ -0.3005416691303253,
500
+ 4.264580013568775e-07,
501
+ -0.3722785413265228,
502
+ -0.3206777274608612,
503
+ -0.2293088734149933,
504
+ -0.16622351109981537,
505
+ -0.8399287462234497,
506
+ -0.524279773235321,
507
+ 0.0018877562833949924,
508
+ 0.0
509
+ ],
510
+ "max": [
511
+ 0.786344051361084,
512
+ 0.9889023303985596,
513
+ 0.6603803038597107,
514
+ -0.5296585559844971,
515
+ 0.418052613735199,
516
+ 3.14027738571167,
517
+ 2.166929006576538,
518
+ 0.5104559063911438,
519
+ 0.9466467499732971,
520
+ 0.5018301010131836,
521
+ 1.0167350769042969,
522
+ 1.2899034023284912,
523
+ 1.1142175197601318,
524
+ 1.4659233093261719,
525
+ 0.8370499014854431,
526
+ 0.347897469997406,
527
+ 0.6472330689430237,
528
+ 0.9999945759773254,
529
+ 0.3563941419124603,
530
+ 0.2613581717014313,
531
+ 0.23477895557880402,
532
+ 0.3665602207183838,
533
+ 0.27903610467910767,
534
+ 0.361976683139801,
535
+ 0.22771404683589935,
536
+ 0.8646665811538696,
537
+ 0.49882596731185913,
538
+ 0.9981361031532288,
539
+ 1.0
540
+ ],
541
+ "mean": [
542
+ -0.01216461796626446,
543
+ 0.022025691899764444,
544
+ 0.0968284020156162,
545
+ -2.1907774686805723,
546
+ 0.0276677745861112,
547
+ 2.3219082950269136,
548
+ 0.8853719461496935,
549
+ -0.00398716387644342,
550
+ -0.007099090044631356,
551
+ 0.004584769097493003,
552
+ -0.002485633504744146,
553
+ 0.002856941921388418,
554
+ 0.0012328241742340337,
555
+ -0.0014985056842468944,
556
+ 0.5099276055217502,
557
+ 0.01931247602142019,
558
+ 0.2640349537175134,
559
+ -0.3873310259086703,
560
+ 0.0015877486482254659,
561
+ -0.024265146390665633,
562
+ 0.03439045854072283,
563
+ -0.0005763125546864857,
564
+ 0.0005066880867770318,
565
+ 0.001701665981434668,
566
+ 0.00022318815167878531,
567
+ 0.007829890623968508,
568
+ -0.004840519964552201,
569
+ 0.6604131230892084,
570
+ 0.28063165339458557
571
+ ],
572
+ "std": [
573
+ 0.20320746134927684,
574
+ 0.4214656042615726,
575
+ 0.1851891543545554,
576
+ 0.5042435232216739,
577
+ 0.19671571884174677,
578
+ 0.2560953607841673,
579
+ 0.31577463860345695,
580
+ 0.095052376289304,
581
+ 0.2575361089908113,
582
+ 0.10449824730964596,
583
+ 0.24382584577621433,
584
+ 0.09052202701934851,
585
+ 0.19303170078373125,
586
+ 0.14241457665440466,
587
+ 0.13952550645765893,
588
+ 0.15243970987394234,
589
+ 0.09961908615692423,
590
+ 0.9079883425695854,
591
+ 0.1280309538046071,
592
+ 0.0768871492788411,
593
+ 0.03813501110941337,
594
+ 0.06439184338754285,
595
+ 0.06665963315237887,
596
+ 0.06729003550781223,
597
+ 0.017224990331300014,
598
+ 0.12087858230702216,
599
+ 0.08039575919168368,
600
+ 0.3869215752246032,
601
+ 0.4493078319994202
602
+ ],
603
+ "count": [
604
+ 31283
605
+ ],
606
+ "q01": [
607
+ -0.21310338322423897,
608
+ -0.5702397806668905,
609
+ -0.08236033299984002,
610
+ -2.654809954122235,
611
+ -0.10556754130096468,
612
+ 1.8998452851804533,
613
+ 0.6007623761902328,
614
+ -0.2534681254552608,
615
+ -0.7099945496707242,
616
+ -0.2982059894256263,
617
+ -0.7757502836313145,
618
+ -0.26369029639765074,
619
+ -0.5395192033613277,
620
+ -0.3932487664317497,
621
+ 0.3689366198113155,
622
+ -0.1563201998808198,
623
+ 0.17134290923301707,
624
+ -0.9743890053070929,
625
+ -0.15898963450900375,
626
+ -0.11066194494139946,
627
+ 0.0006922417175830277,
628
+ -0.17681716863772481,
629
+ -0.168412575105,
630
+ -0.12157126372030523,
631
+ -0.04449140826114222,
632
+ -0.2898644551160861,
633
+ -0.22686171723117846,
634
+ 0.25907803983607103,
635
+ -1.000000013351432e-10
636
+ ],
637
+ "q10": [
638
+ -0.208238628097669,
639
+ -0.4654884287069749,
640
+ -0.06668093035566973,
641
+ -2.6220446985393178,
642
+ -0.0829944337545381,
643
+ 2.0359085042166654,
644
+ 0.6465130958172601,
645
+ -0.11036167541835637,
646
+ -0.3746812010877057,
647
+ -0.08024068401761264,
648
+ -0.24082850336998016,
649
+ -0.04881734119880219,
650
+ -0.26360434096644636,
651
+ -0.15265947412355899,
652
+ 0.38209646221851146,
653
+ -0.15183541400203232,
654
+ 0.17497416873620622,
655
+ -0.7580379817616325,
656
+ -0.12579233755843514,
657
+ -0.08738918084511646,
658
+ 0.00794194815547853,
659
+ -0.07040697768901223,
660
+ -0.08521906222312259,
661
+ -0.07444499240771912,
662
+ -0.014573659995363036,
663
+ -0.12428642551503716,
664
+ -0.10212505699936465,
665
+ 0.26028943386396003,
666
+ -1.000000013351432e-10
667
+ ],
668
+ "q50": [
669
+ -0.02748288671852008,
670
+ -0.067571760546116,
671
+ 0.03746187905200242,
672
+ -2.323475158895479,
673
+ 0.023662184652398756,
674
+ 2.335091741520924,
675
+ 0.828454412512669,
676
+ -0.00030414090014583027,
677
+ 0.009537814286057747,
678
+ 0.00043826001194074955,
679
+ 0.0035863443087602903,
680
+ 5.875802136379394e-05,
681
+ 0.003063261387980295,
682
+ 0.00037137456888006144,
683
+ 0.47252613275589866,
684
+ 0.0007556309118465381,
685
+ 0.24962175623955704,
686
+ -0.575041106925226,
687
+ 0.010215056013259116,
688
+ -0.02972768560602541,
689
+ 0.0350739246085964,
690
+ 0.0016179922808340025,
691
+ -0.00021185131353344738,
692
+ -0.003592265848996251,
693
+ -0.00023816074770034886,
694
+ 0.002723819345509241,
695
+ -0.0005772416088845017,
696
+ 0.8554270672010488,
697
+ 0.03039410047967358
698
+ ],
699
+ "q90": [
700
+ 0.2329230901272152,
701
+ 0.5840916949288494,
702
+ 0.34295079288328817,
703
+ -1.64602393390513,
704
+ 0.15011810992932814,
705
+ 2.6281127381986114,
706
+ 1.1928964296247446,
707
+ 0.0894201404903284,
708
+ 0.29438232329999026,
709
+ 0.11737296066441598,
710
+ 0.24292080422685158,
711
+ 0.0648943439025747,
712
+ 0.21874472235347583,
713
+ 0.13855548246399826,
714
+ 0.67165877780418,
715
+ 0.20818211678394727,
716
+ 0.3811958286804668,
717
+ 0.3141152535851197,
718
+ 0.11291728508559806,
719
+ 0.05074631809243721,
720
+ 0.05827933284258799,
721
+ 0.06663079297696571,
722
+ 0.09030881681419163,
723
+ 0.10347394014335697,
724
+ 0.01665549228059018,
725
+ 0.1463642880994562,
726
+ 0.08227786850538474,
727
+ 0.9969390844911118,
728
+ 0.5804164528981086
729
+ ],
730
+ "q99": [
731
+ 0.24857468880929098,
732
+ 0.5997100098261376,
733
+ 0.36603530525140593,
734
+ -1.549853140112684,
735
+ 0.1674549693843941,
736
+ 2.6472931759735143,
737
+ 1.2260102900744627,
738
+ 0.22452798015131603,
739
+ 0.5122965073316665,
740
+ 0.2694738369528458,
741
+ 0.47149939503346766,
742
+ 0.2722711737705729,
743
+ 0.4453424838616585,
744
+ 0.39136668095576704,
745
+ 0.6777090338150585,
746
+ 0.21590415834319013,
747
+ 0.41976765654105397,
748
+ 0.7637550182551353,
749
+ 0.14687092381904604,
750
+ 0.09317060270451862,
751
+ 0.06937529207798782,
752
+ 0.15628538061546032,
753
+ 0.15858396746389927,
754
+ 0.17981431793091762,
755
+ 0.047181812356213125,
756
+ 0.343420347571011,
757
+ 0.19891275259815444,
758
+ 0.9969740562626691,
759
+ 0.9999830432538892
760
+ ]
761
+ },
762
+ "observation.images.left_back": {
763
+ "min": [
764
+ [
765
+ [
766
+ 0.0
767
+ ]
768
+ ],
769
+ [
770
+ [
771
+ 0.0
772
+ ]
773
+ ],
774
+ [
775
+ [
776
+ 0.0
777
+ ]
778
+ ]
779
+ ],
780
+ "max": [
781
+ [
782
+ [
783
+ 1.0
784
+ ]
785
+ ],
786
+ [
787
+ [
788
+ 1.0
789
+ ]
790
+ ],
791
+ [
792
+ [
793
+ 1.0
794
+ ]
795
+ ]
796
+ ],
797
+ "mean": [
798
+ [
799
+ [
800
+ 0.41980932582251973
801
+ ]
802
+ ],
803
+ [
804
+ [
805
+ 0.4248256931007655
806
+ ]
807
+ ],
808
+ [
809
+ [
810
+ 0.4141252949303837
811
+ ]
812
+ ]
813
+ ],
814
+ "std": [
815
+ [
816
+ [
817
+ 0.008900816762850936
818
+ ]
819
+ ],
820
+ [
821
+ [
822
+ 0.008246533089241193
823
+ ]
824
+ ],
825
+ [
826
+ [
827
+ 0.008143160562391444
828
+ ]
829
+ ]
830
+ ],
831
+ "count": [
832
+ 600633600
833
+ ],
834
+ "q01": [
835
+ [
836
+ [
837
+ 0.003254282467781939
838
+ ]
839
+ ],
840
+ [
841
+ [
842
+ 0.02531337525044794
843
+ ]
844
+ ],
845
+ [
846
+ [
847
+ 0.009250833683216239
848
+ ]
849
+ ]
850
+ ],
851
+ "q10": [
852
+ [
853
+ [
854
+ 0.028114135155411345
855
+ ]
856
+ ],
857
+ [
858
+ [
859
+ 0.04951732130127239
860
+ ]
861
+ ],
862
+ [
863
+ [
864
+ 0.03461505718434962
865
+ ]
866
+ ]
867
+ ],
868
+ "q50": [
869
+ [
870
+ [
871
+ 0.4905972760662833
872
+ ]
873
+ ],
874
+ [
875
+ [
876
+ 0.4907464685039072
877
+ ]
878
+ ],
879
+ [
880
+ [
881
+ 0.4617835355335343
882
+ ]
883
+ ]
884
+ ],
885
+ "q90": [
886
+ [
887
+ [
888
+ 0.7230097748104035
889
+ ]
890
+ ],
891
+ [
892
+ [
893
+ 0.7237098351985761
894
+ ]
895
+ ],
896
+ [
897
+ [
898
+ 0.7244467915939502
899
+ ]
900
+ ]
901
+ ],
902
+ "q99": [
903
+ [
904
+ [
905
+ 0.8117108597394929
906
+ ]
907
+ ],
908
+ [
909
+ [
910
+ 0.8131133545697526
911
+ ]
912
+ ],
913
+ [
914
+ [
915
+ 0.8033258370339564
916
+ ]
917
+ ]
918
+ ]
919
+ },
920
+ "action": {
921
+ "min": [
922
+ 0.2746067941188812,
923
+ -0.27505946159362793,
924
+ 0.0063149333000183105,
925
+ -0.9999978542327881,
926
+ -0.3647944927215576,
927
+ -0.3161678910255432,
928
+ 1.7694593452688423e-06,
929
+ 0.0
930
+ ],
931
+ "max": [
932
+ 0.9066281914710999,
933
+ 0.37566670775413513,
934
+ 0.6777697801589966,
935
+ 0.9999932646751404,
936
+ 0.3690245449542999,
937
+ 0.24533042311668396,
938
+ 0.2562936246395111,
939
+ 1.0
940
+ ],
941
+ "mean": [
942
+ 0.5134453220617489,
943
+ 0.017371856912752504,
944
+ 0.2707131208808885,
945
+ -0.2856405136336127,
946
+ -0.0019039235588689557,
947
+ -0.02004807740090032,
948
+ 0.04007729447811725,
949
+ 0.5180449436602068
950
+ ],
951
+ "std": [
952
+ 0.1493935752639683,
953
+ 0.15971531759789737,
954
+ 0.10281416988123969,
955
+ 0.9442503679351962,
956
+ 0.1275554794048103,
957
+ 0.0829642138810963,
958
+ 0.040442248980929116,
959
+ 0.49967427272780696
960
+ ],
961
+ "count": [
962
+ 31283
963
+ ],
964
+ "q01": [
965
+ 0.3570277032691448,
966
+ -0.17415711786105306,
967
+ 0.1646470655389047,
968
+ -0.9994372155066094,
969
+ -0.1655928168354178,
970
+ -0.11604212677622301,
971
+ 0.0011078982411639575,
972
+ -1.000000013351432e-10
973
+ ],
974
+ "q10": [
975
+ 0.3778873408782139,
976
+ -0.16632078976159612,
977
+ 0.17294731488805884,
978
+ -0.7580855601218116,
979
+ -0.12182765723923074,
980
+ -0.08895337693523032,
981
+ 0.009874247646616425,
982
+ -1.000000013351432e-10
983
+ ],
984
+ "q50": [
985
+ 0.46471746106273176,
986
+ 0.0002103879961105287,
987
+ 0.25677372290348044,
988
+ -0.47386336963886677,
989
+ -0.006333855717923637,
990
+ -0.023520886133613774,
991
+ 0.03893806102010992,
992
+ 0.6393665899708364
993
+ ],
994
+ "q90": [
995
+ 0.6980782733862458,
996
+ 0.21451099617735334,
997
+ 0.38964152526806695,
998
+ 0.44570550318728913,
999
+ 0.1138580913697704,
1000
+ 0.05671451575595624,
1001
+ 0.07013793528367332,
1002
+ 0.9999611467970208
1003
+ ],
1004
+ "q99": [
1005
+ 0.7042458824138492,
1006
+ 0.22858086964646546,
1007
+ 0.43088281267225115,
1008
+ 0.9400963211601048,
1009
+ 0.14693391020525476,
1010
+ 0.10264265619994775,
1011
+ 0.08390817830000863,
1012
+ 0.9999961146797023
1013
+ ]
1014
+ }
1015
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e4394227beba6798ba5fb9eaafe2037245e998513ab1cf22267867b83685d6
3
+ size 2426
videos/observation.images.left_back/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98e90f0a2839089df9c37da5405b82008b60f09e20d491e0c18a39046af1f80d
3
+ size 193133813
videos/observation.images.left_back/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:379b628a1912f266cd5f2483139300b0aefba4b0b9495b4fb283acf1125f0a8c
3
+ size 183436044
videos/observation.images.left_back/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af8db460d23e7276ab25be42157d2e022ad493b29718e66b2f340f9673d076a
3
+ size 204962851
videos/observation.images.left_back/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec119d1e6230196ce2b91b875031a95c7be75df83afe9c8a5553ed7e120cadf
3
+ size 23756117
videos/observation.images.right_back/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cffb4759d60ec9c6218e33b3207eaea2a09fa91c2b5f242ec8c1b04d35377c07
3
+ size 194864406
videos/observation.images.right_back/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bdd1ab66909416f34421ea2849a8f4ead661af25d3a9ab49a674ffdfbbaf679
3
+ size 192679398
videos/observation.images.right_back/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7bb0d74f28fe332f1b508292ef165596342c5ab0f1be5b1235639a5d46c3efb
3
+ size 208395388
videos/observation.images.right_back/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ecd0842b3469523bdaadb3e8e4cce5d242e3729621837cc120343b09a0d27fa
3
+ size 24701477
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:08e2437dac0646fd23d8f733618d4485896efc28586b7d9546432e20d37aee9e
3
+ size 148924595
videos/observation.images.wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7734f54ff3e4ad926fb0316147d21a0e5fd8dd85bbced5135711b4ce855d0bb6
3
+ size 114718863
videos/observation.images.wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf628fece25b539a689823f3fc0a003011933928141e1738b970c8d1d481d38
3
+ size 166862366