CarolinePascal HF Staff commited on
Commit
f03e471
·
verified ·
1 Parent(s): 2ae6c05

Standalone copy of Qipei/Task_twoarms_pickup_50fps_blanket from lerobot/community_dataset_v3

Browse files
README.md ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - trossen_ai_mobile
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+
16
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Qipei/Task_twoarms_pickup_50fps_blanket">
17
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
18
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
19
+ </a>
20
+
21
+
22
+ ## Dataset Description
23
+
24
+
25
+
26
+ - **Homepage:** [More Information Needed]
27
+ - **Paper:** [More Information Needed]
28
+ - **License:** apache-2.0
29
+
30
+ ## Dataset Structure
31
+
32
+ [meta/info.json](meta/info.json):
33
+ ```json
34
+ {
35
+ "codebase_version": "v3.0",
36
+ "fps": 50,
37
+ "features": {
38
+ "action": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 16
42
+ ],
43
+ "names": [
44
+ "linear_vel",
45
+ "angular_vel",
46
+ "left_joint_0",
47
+ "left_joint_1",
48
+ "left_joint_2",
49
+ "left_joint_3",
50
+ "left_joint_4",
51
+ "left_joint_5",
52
+ "left_joint_6",
53
+ "right_joint_0",
54
+ "right_joint_1",
55
+ "right_joint_2",
56
+ "right_joint_3",
57
+ "right_joint_4",
58
+ "right_joint_5",
59
+ "right_joint_6"
60
+ ],
61
+ "fps": 50
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 19
67
+ ],
68
+ "names": [
69
+ "odom_x",
70
+ "odom_y",
71
+ "odom_theta",
72
+ "linear_vel",
73
+ "angular_vel",
74
+ "left_joint_0",
75
+ "left_joint_1",
76
+ "left_joint_2",
77
+ "left_joint_3",
78
+ "left_joint_4",
79
+ "left_joint_5",
80
+ "left_joint_6",
81
+ "right_joint_0",
82
+ "right_joint_1",
83
+ "right_joint_2",
84
+ "right_joint_3",
85
+ "right_joint_4",
86
+ "right_joint_5",
87
+ "right_joint_6"
88
+ ],
89
+ "fps": 50
90
+ },
91
+ "observation.images.image": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.fps": 50.0,
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "observation.images.image2": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 480,
118
+ 640,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channels"
125
+ ],
126
+ "info": {
127
+ "video.fps": 50.0,
128
+ "video.height": 480,
129
+ "video.width": 640,
130
+ "video.channels": 3,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.image3": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 480,
141
+ 640,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channels"
148
+ ],
149
+ "info": {
150
+ "video.fps": 50.0,
151
+ "video.height": 480,
152
+ "video.width": 640,
153
+ "video.channels": 3,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "has_audio": false
158
+ }
159
+ },
160
+ "timestamp": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null,
166
+ "fps": 50
167
+ },
168
+ "frame_index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null,
174
+ "fps": 50
175
+ },
176
+ "episode_index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null,
182
+ "fps": 50
183
+ },
184
+ "index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null,
190
+ "fps": 50
191
+ },
192
+ "task_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null,
198
+ "fps": 50
199
+ }
200
+ },
201
+ "total_episodes": 20,
202
+ "total_frames": 8083,
203
+ "total_tasks": 1,
204
+ "chunks_size": 1000,
205
+ "data_files_size_in_mb": 100,
206
+ "video_files_size_in_mb": 200,
207
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
208
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
209
+ "robot_type": "trossen_ai_mobile",
210
+ "splits": {
211
+ "train": "0:20"
212
+ }
213
+ }
214
+ ```
215
+
216
+
217
+ ## Citation
218
+
219
+ **BibTeX:**
220
+
221
+ ```bibtex
222
+ [More Information Needed]
223
+ ```
224
+
225
+ ## Migration to LeRobotDataset v3.0
226
+
227
+ Migrated to LeRobotDataset **v3.0**.
228
+
229
+ - Source: [`HuggingFaceVLA/community_dataset_v3`](https://huggingface.co/datasets/HuggingFaceVLA/community_dataset_v3/tree/main/Qipei/Task_twoarms_pickup_50fps_blanket) (`Qipei/Task_twoarms_pickup_50fps_blanket`)
230
+ - Codebase version: v2.1 -> v3.0
231
+ - Joint values: not applicable (not an SO-100/101 dataset)
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778db425ef58ccc3d40349e15126dc9b2b93c06f434438a4332546d159ccfe02
3
+ size 626223
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0a4441d81934bd108f8ed35bd2ed94ec2519aeea5b24fcb4ade4d8d75fd458
3
+ size 86680
meta/info.json ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 50,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "shape": [
8
+ 16
9
+ ],
10
+ "names": [
11
+ "linear_vel",
12
+ "angular_vel",
13
+ "left_joint_0",
14
+ "left_joint_1",
15
+ "left_joint_2",
16
+ "left_joint_3",
17
+ "left_joint_4",
18
+ "left_joint_5",
19
+ "left_joint_6",
20
+ "right_joint_0",
21
+ "right_joint_1",
22
+ "right_joint_2",
23
+ "right_joint_3",
24
+ "right_joint_4",
25
+ "right_joint_5",
26
+ "right_joint_6"
27
+ ],
28
+ "fps": 50
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 19
34
+ ],
35
+ "names": [
36
+ "odom_x",
37
+ "odom_y",
38
+ "odom_theta",
39
+ "linear_vel",
40
+ "angular_vel",
41
+ "left_joint_0",
42
+ "left_joint_1",
43
+ "left_joint_2",
44
+ "left_joint_3",
45
+ "left_joint_4",
46
+ "left_joint_5",
47
+ "left_joint_6",
48
+ "right_joint_0",
49
+ "right_joint_1",
50
+ "right_joint_2",
51
+ "right_joint_3",
52
+ "right_joint_4",
53
+ "right_joint_5",
54
+ "right_joint_6"
55
+ ],
56
+ "fps": 50
57
+ },
58
+ "observation.images.image": {
59
+ "dtype": "video",
60
+ "shape": [
61
+ 480,
62
+ 640,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channels"
69
+ ],
70
+ "info": {
71
+ "video.fps": 50.0,
72
+ "video.height": 480,
73
+ "video.width": 640,
74
+ "video.channels": 3,
75
+ "video.codec": "av1",
76
+ "video.pix_fmt": "yuv420p",
77
+ "video.is_depth_map": false,
78
+ "has_audio": false
79
+ }
80
+ },
81
+ "observation.images.image2": {
82
+ "dtype": "video",
83
+ "shape": [
84
+ 480,
85
+ 640,
86
+ 3
87
+ ],
88
+ "names": [
89
+ "height",
90
+ "width",
91
+ "channels"
92
+ ],
93
+ "info": {
94
+ "video.fps": 50.0,
95
+ "video.height": 480,
96
+ "video.width": 640,
97
+ "video.channels": 3,
98
+ "video.codec": "av1",
99
+ "video.pix_fmt": "yuv420p",
100
+ "video.is_depth_map": false,
101
+ "has_audio": false
102
+ }
103
+ },
104
+ "observation.images.image3": {
105
+ "dtype": "video",
106
+ "shape": [
107
+ 480,
108
+ 640,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channels"
115
+ ],
116
+ "info": {
117
+ "video.fps": 50.0,
118
+ "video.height": 480,
119
+ "video.width": 640,
120
+ "video.channels": 3,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "has_audio": false
125
+ }
126
+ },
127
+ "timestamp": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null,
133
+ "fps": 50
134
+ },
135
+ "frame_index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null,
141
+ "fps": 50
142
+ },
143
+ "episode_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null,
149
+ "fps": 50
150
+ },
151
+ "index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null,
157
+ "fps": 50
158
+ },
159
+ "task_index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null,
165
+ "fps": 50
166
+ }
167
+ },
168
+ "total_episodes": 20,
169
+ "total_frames": 8083,
170
+ "total_tasks": 1,
171
+ "chunks_size": 1000,
172
+ "data_files_size_in_mb": 100,
173
+ "video_files_size_in_mb": 200,
174
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
175
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
176
+ "robot_type": "trossen_ai_mobile",
177
+ "splits": {
178
+ "train": "0:20"
179
+ }
180
+ }
meta/stats.json ADDED
@@ -0,0 +1,472 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.cam_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
+ 0.9137254901960784
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.4630408398692811
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.47483613449754897
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.46294767156862743
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.15010962787905957
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.14092752964584782
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.14515948021088473
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 2000
73
+ ]
74
+ },
75
+ "timestamp": {
76
+ "min": [
77
+ 0.0
78
+ ],
79
+ "max": [
80
+ 8.2
81
+ ],
82
+ "mean": [
83
+ 4.031780279599158
84
+ ],
85
+ "std": [
86
+ 2.3338384615985936
87
+ ],
88
+ "count": [
89
+ 8083
90
+ ]
91
+ },
92
+ "observation.state": {
93
+ "min": [
94
+ -0.21763180196285248,
95
+ 1.042763352394104,
96
+ 0.5197604298591614,
97
+ -0.9603646993637085,
98
+ -0.5395971536636353,
99
+ -0.20466163754463196,
100
+ -5.0924718379974365e-06,
101
+ -0.620088517665863,
102
+ 0.9752422571182251,
103
+ 0.5209048390388489,
104
+ -1.2453268766403198,
105
+ -0.2313649207353592,
106
+ -0.4892423748970032,
107
+ -0.0003589112311601639,
108
+ -0.013438334688544273,
109
+ 5.506663001142442e-05,
110
+ -0.03947532922029495,
111
+ -0.02096700295805931,
112
+ -0.050329964607954025
113
+ ],
114
+ "max": [
115
+ 0.726138710975647,
116
+ 2.4965667724609375,
117
+ 1.7732890844345093,
118
+ 0.6403067111968994,
119
+ 0.17872129380702972,
120
+ 0.5491340756416321,
121
+ 0.04035358875989914,
122
+ 0.4846646785736084,
123
+ 2.4511711597442627,
124
+ 2.2264819145202637,
125
+ 0.6414511203765869,
126
+ 0.30231937766075134,
127
+ 0.2801937758922577,
128
+ 0.03985624015331268,
129
+ -0.011856737546622753,
130
+ 0.00011580457794480026,
131
+ -0.03464363515377045,
132
+ 0.020074792206287384,
133
+ 0.05948086082935333
134
+ ],
135
+ "mean": [
136
+ 0.22415507490652542,
137
+ 1.4706310637734925,
138
+ 0.8591591179864944,
139
+ 0.0961072949451106,
140
+ -0.13896603619841807,
141
+ 0.06429657015054689,
142
+ 0.015321814101251593,
143
+ -0.16396064148851952,
144
+ 1.827700973058505,
145
+ 1.2835407206493927,
146
+ -0.3712580708912896,
147
+ 0.02290886969339536,
148
+ -0.12173308469894335,
149
+ 0.017101085645248176,
150
+ -0.012529777200828275,
151
+ 7.81794387338446e-05,
152
+ -0.036601452607411225,
153
+ 5.519092433884879e-07,
154
+ -2.8302921720171177e-05
155
+ ],
156
+ "std": [
157
+ 0.29388421081519456,
158
+ 0.4503912710648532,
159
+ 0.3890745545450267,
160
+ 0.42490815275678945,
161
+ 0.17139222721761904,
162
+ 0.10556356451602938,
163
+ 0.015862227715212573,
164
+ 0.2397020679676121,
165
+ 0.36622078646522266,
166
+ 0.4291318116662226,
167
+ 0.36837149972576977,
168
+ 0.09451719768895772,
169
+ 0.13757243184182952,
170
+ 0.013537761653306215,
171
+ 0.00022802218250452203,
172
+ 1.006399052889269e-05,
173
+ 0.0008554816303802764,
174
+ 0.001701955883795006,
175
+ 0.005530180890909469
176
+ ],
177
+ "count": [
178
+ 8083
179
+ ]
180
+ },
181
+ "index": {
182
+ "min": [
183
+ 0
184
+ ],
185
+ "max": [
186
+ 8082
187
+ ],
188
+ "mean": [
189
+ 4041.0
190
+ ],
191
+ "std": [
192
+ 2333.361095072942
193
+ ],
194
+ "count": [
195
+ 8083
196
+ ]
197
+ },
198
+ "observation.images.cam_left_wrist": {
199
+ "min": [
200
+ [
201
+ [
202
+ 0.0
203
+ ]
204
+ ],
205
+ [
206
+ [
207
+ 0.0
208
+ ]
209
+ ],
210
+ [
211
+ [
212
+ 0.0
213
+ ]
214
+ ]
215
+ ],
216
+ "max": [
217
+ [
218
+ [
219
+ 1.0
220
+ ]
221
+ ],
222
+ [
223
+ [
224
+ 1.0
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 1.0
230
+ ]
231
+ ]
232
+ ],
233
+ "mean": [
234
+ [
235
+ [
236
+ 0.4262378334354575
237
+ ]
238
+ ],
239
+ [
240
+ [
241
+ 0.43713349213643776
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 0.4231990642361111
247
+ ]
248
+ ]
249
+ ],
250
+ "std": [
251
+ [
252
+ [
253
+ 0.24295077453088187
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 0.23175396772843648
259
+ ]
260
+ ],
261
+ [
262
+ [
263
+ 0.24017588528983408
264
+ ]
265
+ ]
266
+ ],
267
+ "count": [
268
+ 2000
269
+ ]
270
+ },
271
+ "action": {
272
+ "min": [
273
+ -0.21725031733512878,
274
+ 1.043907880783081,
275
+ 0.5231937170028687,
276
+ -0.962272047996521,
277
+ -0.541886031627655,
278
+ -0.20504310727119446,
279
+ -0.000896228477358818,
280
+ -0.620851457118988,
281
+ 0.9744792580604553,
282
+ 0.5212863087654114,
283
+ -1.2468528747558594,
284
+ -0.23632410168647766,
285
+ -0.49267566204071045,
286
+ -0.0009262710809707642,
287
+ -0.02096700295805931,
288
+ -0.050329964607954025
289
+ ],
290
+ "max": [
291
+ 0.7265201807022095,
292
+ 2.497711181640625,
293
+ 1.7717632055282593,
294
+ 0.6437399983406067,
295
+ 0.1844434291124344,
296
+ 0.5544747114181519,
297
+ 0.0407809279859066,
298
+ 0.4846646785736084,
299
+ 2.4504082202911377,
300
+ 2.225337505340576,
301
+ 0.6460288166999817,
302
+ 0.3099488914012909,
303
+ 0.28515297174453735,
304
+ 0.03989972174167633,
305
+ 0.020074792206287384,
306
+ 0.05948086082935333
307
+ ],
308
+ "mean": [
309
+ 0.22704862342848056,
310
+ 1.474169047474935,
311
+ 0.8629982152094895,
312
+ 0.09346337381452617,
313
+ -0.14090748898178931,
314
+ 0.06559207616028237,
315
+ 0.013220386649110369,
316
+ -0.16461665258890004,
317
+ 1.832124364607614,
318
+ 1.2886648705051955,
319
+ -0.37711461919097045,
320
+ 0.02375983120222218,
321
+ -0.12137997961891961,
322
+ 0.017195841461695664,
323
+ 5.519092433884879e-07,
324
+ -2.8302921720171177e-05
325
+ ],
326
+ "std": [
327
+ 0.2948722903962834,
328
+ 0.4506803447218757,
329
+ 0.3897661740073762,
330
+ 0.4254168761439254,
331
+ 0.17281806436882055,
332
+ 0.10616490375615181,
333
+ 0.01656195438158453,
334
+ 0.2399233429745097,
335
+ 0.3623784149076525,
336
+ 0.42657433880845114,
337
+ 0.36272608032376286,
338
+ 0.09579086434294275,
339
+ 0.1383715505761173,
340
+ 0.013557530576303052,
341
+ 0.001701955883795006,
342
+ 0.005530180890909469
343
+ ],
344
+ "count": [
345
+ 8083
346
+ ]
347
+ },
348
+ "observation.images.cam_right_wrist": {
349
+ "min": [
350
+ [
351
+ [
352
+ 0.0
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.0
358
+ ]
359
+ ],
360
+ [
361
+ [
362
+ 0.0
363
+ ]
364
+ ]
365
+ ],
366
+ "max": [
367
+ [
368
+ [
369
+ 1.0
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 1.0
375
+ ]
376
+ ],
377
+ [
378
+ [
379
+ 1.0
380
+ ]
381
+ ]
382
+ ],
383
+ "mean": [
384
+ [
385
+ [
386
+ 0.4138404072712419
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 0.4388687295751633
392
+ ]
393
+ ],
394
+ [
395
+ [
396
+ 0.43584511213235294
397
+ ]
398
+ ]
399
+ ],
400
+ "std": [
401
+ [
402
+ [
403
+ 0.26705016828164974
404
+ ]
405
+ ],
406
+ [
407
+ [
408
+ 0.2441162762765786
409
+ ]
410
+ ],
411
+ [
412
+ [
413
+ 0.2518345704785754
414
+ ]
415
+ ]
416
+ ],
417
+ "count": [
418
+ 2000
419
+ ]
420
+ },
421
+ "task_index": {
422
+ "min": [
423
+ 0
424
+ ],
425
+ "max": [
426
+ 0
427
+ ],
428
+ "mean": [
429
+ 0.0
430
+ ],
431
+ "std": [
432
+ 0.0
433
+ ],
434
+ "count": [
435
+ 8083
436
+ ]
437
+ },
438
+ "episode_index": {
439
+ "min": [
440
+ 0
441
+ ],
442
+ "max": [
443
+ 19
444
+ ],
445
+ "mean": [
446
+ 9.48397872077199
447
+ ],
448
+ "std": [
449
+ 5.762878849968011
450
+ ],
451
+ "count": [
452
+ 8083
453
+ ]
454
+ },
455
+ "frame_index": {
456
+ "min": [
457
+ 0
458
+ ],
459
+ "max": [
460
+ 410
461
+ ],
462
+ "mean": [
463
+ 201.58901397995794
464
+ ],
465
+ "std": [
466
+ 116.69192307992965
467
+ ],
468
+ "count": [
469
+ 8083
470
+ ]
471
+ }
472
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25baf4fc8eea4c7dd7fdd990e5e1e5739d291ccab74ff36c6bf82b4c24b98c54
3
+ size 2085
videos/observation.images.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15a408d080825288caa04aed0c37127410f8006f6d265475007b6241d1d9877
3
+ size 32185091
videos/observation.images.image2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c0b70a04cef54a20bb24a8fea682fdcb61f83d5a83ade2a2b717a744c16cda2
3
+ size 36814747
videos/observation.images.image3/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08217efeee2a870d52c6eda7f19d54bfc1c32cdfe916f3c0b82c68228541266a
3
+ size 36457641