abdeljalilELmajjodi commited on
Commit
fd842eb
·
verified ·
1 Parent(s): ff45ce2

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so100
8
+ - tutorial
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v2.0",
30
+ "robot_type": "so100",
31
+ "total_episodes": 60,
32
+ "total_frames": 41082,
33
+ "total_tasks": 1,
34
+ "total_videos": 240,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:60"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 7
48
+ ],
49
+ "names": [
50
+ "main_shoulder_pan",
51
+ "main_shoulder_lift",
52
+ "main_elbow_flex",
53
+ "main_wrist_flex",
54
+ "main_wrist_roll",
55
+ "main_gripper",
56
+ "main_extra_wrist"
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 7
63
+ ],
64
+ "names": [
65
+ "main_shoulder_pan",
66
+ "main_shoulder_lift",
67
+ "main_elbow_flex",
68
+ "main_wrist_flex",
69
+ "main_wrist_roll",
70
+ "main_gripper",
71
+ "main_extra_wrist"
72
+ ]
73
+ },
74
+ "observation.images.laptop": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.fps": 30.0,
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.images.phone": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 480,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.fps": 30.0,
111
+ "video.height": 480,
112
+ "video.width": 640,
113
+ "video.channels": 3,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.Lwebcam": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 480,
124
+ 640,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channels"
131
+ ],
132
+ "info": {
133
+ "video.fps": 30.0,
134
+ "video.height": 480,
135
+ "video.width": 640,
136
+ "video.channels": 3,
137
+ "video.codec": "av1",
138
+ "video.pix_fmt": "yuv420p",
139
+ "video.is_depth_map": false,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "observation.images.macwebcam": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 480,
147
+ 640,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channels"
154
+ ],
155
+ "info": {
156
+ "video.fps": 30.0,
157
+ "video.height": 480,
158
+ "video.width": 640,
159
+ "video.channels": 3,
160
+ "video.codec": "av1",
161
+ "video.pix_fmt": "yuv420p",
162
+ "video.is_depth_map": false,
163
+ "has_audio": false
164
+ }
165
+ },
166
+ "timestamp": {
167
+ "dtype": "float32",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "frame_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "episode_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "task_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ }
201
+ }
202
+ }
203
+ ```
204
+
205
+
206
+ ## Citation
207
+
208
+ **BibTeX:**
209
+
210
+ ```bibtex
211
+ [More Information Needed]
212
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334ac10aaf0d7ba9052260005e8fd3fc0dbcd0a430bc5cec4f27b38f093d9e40
3
+ size 31239
meta/.ipynb_checkpoints/episodes-checkpoint.jsonl ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["on off mixer"], "length": 648}
2
+ {"episode_index": 1, "tasks": ["on off mixer"], "length": 570}
3
+ {"episode_index": 2, "tasks": ["on off mixer"], "length": 580}
4
+ {"episode_index": 3, "tasks": ["on off mixer"], "length": 569}
5
+ {"episode_index": 4, "tasks": ["on off mixer"], "length": 642}
6
+ {"episode_index": 5, "tasks": ["on off mixer"], "length": 597}
7
+ {"episode_index": 6, "tasks": ["on off mixer"], "length": 620}
8
+ {"episode_index": 7, "tasks": ["on off mixer"], "length": 631}
9
+ {"episode_index": 8, "tasks": ["on off mixer"], "length": 596}
10
+ {"episode_index": 9, "tasks": ["on off mixer"], "length": 724}
11
+ {"episode_index": 10, "tasks": ["on off mixer"], "length": 649}
12
+ {"episode_index": 11, "tasks": ["on off mixer"], "length": 596}
13
+ {"episode_index": 12, "tasks": ["on off mixer"], "length": 657}
14
+ {"episode_index": 13, "tasks": ["on off mixer"], "length": 678}
15
+ {"episode_index": 14, "tasks": ["on off mixer"], "length": 641}
16
+ {"episode_index": 15, "tasks": ["on off mixer"], "length": 669}
17
+ {"episode_index": 16, "tasks": ["on off mixer"], "length": 729}
18
+ {"episode_index": 17, "tasks": ["on off mixer"], "length": 610}
19
+ {"episode_index": 18, "tasks": ["on off mixer"], "length": 708}
20
+ {"episode_index": 19, "tasks": ["on off mixer"], "length": 764}
21
+ {"episode_index": 20, "tasks": ["on off mixer"], "length": 701}
22
+ {"episode_index": 21, "tasks": ["on off mixer"], "length": 663}
23
+ {"episode_index": 22, "tasks": ["on off mixer"], "length": 767}
24
+ {"episode_index": 23, "tasks": ["on off mixer"], "length": 649}
25
+ {"episode_index": 24, "tasks": ["on off mixer"], "length": 675}
26
+ {"episode_index": 25, "tasks": ["on off mixer"], "length": 589}
27
+ {"episode_index": 26, "tasks": ["on off mixer"], "length": 708}
28
+ {"episode_index": 27, "tasks": ["on off mixer"], "length": 796}
29
+ {"episode_index": 28, "tasks": ["on off mixer"], "length": 710}
30
+ {"episode_index": 29, "tasks": ["on off mixer"], "length": 692}
31
+ {"episode_index": 30, "tasks": ["on off mixer"], "length": 789}
32
+ {"episode_index": 31, "tasks": ["on off mixer"], "length": 817}
33
+ {"episode_index": 32, "tasks": ["on off mixer"], "length": 771}
34
+ {"episode_index": 33, "tasks": ["on off mixer"], "length": 701}
35
+ {"episode_index": 34, "tasks": ["on off mixer"], "length": 724}
36
+ {"episode_index": 35, "tasks": ["on off mixer"], "length": 786}
37
+ {"episode_index": 36, "tasks": ["on off mixer"], "length": 723}
38
+ {"episode_index": 37, "tasks": ["on off mixer"], "length": 670}
39
+ {"episode_index": 38, "tasks": ["on off mixer"], "length": 679}
40
+ {"episode_index": 39, "tasks": ["on off mixer"], "length": 673}
41
+ {"episode_index": 40, "tasks": ["on off mixer"], "length": 801}
42
+ {"episode_index": 41, "tasks": ["on off mixer"], "length": 876}
43
+ {"episode_index": 42, "tasks": ["on off mixer"], "length": 615}
44
+ {"episode_index": 43, "tasks": ["on off mixer"], "length": 706}
45
+ {"episode_index": 44, "tasks": ["on off mixer"], "length": 735}
46
+ {"episode_index": 45, "tasks": ["on off mixer"], "length": 633}
47
+ {"episode_index": 46, "tasks": ["on off mixer"], "length": 773}
48
+ {"episode_index": 47, "tasks": ["on off mixer"], "length": 680}
49
+ {"episode_index": 48, "tasks": ["on off mixer"], "length": 687}
50
+ {"episode_index": 49, "tasks": ["on off mixer"], "length": 888}
51
+ {"episode_index": 50, "tasks": ["on off mixer"], "length": 806}
52
+ {"episode_index": 51, "tasks": ["on off mixer"], "length": 895}
53
+ {"episode_index": 52, "tasks": ["on off mixer"], "length": 1}
54
+ {"episode_index": 53, "tasks": ["on off mixer"], "length": 703}
55
+ {"episode_index": 54, "tasks": ["on off mixer"], "length": 824}
56
+ {"episode_index": 55, "tasks": ["on off mixer"], "length": 775}
57
+ {"episode_index": 56, "tasks": ["on off mixer"], "length": 732}
58
+ {"episode_index": 57, "tasks": ["on off mixer"], "length": 895}
59
+ {"episode_index": 58, "tasks": ["on off mixer"], "length": 1}
60
+ {"episode_index": 59, "tasks": ["on off mixer"], "length": 895}
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Turn on/off the mixer"], "length": 648}
meta/info.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 41082,
6
+ "total_tasks": 1,
7
+ "total_videos": 240,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:60"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper",
29
+ "main_extra_wrist"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "main_shoulder_pan",
39
+ "main_shoulder_lift",
40
+ "main_elbow_flex",
41
+ "main_wrist_flex",
42
+ "main_wrist_roll",
43
+ "main_gripper",
44
+ "main_extra_wrist"
45
+ ]
46
+ },
47
+ "observation.images.laptop": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.fps": 30.0,
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.channels": 3,
64
+ "video.codec": "av1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.phone": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 30.0,
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.channels": 3,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.Lwebcam": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 640,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
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.macwebcam": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 480,
120
+ 640,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channels"
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
+ "timestamp": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "frame_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "episode_index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "task_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ }
174
+ }
175
+ }
meta/stats.json ADDED
@@ -0,0 +1,428 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -5.597437381744385,
5
+ 174.01242065429688,
6
+ 124.69835662841797,
7
+ 81.73717498779297,
8
+ 1.5162278413772583,
9
+ -0.4017908573150635,
10
+ 4.320822238922119
11
+ ],
12
+ "std": [
13
+ 2.661205291748047,
14
+ 13.559879302978516,
15
+ 16.431825637817383,
16
+ 9.829038619995117,
17
+ 3.2210116386413574,
18
+ 0.2291061133146286,
19
+ 2.825740337371826
20
+ ],
21
+ "max": [
22
+ 5.537109375,
23
+ 190.986328125,
24
+ 157.412109375,
25
+ 101.689453125,
26
+ 11.77734375,
27
+ 2.598752737045288,
28
+ 14.94140625
29
+ ],
30
+ "min": [
31
+ -17.138671875,
32
+ 129.990234375,
33
+ 85.95703125,
34
+ 55.810546875,
35
+ -8.173828125,
36
+ -0.7276507019996643,
37
+ -7.3828125
38
+ ]
39
+ },
40
+ "observation.state": {
41
+ "mean": [
42
+ -5.388558387756348,
43
+ 174.3100128173828,
44
+ 126.14653015136719,
45
+ 82.63036346435547,
46
+ 1.3092459440231323,
47
+ 0.623476505279541,
48
+ 3.6125786304473877
49
+ ],
50
+ "std": [
51
+ 2.402920722961426,
52
+ 12.4298677444458,
53
+ 16.129335403442383,
54
+ 8.805459022521973,
55
+ 2.8347909450531006,
56
+ 0.10513900220394135,
57
+ 2.5431644916534424
58
+ ],
59
+ "max": [
60
+ 2.548828125,
61
+ 190.1953125,
62
+ 157.939453125,
63
+ 96.85546875,
64
+ 10.1953125,
65
+ 1.4742014408111572,
66
+ 12.216796875
67
+ ],
68
+ "min": [
69
+ -16.34765625,
70
+ 139.74609375,
71
+ 89.82421875,
72
+ 62.05078125,
73
+ -7.294921875,
74
+ 0.24570024013519287,
75
+ -6.50390625
76
+ ]
77
+ },
78
+ "observation.images.laptop": {
79
+ "mean": [
80
+ [
81
+ [
82
+ 0.5009694695472717
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.42611804604530334
88
+ ]
89
+ ],
90
+ [
91
+ [
92
+ 0.5096624493598938
93
+ ]
94
+ ]
95
+ ],
96
+ "std": [
97
+ [
98
+ [
99
+ 0.2405460923910141
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.21830061078071594
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 0.2495231032371521
110
+ ]
111
+ ]
112
+ ],
113
+ "max": [
114
+ [
115
+ [
116
+ 1.0
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 1.0
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 1.0
127
+ ]
128
+ ]
129
+ ],
130
+ "min": [
131
+ [
132
+ [
133
+ 0.0
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.0
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 0.0
144
+ ]
145
+ ]
146
+ ]
147
+ },
148
+ "observation.images.phone": {
149
+ "mean": [
150
+ [
151
+ [
152
+ 0.46514368057250977
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.450393408536911
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.417977511882782
163
+ ]
164
+ ]
165
+ ],
166
+ "std": [
167
+ [
168
+ [
169
+ 0.275782972574234
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.27504467964172363
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 0.25512364506721497
180
+ ]
181
+ ]
182
+ ],
183
+ "max": [
184
+ [
185
+ [
186
+ 1.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 1.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 1.0
197
+ ]
198
+ ]
199
+ ],
200
+ "min": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ]
217
+ },
218
+ "observation.images.Lwebcam": {
219
+ "mean": [
220
+ [
221
+ [
222
+ 0.583202064037323
223
+ ]
224
+ ],
225
+ [
226
+ [
227
+ 0.5195888876914978
228
+ ]
229
+ ],
230
+ [
231
+ [
232
+ 0.442402184009552
233
+ ]
234
+ ]
235
+ ],
236
+ "std": [
237
+ [
238
+ [
239
+ 0.22006265819072723
240
+ ]
241
+ ],
242
+ [
243
+ [
244
+ 0.21517056226730347
245
+ ]
246
+ ],
247
+ [
248
+ [
249
+ 0.21626999974250793
250
+ ]
251
+ ]
252
+ ],
253
+ "max": [
254
+ [
255
+ [
256
+ 1.0
257
+ ]
258
+ ],
259
+ [
260
+ [
261
+ 1.0
262
+ ]
263
+ ],
264
+ [
265
+ [
266
+ 1.0
267
+ ]
268
+ ]
269
+ ],
270
+ "min": [
271
+ [
272
+ [
273
+ 0.0
274
+ ]
275
+ ],
276
+ [
277
+ [
278
+ 0.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 0.0
284
+ ]
285
+ ]
286
+ ]
287
+ },
288
+ "observation.images.macwebcam": {
289
+ "mean": [
290
+ [
291
+ [
292
+ 0.6400859355926514
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.5890793800354004
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.5200791358947754
303
+ ]
304
+ ]
305
+ ],
306
+ "std": [
307
+ [
308
+ [
309
+ 0.21368037164211273
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.2123914659023285
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 0.20408451557159424
320
+ ]
321
+ ]
322
+ ],
323
+ "max": [
324
+ [
325
+ [
326
+ 1.0
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 1.0
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 1.0
337
+ ]
338
+ ]
339
+ ],
340
+ "min": [
341
+ [
342
+ [
343
+ 0.0
344
+ ]
345
+ ],
346
+ [
347
+ [
348
+ 0.0
349
+ ]
350
+ ],
351
+ [
352
+ [
353
+ 0.0
354
+ ]
355
+ ]
356
+ ]
357
+ },
358
+ "timestamp": {
359
+ "mean": [
360
+ 11.960947036743164
361
+ ],
362
+ "std": [
363
+ 7.119960308074951
364
+ ],
365
+ "max": [
366
+ 29.799999237060547
367
+ ],
368
+ "min": [
369
+ 0.0
370
+ ]
371
+ },
372
+ "frame_index": {
373
+ "mean": [
374
+ 358.8282775878906
375
+ ],
376
+ "std": [
377
+ 213.59878540039062
378
+ ],
379
+ "max": [
380
+ 894.0
381
+ ],
382
+ "min": [
383
+ 0.0
384
+ ]
385
+ },
386
+ "episode_index": {
387
+ "mean": [
388
+ 30.012964248657227
389
+ ],
390
+ "std": [
391
+ 16.881452560424805
392
+ ],
393
+ "max": [
394
+ 59.0
395
+ ],
396
+ "min": [
397
+ 0.0
398
+ ]
399
+ },
400
+ "index": {
401
+ "mean": [
402
+ 20540.5
403
+ ],
404
+ "std": [
405
+ 11859.3564453125
406
+ ],
407
+ "max": [
408
+ 41081.0
409
+ ],
410
+ "min": [
411
+ 0.0
412
+ ]
413
+ },
414
+ "task_index": {
415
+ "mean": [
416
+ 0.0
417
+ ],
418
+ "std": [
419
+ 0.0
420
+ ],
421
+ "max": [
422
+ 0.0
423
+ ],
424
+ "min": [
425
+ 0.0
426
+ ]
427
+ }
428
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Turn on/off the mixer"}
videos/videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec54e4c4f462a3d6f40731383b61eb950d6cb413daba9f06fc294957e27b9d9f
3
+ size 7608791