Devon018 commited on
Commit
8cc9dbb
·
verified ·
1 Parent(s): 6590dd6

Upload folder using huggingface_hub

Browse files
Files changed (17) hide show
  1. Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/data/chunk-000/file-000.parquet +3 -0
  2. Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/axis_task_dataset.json +37 -0
  3. Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/episodes/chunk-000/file-000.parquet +3 -0
  4. Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/info.json +112 -0
  5. Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/stats.json +799 -0
  6. Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/tasks.parquet +3 -0
  7. Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-000.mp4 +3 -0
  8. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/data/chunk-000/file-000.parquet +3 -0
  9. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/axis_task_dataset.json +37 -0
  10. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/episodes/chunk-000/file-000.parquet +3 -0
  11. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/info.json +112 -0
  12. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/stats.json +799 -0
  13. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/tasks.parquet +3 -0
  14. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-000.mp4 +3 -0
  15. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-001.mp4 +3 -0
  16. Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-002.mp4 +3 -0
  17. Sawyer-809-separate_the_sandwich_from_the_juice/task_manifest.json +0 -0
Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd48c3ae14f2d9174246c8f0b582d0a71413837f305e78c81d9dcf1cc6a824b4
3
+ size 1363474
Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/axis_task_dataset.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": 809,
3
+ "task_name": "Separate the Sandwich from the Juice",
4
+ "embodiment_id": "sawyer",
5
+ "model_id": "sawyer:task_809:nq37:nv33:nu9",
6
+ "repo_id": "local/axis_multi_embodiment_sawyer_camera_fixed_task_809_sawyer_separate_the_sandwich_from_the_juice",
7
+ "dataset_path": "/data2/shmqd/AXIS-Render-Robosuite/multi_embodiment_50k_20260813/formal/data/sawyer/lerobot_tasks/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice",
8
+ "renderer_backend": "robosuite_table_arena_env_state_resampling",
9
+ "state_feature": "observation.state",
10
+ "state_semantics": "actuated_joint_qpos_in_actuator_order",
11
+ "action_feature": "action",
12
+ "action_semantics": "ctrl",
13
+ "camera_features": {
14
+ "third_person": {
15
+ "source_camera_name": "frontview",
16
+ "logical_camera_name": "frontview",
17
+ "image_feature": "observation.images.third_person",
18
+ "intrinsics_feature": "observation.cameras.third_person.intrinsics",
19
+ "camera_to_world_feature": "observation.cameras.third_person.camera_to_world",
20
+ "intrinsics_storage": "row_major_flat",
21
+ "intrinsics_source_shape": [
22
+ 3,
23
+ 3
24
+ ],
25
+ "camera_to_world_storage": "row_major_flat",
26
+ "camera_to_world_source_shape": [
27
+ 4,
28
+ 4
29
+ ],
30
+ "camera_frame_convention": "MuJoCo/OpenGL +X image-right,+Y up,-Z forward to world"
31
+ }
32
+ },
33
+ "camera_feature_provenance": "dataset logical schema plus per-episode physical camera sidecars",
34
+ "episode_sidecar_dir": "meta/axis_episodes",
35
+ "attempt_commit_dir": "meta/axis_attempt_commits",
36
+ "camera_group": "fixed"
37
+ }
Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:178bad1d5f906b5d4b077a7a92522177206b0d52716740a185db4b3bd92cee2c
3
+ size 167909
Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/info.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "axis_robosuite",
4
+ "total_episodes": 67,
5
+ "total_frames": 20256,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:67"
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 9
21
+ ],
22
+ "names": [
23
+ "state"
24
+ ]
25
+ },
26
+ "action": {
27
+ "dtype": "float32",
28
+ "shape": [
29
+ 9
30
+ ],
31
+ "names": [
32
+ "action"
33
+ ]
34
+ },
35
+ "observation.images.third_person": {
36
+ "dtype": "video",
37
+ "shape": [
38
+ 360,
39
+ 640,
40
+ 3
41
+ ],
42
+ "names": [
43
+ "height",
44
+ "width",
45
+ "channel"
46
+ ],
47
+ "info": {
48
+ "video.height": 360,
49
+ "video.width": 640,
50
+ "video.codec": "h264",
51
+ "video.pix_fmt": "yuv420p",
52
+ "video.is_depth_map": false,
53
+ "video.fps": 15,
54
+ "video.channels": 3,
55
+ "has_audio": false
56
+ }
57
+ },
58
+ "observation.cameras.third_person.intrinsics": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 9
62
+ ],
63
+ "names": [
64
+ "row_major"
65
+ ]
66
+ },
67
+ "observation.cameras.third_person.camera_to_world": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 16
71
+ ],
72
+ "names": [
73
+ "row_major"
74
+ ]
75
+ },
76
+ "timestamp": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "frame_index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "episode_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "task_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ }
111
+ }
112
+ }
Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/stats.json ADDED
@@ -0,0 +1,799 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 20256
17
+ ],
18
+ "q01": [
19
+ 2.3696682464451527e-18
20
+ ],
21
+ "q10": [
22
+ 2.369668246445153e-17
23
+ ],
24
+ "q50": [
25
+ 1.1848341232225761e-16
26
+ ],
27
+ "q90": [
28
+ 2.132701421800637e-16
29
+ ],
30
+ "q99": [
31
+ 2.3459715639807015e-16
32
+ ]
33
+ },
34
+ "frame_index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 1706
40
+ ],
41
+ "mean": [
42
+ 276.78317535545017
43
+ ],
44
+ "std": [
45
+ 333.89130524426855
46
+ ],
47
+ "count": [
48
+ 20256
49
+ ],
50
+ "q01": [
51
+ 5.044544015896923
52
+ ],
53
+ "q10": [
54
+ 54.94373321674435
55
+ ],
56
+ "q50": [
57
+ 276.5812460604263
58
+ ],
59
+ "q90": [
60
+ 498.56379906998535
61
+ ],
62
+ "q99": [
63
+ 548.5216416843402
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "min": [
68
+ -3.0146145820617676,
69
+ -1.9125155210494995,
70
+ -1.5318145751953125,
71
+ 0.7465659976005554,
72
+ -2.062472105026245,
73
+ -0.6802724003791809,
74
+ -2.1491525173187256,
75
+ -0.00016816204879432917,
76
+ -0.030166875571012497
77
+ ],
78
+ "max": [
79
+ 2.485690116882324,
80
+ -0.5,
81
+ 2.155071258544922,
82
+ 3.0305533409118652,
83
+ 2.4186127185821533,
84
+ 1.7174946069717407,
85
+ 3.88102388381958,
86
+ 0.040167178958654404,
87
+ 0.0001718644198263064
88
+ ],
89
+ "mean": [
90
+ -0.10045565805956282,
91
+ -1.1495007594861968,
92
+ -0.30762948529017986,
93
+ 2.071119123866773,
94
+ 0.25219636055987354,
95
+ 0.6807307114193475,
96
+ 0.8984026755140079,
97
+ 0.0029780520650691655,
98
+ -0.02780040260776767
99
+ ],
100
+ "std": [
101
+ 0.8031092836192969,
102
+ 0.3464835393222186,
103
+ 0.424001171203732,
104
+ 0.49688662312983173,
105
+ 0.32213172715553645,
106
+ 0.5599895758343987,
107
+ 1.033190881875941,
108
+ 0.010695002550739525,
109
+ 0.008044537867000526
110
+ ],
111
+ "count": [
112
+ 20256
113
+ ],
114
+ "q01": [
115
+ -0.9867886837258661,
116
+ -1.6663347344451704,
117
+ -1.0215396840098427,
118
+ 1.2978862393882062,
119
+ -0.15841911747041446,
120
+ 0.03638047471253981,
121
+ 0.013865567363435024,
122
+ -0.0001681620947804875,
123
+ -0.030166875616998653
124
+ ],
125
+ "q10": [
126
+ -0.7534540495532538,
127
+ -1.5395613025565398,
128
+ -0.7531841446094535,
129
+ 1.5624289583936009,
130
+ -0.04904675933797835,
131
+ 0.14906334958689568,
132
+ 0.23832570454535973,
133
+ -0.00016816209477854305,
134
+ -0.030166875616996717
135
+ ],
136
+ "q50": [
137
+ -0.10629065501411712,
138
+ -1.1384245372473816,
139
+ -0.2808311696646246,
140
+ 2.0625143425231434,
141
+ 0.2487379021234954,
142
+ 0.598854709336888,
143
+ 0.874761353951312,
144
+ 0.0021188349737685883,
145
+ -0.028446681667896444
146
+ ],
147
+ "q90": [
148
+ 0.6035214074675829,
149
+ -0.7898287828279947,
150
+ 0.07764666252872593,
151
+ 2.5163670267353573,
152
+ 0.5656560981043399,
153
+ 1.4202981190282766,
154
+ 1.6514326498495853,
155
+ 0.01107218788264486,
156
+ -0.021712303338422636
157
+ ],
158
+ "q99": [
159
+ 0.8500587825121932,
160
+ -0.652519099311261,
161
+ 0.20966937708613093,
162
+ 2.5842067789134475,
163
+ 0.7172997144725269,
164
+ 1.647692894375274,
165
+ 1.8461491195402613,
166
+ 0.0179663181495604,
167
+ -0.01652679552446759
168
+ ]
169
+ },
170
+ "action": {
171
+ "min": [
172
+ -3.0146145820617676,
173
+ -1.9125155210494995,
174
+ -1.5318145751953125,
175
+ 0.7465659976005554,
176
+ -2.062472105026245,
177
+ -0.6802724003791809,
178
+ -2.1491525173187256,
179
+ -1.0,
180
+ -1.0
181
+ ],
182
+ "max": [
183
+ 2.485690116882324,
184
+ -0.5,
185
+ 2.155071258544922,
186
+ 3.0305533409118652,
187
+ 2.4186127185821533,
188
+ 1.7174946069717407,
189
+ 3.88102388381958,
190
+ 1.0,
191
+ 1.0
192
+ ],
193
+ "mean": [
194
+ -0.09836202699655747,
195
+ -1.152028181903523,
196
+ -0.3107168878678572,
197
+ 2.069224451973116,
198
+ 0.25103197573470076,
199
+ 0.6849968685455163,
200
+ 0.8990471505502604,
201
+ -0.8439968441795366,
202
+ -0.8439968441795366
203
+ ],
204
+ "std": [
205
+ 0.8005781249058895,
206
+ 0.3466920437566526,
207
+ 0.4261308781816421,
208
+ 0.4967989856704882,
209
+ 0.32159109625271065,
210
+ 0.5620313214884007,
211
+ 1.0310474647009438,
212
+ 0.5363481381883531,
213
+ 0.5363481381883531
214
+ ],
215
+ "count": [
216
+ 20256
217
+ ],
218
+ "q01": [
219
+ -0.9875710409254516,
220
+ -1.66851636528209,
221
+ -1.023809759161135,
222
+ 1.2993145892599833,
223
+ -0.16005616593347535,
224
+ 0.03651291398785945,
225
+ 0.015024907306135189,
226
+ -1.0000000000459863,
227
+ -1.0000000000459863
228
+ ],
229
+ "q10": [
230
+ -0.7510554852008783,
231
+ -1.5446235076073356,
232
+ -0.7595953471806932,
233
+ 1.5582444469452137,
234
+ -0.051140063342584696,
235
+ 0.15047679635720349,
236
+ 0.23844134904519457,
237
+ -1.000000000045985,
238
+ -1.000000000045985
239
+ ],
240
+ "q50": [
241
+ -0.10058031641439745,
242
+ -1.1413604962165165,
243
+ -0.28377591737054264,
244
+ 2.0596929536514397,
245
+ 0.24760704385017487,
246
+ 0.6031526578511219,
247
+ 0.8795985892151497,
248
+ -0.8794644505070998,
249
+ -0.8794644505070998
250
+ ],
251
+ "q90": [
252
+ 0.6025459236737019,
253
+ -0.7914775461752654,
254
+ 0.07994697423885982,
255
+ 2.515912055344452,
256
+ 0.5644205286327107,
257
+ 1.4293344821474505,
258
+ 1.6477315480164303,
259
+ -0.4307567930604957,
260
+ -0.4307567930604957
261
+ ],
262
+ "q99": [
263
+ 0.845088419033578,
264
+ -0.6538467111080898,
265
+ 0.2170766104720575,
266
+ 2.5841845943084216,
267
+ 0.7172999595213149,
268
+ 1.6482049023336616,
269
+ 1.8397790050615923,
270
+ -0.08030859833214234,
271
+ -0.08030859833214234
272
+ ]
273
+ },
274
+ "timestamp": {
275
+ "min": [
276
+ 0.0
277
+ ],
278
+ "max": [
279
+ 113.73333333333333
280
+ ],
281
+ "mean": [
282
+ 18.452211690363363
283
+ ],
284
+ "std": [
285
+ 22.2594203496179
286
+ ],
287
+ "count": [
288
+ 20256
289
+ ],
290
+ "q01": [
291
+ 0.33630293430134484
292
+ ],
293
+ "q10": [
294
+ 3.6629155477080055
295
+ ],
296
+ "q50": [
297
+ 18.438732873222573
298
+ ],
299
+ "q90": [
300
+ 33.237586604740606
301
+ ],
302
+ "q99": [
303
+ 36.56810944571446
304
+ ]
305
+ },
306
+ "index": {
307
+ "min": [
308
+ 0
309
+ ],
310
+ "max": [
311
+ 20255
312
+ ],
313
+ "mean": [
314
+ 10127.5
315
+ ],
316
+ "std": [
317
+ 5847.40351922686
318
+ ],
319
+ "count": [
320
+ 20256
321
+ ],
322
+ "q01": [
323
+ 9855.761368660449
324
+ ],
325
+ "q10": [
326
+ 9905.660557861293
327
+ ],
328
+ "q50": [
329
+ 10127.298070704983
330
+ ],
331
+ "q90": [
332
+ 10349.280623714541
333
+ ],
334
+ "q99": [
335
+ 10399.23846632889
336
+ ]
337
+ },
338
+ "observation.cameras.third_person.camera_to_world": {
339
+ "min": [
340
+ -2.220446049250313e-16,
341
+ -0.5313827395439148,
342
+ 0.8471318483352661,
343
+ 1.1736085414886475,
344
+ 1.0,
345
+ -1.1102230246251565e-16,
346
+ 1.6653345369377348e-16,
347
+ -0.13185350596904755,
348
+ 5.551115123125783e-17,
349
+ 0.8471318483352661,
350
+ 0.5313827395439148,
351
+ 1.3300000429153442,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 1.0
356
+ ],
357
+ "max": [
358
+ -2.220446049250313e-16,
359
+ -0.5313827395439148,
360
+ 0.8471318483352661,
361
+ 1.4050835371017456,
362
+ 1.0,
363
+ -1.1102230246251565e-16,
364
+ 1.6653345369377348e-16,
365
+ 0.20360149443149567,
366
+ 5.551115123125783e-17,
367
+ 0.8471318483352661,
368
+ 0.5313827395439148,
369
+ 1.3300000429153442,
370
+ 0.0,
371
+ 0.0,
372
+ 0.0,
373
+ 1.0
374
+ ],
375
+ "mean": [
376
+ -2.220446049250313e-16,
377
+ -0.5313813840061145,
378
+ 0.8471337711676885,
379
+ 1.2786279149282878,
380
+ 1.0,
381
+ -1.1102230246251565e-16,
382
+ 1.6653345369377348e-16,
383
+ -0.02476778879907353,
384
+ 5.551115123125783e-17,
385
+ 0.8471337711676885,
386
+ 0.5313813840061145,
387
+ 1.3299975087645495,
388
+ 0.0,
389
+ 0.0,
390
+ 0.0,
391
+ 1.0
392
+ ],
393
+ "std": [
394
+ 0.0,
395
+ 0.0014185024455366613,
396
+ 0.0011259709690990545,
397
+ 0.05782492011926315,
398
+ 0.0,
399
+ 0.0,
400
+ 0.0,
401
+ 0.08834722264544732,
402
+ 0.0,
403
+ 0.0011259709690990545,
404
+ 0.0014185024455366613,
405
+ 0.002494271162943187,
406
+ 0.0,
407
+ 0.0,
408
+ 0.0,
409
+ 0.0
410
+ ],
411
+ "count": [
412
+ 20256
413
+ ],
414
+ "q01": [
415
+ 1.7795539507491048e-16,
416
+ -0.5313827395439144,
417
+ 0.8471318483352663,
418
+ 1.278628726635499,
419
+ 1.0000000000000002,
420
+ 2.889776975374259e-16,
421
+ 5.665334536937152e-16,
422
+ -0.02476785221231964,
423
+ 4.555111512311995e-16,
424
+ 0.8471318483352663,
425
+ 0.5313827395439152,
426
+ 1.3300000429153445,
427
+ 3.999999999999417e-16,
428
+ 3.999999999999417e-16,
429
+ 3.999999999999417e-16,
430
+ 1.0000000000000002
431
+ ],
432
+ "q10": [
433
+ 3.777955395074387e-15,
434
+ -0.531382739543911,
435
+ 0.8471318483352699,
436
+ 1.2786287266355023,
437
+ 1.0000000000000038,
438
+ 3.8889776975369025e-15,
439
+ 4.166533453693192e-15,
440
+ -0.024767852212316064,
441
+ 4.055511151230676e-15,
442
+ 0.8471318483352699,
443
+ 0.5313827395439186,
444
+ 1.3300000429153476,
445
+ 3.999999999999418e-15,
446
+ 3.999999999999418e-15,
447
+ 3.999999999999418e-15,
448
+ 1.0000000000000038
449
+ ],
450
+ "q50": [
451
+ 1.977795539507206e-14,
452
+ -0.5313827395438948,
453
+ 0.8471318483352864,
454
+ 1.2786287266355196,
455
+ 1.000000000000021,
456
+ 1.9888977697534575e-14,
457
+ 2.0166533453690864e-14,
458
+ -0.024767852212300046,
459
+ 2.005551115122835e-14,
460
+ 0.8471318483352864,
461
+ 0.5313827395439348,
462
+ 1.3300000429153647,
463
+ 1.999999999999709e-14,
464
+ 1.999999999999709e-14,
465
+ 1.999999999999709e-14,
466
+ 1.000000000000021
467
+ ],
468
+ "q90": [
469
+ 3.5777955395069735e-14,
470
+ -0.5313827395438789,
471
+ 0.8471318483353021,
472
+ 1.278628726635535,
473
+ 1.0000000000000364,
474
+ 3.588897769753225e-14,
475
+ 3.616653345368854e-14,
476
+ -0.02476785221228407,
477
+ 3.6055511151226024e-14,
478
+ 0.8471318483353021,
479
+ 0.5313827395439507,
480
+ 1.33000004291538,
481
+ 3.5999999999994766e-14,
482
+ 3.5999999999994766e-14,
483
+ 3.5999999999994766e-14,
484
+ 1.0000000000000364
485
+ ],
486
+ "q99": [
487
+ 3.9377955395069203e-14,
488
+ -0.5313827395438754,
489
+ 0.8471318483353054,
490
+ 1.278628726635538,
491
+ 1.0000000000000395,
492
+ 3.948897769753172e-14,
493
+ 3.976653345368801e-14,
494
+ -0.02476785221228045,
495
+ 3.965551115122549e-14,
496
+ 0.8471318483353054,
497
+ 0.5313827395439542,
498
+ 1.3300000429153838,
499
+ 3.9599999999994235e-14,
500
+ 3.9599999999994235e-14,
501
+ 3.9599999999994235e-14,
502
+ 1.0000000000000395
503
+ ]
504
+ },
505
+ "episode_index": {
506
+ "min": [
507
+ 0
508
+ ],
509
+ "max": [
510
+ 66
511
+ ],
512
+ "mean": [
513
+ 32.97289691943127
514
+ ],
515
+ "std": [
516
+ 17.875325371281626
517
+ ],
518
+ "count": [
519
+ 20256
520
+ ],
521
+ "q01": [
522
+ 32.97289691943127
523
+ ],
524
+ "q10": [
525
+ 32.972896919431285
526
+ ],
527
+ "q50": [
528
+ 32.9728969194313
529
+ ],
530
+ "q90": [
531
+ 32.97289691943131
532
+ ],
533
+ "q99": [
534
+ 32.97289691943131
535
+ ]
536
+ },
537
+ "observation.cameras.third_person.intrinsics": {
538
+ "min": [
539
+ 324.7286071777344,
540
+ 0.0,
541
+ 319.5,
542
+ 0.0,
543
+ 324.7286071777344,
544
+ 179.5,
545
+ 0.0,
546
+ 0.0,
547
+ 1.0
548
+ ],
549
+ "max": [
550
+ 324.7286071777344,
551
+ 0.0,
552
+ 319.5,
553
+ 0.0,
554
+ 324.7286071777344,
555
+ 179.5,
556
+ 0.0,
557
+ 0.0,
558
+ 1.0
559
+ ],
560
+ "mean": [
561
+ 324.7286188794536,
562
+ 0.0,
563
+ 319.5,
564
+ 0.0,
565
+ 324.7286188794536,
566
+ 179.5,
567
+ 0.0,
568
+ 0.0,
569
+ 1.0
570
+ ],
571
+ "std": [
572
+ 0.7061330976653902,
573
+ 0.0,
574
+ 0.0,
575
+ 0.0,
576
+ 0.7061330976653902,
577
+ 0.0,
578
+ 0.0,
579
+ 0.0,
580
+ 0.0
581
+ ],
582
+ "count": [
583
+ 20256
584
+ ],
585
+ "q01": [
586
+ 324.7286071777344,
587
+ 3.999999999999417e-16,
588
+ 319.5,
589
+ 3.999999999999417e-16,
590
+ 324.7286071777344,
591
+ 179.5,
592
+ 3.999999999999417e-16,
593
+ 3.999999999999417e-16,
594
+ 1.0000000000000002
595
+ ],
596
+ "q10": [
597
+ 324.7286071777344,
598
+ 3.999999999999418e-15,
599
+ 319.5,
600
+ 3.999999999999418e-15,
601
+ 324.7286071777344,
602
+ 179.5,
603
+ 3.999999999999418e-15,
604
+ 3.999999999999418e-15,
605
+ 1.0000000000000038
606
+ ],
607
+ "q50": [
608
+ 324.7286071777344,
609
+ 1.999999999999709e-14,
610
+ 319.5,
611
+ 1.999999999999709e-14,
612
+ 324.7286071777344,
613
+ 179.5,
614
+ 1.999999999999709e-14,
615
+ 1.999999999999709e-14,
616
+ 1.000000000000021
617
+ ],
618
+ "q90": [
619
+ 324.72860717773443,
620
+ 3.5999999999994766e-14,
621
+ 319.50000000000006,
622
+ 3.5999999999994766e-14,
623
+ 324.72860717773443,
624
+ 179.50000000000003,
625
+ 3.5999999999994766e-14,
626
+ 3.5999999999994766e-14,
627
+ 1.0000000000000364
628
+ ],
629
+ "q99": [
630
+ 324.72860717773443,
631
+ 3.9599999999994235e-14,
632
+ 319.50000000000006,
633
+ 3.9599999999994235e-14,
634
+ 324.72860717773443,
635
+ 179.50000000000003,
636
+ 3.9599999999994235e-14,
637
+ 3.9599999999994235e-14,
638
+ 1.0000000000000395
639
+ ]
640
+ },
641
+ "observation.images.third_person": {
642
+ "min": [
643
+ [
644
+ [
645
+ 0.0
646
+ ]
647
+ ],
648
+ [
649
+ [
650
+ 0.0
651
+ ]
652
+ ],
653
+ [
654
+ [
655
+ 0.0
656
+ ]
657
+ ]
658
+ ],
659
+ "max": [
660
+ [
661
+ [
662
+ 1.0
663
+ ]
664
+ ],
665
+ [
666
+ [
667
+ 1.0
668
+ ]
669
+ ],
670
+ [
671
+ [
672
+ 1.0
673
+ ]
674
+ ]
675
+ ],
676
+ "mean": [
677
+ [
678
+ [
679
+ 0.35390949601903915
680
+ ]
681
+ ],
682
+ [
683
+ [
684
+ 0.2848352179789329
685
+ ]
686
+ ],
687
+ [
688
+ [
689
+ 0.23061232333161683
690
+ ]
691
+ ]
692
+ ],
693
+ "std": [
694
+ [
695
+ [
696
+ 0.06206276889880023
697
+ ]
698
+ ],
699
+ [
700
+ [
701
+ 0.05834464267419241
702
+ ]
703
+ ],
704
+ [
705
+ [
706
+ 0.0543607417450062
707
+ ]
708
+ ]
709
+ ],
710
+ "count": [
711
+ 291686400
712
+ ],
713
+ "q01": [
714
+ [
715
+ [
716
+ 0.12490015762150043
717
+ ]
718
+ ],
719
+ [
720
+ [
721
+ 0.03438386084324678
722
+ ]
723
+ ],
724
+ [
725
+ [
726
+ 0.03315881676624849
727
+ ]
728
+ ]
729
+ ],
730
+ "q10": [
731
+ [
732
+ [
733
+ 0.17653167273224474
734
+ ]
735
+ ],
736
+ [
737
+ [
738
+ 0.13823146237174058
739
+ ]
740
+ ],
741
+ [
742
+ [
743
+ 0.10705467839460717
744
+ ]
745
+ ]
746
+ ],
747
+ "q50": [
748
+ [
749
+ [
750
+ 0.3584576600721908
751
+ ]
752
+ ],
753
+ [
754
+ [
755
+ 0.27809108308484437
756
+ ]
757
+ ],
758
+ [
759
+ [
760
+ 0.21774174598387025
761
+ ]
762
+ ]
763
+ ],
764
+ "q90": [
765
+ [
766
+ [
767
+ 0.5221067578028004
768
+ ]
769
+ ],
770
+ [
771
+ [
772
+ 0.446314118888946
773
+ ]
774
+ ],
775
+ [
776
+ [
777
+ 0.3761057016182833
778
+ ]
779
+ ]
780
+ ],
781
+ "q99": [
782
+ [
783
+ [
784
+ 0.6410722192566846
785
+ ]
786
+ ],
787
+ [
788
+ [
789
+ 0.5503214979943528
790
+ ]
791
+ ],
792
+ [
793
+ [
794
+ 0.4685903011427455
795
+ ]
796
+ ]
797
+ ]
798
+ }
799
+ }
Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b322c69397f92bfcb8276c3fa8373a8b30c2046ce88d363ec688ccfb69acac
3
+ size 2257
Sawyer-809-separate_the_sandwich_from_the_juice/camera_fixed/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd98527cb5bcc29dba09e1f053b22ae8d00a0ba34efd197bdf4eb156f99f27eb
3
+ size 110278150
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ebc301a57d86648a10ca5f2f15ee796547763487a4994a2b085bc0ee42426e
3
+ size 3064336
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/axis_task_dataset.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": 809,
3
+ "task_name": "Separate the Sandwich from the Juice",
4
+ "embodiment_id": "sawyer",
5
+ "model_id": "sawyer:task_809:nq37:nv33:nu9",
6
+ "repo_id": "local/axis_multi_embodiment_sawyer_camera_randomized_task_809_sawyer_separate_the_sandwich_from_the_juice",
7
+ "dataset_path": "/data2/shmqd/AXIS-Render-Robosuite/multi_embodiment_50k_20260813/formal/data/sawyer/lerobot_tasks/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice",
8
+ "renderer_backend": "robosuite_table_arena_env_state_resampling",
9
+ "state_feature": "observation.state",
10
+ "state_semantics": "actuated_joint_qpos_in_actuator_order",
11
+ "action_feature": "action",
12
+ "action_semantics": "ctrl",
13
+ "camera_features": {
14
+ "third_person": {
15
+ "logical_camera_name": "frontview",
16
+ "image_feature": "observation.images.third_person",
17
+ "intrinsics_feature": "observation.cameras.third_person.intrinsics",
18
+ "camera_to_world_feature": "observation.cameras.third_person.camera_to_world",
19
+ "intrinsics_storage": "row_major_flat",
20
+ "intrinsics_source_shape": [
21
+ 3,
22
+ 3
23
+ ],
24
+ "camera_to_world_storage": "row_major_flat",
25
+ "camera_to_world_source_shape": [
26
+ 4,
27
+ 4
28
+ ],
29
+ "camera_frame_convention": "MuJoCo/OpenGL +X image-right,+Y up,-Z forward to world",
30
+ "source_camera_name_policy": "physical camera name is per episode in meta/axis_episodes"
31
+ }
32
+ },
33
+ "camera_feature_provenance": "dataset logical schema plus per-episode physical camera sidecars",
34
+ "episode_sidecar_dir": "meta/axis_episodes",
35
+ "attempt_commit_dir": "meta/axis_attempt_commits",
36
+ "camera_group": "randomized"
37
+ }
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de9913c74295784b60eca6096332c0fa9a01ce94e1a5658aa2564bd0e06ed366
3
+ size 505801
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/info.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "axis_robosuite",
4
+ "total_episodes": 268,
5
+ "total_frames": 81024,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:268"
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 9
21
+ ],
22
+ "names": [
23
+ "state"
24
+ ]
25
+ },
26
+ "action": {
27
+ "dtype": "float32",
28
+ "shape": [
29
+ 9
30
+ ],
31
+ "names": [
32
+ "action"
33
+ ]
34
+ },
35
+ "observation.images.third_person": {
36
+ "dtype": "video",
37
+ "shape": [
38
+ 360,
39
+ 640,
40
+ 3
41
+ ],
42
+ "names": [
43
+ "height",
44
+ "width",
45
+ "channel"
46
+ ],
47
+ "info": {
48
+ "video.height": 360,
49
+ "video.width": 640,
50
+ "video.codec": "h264",
51
+ "video.pix_fmt": "yuv420p",
52
+ "video.is_depth_map": false,
53
+ "video.fps": 15,
54
+ "video.channels": 3,
55
+ "has_audio": false
56
+ }
57
+ },
58
+ "observation.cameras.third_person.intrinsics": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 9
62
+ ],
63
+ "names": [
64
+ "row_major"
65
+ ]
66
+ },
67
+ "observation.cameras.third_person.camera_to_world": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 16
71
+ ],
72
+ "names": [
73
+ "row_major"
74
+ ]
75
+ },
76
+ "timestamp": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "frame_index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "episode_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "task_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ }
111
+ }
112
+ }
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/stats.json ADDED
@@ -0,0 +1,799 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 81024
17
+ ],
18
+ "q01": [
19
+ 5.924170616112887e-19
20
+ ],
21
+ "q10": [
22
+ 5.92417061611288e-18
23
+ ],
24
+ "q50": [
25
+ 2.962085308056438e-17
26
+ ],
27
+ "q90": [
28
+ 5.331753554501588e-17
29
+ ],
30
+ "q99": [
31
+ 5.864928909951754e-17
32
+ ]
33
+ },
34
+ "observation.cameras.third_person.intrinsics": {
35
+ "min": [
36
+ 299.6215515136719,
37
+ 0.0,
38
+ 319.5,
39
+ 0.0,
40
+ 299.6215515136719,
41
+ 179.5,
42
+ 0.0,
43
+ 0.0,
44
+ 1.0
45
+ ],
46
+ "max": [
47
+ 353.18280029296875,
48
+ 0.0,
49
+ 319.5,
50
+ 0.0,
51
+ 353.18280029296875,
52
+ 179.5,
53
+ 0.0,
54
+ 0.0,
55
+ 1.0
56
+ ],
57
+ "mean": [
58
+ 324.39880920021443,
59
+ 0.0,
60
+ 319.5,
61
+ 0.0,
62
+ 324.39880920021443,
63
+ 179.5,
64
+ 0.0,
65
+ 0.0,
66
+ 1.0
67
+ ],
68
+ "std": [
69
+ 15.869693468864272,
70
+ 0.0,
71
+ 0.0,
72
+ 0.0,
73
+ 15.869693468864272,
74
+ 0.0,
75
+ 0.0,
76
+ 0.0,
77
+ 0.0
78
+ ],
79
+ "count": [
80
+ 81024
81
+ ],
82
+ "q01": [
83
+ 324.3984964673554,
84
+ 3.9999999999994196e-16,
85
+ 319.5,
86
+ 3.9999999999994196e-16,
87
+ 324.3984964673554,
88
+ 179.5,
89
+ 3.9999999999994196e-16,
90
+ 3.9999999999994196e-16,
91
+ 1.0000000000000002
92
+ ],
93
+ "q10": [
94
+ 324.3984964673554,
95
+ 3.999999999999414e-15,
96
+ 319.5,
97
+ 3.999999999999414e-15,
98
+ 324.3984964673554,
99
+ 179.5,
100
+ 3.999999999999414e-15,
101
+ 3.999999999999414e-15,
102
+ 1.0000000000000022
103
+ ],
104
+ "q50": [
105
+ 324.3984964673554,
106
+ 1.9999999999997072e-14,
107
+ 319.5,
108
+ 1.9999999999997072e-14,
109
+ 324.3984964673554,
110
+ 179.5,
111
+ 1.9999999999997072e-14,
112
+ 1.9999999999997072e-14,
113
+ 1.0000000000000167
114
+ ],
115
+ "q90": [
116
+ 324.3984964673554,
117
+ 3.599999999999476e-14,
118
+ 319.50000000000006,
119
+ 3.599999999999476e-14,
120
+ 324.3984964673554,
121
+ 179.50000000000003,
122
+ 3.599999999999476e-14,
123
+ 3.599999999999476e-14,
124
+ 1.0000000000000342
125
+ ],
126
+ "q99": [
127
+ 324.3984964673554,
128
+ 3.9599999999994203e-14,
129
+ 319.50000000000006,
130
+ 3.9599999999994203e-14,
131
+ 324.3984964673554,
132
+ 179.50000000000003,
133
+ 3.9599999999994203e-14,
134
+ 3.9599999999994203e-14,
135
+ 1.0000000000000395
136
+ ]
137
+ },
138
+ "frame_index": {
139
+ "min": [
140
+ 0
141
+ ],
142
+ "max": [
143
+ 1706
144
+ ],
145
+ "mean": [
146
+ 276.78317535545034
147
+ ],
148
+ "std": [
149
+ 333.891305244269
150
+ ],
151
+ "count": [
152
+ 81024
153
+ ],
154
+ "q01": [
155
+ 5.044544015896921
156
+ ],
157
+ "q10": [
158
+ 54.943733216744334
159
+ ],
160
+ "q50": [
161
+ 276.5812460604266
162
+ ],
163
+ "q90": [
164
+ 498.56379906998444
165
+ ],
166
+ "q99": [
167
+ 548.5216416843384
168
+ ]
169
+ },
170
+ "action": {
171
+ "min": [
172
+ -3.0146145820617676,
173
+ -1.9125155210494995,
174
+ -1.5318145751953125,
175
+ 0.7465659976005554,
176
+ -2.062472105026245,
177
+ -0.6802724003791809,
178
+ -2.1491525173187256,
179
+ -1.0,
180
+ -1.0
181
+ ],
182
+ "max": [
183
+ 2.485690116882324,
184
+ -0.5,
185
+ 2.155071258544922,
186
+ 3.0305533409118652,
187
+ 2.4186127185821533,
188
+ 1.7174946069717407,
189
+ 3.88102388381958,
190
+ 1.0,
191
+ 1.0
192
+ ],
193
+ "mean": [
194
+ -0.09836202699655747,
195
+ -1.1520281819035234,
196
+ -0.310716887867857,
197
+ 2.069224451973114,
198
+ 0.251031975734701,
199
+ 0.6849968685455163,
200
+ 0.8990471505502609,
201
+ -0.8439968441795364,
202
+ -0.8439968441795364
203
+ ],
204
+ "std": [
205
+ 0.8005781249058898,
206
+ 0.34669204375665286,
207
+ 0.4261308781816422,
208
+ 0.496798985670488,
209
+ 0.32159109625271076,
210
+ 0.5620313214884012,
211
+ 1.0310474647009436,
212
+ 0.5363481381883535,
213
+ 0.5363481381883535
214
+ ],
215
+ "count": [
216
+ 81024
217
+ ],
218
+ "q01": [
219
+ -0.9875710409254519,
220
+ -1.6685163652820867,
221
+ -1.023809759161135,
222
+ 1.2993145892599844,
223
+ -0.16005616593347535,
224
+ 0.036512913987859406,
225
+ 0.015024907306135031,
226
+ -1.0000000000459859,
227
+ -1.0000000000459859
228
+ ],
229
+ "q10": [
230
+ -0.7510554852008777,
231
+ -1.5446235076073354,
232
+ -0.7595953471806933,
233
+ 1.558244446945215,
234
+ -0.051140063342584655,
235
+ 0.1504767963572034,
236
+ 0.23844134904519457,
237
+ -1.0000000000459848,
238
+ -1.0000000000459848
239
+ ],
240
+ "q50": [
241
+ -0.10058031641439763,
242
+ -1.1413604962165151,
243
+ -0.2837759173705423,
244
+ 2.0596929536514432,
245
+ 0.2476070438501755,
246
+ 0.6031526578511225,
247
+ 0.8795985892151493,
248
+ -0.879464450507101,
249
+ -0.879464450507101
250
+ ],
251
+ "q90": [
252
+ 0.6025459236737017,
253
+ -0.7914775461752653,
254
+ 0.07994697423885982,
255
+ 2.5159120553444554,
256
+ 0.5644205286327104,
257
+ 1.4293344821474496,
258
+ 1.6477315480164305,
259
+ -0.43075679306049586,
260
+ -0.43075679306049586
261
+ ],
262
+ "q99": [
263
+ 0.8450884190335771,
264
+ -0.6538467111080882,
265
+ 0.21707661047205687,
266
+ 2.5841845943084194,
267
+ 0.7172999595213154,
268
+ 1.648204902333662,
269
+ 1.8397790050615952,
270
+ -0.08030859833214218,
271
+ -0.08030859833214218
272
+ ]
273
+ },
274
+ "timestamp": {
275
+ "min": [
276
+ 0.0
277
+ ],
278
+ "max": [
279
+ 113.73333333333333
280
+ ],
281
+ "mean": [
282
+ 18.4522116903633
283
+ ],
284
+ "std": [
285
+ 22.2594203496179
286
+ ],
287
+ "count": [
288
+ 81024
289
+ ],
290
+ "q01": [
291
+ 0.3363029343013448
292
+ ],
293
+ "q10": [
294
+ 3.662915547708005
295
+ ],
296
+ "q50": [
297
+ 18.438732873222545
298
+ ],
299
+ "q90": [
300
+ 33.23758660474058
301
+ ],
302
+ "q99": [
303
+ 36.568109445714505
304
+ ]
305
+ },
306
+ "index": {
307
+ "min": [
308
+ 0
309
+ ],
310
+ "max": [
311
+ 81023
312
+ ],
313
+ "mean": [
314
+ 40511.5
315
+ ],
316
+ "std": [
317
+ 23389.614103628704
318
+ ],
319
+ "count": [
320
+ 81024
321
+ ],
322
+ "q01": [
323
+ 40239.761368660445
324
+ ],
325
+ "q10": [
326
+ 40289.66055786133
327
+ ],
328
+ "q50": [
329
+ 40511.29807070499
330
+ ],
331
+ "q90": [
332
+ 40733.28062371453
333
+ ],
334
+ "q99": [
335
+ 40783.23846632888
336
+ ]
337
+ },
338
+ "observation.cameras.third_person.camera_to_world": {
339
+ "min": [
340
+ -0.15063920617103577,
341
+ -0.6574310064315796,
342
+ 0.7526621222496033,
343
+ 1.0720348358154297,
344
+ 0.984984815120697,
345
+ -0.16138358414173126,
346
+ -0.14736823737621307,
347
+ -0.2500856816768646,
348
+ -0.1380961686372757,
349
+ 0.7534319758415222,
350
+ 0.4006197154521942,
351
+ 1.2105668783187866,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 1.0
356
+ ],
357
+ "max": [
358
+ 0.16217908263206482,
359
+ -0.39775845408439636,
360
+ 0.9159459471702576,
361
+ 1.515920877456665,
362
+ 1.000000238418579,
363
+ 0.15588970482349396,
364
+ 0.1499411016702652,
365
+ 0.2890773117542267,
366
+ 0.14706218242645264,
367
+ 0.9159916043281555,
368
+ 0.6573200821876526,
369
+ 1.4499200582504272,
370
+ 0.0,
371
+ 0.0,
372
+ 0.0,
373
+ 1.0
374
+ ],
375
+ "mean": [
376
+ -0.0013616883365994675,
377
+ -0.5317342238516163,
378
+ 0.8423941324363459,
379
+ 1.2794347514367503,
380
+ 0.9962847156525187,
381
+ -0.005072429035103582,
382
+ -0.0017548307027190747,
383
+ -0.015129418489152882,
384
+ 0.004920504402163188,
385
+ 0.8425917732529344,
386
+ 0.5323619786385109,
387
+ 1.328832312332581,
388
+ 0.0,
389
+ 0.0,
390
+ 0.0,
391
+ 1.0
392
+ ],
393
+ "std": [
394
+ 0.06492727334320736,
395
+ 0.049437781422676456,
396
+ 0.03119282918550629,
397
+ 0.08818359065821242,
398
+ 0.004303470698699466,
399
+ 0.06199890257511248,
400
+ 0.0594156282516287,
401
+ 0.11007631138338171,
402
+ 0.05622502152773959,
403
+ 0.03144190437051637,
404
+ 0.04960220669594146,
405
+ 0.06889757780303433,
406
+ 0.0,
407
+ 0.0,
408
+ 0.0,
409
+ 0.0
410
+ ],
411
+ "count": [
412
+ 81024
413
+ ],
414
+ "q01": [
415
+ -0.001361712133943356,
416
+ -0.5317344525619299,
417
+ 0.8423943260962682,
418
+ 1.27943427285612,
419
+ 0.9962841123298377,
420
+ -0.005072402062371835,
421
+ -0.001754855073357128,
422
+ -0.015129496113223556,
423
+ 0.004920526984647632,
424
+ 0.8425910285237068,
425
+ 0.5323619173665337,
426
+ 1.3288323269468427,
427
+ 3.9999999999994196e-16,
428
+ 3.9999999999994196e-16,
429
+ 3.9999999999994196e-16,
430
+ 1.0000000000000002
431
+ ],
432
+ "q10": [
433
+ -0.0013617121339397562,
434
+ -0.5317344525619274,
435
+ 0.8423943260962704,
436
+ 1.2794342728561214,
437
+ 0.9962841123298395,
438
+ -0.005072402062368234,
439
+ -0.001754855073353532,
440
+ -0.015129496113219927,
441
+ 0.004920526984651239,
442
+ 0.8425910285237086,
443
+ 0.5323619173665362,
444
+ 1.3288323269468434,
445
+ 3.999999999999414e-15,
446
+ 3.999999999999414e-15,
447
+ 3.999999999999414e-15,
448
+ 1.0000000000000022
449
+ ],
450
+ "q50": [
451
+ -0.0013617121339237566,
452
+ -0.53173445256191,
453
+ 0.8423943260962873,
454
+ 1.279434272856137,
455
+ 0.9962841123298557,
456
+ -0.00507240206235224,
457
+ -0.001754855073337533,
458
+ -0.015129496113203945,
459
+ 0.004920526984667231,
460
+ 0.8425910285237255,
461
+ 0.5323619173665539,
462
+ 1.328832326946858,
463
+ 1.9999999999997072e-14,
464
+ 1.9999999999997072e-14,
465
+ 1.9999999999997072e-14,
466
+ 1.0000000000000167
467
+ ],
468
+ "q90": [
469
+ -0.0013617121339077546,
470
+ -0.5317344525618931,
471
+ 0.842394326096305,
472
+ 1.2794342728561552,
473
+ 0.9962841123298729,
474
+ -0.005072402062336232,
475
+ -0.0017548550733215266,
476
+ -0.015129496113187918,
477
+ 0.004920526984683236,
478
+ 0.8425910285237432,
479
+ 0.5323619173665706,
480
+ 1.3288323269468756,
481
+ 3.599999999999476e-14,
482
+ 3.599999999999476e-14,
483
+ 3.599999999999476e-14,
484
+ 1.0000000000000342
485
+ ],
486
+ "q99": [
487
+ -0.0013617121339041546,
488
+ -0.5317344525618896,
489
+ 0.8423943260963089,
490
+ 1.2794342728561596,
491
+ 0.9962841123298775,
492
+ -0.0050724020623326305,
493
+ -0.0017548550733179301,
494
+ -0.01512949611318433,
495
+ 0.004920526984686833,
496
+ 0.8425910285237472,
497
+ 0.5323619173665749,
498
+ 1.3288323269468818,
499
+ 3.9599999999994203e-14,
500
+ 3.9599999999994203e-14,
501
+ 3.9599999999994203e-14,
502
+ 1.0000000000000395
503
+ ]
504
+ },
505
+ "episode_index": {
506
+ "min": [
507
+ 0
508
+ ],
509
+ "max": [
510
+ 267
511
+ ],
512
+ "mean": [
513
+ 133.3915876777252
514
+ ],
515
+ "std": [
516
+ 71.51004205051873
517
+ ],
518
+ "count": [
519
+ 81024
520
+ ],
521
+ "q01": [
522
+ 133.3915876777252
523
+ ],
524
+ "q10": [
525
+ 133.3915876777252
526
+ ],
527
+ "q50": [
528
+ 133.3915876777252
529
+ ],
530
+ "q90": [
531
+ 133.3915876777252
532
+ ],
533
+ "q99": [
534
+ 133.3915876777252
535
+ ]
536
+ },
537
+ "observation.state": {
538
+ "min": [
539
+ -3.0146145820617676,
540
+ -1.9125155210494995,
541
+ -1.5318145751953125,
542
+ 0.7465659976005554,
543
+ -2.062472105026245,
544
+ -0.6802724003791809,
545
+ -2.1491525173187256,
546
+ -0.00016816204879432917,
547
+ -0.030166875571012497
548
+ ],
549
+ "max": [
550
+ 2.485690116882324,
551
+ -0.5,
552
+ 2.155071258544922,
553
+ 3.0305533409118652,
554
+ 2.4186127185821533,
555
+ 1.7174946069717407,
556
+ 3.88102388381958,
557
+ 0.040167178958654404,
558
+ 0.0001718644198263064
559
+ ],
560
+ "mean": [
561
+ -0.10045565805956282,
562
+ -1.1495007594861968,
563
+ -0.3076294852901798,
564
+ 2.071119123866774,
565
+ 0.25219636055987354,
566
+ 0.6807307114193469,
567
+ 0.8984026755140079,
568
+ 0.0029780520650691663,
569
+ -0.02780040260776767
570
+ ],
571
+ "std": [
572
+ 0.8031092836192968,
573
+ 0.3464835393222187,
574
+ 0.4240011712037321,
575
+ 0.4968866231298323,
576
+ 0.32213172715553656,
577
+ 0.559989575834399,
578
+ 1.0331908818759399,
579
+ 0.010695002550739532,
580
+ 0.008044537867000524
581
+ ],
582
+ "count": [
583
+ 81024
584
+ ],
585
+ "q01": [
586
+ -0.9867886837258665,
587
+ -1.6663347344451676,
588
+ -1.0215396840098419,
589
+ 1.2978862393882065,
590
+ -0.15841911747041462,
591
+ 0.03638047471253985,
592
+ 0.013865567363434974,
593
+ -0.00016816209478048765,
594
+ -0.030166875616998698
595
+ ],
596
+ "q10": [
597
+ -0.753454049553255,
598
+ -1.5395613025565373,
599
+ -0.7531841446094537,
600
+ 1.5624289583936002,
601
+ -0.0490467593379783,
602
+ 0.14906334958689582,
603
+ 0.23832570454535953,
604
+ -0.00016816209477854305,
605
+ -0.030166875616996686
606
+ ],
607
+ "q50": [
608
+ -0.10629065501411712,
609
+ -1.1384245372473805,
610
+ -0.28083116966462457,
611
+ 2.0625143425231434,
612
+ 0.2487379021234956,
613
+ 0.5988547093368894,
614
+ 0.8747613539513119,
615
+ 0.0021188349737685883,
616
+ -0.028446681667896424
617
+ ],
618
+ "q90": [
619
+ 0.6035214074675835,
620
+ -0.7898287828279954,
621
+ 0.07764666252872612,
622
+ 2.516367026735361,
623
+ 0.5656560981043396,
624
+ 1.4202981190282784,
625
+ 1.6514326498495875,
626
+ 0.011072187882644849,
627
+ -0.02171230333842265
628
+ ],
629
+ "q99": [
630
+ 0.8500587825121929,
631
+ -0.6525190993112601,
632
+ 0.209669377086131,
633
+ 2.584206778913447,
634
+ 0.7172997144725264,
635
+ 1.6476928943752744,
636
+ 1.8461491195402617,
637
+ 0.0179663181495604,
638
+ -0.016526795524467605
639
+ ]
640
+ },
641
+ "observation.images.third_person": {
642
+ "min": [
643
+ [
644
+ [
645
+ 0.0
646
+ ]
647
+ ],
648
+ [
649
+ [
650
+ 0.0
651
+ ]
652
+ ],
653
+ [
654
+ [
655
+ 0.0
656
+ ]
657
+ ]
658
+ ],
659
+ "max": [
660
+ [
661
+ [
662
+ 1.0
663
+ ]
664
+ ],
665
+ [
666
+ [
667
+ 1.0
668
+ ]
669
+ ],
670
+ [
671
+ [
672
+ 1.0
673
+ ]
674
+ ]
675
+ ],
676
+ "mean": [
677
+ [
678
+ [
679
+ 0.35264257773511076
680
+ ]
681
+ ],
682
+ [
683
+ [
684
+ 0.28397219525261824
685
+ ]
686
+ ],
687
+ [
688
+ [
689
+ 0.2299257766788807
690
+ ]
691
+ ]
692
+ ],
693
+ "std": [
694
+ [
695
+ [
696
+ 0.06192487310963785
697
+ ]
698
+ ],
699
+ [
700
+ [
701
+ 0.05792745846537386
702
+ ]
703
+ ],
704
+ [
705
+ [
706
+ 0.05403211907902577
707
+ ]
708
+ ]
709
+ ],
710
+ "count": [
711
+ 1166745600
712
+ ],
713
+ "q01": [
714
+ [
715
+ [
716
+ 0.12409975535489981
717
+ ]
718
+ ],
719
+ [
720
+ [
721
+ 0.03526440558290684
722
+ ]
723
+ ],
724
+ [
725
+ [
726
+ 0.03350715036228664
727
+ ]
728
+ ]
729
+ ],
730
+ "q10": [
731
+ [
732
+ [
733
+ 0.17985244284878105
734
+ ]
735
+ ],
736
+ [
737
+ [
738
+ 0.1381251492259913
739
+ ]
740
+ ],
741
+ [
742
+ [
743
+ 0.106794748195379
744
+ ]
745
+ ]
746
+ ],
747
+ "q50": [
748
+ [
749
+ [
750
+ 0.35171610794543295
751
+ ]
752
+ ],
753
+ [
754
+ [
755
+ 0.27237216931962743
756
+ ]
757
+ ],
758
+ [
759
+ [
760
+ 0.21266592506024667
761
+ ]
762
+ ]
763
+ ],
764
+ "q90": [
765
+ [
766
+ [
767
+ 0.520634778944481
768
+ ]
769
+ ],
770
+ [
771
+ [
772
+ 0.4451542805864423
773
+ ]
774
+ ],
775
+ [
776
+ [
777
+ 0.375018210140372
778
+ ]
779
+ ]
780
+ ],
781
+ "q99": [
782
+ [
783
+ [
784
+ 0.6384186285803793
785
+ ]
786
+ ],
787
+ [
788
+ [
789
+ 0.5484965443436436
790
+ ]
791
+ ],
792
+ [
793
+ [
794
+ 0.4691106769890318
795
+ ]
796
+ ]
797
+ ]
798
+ }
799
+ }
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b322c69397f92bfcb8276c3fa8373a8b30c2046ce88d363ec688ccfb69acac
3
+ size 2257
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f1f6967d368722e1427659e9ce47323e5ae11fc70c1a77d87b4bdfe04270ad
3
+ size 209391998
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a16b1d5e2c0111aaf1a3ba4a941ef342d39e27da18dc327480524a9a231a5ae
3
+ size 209952721
Sawyer-809-separate_the_sandwich_from_the_juice/camera_randomized/task_809_sawyer_separate_the_sandwich_from_the_juice/videos/observation.images.third_person/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a78f3c29fba391a4c689ecc01731174111788982667fd49d2aac2584e43b76b
3
+ size 29653967
Sawyer-809-separate_the_sandwich_from_the_juice/task_manifest.json ADDED
The diff for this file is too large to render. See raw diff