3v324v23 commited on
Commit
646710e
·
1 Parent(s): 0a347c5

Upload new version of dataset

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* 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
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
README.md DELETED
@@ -1,3 +0,0 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dca0a83261376877c0c949a2c32c54198ac1949d550007e05b9cf65865560a6d
3
- size 55604
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b665ec2d436e81ec237c9e5fb1657be350788787f617f9d856c73d40d7eefe6
3
+ size 46205
lerobot/data/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b665ec2d436e81ec237c9e5fb1657be350788787f617f9d856c73d40d7eefe6
3
- size 46205
 
 
 
 
lerobot/meta/episodes/chunk-000/file-000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:806e1a576b9a4c16dc80017d8f339364f78107acdac19d124fed178fce7c14d3
3
- size 4210
 
 
 
 
lerobot/meta/info.json DELETED
@@ -1,160 +0,0 @@
1
- {
2
- "codebase_version": "v3.0",
3
- "robot_type": "franka",
4
- "total_episodes": 1,
5
- "total_frames": 178,
6
- "total_tasks": 1,
7
- "total_videos": 1,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 15,
11
- "splits": {
12
- "train": "0:1"
13
- },
14
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
- "features": {
17
- "action": {
18
- "dtype": "float32",
19
- "shape": [
20
- 8
21
- ],
22
- "names": {
23
- "motors": [
24
- "j0",
25
- "j1",
26
- "j2",
27
- "j3",
28
- "j4",
29
- "j5",
30
- "j6",
31
- "gripper"
32
- ]
33
- }
34
- },
35
- "observation.state": {
36
- "dtype": "float32",
37
- "shape": [
38
- 13
39
- ],
40
- "names": {
41
- "motors": [
42
- "joint_0",
43
- "joint_1",
44
- "joint_2",
45
- "joint_3",
46
- "joint_4",
47
- "joint_5",
48
- "joint_6",
49
- "joint_7",
50
- "joint_8",
51
- "joint_9",
52
- "joint_10",
53
- "joint_11",
54
- "joint_12"
55
- ]
56
- }
57
- },
58
- "observation.velocity": {
59
- "dtype": "float32",
60
- "shape": [
61
- 13
62
- ],
63
- "names": null
64
- },
65
- "observation.ee_position": {
66
- "dtype": "float32",
67
- "shape": [
68
- 3
69
- ],
70
- "names": [
71
- "x",
72
- "y",
73
- "z"
74
- ]
75
- },
76
- "observation.ee_orientation": {
77
- "dtype": "float32",
78
- "shape": [
79
- 4
80
- ],
81
- "names": [
82
- "qx",
83
- "qy",
84
- "qz",
85
- "qw"
86
- ]
87
- },
88
- "language_instruction": {
89
- "dtype": "string",
90
- "shape": [
91
- 1
92
- ],
93
- "names": null
94
- },
95
- "episode_index": {
96
- "dtype": "int64",
97
- "shape": [
98
- 1
99
- ],
100
- "names": null
101
- },
102
- "frame_index": {
103
- "dtype": "int64",
104
- "shape": [
105
- 1
106
- ],
107
- "names": null
108
- },
109
- "index": {
110
- "dtype": "int64",
111
- "shape": [
112
- 1
113
- ],
114
- "names": null
115
- },
116
- "task_index": {
117
- "dtype": "int64",
118
- "shape": [
119
- 1
120
- ],
121
- "names": null
122
- },
123
- "timestamp": {
124
- "dtype": "float32",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null
129
- },
130
- "next.done": {
131
- "dtype": "bool",
132
- "shape": [
133
- 1
134
- ],
135
- "names": null
136
- },
137
- "observation.images.front": {
138
- "dtype": "video",
139
- "shape": [
140
- 360,
141
- 1280,
142
- 3
143
- ],
144
- "names": [
145
- "height",
146
- "width",
147
- "channel"
148
- ],
149
- "video_info": {
150
- "video.fps": 15.0,
151
- "video.codec": "mp4v",
152
- "video.pix_fmt": "yuv420p",
153
- "video.is_depth_map": false,
154
- "has_audio": false
155
- }
156
- }
157
- },
158
- "data_files_size_in_mb": 0,
159
- "video_files_size_in_mb": 0
160
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lerobot/meta/stats.json DELETED
@@ -1,216 +0,0 @@
1
- {
2
- "action": {
3
- "mean": [
4
- -0.019454432411293965,
5
- 0.0811555960668209,
6
- -0.08114100571442526,
7
- -2.314466717537869,
8
- 0.023028413834458406,
9
- 2.421029676882069,
10
- 1.1454687106313204,
11
- 0.3707865168539326
12
- ],
13
- "std": [
14
- 0.09061847385306508,
15
- 0.3052785665124984,
16
- 0.09818222613221919,
17
- 0.10936459718994226,
18
- 0.05495113557866804,
19
- 0.2282404469492636,
20
- 0.41095538235555057,
21
- 0.4830153991057235
22
- ],
23
- "min": [
24
- -0.16260208189487457,
25
- -0.6264194846153259,
26
- -0.23516298830509186,
27
- -2.524242639541626,
28
- -0.12158355116844177,
29
- 1.8915884494781494,
30
- 0.0025942795909941196,
31
- 0.0
32
- ],
33
- "max": [
34
- 0.2010684758424759,
35
- 0.3978055417537689,
36
- 0.05953284725546837,
37
- -2.0739388465881348,
38
- 0.11528430134057999,
39
- 2.6773507595062256,
40
- 1.4785531759262085,
41
- 1.0
42
- ]
43
- },
44
- "observation.state": {
45
- "mean": [
46
- -0.02307619748171419,
47
- 0.06781637800328978,
48
- -0.08143969604714768,
49
- -2.320384198360229,
50
- 0.0243403862065013,
51
- 2.4128886722446827,
52
- 1.1282217750391854,
53
- 0.152432696170433,
54
- 0.15246630518824028,
55
- -0.1509340589070206,
56
- 0.15326586001561848,
57
- -0.14969961296740206,
58
- -0.1484471239797735
59
- ],
60
- "std": [
61
- 0.08627091128387157,
62
- 0.3128344531384757,
63
- 0.09741801663237193,
64
- 0.10555303381824722,
65
- 0.049127674989640394,
66
- 0.23516281099931446,
67
- 0.4292534489134979,
68
- 0.20885436820440306,
69
- 0.20889374917231324,
70
- 0.2110566337578634,
71
- 0.20991608145242485,
72
- 0.20484008069711446,
73
- 0.2031605657662753
74
- ],
75
- "min": [
76
- -0.15998229384422302,
77
- -0.6278682947158813,
78
- -0.23028989136219025,
79
- -2.5184566974639893,
80
- -0.07239831238985062,
81
- 1.886832356452942,
82
- 0.0007350193918682635,
83
- -5.936905189685149e-09,
84
- -1.7174044842249714e-05,
85
- -0.45707395672798157,
86
- -0.004334655124694109,
87
- -0.4468061327934265,
88
- -0.44393500685691833
89
- ],
90
- "max": [
91
- 0.19022001326084137,
92
- 0.38514718413352966,
93
- 0.05623419210314751,
94
- -2.1242382526397705,
95
- 0.10941127687692642,
96
- 2.677058696746826,
97
- 1.4368969202041626,
98
- 0.4562720060348511,
99
- 0.45635464787483215,
100
- 0.04488964378833771,
101
- 0.4589260220527649,
102
- 0.0017535947263240814,
103
- 0.001596194226294756
104
- ]
105
- },
106
- "observation.velocity": {
107
- "mean": [
108
- 0.015633896915644298,
109
- 0.07293073729130575,
110
- 0.0007609391305072421,
111
- 0.025844209101562862,
112
- -0.005871681213801402,
113
- 0.04108232048209052,
114
- 0.08847544720367623,
115
- -0.38573510726236715,
116
- -0.2507503262402156,
117
- 0.3855035452137742,
118
- -0.7693397747872665,
119
- -0.09370186973617901,
120
- 0.42331630264247955
121
- ],
122
- "std": [
123
- 0.05340661378922796,
124
- 0.1570397740441765,
125
- 0.05776917532086395,
126
- 0.11880716948080781,
127
- 0.09246653047725673,
128
- 0.11743863680824701,
129
- 0.20765292887826986,
130
- 0.718588856375158,
131
- 0.540911337497754,
132
- 0.718724896479596,
133
- 1.2490893947155688,
134
- 0.3578209073379116,
135
- 0.7728720429662744
136
- ],
137
- "min": [
138
- -0.13937513530254364,
139
- -0.5225364565849304,
140
- -0.18009379506111145,
141
- -0.1650773137807846,
142
- -0.41413864493370056,
143
- -0.3375474512577057,
144
- -0.3536122441291809,
145
- -1.7500889301300049,
146
- -1.1577205657958984,
147
- -1.882887601852417,
148
- -2.8558335304260254,
149
- -2.2449564933776855,
150
- -1.9203345775604248
151
- ],
152
- "max": [
153
- 0.17766672372817993,
154
- 0.49026280641555786,
155
- 0.14249075949192047,
156
- 0.7127622365951538,
157
- 0.27290770411491394,
158
- 0.4090311825275421,
159
- 0.7141643762588501,
160
- 1.882887601852417,
161
- 1.850283145904541,
162
- 1.750089168548584,
163
- 1.5723801851272583,
164
- 1.5037758350372314,
165
- 1.8452666997909546
166
- ]
167
- },
168
- "observation.ee_position": {
169
- "mean": [
170
- 0.4973479983177078,
171
- -0.05285163639748359,
172
- 0.2891513264078773
173
- ],
174
- "std": [
175
- 0.05519936168686725,
176
- 0.060780341689770145,
177
- 0.10375971834277138
178
- ],
179
- "min": [
180
- 0.3600071966648102,
181
- -0.11993878334760666,
182
- 0.15381601452827454
183
- ],
184
- "max": [
185
- 0.5879824161529541,
186
- 0.11555366963148117,
187
- 0.47178947925567627
188
- ]
189
- },
190
- "observation.ee_orientation": {
191
- "mean": [
192
- 0.5675287174709728,
193
- 0.4035085673487138,
194
- 0.5441780035080535,
195
- -0.3999427636505531
196
- ],
197
- "std": [
198
- 0.08899083942301783,
199
- 0.1411272513964977,
200
- 0.0788954902169105,
201
- 0.15794720297004977
202
- ],
203
- "min": [
204
- 0.45482733845710754,
205
- 0.001247185398824513,
206
- 0.4529043436050415,
207
- -0.54404616355896
208
- ],
209
- "max": [
210
- 0.720621645450592,
211
- 0.5236214399337769,
212
- 0.7065876126289368,
213
- -0.00037515207077376544
214
- ]
215
- }
216
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lerobot/meta/tasks.jsonl DELETED
@@ -1 +0,0 @@
1
- {"task_index": 0, "task": "Banana in bowl table"}
 
 
lerobot/meta/tasks.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:05a772b09d75572960ae63c34573ac384eddef20fcee33025522e6a7191fa0d0
3
- size 827
 
 
 
 
lerobot/videos/observation.images.front/chunk-000/file-000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:83c0b64cb60b642c3a691cbaf47e9d48186b2a4fa6739706c3cb999b18b80f36
3
- size 3620255
 
 
 
 
meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:614c82c618df73099d3c895538f3535473eaffb39d028dd52226d47dc221d23a
3
- size 4018
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806e1a576b9a4c16dc80017d8f339364f78107acdac19d124fed178fce7c14d3
3
+ size 4210
meta/info.json CHANGED
@@ -2,12 +2,12 @@
2
  "codebase_version": "v3.0",
3
  "robot_type": "franka",
4
  "total_episodes": 1,
5
- "total_frames": 219,
6
  "total_tasks": 1,
7
  "total_videos": 1,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
- "fps": 15.0,
11
  "splits": {
12
  "train": "0:1"
13
  },
@@ -127,6 +127,13 @@
127
  ],
128
  "names": null
129
  },
 
 
 
 
 
 
 
130
  "observation.images.front": {
131
  "dtype": "video",
132
  "shape": [
@@ -147,5 +154,7 @@
147
  "has_audio": false
148
  }
149
  }
150
- }
 
 
151
  }
 
2
  "codebase_version": "v3.0",
3
  "robot_type": "franka",
4
  "total_episodes": 1,
5
+ "total_frames": 178,
6
  "total_tasks": 1,
7
  "total_videos": 1,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
+ "fps": 15,
11
  "splits": {
12
  "train": "0:1"
13
  },
 
127
  ],
128
  "names": null
129
  },
130
+ "next.done": {
131
+ "dtype": "bool",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
  "observation.images.front": {
138
  "dtype": "video",
139
  "shape": [
 
154
  "has_audio": false
155
  }
156
  }
157
+ },
158
+ "data_files_size_in_mb": 0,
159
+ "video_files_size_in_mb": 0
160
  }
meta/stats.json CHANGED
@@ -1,216 +1,216 @@
1
  {
2
  "action": {
3
  "mean": [
4
- 0.0779277786365859,
5
- 0.2043438381153971,
6
- -0.09276751789477543,
7
- -2.2388188642998266,
8
- -0.17774084515168734,
9
- 2.3994227136106794,
10
- 1.544235880631256,
11
- 0.3561643835616438
12
  ],
13
  "std": [
14
- 0.11796936088467282,
15
- 0.22394830720106462,
16
- 0.0835519120326649,
17
- 0.09230560792807227,
18
- 0.1716953803993621,
19
- 0.16454329962827174,
20
- 0.44939444047378524,
21
- 0.4788646107657132
22
  ],
23
  "min": [
24
- -0.15435396134853363,
25
- -0.5972081422805786,
26
- -0.28097280859947205,
27
- -2.5012974739074707,
28
- -0.5469775199890137,
29
- 1.9030265808105469,
30
- 0.01094039250165224,
31
  0.0
32
  ],
33
  "max": [
34
- 0.2559211850166321,
35
- 0.44078174233436584,
36
- 0.07534004002809525,
37
- -2.0163722038269043,
38
- 0.15976516902446747,
39
- 2.6098203659057617,
40
- 2.068403959274292,
41
  1.0
42
  ]
43
  },
44
  "observation.state": {
45
  "mean": [
46
- 0.07516876858054154,
47
- 0.19397682139488387,
48
- -0.09246427461863219,
49
- -2.2423224307630703,
50
- -0.1733265194365995,
51
- 2.392439849844806,
52
- 1.5204992338878924,
53
- 0.13119201705789876,
54
- 0.13120895895534213,
55
- -0.1316929704715771,
56
- 0.1327413751901493,
57
- -0.12926276240702259,
58
- -0.12883348712540513
59
  ],
60
  "std": [
61
- 0.1157930292451268,
62
- 0.23692782567188375,
63
- 0.08168364924800876,
64
- 0.09363127292262641,
65
- 0.16669276996949023,
66
- 0.17015106357159063,
67
- 0.4689278681067245,
68
- 0.1881059125409222,
69
- 0.18813461195973327,
70
- 0.1890689833197705,
71
- 0.18865318560188876,
72
- 0.18500740551645725,
73
- 0.18438932730251598
74
  ],
75
  "min": [
76
- -0.14691521227359772,
77
- -0.6207718253135681,
78
- -0.27081382274627686,
79
- -2.509594202041626,
80
- -0.5418973565101624,
81
- 1.8900706768035889,
82
- 0.003099299967288971,
83
- -2.670019094708209e-09,
84
- -4.052681106259115e-05,
85
- -0.4707684814929962,
86
- -0.0028747522737830877,
87
- -0.4606970250606537,
88
- -0.4586315453052521
89
  ],
90
  "max": [
91
- 0.2515575587749481,
92
- 0.4295571744441986,
93
- 0.059298671782016754,
94
- -2.0237157344818115,
95
- 0.1464100480079651,
96
- 2.6056408882141113,
97
- 2.0596723556518555,
98
- 0.46586504578590393,
99
- 0.4659682512283325,
100
- 0.0017505353316664696,
101
- 0.4682333171367645,
102
- 0.00028553290758281946,
103
- 0.0018811047775670886
104
  ]
105
  },
106
  "observation.velocity": {
107
  "mean": [
108
- 0.01596263005257612,
109
- 0.05457860941579512,
110
- -0.0005957044453198541,
111
- 0.015314059741194382,
112
- -0.02340184304901488,
113
- 0.03489988235694029,
114
- 0.11601548995857221,
115
- -0.16750334792260124,
116
- -0.15914557396400816,
117
- 0.16755127633502387,
118
- -0.5094258345418491,
119
- -0.2361320706805189,
120
- 0.1832548350154023
121
  ],
122
  "std": [
123
- 0.0721424172826117,
124
- 0.18437221409667223,
125
- 0.07908143133474929,
126
- 0.10615772125011455,
127
- 0.16889075465339679,
128
- 0.1278338635542342,
129
- 0.30716600217645207,
130
- 0.672506170253622,
131
- 0.6105450023452056,
132
- 0.6724943447678904,
133
- 1.015329463696369,
134
- 0.9159257802775147,
135
- 0.7151562526585242
136
  ],
137
  "min": [
138
- -0.33801478147506714,
139
- -0.6661584973335266,
140
- -0.12489641457796097,
141
- -0.3860057592391968,
142
- -0.4690309464931488,
143
- -0.3198238015174866,
144
- -1.2958906888961792,
145
- -2.2038204669952393,
146
- -2.040996789932251,
147
- -3.136734962463379,
148
- -2.642521381378174,
149
- -4.060511589050293,
150
- -3.1919870376586914
151
  ],
152
  "max": [
153
- 0.2435320019721985,
154
- 0.5895084142684937,
155
- 0.26762402057647705,
156
- 0.3940390646457672,
157
- 0.9285904169082642,
158
- 0.5314274430274963,
159
- 1.008350133895874,
160
- 3.136734962463379,
161
- 2.682147979736328,
162
- 2.2038204669952393,
163
- 2.430950403213501,
164
- 2.209054946899414,
165
- 2.2076470851898193
166
  ]
167
  },
168
  "observation.ee_position": {
169
  "mean": [
170
- 0.5224303450758598,
171
- -0.00997951821706866,
172
- 0.2568631101416671
173
  ],
174
  "std": [
175
- 0.04029622688759558,
176
- 0.0733316530101874,
177
- 0.0854986189693638
178
  ],
179
  "min": [
180
- 0.36199596524238586,
181
- -0.11663803458213806,
182
- 0.1597372591495514
183
  ],
184
  "max": [
185
- 0.580224335193634,
186
- 0.12953965365886688,
187
- 0.471255362033844
188
  ]
189
  },
190
  "observation.ee_orientation": {
191
  "mean": [
192
- 0.5545274207036789,
193
- 0.4045445474532335,
194
- 0.4999765073327713,
195
- -0.48662504458855244
196
  ],
197
  "std": [
198
- 0.07952795753612424,
199
- 0.11074727640548475,
200
- 0.07565485400803201,
201
- 0.13322648654168107
202
  ],
203
  "min": [
204
- 0.46121877431869507,
205
- 0.002162578981369734,
206
- 0.39452293515205383,
207
- -0.5934106707572937
208
  ],
209
  "max": [
210
- 0.7226895093917847,
211
- 0.5165954828262329,
212
- 0.7066618800163269,
213
- -0.0025164431426674128
214
  ]
215
  }
216
  }
 
1
  {
2
  "action": {
3
  "mean": [
4
+ -0.019454432411293965,
5
+ 0.0811555960668209,
6
+ -0.08114100571442526,
7
+ -2.314466717537869,
8
+ 0.023028413834458406,
9
+ 2.421029676882069,
10
+ 1.1454687106313204,
11
+ 0.3707865168539326
12
  ],
13
  "std": [
14
+ 0.09061847385306508,
15
+ 0.3052785665124984,
16
+ 0.09818222613221919,
17
+ 0.10936459718994226,
18
+ 0.05495113557866804,
19
+ 0.2282404469492636,
20
+ 0.41095538235555057,
21
+ 0.4830153991057235
22
  ],
23
  "min": [
24
+ -0.16260208189487457,
25
+ -0.6264194846153259,
26
+ -0.23516298830509186,
27
+ -2.524242639541626,
28
+ -0.12158355116844177,
29
+ 1.8915884494781494,
30
+ 0.0025942795909941196,
31
  0.0
32
  ],
33
  "max": [
34
+ 0.2010684758424759,
35
+ 0.3978055417537689,
36
+ 0.05953284725546837,
37
+ -2.0739388465881348,
38
+ 0.11528430134057999,
39
+ 2.6773507595062256,
40
+ 1.4785531759262085,
41
  1.0
42
  ]
43
  },
44
  "observation.state": {
45
  "mean": [
46
+ -0.02307619748171419,
47
+ 0.06781637800328978,
48
+ -0.08143969604714768,
49
+ -2.320384198360229,
50
+ 0.0243403862065013,
51
+ 2.4128886722446827,
52
+ 1.1282217750391854,
53
+ 0.152432696170433,
54
+ 0.15246630518824028,
55
+ -0.1509340589070206,
56
+ 0.15326586001561848,
57
+ -0.14969961296740206,
58
+ -0.1484471239797735
59
  ],
60
  "std": [
61
+ 0.08627091128387157,
62
+ 0.3128344531384757,
63
+ 0.09741801663237193,
64
+ 0.10555303381824722,
65
+ 0.049127674989640394,
66
+ 0.23516281099931446,
67
+ 0.4292534489134979,
68
+ 0.20885436820440306,
69
+ 0.20889374917231324,
70
+ 0.2110566337578634,
71
+ 0.20991608145242485,
72
+ 0.20484008069711446,
73
+ 0.2031605657662753
74
  ],
75
  "min": [
76
+ -0.15998229384422302,
77
+ -0.6278682947158813,
78
+ -0.23028989136219025,
79
+ -2.5184566974639893,
80
+ -0.07239831238985062,
81
+ 1.886832356452942,
82
+ 0.0007350193918682635,
83
+ -5.936905189685149e-09,
84
+ -1.7174044842249714e-05,
85
+ -0.45707395672798157,
86
+ -0.004334655124694109,
87
+ -0.4468061327934265,
88
+ -0.44393500685691833
89
  ],
90
  "max": [
91
+ 0.19022001326084137,
92
+ 0.38514718413352966,
93
+ 0.05623419210314751,
94
+ -2.1242382526397705,
95
+ 0.10941127687692642,
96
+ 2.677058696746826,
97
+ 1.4368969202041626,
98
+ 0.4562720060348511,
99
+ 0.45635464787483215,
100
+ 0.04488964378833771,
101
+ 0.4589260220527649,
102
+ 0.0017535947263240814,
103
+ 0.001596194226294756
104
  ]
105
  },
106
  "observation.velocity": {
107
  "mean": [
108
+ 0.015633896915644298,
109
+ 0.07293073729130575,
110
+ 0.0007609391305072421,
111
+ 0.025844209101562862,
112
+ -0.005871681213801402,
113
+ 0.04108232048209052,
114
+ 0.08847544720367623,
115
+ -0.38573510726236715,
116
+ -0.2507503262402156,
117
+ 0.3855035452137742,
118
+ -0.7693397747872665,
119
+ -0.09370186973617901,
120
+ 0.42331630264247955
121
  ],
122
  "std": [
123
+ 0.05340661378922796,
124
+ 0.1570397740441765,
125
+ 0.05776917532086395,
126
+ 0.11880716948080781,
127
+ 0.09246653047725673,
128
+ 0.11743863680824701,
129
+ 0.20765292887826986,
130
+ 0.718588856375158,
131
+ 0.540911337497754,
132
+ 0.718724896479596,
133
+ 1.2490893947155688,
134
+ 0.3578209073379116,
135
+ 0.7728720429662744
136
  ],
137
  "min": [
138
+ -0.13937513530254364,
139
+ -0.5225364565849304,
140
+ -0.18009379506111145,
141
+ -0.1650773137807846,
142
+ -0.41413864493370056,
143
+ -0.3375474512577057,
144
+ -0.3536122441291809,
145
+ -1.7500889301300049,
146
+ -1.1577205657958984,
147
+ -1.882887601852417,
148
+ -2.8558335304260254,
149
+ -2.2449564933776855,
150
+ -1.9203345775604248
151
  ],
152
  "max": [
153
+ 0.17766672372817993,
154
+ 0.49026280641555786,
155
+ 0.14249075949192047,
156
+ 0.7127622365951538,
157
+ 0.27290770411491394,
158
+ 0.4090311825275421,
159
+ 0.7141643762588501,
160
+ 1.882887601852417,
161
+ 1.850283145904541,
162
+ 1.750089168548584,
163
+ 1.5723801851272583,
164
+ 1.5037758350372314,
165
+ 1.8452666997909546
166
  ]
167
  },
168
  "observation.ee_position": {
169
  "mean": [
170
+ 0.4973479983177078,
171
+ -0.05285163639748359,
172
+ 0.2891513264078773
173
  ],
174
  "std": [
175
+ 0.05519936168686725,
176
+ 0.060780341689770145,
177
+ 0.10375971834277138
178
  ],
179
  "min": [
180
+ 0.3600071966648102,
181
+ -0.11993878334760666,
182
+ 0.15381601452827454
183
  ],
184
  "max": [
185
+ 0.5879824161529541,
186
+ 0.11555366963148117,
187
+ 0.47178947925567627
188
  ]
189
  },
190
  "observation.ee_orientation": {
191
  "mean": [
192
+ 0.5675287174709728,
193
+ 0.4035085673487138,
194
+ 0.5441780035080535,
195
+ -0.3999427636505531
196
  ],
197
  "std": [
198
+ 0.08899083942301783,
199
+ 0.1411272513964977,
200
+ 0.0788954902169105,
201
+ 0.15794720297004977
202
  ],
203
  "min": [
204
+ 0.45482733845710754,
205
+ 0.001247185398824513,
206
+ 0.4529043436050415,
207
+ -0.54404616355896
208
  ],
209
  "max": [
210
+ 0.720621645450592,
211
+ 0.5236214399337769,
212
+ 0.7065876126289368,
213
+ -0.00037515207077376544
214
  ]
215
  }
216
  }
meta/tasks.jsonl CHANGED
@@ -1 +1,3 @@
1
- {"task_index": 0, "task": "Banana in bowl table"}
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea1f6a6559a96650af63c36a828f4dd4431e0608c3383df051bc1595b2844d1
3
+ size 50
videos/observation.images.front/chunk-000/file-000.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5c0e47c334068979c70b0d1aa26c2ca00e987f2f7f1aa4504c79f1bd6dfa39b
3
- size 4554229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c0b64cb60b642c3a691cbaf47e9d48186b2a4fa6739706c3cb999b18b80f36
3
+ size 3620255