io-ai-tech commited on
Commit
51e2f36
·
verified ·
1 Parent(s): 74f4852

Upload folder using huggingface_hub

Browse files
Files changed (28) hide show
  1. .gitattributes +0 -58
  2. README.md +257 -0
  3. data/chunk-000/file-000.parquet +3 -0
  4. meta/episodes/chunk-000/file-000.parquet +3 -0
  5. meta/info.json +184 -0
  6. meta/stats.json +752 -0
  7. meta/tasks.parquet +3 -0
  8. videos/observation.images.camera_high/chunk-000/file-000.mp4 +3 -0
  9. videos/observation.images.camera_high/chunk-000/file-001.mp4 +3 -0
  10. videos/observation.images.camera_high/chunk-000/file-002.mp4 +3 -0
  11. videos/observation.images.camera_high/chunk-000/file-003.mp4 +3 -0
  12. videos/observation.images.camera_high/chunk-000/file-004.mp4 +3 -0
  13. videos/observation.images.camera_high/chunk-000/file-005.mp4 +3 -0
  14. videos/observation.images.camera_high/chunk-000/file-006.mp4 +3 -0
  15. videos/observation.images.camera_high/chunk-000/file-007.mp4 +3 -0
  16. videos/observation.images.camera_high/chunk-000/file-008.mp4 +3 -0
  17. videos/observation.images.camera_high/chunk-000/file-009.mp4 +3 -0
  18. videos/observation.images.camera_high/chunk-000/file-010.mp4 +3 -0
  19. videos/observation.images.camera_left_wrist/chunk-000/file-000.mp4 +3 -0
  20. videos/observation.images.camera_left_wrist/chunk-000/file-001.mp4 +3 -0
  21. videos/observation.images.camera_left_wrist/chunk-000/file-002.mp4 +3 -0
  22. videos/observation.images.camera_left_wrist/chunk-000/file-003.mp4 +3 -0
  23. videos/observation.images.camera_low/chunk-000/file-000.mp4 +3 -0
  24. videos/observation.images.camera_low/chunk-000/file-001.mp4 +3 -0
  25. videos/observation.images.camera_low/chunk-000/file-002.mp4 +3 -0
  26. videos/observation.images.camera_right_wrist/chunk-000/file-000.mp4 +3 -0
  27. videos/observation.images.camera_right_wrist/chunk-000/file-001.mp4 +3 -0
  28. videos/observation.images.camera_right_wrist/chunk-000/file-002.mp4 +3 -0
.gitattributes CHANGED
@@ -1,60 +1,2 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
- *.bin filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
- *.ftz filter=lfs diff=lfs merge=lfs -text
8
- *.gz filter=lfs diff=lfs merge=lfs -text
9
- *.h5 filter=lfs diff=lfs merge=lfs -text
10
- *.joblib filter=lfs diff=lfs merge=lfs -text
11
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
- *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
- *.model filter=lfs diff=lfs merge=lfs -text
16
- *.msgpack filter=lfs diff=lfs merge=lfs -text
17
- *.npy filter=lfs diff=lfs merge=lfs -text
18
- *.npz filter=lfs diff=lfs merge=lfs -text
19
- *.onnx filter=lfs diff=lfs merge=lfs -text
20
- *.ot filter=lfs diff=lfs merge=lfs -text
21
  *.parquet filter=lfs diff=lfs merge=lfs -text
22
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
25
- *.pt filter=lfs diff=lfs merge=lfs -text
26
- *.pth filter=lfs diff=lfs merge=lfs -text
27
- *.rar filter=lfs diff=lfs merge=lfs -text
28
- *.safetensors filter=lfs diff=lfs merge=lfs -text
29
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
- *.tar.* filter=lfs diff=lfs merge=lfs -text
31
- *.tar filter=lfs diff=lfs merge=lfs -text
32
- *.tflite filter=lfs diff=lfs merge=lfs -text
33
- *.tgz filter=lfs diff=lfs merge=lfs -text
34
- *.wasm filter=lfs diff=lfs merge=lfs -text
35
- *.xz filter=lfs diff=lfs merge=lfs -text
36
- *.zip filter=lfs diff=lfs merge=lfs -text
37
- *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
- *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  *.parquet filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  *.mp4 filter=lfs diff=lfs merge=lfs -text
 
README.md CHANGED
@@ -1,3 +1,260 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - TeleXperience
8
+ - DualArxR5a
9
+ - teleoperation
10
+ - dual-arm
11
+ - wipe-table
12
+ - living-room
13
+ configs:
14
+ - config_name: default
15
+ data_files: data/*/*.parquet
16
  ---
17
+
18
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
19
+
20
+
21
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=io-intelligence/WipeTable_DualArxR5a_TeleXperience">
22
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
23
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
24
+ </a>
25
+
26
+
27
+ ## Dataset Description
28
+
29
+ 73 real-robot teleoperation episodes for **“Wipe the table.”** on a **DualArxR5a** dual-arm robot. Format: [LeRobot](https://github.com/huggingface/lerobot) **v3.0** (30 Hz parquet + H.264 videos).
30
+
31
+ Collected with **[TeleXperience](https://io-ai.tech/en/telexperience/)**, IO-AI’s product for real-robot teleoperation and data collection.
32
+
33
+ - **Task / language prompt:** `Wipe the table.`
34
+ - **Robot:** DualArxR5a (bimanual, parallel-jaw grippers)
35
+ - **Frames:** 629523 at 30 Hz
36
+ - **Cameras:** `camera_high` (overhead), `camera_low` (lower scene), `camera_left_wrist`, `camera_right_wrist`
37
+ - **Action / state:** 14-D, same names and order: `left_joint1–6`, `right_joint1–6`, `right_gripper`, `left_gripper` (grippers in `[0, 1]`)
38
+
39
+ - **Homepage:** https://io-ai.tech/en/telexperience/
40
+ - **Paper:** none
41
+ - **License:** apache-2.0
42
+
43
+ ## Dataset Structure
44
+
45
+ [meta/info.json](meta/info.json):
46
+ ```json
47
+ {
48
+ "codebase_version": "v3.0",
49
+ "fps": 30,
50
+ "features": {
51
+ "action": {
52
+ "dtype": "float64",
53
+ "names": [
54
+ "left_joint1",
55
+ "left_joint2",
56
+ "left_joint3",
57
+ "left_joint4",
58
+ "left_joint5",
59
+ "left_joint6",
60
+ "right_joint1",
61
+ "right_joint2",
62
+ "right_joint3",
63
+ "right_joint4",
64
+ "right_joint5",
65
+ "right_joint6",
66
+ "right_gripper",
67
+ "left_gripper"
68
+ ],
69
+ "shape": [
70
+ 14
71
+ ]
72
+ },
73
+ "episode_index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ]
78
+ },
79
+ "frame_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ]
84
+ },
85
+ "index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ]
90
+ },
91
+ "observation.images.camera_high": {
92
+ "dtype": "video",
93
+ "info": {
94
+ "has_audio": false,
95
+ "video.channels": 3,
96
+ "video.codec": "h264",
97
+ "video.fps": 30,
98
+ "video.height": 480,
99
+ "video.is_depth_map": false,
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.width": 640
102
+ },
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channels"
107
+ ],
108
+ "shape": [
109
+ 480,
110
+ 640,
111
+ 3
112
+ ]
113
+ },
114
+ "observation.images.camera_left_wrist": {
115
+ "dtype": "video",
116
+ "info": {
117
+ "has_audio": false,
118
+ "video.channels": 3,
119
+ "video.codec": "h264",
120
+ "video.fps": 30,
121
+ "video.height": 480,
122
+ "video.is_depth_map": false,
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.width": 640
125
+ },
126
+ "names": [
127
+ "height",
128
+ "width",
129
+ "channels"
130
+ ],
131
+ "shape": [
132
+ 480,
133
+ 640,
134
+ 3
135
+ ]
136
+ },
137
+ "observation.images.camera_low": {
138
+ "dtype": "video",
139
+ "info": {
140
+ "has_audio": false,
141
+ "video.channels": 3,
142
+ "video.codec": "h264",
143
+ "video.fps": 30,
144
+ "video.height": 480,
145
+ "video.is_depth_map": false,
146
+ "video.pix_fmt": "yuv420p",
147
+ "video.width": 640
148
+ },
149
+ "names": [
150
+ "height",
151
+ "width",
152
+ "channels"
153
+ ],
154
+ "shape": [
155
+ 480,
156
+ 640,
157
+ 3
158
+ ]
159
+ },
160
+ "observation.images.camera_right_wrist": {
161
+ "dtype": "video",
162
+ "info": {
163
+ "has_audio": false,
164
+ "video.channels": 3,
165
+ "video.codec": "h264",
166
+ "video.fps": 30,
167
+ "video.height": 480,
168
+ "video.is_depth_map": false,
169
+ "video.pix_fmt": "yuv420p",
170
+ "video.width": 640
171
+ },
172
+ "names": [
173
+ "height",
174
+ "width",
175
+ "channels"
176
+ ],
177
+ "shape": [
178
+ 480,
179
+ 640,
180
+ 3
181
+ ]
182
+ },
183
+ "observation.state": {
184
+ "dtype": "float64",
185
+ "names": [
186
+ "left_joint1",
187
+ "left_joint2",
188
+ "left_joint3",
189
+ "left_joint4",
190
+ "left_joint5",
191
+ "left_joint6",
192
+ "right_joint1",
193
+ "right_joint2",
194
+ "right_joint3",
195
+ "right_joint4",
196
+ "right_joint5",
197
+ "right_joint6",
198
+ "right_gripper",
199
+ "left_gripper"
200
+ ],
201
+ "shape": [
202
+ 14
203
+ ]
204
+ },
205
+ "task_index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ]
210
+ },
211
+ "timestamp": {
212
+ "dtype": "float32",
213
+ "shape": [
214
+ 1
215
+ ]
216
+ }
217
+ },
218
+ "total_episodes": 73,
219
+ "total_frames": 629523,
220
+ "total_tasks": 1,
221
+ "chunks_size": 1000,
222
+ "data_files_size_in_mb": 100,
223
+ "video_files_size_in_mb": 200,
224
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
225
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
226
+ "robot_type": "DualArxR5a",
227
+ "splits": {
228
+ "train": "0:73"
229
+ }
230
+ }
231
+ ```
232
+
233
+
234
+ ## How to load
235
+
236
+ ```python
237
+ from lerobot.datasets import LeRobotDataset
238
+
239
+ dataset = LeRobotDataset(
240
+ repo_id="io-intelligence/WipeTable_DualArxR5a_TeleXperience",
241
+ )
242
+ print(dataset)
243
+ frame = dataset[0]
244
+ ```
245
+
246
+ Local path (before upload):
247
+
248
+ ```python
249
+ dataset = LeRobotDataset(
250
+ repo_id="io-intelligence/WipeTable_DualArxR5a_TeleXperience",
251
+ root="/path/to/livingroom_wipe_table_livingroom_wipe_table_DualArxR5a",
252
+ download_videos=False,
253
+ video_backend="pyav",
254
+ )
255
+ ```
256
+
257
+ ## Citation
258
+
259
+ **BibTeX:** none
260
+
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8687b97577ee84c6b245de8827d62685181744744ce3695b466a12a0738853d7
3
+ size 68907094
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db5680681b3b65fdd694090277f04032b23d63e3770a06439ee92527f34c67c2
3
+ size 136199
meta/info.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float64",
7
+ "names": [
8
+ "left_joint1",
9
+ "left_joint2",
10
+ "left_joint3",
11
+ "left_joint4",
12
+ "left_joint5",
13
+ "left_joint6",
14
+ "right_joint1",
15
+ "right_joint2",
16
+ "right_joint3",
17
+ "right_joint4",
18
+ "right_joint5",
19
+ "right_joint6",
20
+ "right_gripper",
21
+ "left_gripper"
22
+ ],
23
+ "shape": [
24
+ 14
25
+ ]
26
+ },
27
+ "episode_index": {
28
+ "dtype": "int64",
29
+ "shape": [
30
+ 1
31
+ ]
32
+ },
33
+ "frame_index": {
34
+ "dtype": "int64",
35
+ "shape": [
36
+ 1
37
+ ]
38
+ },
39
+ "index": {
40
+ "dtype": "int64",
41
+ "shape": [
42
+ 1
43
+ ]
44
+ },
45
+ "observation.images.camera_high": {
46
+ "dtype": "video",
47
+ "info": {
48
+ "has_audio": false,
49
+ "video.channels": 3,
50
+ "video.codec": "h264",
51
+ "video.fps": 30,
52
+ "video.height": 480,
53
+ "video.is_depth_map": false,
54
+ "video.pix_fmt": "yuv420p",
55
+ "video.width": 640
56
+ },
57
+ "names": [
58
+ "height",
59
+ "width",
60
+ "channels"
61
+ ],
62
+ "shape": [
63
+ 480,
64
+ 640,
65
+ 3
66
+ ]
67
+ },
68
+ "observation.images.camera_left_wrist": {
69
+ "dtype": "video",
70
+ "info": {
71
+ "has_audio": false,
72
+ "video.channels": 3,
73
+ "video.codec": "h264",
74
+ "video.fps": 30,
75
+ "video.height": 480,
76
+ "video.is_depth_map": false,
77
+ "video.pix_fmt": "yuv420p",
78
+ "video.width": 640
79
+ },
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "shape": [
86
+ 480,
87
+ 640,
88
+ 3
89
+ ]
90
+ },
91
+ "observation.images.camera_low": {
92
+ "dtype": "video",
93
+ "info": {
94
+ "has_audio": false,
95
+ "video.channels": 3,
96
+ "video.codec": "h264",
97
+ "video.fps": 30,
98
+ "video.height": 480,
99
+ "video.is_depth_map": false,
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.width": 640
102
+ },
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channels"
107
+ ],
108
+ "shape": [
109
+ 480,
110
+ 640,
111
+ 3
112
+ ]
113
+ },
114
+ "observation.images.camera_right_wrist": {
115
+ "dtype": "video",
116
+ "info": {
117
+ "has_audio": false,
118
+ "video.channels": 3,
119
+ "video.codec": "h264",
120
+ "video.fps": 30,
121
+ "video.height": 480,
122
+ "video.is_depth_map": false,
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.width": 640
125
+ },
126
+ "names": [
127
+ "height",
128
+ "width",
129
+ "channels"
130
+ ],
131
+ "shape": [
132
+ 480,
133
+ 640,
134
+ 3
135
+ ]
136
+ },
137
+ "observation.state": {
138
+ "dtype": "float64",
139
+ "names": [
140
+ "left_joint1",
141
+ "left_joint2",
142
+ "left_joint3",
143
+ "left_joint4",
144
+ "left_joint5",
145
+ "left_joint6",
146
+ "right_joint1",
147
+ "right_joint2",
148
+ "right_joint3",
149
+ "right_joint4",
150
+ "right_joint5",
151
+ "right_joint6",
152
+ "right_gripper",
153
+ "left_gripper"
154
+ ],
155
+ "shape": [
156
+ 14
157
+ ]
158
+ },
159
+ "task_index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ]
164
+ },
165
+ "timestamp": {
166
+ "dtype": "float32",
167
+ "shape": [
168
+ 1
169
+ ]
170
+ }
171
+ },
172
+ "total_episodes": 73,
173
+ "total_frames": 629523,
174
+ "total_tasks": 1,
175
+ "chunks_size": 1000,
176
+ "data_files_size_in_mb": 100,
177
+ "video_files_size_in_mb": 200,
178
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
179
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
180
+ "robot_type": "DualArxR5a",
181
+ "splits": {
182
+ "train": "0:73"
183
+ }
184
+ }
meta/stats.json ADDED
@@ -0,0 +1,752 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "count": [
4
+ 629523
5
+ ],
6
+ "max": [
7
+ 1.210806062700024,
8
+ 3.1455819224714503,
9
+ 2.5948628257303015,
10
+ 1.2999800379896558,
11
+ 1.1202339683774198,
12
+ 1.2936855385496386,
13
+ 1.080288182582137,
14
+ 3.059524281186767,
15
+ 2.5138466460517184,
16
+ 1.2999309040268052,
17
+ 0.7029044887039513,
18
+ 0.6066556509426436,
19
+ 1,
20
+ 1
21
+ ],
22
+ "mean": [
23
+ -0.07790979246508582,
24
+ 0.606559242692033,
25
+ 0.2781605518450153,
26
+ 0.1546275566220728,
27
+ -0.03774089256582128,
28
+ 0.029346052272143063,
29
+ 0.03406068614165643,
30
+ 0.6120613816282493,
31
+ 0.29241737786423466,
32
+ 0.11761669910694662,
33
+ -0.020943254551244028,
34
+ 0.022335851971061672,
35
+ 0.2970577069094537,
36
+ 0.2743401578954735
37
+ ],
38
+ "min": [
39
+ -1.0685410772344366,
40
+ 1.3511865799690948e-06,
41
+ 4.062064153512592e-07,
42
+ -0.7911943437627467,
43
+ -1.1263034171529425,
44
+ -0.8169694088216437,
45
+ -1.016114211550998,
46
+ 1.6118201989497426e-06,
47
+ 3.8298731311888193e-07,
48
+ -0.7678787390878148,
49
+ -1.0001116621792092,
50
+ -1.0127790174227251,
51
+ 0,
52
+ 0
53
+ ],
54
+ "q01": [
55
+ -0.20706156206182835,
56
+ 0.3714886221105821,
57
+ 0.09226118739087229,
58
+ 0.05962127047659775,
59
+ -0.12959909530883684,
60
+ -0.07420052203584959,
61
+ -0.09406262119858065,
62
+ 0.38586090672881024,
63
+ 0.11014906257228112,
64
+ 0.02819885791807782,
65
+ -0.09770230115613045,
66
+ -0.05610333116809098,
67
+ 0.27212839551081464,
68
+ 0.24411737576774417
69
+ ],
70
+ "q10": [
71
+ -0.18640004758523537,
72
+ 0.40700855483934306,
73
+ 0.11145095474088086,
74
+ 0.07874681242612508,
75
+ -0.1106582411546119,
76
+ -0.05231437241861154,
77
+ -0.07083941630116494,
78
+ 0.4189489805479133,
79
+ 0.13068333838655383,
80
+ 0.047301888324488214,
81
+ -0.07979324722698528,
82
+ -0.037853172475175584,
83
+ 0.27775637034632505,
84
+ 0.24955430151720606
85
+ ],
86
+ "q50": [
87
+ -0.08016231611973616,
88
+ 0.6054000502116641,
89
+ 0.2537149776099254,
90
+ 0.1536626820343105,
91
+ -0.0393926276384281,
92
+ 0.03160326706354967,
93
+ 0.03661800428726902,
94
+ 0.6143685323231131,
95
+ 0.26906409270608656,
96
+ 0.1176926451217386,
97
+ -0.018881605506888784,
98
+ 0.02111424536511571,
99
+ 0.29279550688775724,
100
+ 0.27282226415516814
101
+ ],
102
+ "q90": [
103
+ 0.03200842699418297,
104
+ 0.8099671286361502,
105
+ 0.48860552036932614,
106
+ 0.23194546114526268,
107
+ 0.0373997133718835,
108
+ 0.10887668968801752,
109
+ 0.13675376547936102,
110
+ 0.8097552813972952,
111
+ 0.4962254552190766,
112
+ 0.18945356342952277,
113
+ 0.03433398522772153,
114
+ 0.08361132002044575,
115
+ 0.3278294150701604,
116
+ 0.29998049877357014
117
+ ],
118
+ "q99": [
119
+ 0.052625939331836,
120
+ 0.8511753655272116,
121
+ 0.5385270109347053,
122
+ 0.25237726060329885,
123
+ 0.05619361079311578,
124
+ 0.12890460582304283,
125
+ 0.15765248519373187,
126
+ 0.845682959648567,
127
+ 0.5450067937074725,
128
+ 0.20937741462172862,
129
+ 0.049553935988378865,
130
+ 0.1018350617780546,
131
+ 0.3348251930518336,
132
+ 0.304982444699245
133
+ ],
134
+ "std": [
135
+ 0.2247858204445887,
136
+ 0.9004397424337358,
137
+ 0.5036809727128657,
138
+ 0.2214935101281377,
139
+ 0.19764506156835784,
140
+ 0.16879066795437006,
141
+ 0.2043490297643815,
142
+ 0.921760448948719,
143
+ 0.5208036512144668,
144
+ 0.20094401575225498,
145
+ 0.14044718714662027,
146
+ 0.13550142998778816,
147
+ 0.45685538197404235,
148
+ 0.4460774697348953
149
+ ]
150
+ },
151
+ "episode_index": {
152
+ "count": [
153
+ 629523
154
+ ],
155
+ "max": [
156
+ 72
157
+ ],
158
+ "mean": [
159
+ 37.32388490968559
160
+ ],
161
+ "min": [
162
+ 0
163
+ ],
164
+ "q01": [
165
+ 37.32388490968559
166
+ ],
167
+ "q10": [
168
+ 37.32388490968559
169
+ ],
170
+ "q50": [
171
+ 37.32388490968559
172
+ ],
173
+ "q90": [
174
+ 37.32388490968559
175
+ ],
176
+ "q99": [
177
+ 37.32388490968559
178
+ ],
179
+ "std": [
180
+ 17.700373629506853
181
+ ]
182
+ },
183
+ "frame_index": {
184
+ "count": [
185
+ 629523
186
+ ],
187
+ "max": [
188
+ 190643
189
+ ],
190
+ "mean": [
191
+ 31084.813056870044
192
+ ],
193
+ "min": [
194
+ 0
195
+ ],
196
+ "q01": [
197
+ 621.696261137401
198
+ ],
199
+ "q10": [
200
+ 6216.962611374003
201
+ ],
202
+ "q50": [
203
+ 31084.813056870044
204
+ ],
205
+ "q90": [
206
+ 55952.66350236615
207
+ ],
208
+ "q99": [
209
+ 61547.929852602705
210
+ ],
211
+ "std": [
212
+ 52081.90702838756
213
+ ]
214
+ },
215
+ "index": {
216
+ "count": [
217
+ 629523
218
+ ],
219
+ "max": [
220
+ 629522
221
+ ],
222
+ "mean": [
223
+ 314761
224
+ ],
225
+ "min": [
226
+ 0
227
+ ],
228
+ "q01": [
229
+ 284297.88320426736
230
+ ],
231
+ "q10": [
232
+ 289893.14955450414
233
+ ],
234
+ "q50": [
235
+ 314761
236
+ ],
237
+ "q90": [
238
+ 339628.8504454958
239
+ ],
240
+ "q99": [
241
+ 345224.11679573264
242
+ ],
243
+ "std": [
244
+ 181727.63675508785
245
+ ]
246
+ },
247
+ "observation.images.camera_high": {
248
+ "count": [
249
+ 2336
250
+ ],
251
+ "max": [
252
+ [
253
+ [
254
+ 1
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 1
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 1
265
+ ]
266
+ ]
267
+ ],
268
+ "mean": [
269
+ [
270
+ [
271
+ 0.44513139159238196
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.4525694394606443
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.46645952909559935
282
+ ]
283
+ ]
284
+ ],
285
+ "min": [
286
+ [
287
+ [
288
+ 0
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0
294
+ ]
295
+ ],
296
+ [
297
+ [
298
+ 0
299
+ ]
300
+ ]
301
+ ],
302
+ "std": [
303
+ [
304
+ [
305
+ 0.26329293549458466
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.27291042256028214
311
+ ]
312
+ ],
313
+ [
314
+ [
315
+ 0.2741445026832993
316
+ ]
317
+ ]
318
+ ]
319
+ },
320
+ "observation.images.camera_left_wrist": {
321
+ "count": [
322
+ 2336
323
+ ],
324
+ "max": [
325
+ [
326
+ [
327
+ 1
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 1
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 1
338
+ ]
339
+ ]
340
+ ],
341
+ "mean": [
342
+ [
343
+ [
344
+ 0.410644359789792
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.40786059847918915
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.42322113391767957
355
+ ]
356
+ ]
357
+ ],
358
+ "min": [
359
+ [
360
+ [
361
+ 0
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 0
367
+ ]
368
+ ],
369
+ [
370
+ [
371
+ 0
372
+ ]
373
+ ]
374
+ ],
375
+ "std": [
376
+ [
377
+ [
378
+ 0.24165374220314198
379
+ ]
380
+ ],
381
+ [
382
+ [
383
+ 0.2560397197063225
384
+ ]
385
+ ],
386
+ [
387
+ [
388
+ 0.2544409848583305
389
+ ]
390
+ ]
391
+ ]
392
+ },
393
+ "observation.images.camera_low": {
394
+ "count": [
395
+ 2336
396
+ ],
397
+ "max": [
398
+ [
399
+ [
400
+ 1
401
+ ]
402
+ ],
403
+ [
404
+ [
405
+ 1
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 1
411
+ ]
412
+ ]
413
+ ],
414
+ "mean": [
415
+ [
416
+ [
417
+ 0.4656781763593709
418
+ ]
419
+ ],
420
+ [
421
+ [
422
+ 0.47217783378869543
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.48434173435891187
428
+ ]
429
+ ]
430
+ ],
431
+ "min": [
432
+ [
433
+ [
434
+ 0
435
+ ]
436
+ ],
437
+ [
438
+ [
439
+ 0
440
+ ]
441
+ ],
442
+ [
443
+ [
444
+ 0
445
+ ]
446
+ ]
447
+ ],
448
+ "std": [
449
+ [
450
+ [
451
+ 0.21248610526127276
452
+ ]
453
+ ],
454
+ [
455
+ [
456
+ 0.2203118120494206
457
+ ]
458
+ ],
459
+ [
460
+ [
461
+ 0.21767439922580253
462
+ ]
463
+ ]
464
+ ]
465
+ },
466
+ "observation.images.camera_right_wrist": {
467
+ "count": [
468
+ 2336
469
+ ],
470
+ "max": [
471
+ [
472
+ [
473
+ 1
474
+ ]
475
+ ],
476
+ [
477
+ [
478
+ 1
479
+ ]
480
+ ],
481
+ [
482
+ [
483
+ 1
484
+ ]
485
+ ]
486
+ ],
487
+ "mean": [
488
+ [
489
+ [
490
+ 0.407236600747605
491
+ ]
492
+ ],
493
+ [
494
+ [
495
+ 0.4021477208820173
496
+ ]
497
+ ],
498
+ [
499
+ [
500
+ 0.42116922650374367
501
+ ]
502
+ ]
503
+ ],
504
+ "min": [
505
+ [
506
+ [
507
+ 0
508
+ ]
509
+ ],
510
+ [
511
+ [
512
+ 0
513
+ ]
514
+ ],
515
+ [
516
+ [
517
+ 0
518
+ ]
519
+ ]
520
+ ],
521
+ "std": [
522
+ [
523
+ [
524
+ 0.2395888826874954
525
+ ]
526
+ ],
527
+ [
528
+ [
529
+ 0.2535359482964364
530
+ ]
531
+ ],
532
+ [
533
+ [
534
+ 0.2520153158799704
535
+ ]
536
+ ]
537
+ ]
538
+ },
539
+ "observation.state": {
540
+ "count": [
541
+ 629523
542
+ ],
543
+ "max": [
544
+ 1.190394401550293,
545
+ 3.0653467178344727,
546
+ 2.631990432739258,
547
+ 1.3899059295654297,
548
+ 1.193446159362793,
549
+ 1.2430381774902344,
550
+ 1.0694665908813477,
551
+ 2.9898147583007812,
552
+ 2.5202178955078125,
553
+ 1.2911043167114258,
554
+ 0.6956205368041992,
555
+ 0.5933847427368164,
556
+ 1,
557
+ 1
558
+ ],
559
+ "mean": [
560
+ -0.07849142235308434,
561
+ 0.6074395223779562,
562
+ 0.27781795646001683,
563
+ 0.21238361229074862,
564
+ -0.039724133463824966,
565
+ 0.03061994622022715,
566
+ 0.03313016509644974,
567
+ 0.6103540513005714,
568
+ 0.3011976657731047,
569
+ 0.12078485489149138,
570
+ -0.021678486365102518,
571
+ 0.024794376801824326,
572
+ 0.29705449875371187,
573
+ 0.2743342212498442
574
+ ],
575
+ "min": [
576
+ -1.0671777725219727,
577
+ 0.00820159912109375,
578
+ -0.00171661376953125,
579
+ -0.7734413146972656,
580
+ -1.1163883209228516,
581
+ -0.7982378005981445,
582
+ -1.0149154663085938,
583
+ 0.00438690185546875,
584
+ 0.00743865966796875,
585
+ -0.7791633605957031,
586
+ -0.9920272827148438,
587
+ -0.9966049194335938,
588
+ 0,
589
+ 0
590
+ ],
591
+ "q01": [
592
+ -0.20648562276854937,
593
+ 0.3780943446105939,
594
+ 0.09249607590909158,
595
+ 0.1222070737646566,
596
+ -0.13060977024775208,
597
+ -0.06567144722430382,
598
+ -0.09354157554472581,
599
+ 0.3894838305367537,
600
+ 0.11922179948186366,
601
+ 0.0333399920995199,
602
+ -0.0963913806714811,
603
+ -0.04585459649738852,
604
+ 0.2721944174891968,
605
+ 0.24406259666580538
606
+ ],
607
+ "q10": [
608
+ -0.18685553435360894,
609
+ 0.4122739111645671,
610
+ 0.11058839506228126,
611
+ 0.13926019290834854,
612
+ -0.11255653273600788,
613
+ -0.04808976720087016,
614
+ -0.07173045136860792,
615
+ 0.4212686459123824,
616
+ 0.1388108666322333,
617
+ 0.05201419294993452,
618
+ -0.0797895826590407,
619
+ -0.03221265478553166,
620
+ 0.27776833084980335,
621
+ 0.24963483557236932
622
+ ],
623
+ "q50": [
624
+ -0.0807783241152658,
625
+ 0.6069543097534468,
626
+ 0.25347572299864324,
627
+ 0.2114534147420982,
628
+ -0.04154219842278747,
629
+ 0.03284051609740561,
630
+ 0.03532416561744425,
631
+ 0.6124428035184963,
632
+ 0.2768551166502483,
633
+ 0.12079984345442467,
634
+ -0.019801293901505986,
635
+ 0.023231399335521607,
636
+ 0.2927931147869101,
637
+ 0.2729889138332543
638
+ ],
639
+ "q90": [
640
+ 0.03127388273033747,
641
+ 0.8051069121343865,
642
+ 0.4888584659169503,
643
+ 0.28746634865440057,
644
+ 0.03596722570620465,
645
+ 0.10717353564174051,
646
+ 0.1360441276014534,
647
+ 0.8040007400221225,
648
+ 0.5072646508169357,
649
+ 0.19147379936978035,
650
+ 0.03322689850036614,
651
+ 0.0831914413418481,
652
+ 0.3278294150701604,
653
+ 0.29998049877357014
654
+ ],
655
+ "q99": [
656
+ 0.05090811171413447,
657
+ 0.8427117201590939,
658
+ 0.5374526166415292,
659
+ 0.30520330657259825,
660
+ 0.053595775876066364,
661
+ 0.12337444302596118,
662
+ 0.15595922800795847,
663
+ 0.8368064457258153,
664
+ 0.555147390879627,
665
+ 0.2110363573043039,
666
+ 0.04729977363215102,
667
+ 0.09719991063647399,
668
+ 0.33483308698337944,
669
+ 0.304960198164207
670
+ ],
671
+ "std": [
672
+ 0.22509955543331692,
673
+ 0.8900288538896102,
674
+ 0.5086900692619967,
675
+ 0.22588240911089746,
676
+ 0.1997244429987792,
677
+ 0.16743478956334742,
678
+ 0.20457907354570756,
679
+ 0.911093977977875,
680
+ 0.522111597888819,
681
+ 0.20084774196623778,
682
+ 0.14107620523504705,
683
+ 0.13520961123940267,
684
+ 0.45685459525566374,
685
+ 0.44607578428008704
686
+ ]
687
+ },
688
+ "task_index": {
689
+ "count": [
690
+ 629523
691
+ ],
692
+ "max": [
693
+ 0
694
+ ],
695
+ "mean": [
696
+ 0
697
+ ],
698
+ "min": [
699
+ 0
700
+ ],
701
+ "q01": [
702
+ 0
703
+ ],
704
+ "q10": [
705
+ 0
706
+ ],
707
+ "q50": [
708
+ 0
709
+ ],
710
+ "q90": [
711
+ 0
712
+ ],
713
+ "q99": [
714
+ 0
715
+ ],
716
+ "std": [
717
+ 0
718
+ ]
719
+ },
720
+ "timestamp": {
721
+ "count": [
722
+ 629523
723
+ ],
724
+ "max": [
725
+ 6354.7666015625
726
+ ],
727
+ "mean": [
728
+ 1036.1604352303416
729
+ ],
730
+ "min": [
731
+ 0
732
+ ],
733
+ "q01": [
734
+ 20.723208488048215
735
+ ],
736
+ "q10": [
737
+ 207.2320887904093
738
+ ],
739
+ "q50": [
740
+ 1036.1604254046354
741
+ ],
742
+ "q90": [
743
+ 1865.0887366290854
744
+ ],
745
+ "q99": [
746
+ 2051.597698626847
747
+ ],
748
+ "std": [
749
+ 1736.063567613355
750
+ ]
751
+ }
752
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c29683db303fe1517c0d5b162ccb25957b55de976b47d583ba757b91a98872
3
+ size 983
videos/observation.images.camera_high/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845ddad6cb4f8af20a8d26c1565836897fd75c291c1a873327d0f1b77a25549e
3
+ size 202353911
videos/observation.images.camera_high/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7521de6042cb3c64cc4bd85a8d670435f60781238173b41f64bc48addcc74f5f
3
+ size 199599625
videos/observation.images.camera_high/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89d77036d6392db8178f2045931420312ca300a68a5e0c59a337a17c09c1ca63
3
+ size 207182194
videos/observation.images.camera_high/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d3c014bd70178bca8015a1ef43eebdb7c05f9b660cccc8f3e4a2f1681aa98b
3
+ size 190838048
videos/observation.images.camera_high/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3e8caffc47203f78e2e902c1af9975e7a6cfca8292797a2ef2b97479cf709d
3
+ size 202851749
videos/observation.images.camera_high/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec870e88bc3a3a1a6413887bd87a577d95be16e8f85cee23bf84988f4de1799
3
+ size 200482000
videos/observation.images.camera_high/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6403f902163b441bd8779a747a9064a70f80d3009eee5bfc264777063c199c05
3
+ size 204077398
videos/observation.images.camera_high/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40bc69e5a1cce5ff0f3c2f6bbdd3cf065d90c9a13fe2b76edd22594dca3d2b31
3
+ size 208428546
videos/observation.images.camera_high/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5314cdebb2103efab64a018c5db485f576cae610293fdebd12c7d7daa45e5f7
3
+ size 197414315
videos/observation.images.camera_high/chunk-000/file-009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969911b780c75cafbe73f31901cf41ae4a678734d5f52ec87c865cf61041ce23
3
+ size 188068977
videos/observation.images.camera_high/chunk-000/file-010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e6201b36ac754028fe44689b9ebdd69916e16557c25df3c0bbd5c9b0b08afc
3
+ size 89950298
videos/observation.images.camera_left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd9808c59c78c3ff4bffba5e382bc0b68e396900007f1adfd025919b2c8d6f5a
3
+ size 202268459
videos/observation.images.camera_left_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49ba05dcae2afce27fd5b6ff080e85098493c943b61bd5553cd75fcc4991ed39
3
+ size 199859546
videos/observation.images.camera_left_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551a3e0601cc0a97cb78f126035e36acaa597bd3313466515c26395f9f3501f5
3
+ size 201114739
videos/observation.images.camera_left_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3aaa6bee42da05647c50d40bbe6d0e5f2ab7c01b3e1d01ef20d9e2800377ee9
3
+ size 93803861
videos/observation.images.camera_low/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c063703de2320e494c6ad0b34d460b5388f0ec1571939da345704a7e929ad829
3
+ size 181647830
videos/observation.images.camera_low/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79671c338a3d0fc41d8e82732265c5eb0e26cb11dc980e88dee491ac579015d5
3
+ size 192454459
videos/observation.images.camera_low/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0604c184ddda72c3e16f62cceea8563ad242bf70aee603bc1b6a7ba8733469f
3
+ size 176243054
videos/observation.images.camera_right_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee2fbe3655203712f2c5fa0a97b78b77e53aac3639acfab1ccd612a301dba205
3
+ size 195747145
videos/observation.images.camera_right_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3da71f5788c97e21559499fcfa1c4502ee840d1f1c0c2ef73c9048b87cf4b074
3
+ size 205401663
videos/observation.images.camera_right_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f56b6dba1a61b135d1b53012862f5b0cb562378a1f402c18292fdf631f94faf4
3
+ size 202954296