Poul5464654 Henry-Ellis commited on
Commit
326fd0b
·
0 Parent(s):

Duplicate from unitreerobotics/G1_Dex3_BlockStacking_Dataset

Browse files

Co-authored-by: hengguo <Henry-Ellis@users.noreply.huggingface.co>

Files changed (26) hide show
  1. .gitattributes +59 -0
  2. README.md +280 -0
  3. data/chunk-000/file-000.parquet +3 -0
  4. meta/episodes/chunk-000/file-000.parquet +3 -0
  5. meta/info.json +228 -0
  6. meta/stats.json +629 -0
  7. meta/tasks.parquet +3 -0
  8. videos/observation.images.cam_left_high/chunk-000/file-000.mp4 +3 -0
  9. videos/observation.images.cam_left_high/chunk-000/file-001.mp4 +3 -0
  10. videos/observation.images.cam_left_high/chunk-000/file-002.mp4 +3 -0
  11. videos/observation.images.cam_left_high/chunk-000/file-003.mp4 +3 -0
  12. videos/observation.images.cam_left_high/chunk-000/file-004.mp4 +3 -0
  13. videos/observation.images.cam_left_high/chunk-000/file-005.mp4 +3 -0
  14. videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 +3 -0
  15. videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 +3 -0
  16. videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 +3 -0
  17. videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 +3 -0
  18. videos/observation.images.cam_right_high/chunk-000/file-000.mp4 +3 -0
  19. videos/observation.images.cam_right_high/chunk-000/file-001.mp4 +3 -0
  20. videos/observation.images.cam_right_high/chunk-000/file-002.mp4 +3 -0
  21. videos/observation.images.cam_right_high/chunk-000/file-003.mp4 +3 -0
  22. videos/observation.images.cam_right_high/chunk-000/file-004.mp4 +3 -0
  23. videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 +3 -0
  24. videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 +3 -0
  25. videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 +3 -0
  26. videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 +3 -0
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+
23
+ - **Task Objective:** Stack the three cubic blocks on the desktop from bottom to top in the order of red, yellow, and blue on the black tape affixed to the desktop.
24
+ - **Operational Objects:** Three cubic blocks with 5cm side lengths(Purchase link:[【淘宝】假一赔四 https://e.tb.cn/h.60bRpk3V7bDhevw?tk=RzFAeJt4Wwp CZ007 「小块正方体形积木数学教具婴儿童益智拼装玩具层层叠1一2岁3宝宝6」
25
+ 点击链接直接打开 或者 淘宝搜索直接打开]).
26
+ - **Operation Duration:** Each operation takes approximately 20 to 40 seconds.
27
+ - **Recording Frequency:** 30 Hz.
28
+ - **Robot Type:** 7-DOF dual-arm G1 robot.
29
+ - **End Effector:** Three-fingered dexterous hands.
30
+ - **Dual-Arm Operation:** Yes.
31
+ - **Image Resolution:** 640x480.
32
+ - **Camera Positions:** Wrist-mounted (monocular camera) + head-mounted (binocular cameras).
33
+ - **Data Content:**
34
+ • Robot's current state.
35
+ • Robot's next action.
36
+ • Current camera view images.
37
+ - **Robot Initial Posture:** The first robot state in each dataset entry.
38
+ - **Object Placement:** Randomly placed within the robot arm's motion range and the field of view of the robot's head-mounted camera.
39
+ - **Camera View:** Follow the guidelines in **Part 5** of [AVP Teleoperation Documentation](https://github.com/unitreerobotics/avp_teleoperate).
40
+
41
+ - **Important Notes:**
42
+ 1. Due to the inability to precisely describe spatial positions, adjust the scene to closely match the first frame of the dataset after installing the hardware as specified in **Part 5** of [AVP Teleoperation Documentation](https://github.com/unitreerobotics/avp_teleoperate).
43
+ 2. Data collection is not completed in a single session, and variations between data entries exist. Ensure these variations are accounted for during model training.
44
+
45
+
46
+ ## Dataset Structure
47
+
48
+ [meta/info.json](meta/info.json):
49
+ ```json
50
+ {
51
+ "codebase_version": "v2.0",
52
+ "robot_type": "Unitree_G1",
53
+ "total_episodes": 301,
54
+ "total_frames": 281196,
55
+ "total_tasks": 1,
56
+ "total_videos": 1204,
57
+ "total_chunks": 1,
58
+ "chunks_size": 1000,
59
+ "fps": 30,
60
+ "splits": {
61
+ "train": "0:301"
62
+ },
63
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
64
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
65
+ "features": {
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 28
70
+ ],
71
+ "names": [
72
+ [
73
+ "kLeftShoulderPitch",
74
+ "kLeftShoulderRoll",
75
+ "kLeftShoulderYaw",
76
+ "kLeftElbow",
77
+ "kLeftWristRoll",
78
+ "kLeftWristPitch",
79
+ "kLeftWristYaw",
80
+ "kRightShoulderPitch",
81
+ "kRightShoulderRoll",
82
+ "kRightShoulderYaw",
83
+ "kRightElbow",
84
+ "kRightWristRoll",
85
+ "kRightWristPitch",
86
+ "kRightWristYaw",
87
+ "kLeftHandThumb0",
88
+ "kLeftHandThumb1",
89
+ "kLeftHandThumb2",
90
+ "kLeftHandMiddle0",
91
+ "kLeftHandMiddle1",
92
+ "kLeftHandIndex0",
93
+ "kLeftHandIndex1",
94
+ "kRightHandThumb0",
95
+ "kRightHandThumb1",
96
+ "kRightHandThumb2",
97
+ "kRightHandIndex0",
98
+ "kRightHandIndex1",
99
+ "kRightHandMiddle0",
100
+ "kRightHandMiddle1"
101
+ ]
102
+ ]
103
+ },
104
+ "action": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 28
108
+ ],
109
+ "names": [
110
+ [
111
+ "kLeftShoulderPitch",
112
+ "kLeftShoulderRoll",
113
+ "kLeftShoulderYaw",
114
+ "kLeftElbow",
115
+ "kLeftWristRoll",
116
+ "kLeftWristPitch",
117
+ "kLeftWristYaw",
118
+ "kRightShoulderPitch",
119
+ "kRightShoulderRoll",
120
+ "kRightShoulderYaw",
121
+ "kRightElbow",
122
+ "kRightWristRoll",
123
+ "kRightWristPitch",
124
+ "kRightWristYaw",
125
+ "kLeftHandThumb0",
126
+ "kLeftHandThumb1",
127
+ "kLeftHandThumb2",
128
+ "kLeftHandMiddle0",
129
+ "kLeftHandMiddle1",
130
+ "kLeftHandIndex0",
131
+ "kLeftHandIndex1",
132
+ "kRightHandThumb0",
133
+ "kRightHandThumb1",
134
+ "kRightHandThumb2",
135
+ "kRightHandIndex0",
136
+ "kRightHandIndex1",
137
+ "kRightHandMiddle0",
138
+ "kRightHandMiddle1"
139
+ ]
140
+ ]
141
+ },
142
+ "observation.images.cam_left_high": {
143
+ "dtype": "video",
144
+ "shape": [
145
+ 3,
146
+ 480,
147
+ 640
148
+ ],
149
+ "names": [
150
+ "channels",
151
+ "height",
152
+ "width"
153
+ ],
154
+ "info": {
155
+ "video.fps": 30.0,
156
+ "video.height": 480,
157
+ "video.width": 640,
158
+ "video.channels": 3,
159
+ "video.codec": "av1",
160
+ "video.pix_fmt": "yuv420p",
161
+ "video.is_depth_map": false,
162
+ "has_audio": false
163
+ }
164
+ },
165
+ "observation.images.cam_right_high": {
166
+ "dtype": "video",
167
+ "shape": [
168
+ 3,
169
+ 480,
170
+ 640
171
+ ],
172
+ "names": [
173
+ "channels",
174
+ "height",
175
+ "width"
176
+ ],
177
+ "info": {
178
+ "video.fps": 30.0,
179
+ "video.height": 480,
180
+ "video.width": 640,
181
+ "video.channels": 3,
182
+ "video.codec": "av1",
183
+ "video.pix_fmt": "yuv420p",
184
+ "video.is_depth_map": false,
185
+ "has_audio": false
186
+ }
187
+ },
188
+ "observation.images.cam_left_wrist": {
189
+ "dtype": "video",
190
+ "shape": [
191
+ 3,
192
+ 480,
193
+ 640
194
+ ],
195
+ "names": [
196
+ "channels",
197
+ "height",
198
+ "width"
199
+ ],
200
+ "info": {
201
+ "video.fps": 30.0,
202
+ "video.height": 480,
203
+ "video.width": 640,
204
+ "video.channels": 3,
205
+ "video.codec": "av1",
206
+ "video.pix_fmt": "yuv420p",
207
+ "video.is_depth_map": false,
208
+ "has_audio": false
209
+ }
210
+ },
211
+ "observation.images.cam_right_wrist": {
212
+ "dtype": "video",
213
+ "shape": [
214
+ 3,
215
+ 480,
216
+ 640
217
+ ],
218
+ "names": [
219
+ "channels",
220
+ "height",
221
+ "width"
222
+ ],
223
+ "info": {
224
+ "video.fps": 30.0,
225
+ "video.height": 480,
226
+ "video.width": 640,
227
+ "video.channels": 3,
228
+ "video.codec": "av1",
229
+ "video.pix_fmt": "yuv420p",
230
+ "video.is_depth_map": false,
231
+ "has_audio": false
232
+ }
233
+ },
234
+ "timestamp": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ },
241
+ "frame_index": {
242
+ "dtype": "int64",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "names": null
247
+ },
248
+ "episode_index": {
249
+ "dtype": "int64",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "names": null
254
+ },
255
+ "index": {
256
+ "dtype": "int64",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "names": null
261
+ },
262
+ "task_index": {
263
+ "dtype": "int64",
264
+ "shape": [
265
+ 1
266
+ ],
267
+ "names": null
268
+ }
269
+ }
270
+ }
271
+ ```
272
+
273
+
274
+ ## Citation
275
+
276
+ **BibTeX:**
277
+
278
+ ```bibtex
279
+ [More Information Needed]
280
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49fd8e3e8d5d7bd682897644017c0a2542275af80f2fe0a936734d8abbd1d7b
3
+ size 63247041
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127bf236532cde778b197774f94e1869de6e5db7ab08aa7296baad737e1ba658
3
+ size 678425
meta/info.json ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "Unitree_G1",
4
+ "total_episodes": 301,
5
+ "total_frames": 281196,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30.0,
9
+ "splits": {
10
+ "train": "0:301"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.state": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 28
19
+ ],
20
+ "names": [
21
+ [
22
+ "kLeftShoulderPitch",
23
+ "kLeftShoulderRoll",
24
+ "kLeftShoulderYaw",
25
+ "kLeftElbow",
26
+ "kLeftWristRoll",
27
+ "kLeftWristPitch",
28
+ "kLeftWristYaw",
29
+ "kRightShoulderPitch",
30
+ "kRightShoulderRoll",
31
+ "kRightShoulderYaw",
32
+ "kRightElbow",
33
+ "kRightWristRoll",
34
+ "kRightWristPitch",
35
+ "kRightWristYaw",
36
+ "kLeftHandThumb0",
37
+ "kLeftHandThumb1",
38
+ "kLeftHandThumb2",
39
+ "kLeftHandMiddle0",
40
+ "kLeftHandMiddle1",
41
+ "kLeftHandIndex0",
42
+ "kLeftHandIndex1",
43
+ "kRightHandThumb0",
44
+ "kRightHandThumb1",
45
+ "kRightHandThumb2",
46
+ "kRightHandIndex0",
47
+ "kRightHandIndex1",
48
+ "kRightHandMiddle0",
49
+ "kRightHandMiddle1"
50
+ ]
51
+ ],
52
+ "fps": 30.0
53
+ },
54
+ "action": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 28
58
+ ],
59
+ "names": [
60
+ [
61
+ "kLeftShoulderPitch",
62
+ "kLeftShoulderRoll",
63
+ "kLeftShoulderYaw",
64
+ "kLeftElbow",
65
+ "kLeftWristRoll",
66
+ "kLeftWristPitch",
67
+ "kLeftWristYaw",
68
+ "kRightShoulderPitch",
69
+ "kRightShoulderRoll",
70
+ "kRightShoulderYaw",
71
+ "kRightElbow",
72
+ "kRightWristRoll",
73
+ "kRightWristPitch",
74
+ "kRightWristYaw",
75
+ "kLeftHandThumb0",
76
+ "kLeftHandThumb1",
77
+ "kLeftHandThumb2",
78
+ "kLeftHandMiddle0",
79
+ "kLeftHandMiddle1",
80
+ "kLeftHandIndex0",
81
+ "kLeftHandIndex1",
82
+ "kRightHandThumb0",
83
+ "kRightHandThumb1",
84
+ "kRightHandThumb2",
85
+ "kRightHandIndex0",
86
+ "kRightHandIndex1",
87
+ "kRightHandMiddle0",
88
+ "kRightHandMiddle1"
89
+ ]
90
+ ],
91
+ "fps": 30.0
92
+ },
93
+ "observation.images.cam_left_high": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ],
100
+ "names": [
101
+ "channels",
102
+ "height",
103
+ "width"
104
+ ],
105
+ "info": {
106
+ "video.fps": 30.0,
107
+ "video.height": 480,
108
+ "video.width": 640,
109
+ "video.channels": 3,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.cam_right_high": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 3,
120
+ 480,
121
+ 640
122
+ ],
123
+ "names": [
124
+ "channels",
125
+ "height",
126
+ "width"
127
+ ],
128
+ "info": {
129
+ "video.fps": 30.0,
130
+ "video.height": 480,
131
+ "video.width": 640,
132
+ "video.channels": 3,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.cam_left_wrist": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 3,
143
+ 480,
144
+ 640
145
+ ],
146
+ "names": [
147
+ "channels",
148
+ "height",
149
+ "width"
150
+ ],
151
+ "info": {
152
+ "video.fps": 30.0,
153
+ "video.height": 480,
154
+ "video.width": 640,
155
+ "video.channels": 3,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.cam_right_wrist": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 3,
166
+ 480,
167
+ 640
168
+ ],
169
+ "names": [
170
+ "channels",
171
+ "height",
172
+ "width"
173
+ ],
174
+ "info": {
175
+ "video.fps": 30.0,
176
+ "video.height": 480,
177
+ "video.width": 640,
178
+ "video.channels": 3,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "timestamp": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null,
191
+ "fps": 30.0
192
+ },
193
+ "frame_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null,
199
+ "fps": 30.0
200
+ },
201
+ "episode_index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null,
207
+ "fps": 30.0
208
+ },
209
+ "index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null,
215
+ "fps": 30.0
216
+ },
217
+ "task_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null,
223
+ "fps": 30.0
224
+ }
225
+ },
226
+ "data_files_size_in_mb": 100,
227
+ "video_files_size_in_mb": 500
228
+ }
meta/stats.json ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.cam_right_high": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.5065798633793634
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.499573790773689
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.4709063408189684
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.23873019810985247
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.23262613650875938
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.23849618785463422
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 50388
73
+ ]
74
+ },
75
+ "observation.images.cam_left_wrist": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.43317515058686185
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.4269818053302466
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.4134873692542161
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.3018915022846747
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.28479098141746156
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.29928073327490484
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 50388
146
+ ]
147
+ },
148
+ "observation.state": {
149
+ "min": [
150
+ -1.4550118446350098,
151
+ -0.06949806213378906,
152
+ -1.0511047840118408,
153
+ -1.03071928024292,
154
+ -0.4975949823856354,
155
+ -1.5453640222549438,
156
+ -1.3530008792877197,
157
+ -1.5718340873718262,
158
+ -1.1841716766357422,
159
+ -0.5344080924987793,
160
+ -1.0334393978118896,
161
+ -1.6194305419921875,
162
+ -1.5786588191986084,
163
+ -0.9749836921691895,
164
+ -1.0097272396087646,
165
+ 0.5789667367935181,
166
+ 0.017472300678491592,
167
+ -1.3936595916748047,
168
+ -2.083012104034424,
169
+ -1.089174509048462,
170
+ -2.0832393169403076,
171
+ -1.006208062171936,
172
+ -1.0547640323638916,
173
+ -1.0409409999847412,
174
+ -0.1988460272550583,
175
+ 0.009620487689971924,
176
+ -0.17772997915744781,
177
+ 0.008674941025674343
178
+ ],
179
+ "max": [
180
+ 0.5277786254882812,
181
+ 1.2103934288024902,
182
+ 0.5151016712188721,
183
+ 1.2654342651367188,
184
+ 1.7501063346862793,
185
+ 1.3493192195892334,
186
+ 0.9137319326400757,
187
+ 0.4504079818725586,
188
+ 0.0651240348815918,
189
+ 1.0999765396118164,
190
+ 1.3758091926574707,
191
+ 0.5103821754455566,
192
+ 1.2686320543289185,
193
+ 1.3807964324951172,
194
+ 0.1522921770811081,
195
+ 1.102331519126892,
196
+ 1.3545994758605957,
197
+ 0.1950070858001709,
198
+ -0.008813309483230114,
199
+ 0.2671687602996826,
200
+ -0.008364483714103699,
201
+ 0.026381712406873703,
202
+ -0.608210563659668,
203
+ -0.018412526696920395,
204
+ 1.645692229270935,
205
+ 2.085045099258423,
206
+ 1.453798770904541,
207
+ 2.090496778488159
208
+ ],
209
+ "mean": [
210
+ -0.3879570338915728,
211
+ 0.406045771019502,
212
+ 0.030620826597169505,
213
+ 0.0153625362322646,
214
+ 0.18191544733714546,
215
+ -0.017870269144278392,
216
+ -0.2689767563619761,
217
+ -0.5856638683315999,
218
+ -0.3806495197225512,
219
+ 0.06649060502480358,
220
+ 0.22811650194986233,
221
+ -0.12437720100303967,
222
+ -0.08365296632761351,
223
+ 0.34734994966232746,
224
+ -0.660358510889526,
225
+ 0.9788968457818484,
226
+ 0.36423653253475763,
227
+ 0.019067380869776798,
228
+ -0.07370557479993016,
229
+ -0.003843636020952974,
230
+ -0.37196278344523265,
231
+ -0.6061184709097405,
232
+ -0.9288628173178582,
233
+ -0.30492653122713365,
234
+ 0.023877166274315405,
235
+ 0.06866707648311189,
236
+ 0.07063117104538347,
237
+ 0.4259628477190553
238
+ ],
239
+ "std": [
240
+ 0.3063564384914223,
241
+ 0.2564313158539211,
242
+ 0.20863197237871364,
243
+ 0.27999546581300755,
244
+ 0.37397801500673294,
245
+ 0.28963928888180074,
246
+ 0.2777241946248484,
247
+ 0.3590919183799878,
248
+ 0.2687899695042939,
249
+ 0.2276301639384855,
250
+ 0.4077093638109428,
251
+ 0.3553332059817898,
252
+ 0.41973349729319087,
253
+ 0.29871516780037494,
254
+ 0.1497017626098519,
255
+ 0.07618077620180567,
256
+ 0.2695007548897285,
257
+ 0.2009185129244596,
258
+ 0.20752493898887106,
259
+ 0.2209242762247575,
260
+ 0.5601667997834916,
261
+ 0.14341892347115645,
262
+ 0.11111770760255912,
263
+ 0.28936093047193245,
264
+ 0.2413145127758061,
265
+ 0.20257278038838952,
266
+ 0.2726272910282082,
267
+ 0.5613446105358886
268
+ ],
269
+ "count": [
270
+ 281196
271
+ ]
272
+ },
273
+ "observation.images.cam_right_wrist": {
274
+ "min": [
275
+ [
276
+ [
277
+ 0.0
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 0.0
283
+ ]
284
+ ],
285
+ [
286
+ [
287
+ 0.0
288
+ ]
289
+ ]
290
+ ],
291
+ "max": [
292
+ [
293
+ [
294
+ 1.0
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 1.0
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 1.0
305
+ ]
306
+ ]
307
+ ],
308
+ "mean": [
309
+ [
310
+ [
311
+ 0.4179111509412738
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.4164055886421779
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.4026551431567932
322
+ ]
323
+ ]
324
+ ],
325
+ "std": [
326
+ [
327
+ [
328
+ 0.3065409739465407
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.28548764970782897
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.29872460492143454
339
+ ]
340
+ ]
341
+ ],
342
+ "count": [
343
+ 50388
344
+ ]
345
+ },
346
+ "episode_index": {
347
+ "min": [
348
+ 0
349
+ ],
350
+ "max": [
351
+ 300
352
+ ],
353
+ "mean": [
354
+ 146.44165635357544
355
+ ],
356
+ "std": [
357
+ 86.17670232645737
358
+ ],
359
+ "count": [
360
+ 281196
361
+ ]
362
+ },
363
+ "index": {
364
+ "min": [
365
+ 0
366
+ ],
367
+ "max": [
368
+ 281195
369
+ ],
370
+ "mean": [
371
+ 140597.5
372
+ ],
373
+ "std": [
374
+ 81174.29314700971
375
+ ],
376
+ "count": [
377
+ 281196
378
+ ]
379
+ },
380
+ "timestamp": {
381
+ "min": [
382
+ 0.0
383
+ ],
384
+ "max": [
385
+ 226.3333282470703
386
+ ],
387
+ "mean": [
388
+ 17.958870093682307
389
+ ],
390
+ "std": [
391
+ 20.42315269176781
392
+ ],
393
+ "count": [
394
+ 281196
395
+ ]
396
+ },
397
+ "observation.images.cam_left_high": {
398
+ "min": [
399
+ [
400
+ [
401
+ 0.0
402
+ ]
403
+ ],
404
+ [
405
+ [
406
+ 0.0
407
+ ]
408
+ ],
409
+ [
410
+ [
411
+ 0.0
412
+ ]
413
+ ]
414
+ ],
415
+ "max": [
416
+ [
417
+ [
418
+ 1.0
419
+ ]
420
+ ],
421
+ [
422
+ [
423
+ 1.0
424
+ ]
425
+ ],
426
+ [
427
+ [
428
+ 1.0
429
+ ]
430
+ ]
431
+ ],
432
+ "mean": [
433
+ [
434
+ [
435
+ 0.5047508094244186
436
+ ]
437
+ ],
438
+ [
439
+ [
440
+ 0.49904107562727407
441
+ ]
442
+ ],
443
+ [
444
+ [
445
+ 0.4707569804598843
446
+ ]
447
+ ]
448
+ ],
449
+ "std": [
450
+ [
451
+ [
452
+ 0.24257420341280794
453
+ ]
454
+ ],
455
+ [
456
+ [
457
+ 0.23630871385769248
458
+ ]
459
+ ],
460
+ [
461
+ [
462
+ 0.24121710847897557
463
+ ]
464
+ ]
465
+ ],
466
+ "count": [
467
+ 50388
468
+ ]
469
+ },
470
+ "action": {
471
+ "min": [
472
+ -1.5019830465316772,
473
+ -0.10465461015701294,
474
+ -1.0579173564910889,
475
+ -1.0471996068954468,
476
+ -0.5072725415229797,
477
+ -1.550949215888977,
478
+ -1.3590999841690063,
479
+ -1.7829570770263672,
480
+ -1.2025178670883179,
481
+ -0.5489614605903625,
482
+ -1.0471985340118408,
483
+ -1.6240100860595703,
484
+ -1.6144194602966309,
485
+ -0.9865021705627441,
486
+ -1.0471975803375244,
487
+ 0.5694321990013123,
488
+ 0.014022723771631718,
489
+ -1.6959482431411743,
490
+ -2.094395160675049,
491
+ -1.7615234851837158,
492
+ -2.094395160675049,
493
+ -1.0471912622451782,
494
+ -1.0471975803375244,
495
+ -1.0937144756317139,
496
+ -0.19198620319366455,
497
+ 2.9761647249808044e-24,
498
+ -0.19198620319366455,
499
+ 1.3522716746171002e-22
500
+ ],
501
+ "max": [
502
+ 0.5354967713356018,
503
+ 1.2286391258239746,
504
+ 0.5269407629966736,
505
+ 1.2704854011535645,
506
+ 1.755934238433838,
507
+ 1.3575888872146606,
508
+ 0.9239657521247864,
509
+ 0.4525030553340912,
510
+ 0.0873638242483139,
511
+ 1.1086024045944214,
512
+ 1.3864336013793945,
513
+ 0.5220990777015686,
514
+ 1.2726393938064575,
515
+ 1.3873311281204224,
516
+ 0.2105439007282257,
517
+ 1.0471975803375244,
518
+ 1.3984010219573975,
519
+ 0.19198620319366455,
520
+ -5.992518126550274e-23,
521
+ 0.19198620319366455,
522
+ -1.973005091110833e-21,
523
+ 0.09095222502946854,
524
+ -0.5916794538497925,
525
+ -0.014052720740437508,
526
+ 1.8325787782669067,
527
+ 2.094395160675049,
528
+ 1.6477811336517334,
529
+ 2.094395160675049
530
+ ],
531
+ "mean": [
532
+ -0.3863716232279148,
533
+ 0.39396745931167926,
534
+ 0.03431103041024928,
535
+ 0.009708200981389132,
536
+ 0.1722526341176066,
537
+ -0.019659362631351037,
538
+ -0.2612263374912693,
539
+ -0.5985700725298305,
540
+ -0.3845521863919965,
541
+ 0.06264817118491087,
542
+ 0.22825635141298742,
543
+ -0.12034727742691051,
544
+ -0.08447122011764718,
545
+ 0.34836003202886967,
546
+ -0.6551615797052873,
547
+ 1.0180872826390532,
548
+ 0.3756216246046298,
549
+ 0.03195931616074032,
550
+ -0.0710212018352759,
551
+ -0.0193650092538984,
552
+ -0.4033019803063864,
553
+ -0.6000273627620766,
554
+ -0.974619178094293,
555
+ -0.31548782881519905,
556
+ 0.010893788211935781,
557
+ 0.061587314852270404,
558
+ 0.08377548985850203,
559
+ 0.47268790923342574
560
+ ],
561
+ "std": [
562
+ 0.3104076833416323,
563
+ 0.24750707931350968,
564
+ 0.20972880206346728,
565
+ 0.2866169093069513,
566
+ 0.37252944644641034,
567
+ 0.2891084125434007,
568
+ 0.27607984396334756,
569
+ 0.3587734270584708,
570
+ 0.2686221540814786,
571
+ 0.2289337592155076,
572
+ 0.4082793531716458,
573
+ 0.35700841826630403,
574
+ 0.4206615200863807,
575
+ 0.29836216627340867,
576
+ 0.16762746861973923,
577
+ 0.058268190875271485,
578
+ 0.2606954802049171,
579
+ 0.2009716069388043,
580
+ 0.21631555781808606,
581
+ 0.24962205905952237,
582
+ 0.6308774557387031,
583
+ 0.15321309196122707,
584
+ 0.08768955931412543,
585
+ 0.2823158928236974,
586
+ 0.2406561448279678,
587
+ 0.2104461906537746,
588
+ 0.3059273470978774,
589
+ 0.6513390576277714
590
+ ],
591
+ "count": [
592
+ 281196
593
+ ]
594
+ },
595
+ "frame_index": {
596
+ "min": [
597
+ 0
598
+ ],
599
+ "max": [
600
+ 6790
601
+ ],
602
+ "mean": [
603
+ 538.7661026472638
604
+ ],
605
+ "std": [
606
+ 612.6945614168259
607
+ ],
608
+ "count": [
609
+ 281196
610
+ ]
611
+ },
612
+ "task_index": {
613
+ "min": [
614
+ 0
615
+ ],
616
+ "max": [
617
+ 0
618
+ ],
619
+ "mean": [
620
+ 0.0
621
+ ],
622
+ "std": [
623
+ 0.0
624
+ ],
625
+ "count": [
626
+ 281196
627
+ ]
628
+ }
629
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbcf6b738f9b336dade138404208e9ada671c50be38eb5e460ba443668330aa
3
+ size 2131
videos/observation.images.cam_left_high/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23afe2d6441921aaa987aafd4ee3c17b1f76dd16a12de5c6a1430e4858388da1
3
+ size 523098250
videos/observation.images.cam_left_high/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9289e8a006a9b75602d09072e3c0fd09a5be0a35c30bd72a2a46f302f395ca37
3
+ size 517357192
videos/observation.images.cam_left_high/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9297c84780f14eea7d941dbbbd03140253f44f49a97822bd7c6a91f7cd14c77a
3
+ size 516886129
videos/observation.images.cam_left_high/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0303e17b7ebb754ed5037c8ca6142aeaed87c1510ded696c6c7544586bb80775
3
+ size 517014193
videos/observation.images.cam_left_high/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e1503a2f443f31884884ce64a2f19e34294982ae6fccb4cddb526858be1388
3
+ size 518403775
videos/observation.images.cam_left_high/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f99f1ca34b51fbb990a0d8318aeec78d22fc3fb2fc4d2e24b1076e00c86024
3
+ size 291226127
videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631f385050b1b7a38961720123d859beea917db2e7ecf310fee89dcc5e0e9b9c
3
+ size 522008658
videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f504b57568450ef2537ce825b86be61e2f49c610a305a15f0fa127d23ca437
3
+ size 521244598
videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eeb69f13d7dd03aa4b1055e7734cc80c4df08899e3bdedb354d5fd55fb83f8a
3
+ size 521932029
videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0640b1d160aeff058becd4a99dfaca2a39d3fd4ea496e2ea9c76c3114cebce03
3
+ size 200227364
videos/observation.images.cam_right_high/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8cc36dbc576ef2c4ec1227a90edee5be15c6c43180b3cb9233f2f5f0d318ac6
3
+ size 523020489
videos/observation.images.cam_right_high/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf12c087ed754728fb78ae3d8bc982c3328f160d8627180d6849433c5d60df7
3
+ size 518550151
videos/observation.images.cam_right_high/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57cb8581d4352a129e9c7827e41c29e31d8b636ebdd643d4e94886546455c4e
3
+ size 520948733
videos/observation.images.cam_right_high/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce87f47ddf07a14ca838ffeb3a26eadaadc4d60c91b88c4957819e6ad105e7b
3
+ size 524143414
videos/observation.images.cam_right_high/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd00580b3b190f9c7743a3675294679d2f28e133b909ed96b60f061fc3b2f61
3
+ size 498753294
videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78faaa5884ef0b33844c957bf3cfcc37958aa0f0cc94f60e7157ccfa39af45e7
3
+ size 519196905
videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26bbc1c51548b6da076ddcfde42340fe96cbe3a7f6d1f67e7edfda80f1ded9aa
3
+ size 519662876
videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e63132c32d86e8f661877ee228c1cbb90c3d8627ec34b7cf1d65c05c5bc4c7
3
+ size 519281180
videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e19aed0d13292c19cc6f835382c2105b37da35b7ba1441c0c4ddebaf940c877f
3
+ size 323076402