nvlm commited on
Commit
082ef38
·
verified ·
1 Parent(s): de46e1d

Add files using upload-large-folder tool

Browse files
single_panda_gripper.PnPCabToCounter/meta/episodes.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
single_panda_gripper.PnPCabToCounter/meta/info.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "Panda+OmronBase",
4
+ "total_episodes": 3011,
5
+ "total_frames": 1015757,
6
+ "total_tasks": 66,
7
+ "total_videos": 3,
8
+ "total_chunks": 3,
9
+ "chunks_size": 1000,
10
+ "fps": 20.0,
11
+ "splits": {
12
+ "train": "0:100"
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
+ "observation.state": {
18
+ "dtype": "float64",
19
+ "shape": [
20
+ 53
21
+ ],
22
+ "names": [
23
+ "motor_0",
24
+ "motor_1",
25
+ "motor_2",
26
+ "motor_3",
27
+ "motor_4",
28
+ "motor_5",
29
+ "motor_6",
30
+ "motor_7",
31
+ "motor_8",
32
+ "motor_9",
33
+ "motor_10",
34
+ "motor_11",
35
+ "motor_12",
36
+ "motor_13",
37
+ "motor_14",
38
+ "motor_15",
39
+ "motor_16",
40
+ "motor_17",
41
+ "motor_18",
42
+ "motor_19",
43
+ "motor_20",
44
+ "motor_21",
45
+ "motor_22",
46
+ "motor_23",
47
+ "motor_24",
48
+ "motor_25",
49
+ "motor_26",
50
+ "motor_27",
51
+ "motor_28",
52
+ "motor_29",
53
+ "motor_30",
54
+ "motor_31",
55
+ "motor_32",
56
+ "motor_33",
57
+ "motor_34",
58
+ "motor_35",
59
+ "motor_36",
60
+ "motor_37",
61
+ "motor_38",
62
+ "motor_39",
63
+ "motor_40",
64
+ "motor_41",
65
+ "motor_42",
66
+ "motor_43",
67
+ "motor_44",
68
+ "motor_45",
69
+ "motor_46",
70
+ "motor_47",
71
+ "motor_48",
72
+ "motor_49",
73
+ "motor_50",
74
+ "motor_51",
75
+ "motor_52"
76
+ ]
77
+ },
78
+ "action": {
79
+ "dtype": "float64",
80
+ "shape": [
81
+ 12
82
+ ],
83
+ "names": [
84
+ "motor_0",
85
+ "motor_1",
86
+ "motor_2",
87
+ "motor_3",
88
+ "motor_4",
89
+ "motor_5",
90
+ "motor_6",
91
+ "motor_7",
92
+ "motor_8",
93
+ "motor_9",
94
+ "motor_10",
95
+ "motor_11"
96
+ ]
97
+ },
98
+ "timestamp": {
99
+ "dtype": "float64",
100
+ "shape": [
101
+ 1
102
+ ]
103
+ },
104
+ "annotation.human.action.task_description": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ]
109
+ },
110
+ "task_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ]
115
+ },
116
+ "annotation.human.action.task_name": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ]
121
+ },
122
+ "annotation.human.validity": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ]
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ]
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ]
139
+ },
140
+ "next.reward": {
141
+ "dtype": "float64",
142
+ "shape": [
143
+ 1
144
+ ]
145
+ },
146
+ "next.done": {
147
+ "dtype": "bool",
148
+ "shape": [
149
+ 1
150
+ ]
151
+ },
152
+ "observation.images.left_view": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 256,
156
+ 256,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channel"
163
+ ],
164
+ "video_info": {
165
+ "video.fps": 20.0,
166
+ "video.codec": "h264",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "has_audio": false
170
+ }
171
+ },
172
+ "observation.images.right_view": {
173
+ "dtype": "video",
174
+ "shape": [
175
+ 256,
176
+ 256,
177
+ 3
178
+ ],
179
+ "names": [
180
+ "height",
181
+ "width",
182
+ "channel"
183
+ ],
184
+ "video_info": {
185
+ "video.fps": 20.0,
186
+ "video.codec": "h264",
187
+ "video.pix_fmt": "yuv420p",
188
+ "video.is_depth_map": false,
189
+ "has_audio": false
190
+ }
191
+ },
192
+ "observation.images.wrist_view": {
193
+ "dtype": "video",
194
+ "shape": [
195
+ 256,
196
+ 256,
197
+ 3
198
+ ],
199
+ "names": [
200
+ "height",
201
+ "width",
202
+ "channel"
203
+ ],
204
+ "video_info": {
205
+ "video.fps": 20.0,
206
+ "video.codec": "h264",
207
+ "video.pix_fmt": "yuv420p",
208
+ "video.is_depth_map": false,
209
+ "has_audio": false
210
+ }
211
+ }
212
+ }
213
+ }
single_panda_gripper.PnPCabToCounter/meta/modality.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "base_position": {
4
+ "start": 0,
5
+ "end": 3
6
+ },
7
+ "base_rotation": {
8
+ "start": 3,
9
+ "end": 7,
10
+ "rotation_type": "quaternion"
11
+ },
12
+ "end_effector_position_absolute": {
13
+ "start": 7,
14
+ "end": 10
15
+ },
16
+ "end_effector_position_relative": {
17
+ "start": 10,
18
+ "end": 13
19
+ },
20
+ "end_effector_rotation_absolute": {
21
+ "start": 13,
22
+ "end": 17,
23
+ "rotation_type": "quaternion"
24
+ },
25
+ "end_effector_rotation_relative": {
26
+ "start": 17,
27
+ "end": 21,
28
+ "rotation_type": "quaternion"
29
+ },
30
+ "gripper_qpos": {
31
+ "start": 21,
32
+ "end": 23
33
+ },
34
+ "gripper_qvel": {
35
+ "start": 23,
36
+ "end": 25
37
+ },
38
+ "joint_position": {
39
+ "start": 25,
40
+ "end": 32
41
+ },
42
+ "joint_position_cos": {
43
+ "start": 32,
44
+ "end": 39
45
+ },
46
+ "joint_position_sin": {
47
+ "start": 39,
48
+ "end": 46
49
+ },
50
+ "joint_velocity": {
51
+ "start": 46,
52
+ "end": 53
53
+ }
54
+ },
55
+ "action": {
56
+ "base_motion": {
57
+ "start": 0,
58
+ "end": 4,
59
+ "absolute": false
60
+ },
61
+ "control_mode": {
62
+ "start": 4,
63
+ "end": 5,
64
+ "dtype": "int64",
65
+ "range": [
66
+ 0,
67
+ 1
68
+ ]
69
+ },
70
+ "end_effector_position": {
71
+ "start": 5,
72
+ "end": 8,
73
+ "absolute": false
74
+ },
75
+ "end_effector_rotation": {
76
+ "start": 8,
77
+ "end": 11,
78
+ "absolute": false,
79
+ "rotation_type": "axis_angle"
80
+ },
81
+ "gripper_close": {
82
+ "start": 11,
83
+ "end": 12,
84
+ "dtype": "int64",
85
+ "range": [
86
+ 0,
87
+ 1
88
+ ]
89
+ }
90
+ },
91
+ "video": {
92
+ "left_view": {
93
+ "original_key": "observation.images.left_view"
94
+ },
95
+ "right_view": {
96
+ "original_key": "observation.images.right_view"
97
+ },
98
+ "wrist_view": {
99
+ "original_key": "observation.images.wrist_view"
100
+ }
101
+ },
102
+ "annotation": {
103
+ "human.action.task_description": {},
104
+ "human.action.task_name": {},
105
+ "human.validity": {}
106
+ }
107
+ }
single_panda_gripper.PnPCabToCounter/meta/stats.json ADDED
@@ -0,0 +1,600 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ 1.793365478515625,
5
+ -1.2939307689666748,
6
+ 0.6938686966896057,
7
+ 0.0,
8
+ 0.0,
9
+ 0.28710606694221497,
10
+ 0.42950180172920227,
11
+ 1.6773356199264526,
12
+ -1.138540267944336,
13
+ 1.306802749633789,
14
+ 0.3312905728816986,
15
+ 0.014165411703288555,
16
+ 0.6052749752998352,
17
+ 0.3908754587173462,
18
+ -0.1215909793972969,
19
+ 0.0825621634721756,
20
+ 0.01793615333735943,
21
+ 0.006878706626594067,
22
+ -0.03790853172540665,
23
+ 0.02535192109644413,
24
+ 0.06754393875598907,
25
+ 0.031389035284519196,
26
+ -0.030855916440486908,
27
+ 0.0010102832457050681,
28
+ -0.000996659160591662,
29
+ -0.015107783488929272,
30
+ -0.6373282074928284,
31
+ 0.054441094398498535,
32
+ -1.945927381515503,
33
+ -0.02678295411169529,
34
+ 1.6981137990951538,
35
+ 1.0308008193969727,
36
+ 0.9862384796142578,
37
+ 0.6959004402160645,
38
+ 0.9556921124458313,
39
+ -0.3020317554473877,
40
+ 0.9370529055595398,
41
+ -0.07571978121995926,
42
+ 0.4478556513786316,
43
+ -0.01645927131175995,
44
+ -0.5187919735908508,
45
+ 0.05457494780421257,
46
+ -0.676439642906189,
47
+ -0.02032565139234066,
48
+ 0.8349085450172424,
49
+ 0.7443915605545044,
50
+ 3.498495789244771e-05,
51
+ -0.0008814992033876479,
52
+ 0.006373218726366758,
53
+ -0.012607734650373459,
54
+ 8.764230733504519e-05,
55
+ 0.010053032077848911,
56
+ 0.017651265487074852
57
+ ],
58
+ "std": [
59
+ 1.2714353799819946,
60
+ 0.8675978183746338,
61
+ 0.007188017945736647,
62
+ 0.0,
63
+ 0.0,
64
+ 0.7708653807640076,
65
+ 0.3793753385543823,
66
+ 1.456925630569458,
67
+ 0.9814740419387817,
68
+ 0.18873953819274902,
69
+ 0.13087277114391327,
70
+ 0.1213337853550911,
71
+ 0.1893915981054306,
72
+ 0.45969244837760925,
73
+ 0.7381502389907837,
74
+ 0.1514461636543274,
75
+ 0.21466617286205292,
76
+ 0.9338575005531311,
77
+ 0.2246270328760147,
78
+ 0.2569519281387329,
79
+ 0.07025018334388733,
80
+ 0.009534075856208801,
81
+ 0.009733645245432854,
82
+ 0.012602201662957668,
83
+ 0.0127548323944211,
84
+ 0.18786843121051788,
85
+ 0.5290436744689941,
86
+ 0.30977174639701843,
87
+ 0.7621609568595886,
88
+ 0.389020174741745,
89
+ 0.6119118332862854,
90
+ 0.5436553359031677,
91
+ 0.09253068268299103,
92
+ 0.2945956587791443,
93
+ 0.10822220891714096,
94
+ 0.6133514046669006,
95
+ 0.18119680881500244,
96
+ 0.46414947509765625,
97
+ 0.40903326869010925,
98
+ 0.14765773713588715,
99
+ 0.4005107879638672,
100
+ 0.27573856711387634,
101
+ 0.27390724420547485,
102
+ 0.3039032816886902,
103
+ 0.2889400124549866,
104
+ 0.2804495096206665,
105
+ 0.14329762756824493,
106
+ 0.35539013147354126,
107
+ 0.1899510622024536,
108
+ 0.40771985054016113,
109
+ 0.2842179536819458,
110
+ 0.3912030756473541,
111
+ 0.2826243042945862
112
+ ],
113
+ "min": [
114
+ 0.7944194674491882,
115
+ -3.035464286804199,
116
+ 0.6996332406997681,
117
+ 0.0,
118
+ 0.0,
119
+ -1.0,
120
+ 0.0,
121
+ 0.06849980354309082,
122
+ -3.45589542388916,
123
+ 0.9281885027885437,
124
+ -0.06406189501285553,
125
+ -0.6102889180183411,
126
+ 0.184419646859169,
127
+ -0.8258050680160522,
128
+ -0.9999884963035583,
129
+ -0.6395189166069031,
130
+ -0.8584282398223877,
131
+ -0.9999935626983643,
132
+ -0.8106203079223633,
133
+ -0.8795328736305237,
134
+ 2.2506965180468796e-08,
135
+ -0.0048078978434205055,
136
+ -0.04568558558821678,
137
+ -0.601250410079956,
138
+ -0.3471742868423462,
139
+ -2.708789587020874,
140
+ -1.7715225219726562,
141
+ -2.723785638809204,
142
+ -3.0848748683929443,
143
+ -2.906787633895874,
144
+ 0.038449592888355255,
145
+ -2.890437364578247,
146
+ -0.9077936410903931,
147
+ -0.19938097894191742,
148
+ -0.9139809608459473,
149
+ -0.9983919858932495,
150
+ -0.9749327301979065,
151
+ -1.0,
152
+ -0.9826104044914246,
153
+ -1.0,
154
+ -1.0,
155
+ -1.0,
156
+ -1.0,
157
+ -1.0,
158
+ -0.5999824404716492,
159
+ -1.0,
160
+ -2.7120978832244873,
161
+ -3.2642807960510254,
162
+ -2.947749137878418,
163
+ -4.947651386260986,
164
+ -7.040314674377441,
165
+ -4.908875465393066,
166
+ -6.37498664855957
167
+ ],
168
+ "max": [
169
+ 5.1053853034973145,
170
+ -0.7702601552009583,
171
+ 0.7495372295379639,
172
+ 0.0,
173
+ 0.0,
174
+ 1.0,
175
+ 1.0,
176
+ 5.826810836791992,
177
+ -0.009712341241538525,
178
+ 1.6966897249221802,
179
+ 0.818212628364563,
180
+ 0.6549351811408997,
181
+ 0.9966902136802673,
182
+ 0.9998824000358582,
183
+ 0.9885101914405823,
184
+ 0.9203804731369019,
185
+ 0.8813066482543945,
186
+ 0.9999785423278809,
187
+ 0.7763619422912598,
188
+ 0.8097017407417297,
189
+ 0.7876110672950745,
190
+ 0.04531639814376831,
191
+ 0.004757369868457317,
192
+ 0.40034013986587524,
193
+ 0.39203333854675293,
194
+ 2.6059813499450684,
195
+ 1.763597846031189,
196
+ 2.090803384780884,
197
+ -0.050586409866809845,
198
+ 2.917214870452881,
199
+ 3.785071849822998,
200
+ 2.954829454421997,
201
+ 1.0,
202
+ 1.0,
203
+ 1.0,
204
+ 0.9987207651138306,
205
+ 1.0,
206
+ 0.9992609024047852,
207
+ 1.0,
208
+ 1.0,
209
+ 0.9999695420265198,
210
+ 0.9999998807907104,
211
+ -0.05056483671069145,
212
+ 1.0,
213
+ 1.0,
214
+ 1.0,
215
+ 2.8592262268066406,
216
+ 3.307203531265259,
217
+ 2.8142647743225098,
218
+ 3.6915900707244873,
219
+ 5.8341593742370605,
220
+ 5.2685980796813965,
221
+ 7.553228378295898
222
+ ],
223
+ "q01": [
224
+ 0.7996353840827942,
225
+ -3.001490592956543,
226
+ 0.6999944448471069,
227
+ 0.0,
228
+ 0.0,
229
+ -1.0,
230
+ 4.240082907926989e-06,
231
+ 0.22544280290603638,
232
+ -3.218517713546753,
233
+ 0.936927547454834,
234
+ 0.07737823903560638,
235
+ -0.3017956852912903,
236
+ 0.23319278717041014,
237
+ -0.5340382313728332,
238
+ -0.9951921701431274,
239
+ -0.23440801799297334,
240
+ -0.39980186104774473,
241
+ -0.9959003853797913,
242
+ -0.5146445846557617,
243
+ -0.5010342049598694,
244
+ 0.000743504255078733,
245
+ 0.004294957090169191,
246
+ -0.04003184571862221,
247
+ -0.04241873174905777,
248
+ -0.05966405600309372,
249
+ -0.4165942919254303,
250
+ -1.762959361076355,
251
+ -0.8522661328315735,
252
+ -3.072103977203369,
253
+ -1.2493765926361085,
254
+ 0.5350992107391357,
255
+ -0.3127969002723694,
256
+ 0.6638247966766357,
257
+ -0.19098257184028625,
258
+ 0.49760038614273067,
259
+ -0.9975866079330444,
260
+ -0.11870356351137162,
261
+ -0.9900170350074768,
262
+ -0.8276902890205383,
263
+ -0.40464836955070493,
264
+ -0.9992998957633972,
265
+ -0.7506841421127319,
266
+ -0.9999181628227234,
267
+ -0.8646528720855713,
268
+ -0.5738031530380249,
269
+ -0.30754062652587894,
270
+ -0.4686634647846222,
271
+ -0.9824550580978394,
272
+ -0.5457337808609009,
273
+ -1.2821154689788818,
274
+ -0.8124145841598511,
275
+ -1.0296620559692382,
276
+ -0.7211740493774415
277
+ ],
278
+ "q99": [
279
+ 5.1000075340271,
280
+ -0.7997847199440002,
281
+ 0.7090980863571167,
282
+ 0.0,
283
+ 0.0,
284
+ 1.0,
285
+ 1.0,
286
+ 5.6116871261596675,
287
+ -0.21949666261672976,
288
+ 1.5696643686294556,
289
+ 0.6001745653152464,
290
+ 0.2953474617004389,
291
+ 0.8692619347572326,
292
+ 0.987733633518219,
293
+ 0.882513103485107,
294
+ 0.49907116651534983,
295
+ 0.5460356211662287,
296
+ 0.9953516292572021,
297
+ 0.5598786497116086,
298
+ 0.5961144876480099,
299
+ 0.32791513085365287,
300
+ 0.04019498735666274,
301
+ -0.0037757516279816653,
302
+ 0.059505917727947215,
303
+ 0.04267164930701255,
304
+ 0.6117045640945308,
305
+ 0.4699804317951196,
306
+ 0.7720623993873588,
307
+ -0.19287336647510775,
308
+ 0.9322167015075674,
309
+ 3.752734661102295,
310
+ 2.545153999328611,
311
+ 0.9999996423721313,
312
+ 0.999931812286377,
313
+ 0.9999955296516418,
314
+ 0.9814575004577633,
315
+ 0.9999962449073792,
316
+ 0.860218060016632,
317
+ 0.9978919744491577,
318
+ 0.5724364590644817,
319
+ 0.4528688311576838,
320
+ 0.6976143693923944,
321
+ -0.06940934479236603,
322
+ 0.7793371725082395,
323
+ 0.9999817609786987,
324
+ 0.9999348783493042,
325
+ 0.4767006194591495,
326
+ 0.8092223739624,
327
+ 0.557634847164154,
328
+ 0.9303567647933957,
329
+ 0.8194262075424192,
330
+ 1.026793427467345,
331
+ 0.7820699882507314
332
+ ]
333
+ },
334
+ "action": {
335
+ "mean": [
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ 0.0,
340
+ 0.0,
341
+ 0.005098765715956688,
342
+ 0.009247497655451298,
343
+ -0.060871824622154236,
344
+ 0.0003553814021870494,
345
+ -0.000655490905046463,
346
+ -0.004864838905632496,
347
+ 0.52028489112854
348
+ ],
349
+ "std": [
350
+ 0.0,
351
+ 0.0,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 0.38146162033081055,
356
+ 0.24275432527065277,
357
+ 0.42578068375587463,
358
+ 0.09256581217050552,
359
+ 0.15824374556541443,
360
+ 0.10603643208742142,
361
+ 0.4993281662464142
362
+ ],
363
+ "min": [
364
+ 0.0,
365
+ 0.0,
366
+ 0.0,
367
+ 0.0,
368
+ 0.0,
369
+ -1.0,
370
+ -1.0,
371
+ -1.0,
372
+ -1.0,
373
+ -1.0,
374
+ -1.0,
375
+ 0.0
376
+ ],
377
+ "max": [
378
+ 0.0,
379
+ 0.0,
380
+ 0.0,
381
+ 0.0,
382
+ 0.0,
383
+ 1.0,
384
+ 1.0,
385
+ 1.0,
386
+ 1.0,
387
+ 1.0,
388
+ 1.0,
389
+ 1.0
390
+ ],
391
+ "q01": [
392
+ 0.0,
393
+ 0.0,
394
+ 0.0,
395
+ 0.0,
396
+ 0.0,
397
+ -0.9753163647651673,
398
+ -0.6827108907699585,
399
+ -1.0,
400
+ -0.23856615841388704,
401
+ -0.4443592262268066,
402
+ -0.28689125418663025,
403
+ 0.0
404
+ ],
405
+ "q99": [
406
+ 0.0,
407
+ 0.0,
408
+ 0.0,
409
+ 0.0,
410
+ 0.0,
411
+ 0.9072932648658747,
412
+ 0.9512726187705973,
413
+ 0.9868171262741089,
414
+ 0.23996122598648034,
415
+ 0.5073186182975754,
416
+ 0.2406783759593961,
417
+ 1.0
418
+ ]
419
+ },
420
+ "timestamp": {
421
+ "mean": [
422
+ 8.609816551208496
423
+ ],
424
+ "std": [
425
+ 5.240492343902588
426
+ ],
427
+ "min": [
428
+ 0.0
429
+ ],
430
+ "max": [
431
+ 24.399999618530273
432
+ ],
433
+ "q01": [
434
+ 0.15000000596046448
435
+ ],
436
+ "q99": [
437
+ 21.350000381469727
438
+ ]
439
+ },
440
+ "annotation.human.action.task_description": {
441
+ "mean": [
442
+ 31.51583480834961
443
+ ],
444
+ "std": [
445
+ 18.005552291870117
446
+ ],
447
+ "min": [
448
+ 0.0
449
+ ],
450
+ "max": [
451
+ 65.0
452
+ ],
453
+ "q01": [
454
+ 0.0
455
+ ],
456
+ "q99": [
457
+ 65.0
458
+ ]
459
+ },
460
+ "task_index": {
461
+ "mean": [
462
+ 31.51583480834961
463
+ ],
464
+ "std": [
465
+ 18.005552291870117
466
+ ],
467
+ "min": [
468
+ 0.0
469
+ ],
470
+ "max": [
471
+ 65.0
472
+ ],
473
+ "q01": [
474
+ 0.0
475
+ ],
476
+ "q99": [
477
+ 65.0
478
+ ]
479
+ },
480
+ "annotation.human.action.task_name": {
481
+ "mean": [
482
+ 1.0
483
+ ],
484
+ "std": [
485
+ 0.0
486
+ ],
487
+ "min": [
488
+ 1.0
489
+ ],
490
+ "max": [
491
+ 1.0
492
+ ],
493
+ "q01": [
494
+ 1.0
495
+ ],
496
+ "q99": [
497
+ 1.0
498
+ ]
499
+ },
500
+ "annotation.human.validity": {
501
+ "mean": [
502
+ 2.0
503
+ ],
504
+ "std": [
505
+ 0.0
506
+ ],
507
+ "min": [
508
+ 2.0
509
+ ],
510
+ "max": [
511
+ 2.0
512
+ ],
513
+ "q01": [
514
+ 2.0
515
+ ],
516
+ "q99": [
517
+ 2.0
518
+ ]
519
+ },
520
+ "episode_index": {
521
+ "mean": [
522
+ 1505.44287109375
523
+ ],
524
+ "std": [
525
+ 868.331298828125
526
+ ],
527
+ "min": [
528
+ 0.0
529
+ ],
530
+ "max": [
531
+ 3010.0
532
+ ],
533
+ "q01": [
534
+ 29.0
535
+ ],
536
+ "q99": [
537
+ 2981.0
538
+ ]
539
+ },
540
+ "index": {
541
+ "mean": [
542
+ 507878.3125
543
+ ],
544
+ "std": [
545
+ 293223.78125
546
+ ],
547
+ "min": [
548
+ 0.0
549
+ ],
550
+ "max": [
551
+ 1015756.0
552
+ ],
553
+ "q01": [
554
+ 10157.56
555
+ ],
556
+ "q99": [
557
+ 1005598.44
558
+ ]
559
+ },
560
+ "next.reward": {
561
+ "mean": [
562
+ 0.0029642917215824127
563
+ ],
564
+ "std": [
565
+ 0.054364535957574844
566
+ ],
567
+ "min": [
568
+ 0.0
569
+ ],
570
+ "max": [
571
+ 1.0
572
+ ],
573
+ "q01": [
574
+ 0.0
575
+ ],
576
+ "q99": [
577
+ 0.0
578
+ ]
579
+ },
580
+ "next.done": {
581
+ "mean": [
582
+ 0.0029642917215824127
583
+ ],
584
+ "std": [
585
+ 0.054364535957574844
586
+ ],
587
+ "min": [
588
+ 0.0
589
+ ],
590
+ "max": [
591
+ 1.0
592
+ ],
593
+ "q01": [
594
+ 0.0
595
+ ],
596
+ "q99": [
597
+ 0.0
598
+ ]
599
+ }
600
+ }
single_panda_gripper.PnPCabToCounter/meta/tasks.jsonl ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "pick the lime from the cabinet and place it on the counter"}
2
+ {"task_index": 1, "task": "PnPCabToCounter"}
3
+ {"task_index": 2, "task": "Valid"}
4
+ {"task_index": 3, "task": "pick the cake from the cabinet and place it on the counter"}
5
+ {"task_index": 4, "task": "pick the steak from the cabinet and place it on the counter"}
6
+ {"task_index": 5, "task": "pick the apple from the cabinet and place it on the counter"}
7
+ {"task_index": 6, "task": "pick the cupcake from the cabinet and place it on the counter"}
8
+ {"task_index": 7, "task": "pick the orange from the cabinet and place it on the counter"}
9
+ {"task_index": 8, "task": "pick the garlic from the cabinet and place it on the counter"}
10
+ {"task_index": 9, "task": "pick the yogurt from the cabinet and place it on the counter"}
11
+ {"task_index": 10, "task": "pick the kiwi from the cabinet and place it on the counter"}
12
+ {"task_index": 11, "task": "pick the boxed food from the cabinet and place it on the counter"}
13
+ {"task_index": 12, "task": "pick the cucumber from the cabinet and place it on the counter"}
14
+ {"task_index": 13, "task": "pick the bar soap from the cabinet and place it on the counter"}
15
+ {"task_index": 14, "task": "pick the ketchup from the cabinet and place it on the counter"}
16
+ {"task_index": 15, "task": "pick the baguette from the cabinet and place it on the counter"}
17
+ {"task_index": 16, "task": "pick the peach from the cabinet and place it on the counter"}
18
+ {"task_index": 17, "task": "pick the mango from the cabinet and place it on the counter"}
19
+ {"task_index": 18, "task": "pick the banana from the cabinet and place it on the counter"}
20
+ {"task_index": 19, "task": "pick the sponge from the cabinet and place it on the counter"}
21
+ {"task_index": 20, "task": "pick the tomato from the cabinet and place it on the counter"}
22
+ {"task_index": 21, "task": "pick the shaker from the cabinet and place it on the counter"}
23
+ {"task_index": 22, "task": "pick the egg from the cabinet and place it on the counter"}
24
+ {"task_index": 23, "task": "pick the croissant from the cabinet and place it on the counter"}
25
+ {"task_index": 24, "task": "pick the jam from the cabinet and place it on the counter"}
26
+ {"task_index": 25, "task": "pick the water bottle from the cabinet and place it on the counter"}
27
+ {"task_index": 26, "task": "pick the cheese from the cabinet and place it on the counter"}
28
+ {"task_index": 27, "task": "pick the mug from the cabinet and place it on the counter"}
29
+ {"task_index": 28, "task": "pick the milk from the cabinet and place it on the counter"}
30
+ {"task_index": 29, "task": "pick the eggplant from the cabinet and place it on the counter"}
31
+ {"task_index": 30, "task": "pick the tangerine from the cabinet and place it on the counter"}
32
+ {"task_index": 31, "task": "pick the cereal from the cabinet and place it on the counter"}
33
+ {"task_index": 32, "task": "pick the canned food from the cabinet and place it on the counter"}
34
+ {"task_index": 33, "task": "pick the bread from the cabinet and place it on the counter"}
35
+ {"task_index": 34, "task": "pick the avocado from the cabinet and place it on the counter"}
36
+ {"task_index": 35, "task": "pick the spray from the cabinet and place it on the counter"}
37
+ {"task_index": 36, "task": "pick the boxed drink from the cabinet and place it on the counter"}
38
+ {"task_index": 37, "task": "pick the can from the cabinet and place it on the counter"}
39
+ {"task_index": 38, "task": "pick the bottled drink from the cabinet and place it on the counter"}
40
+ {"task_index": 39, "task": "pick the pear from the cabinet and place it on the counter"}
41
+ {"task_index": 40, "task": "pick the bell pepper from the cabinet and place it on the counter"}
42
+ {"task_index": 41, "task": "pick the beer from the cabinet and place it on the counter"}
43
+ {"task_index": 42, "task": "pick the squash from the cabinet and place it on the counter"}
44
+ {"task_index": 43, "task": "pick the onion from the cabinet and place it on the counter"}
45
+ {"task_index": 44, "task": "pick the broccoli from the cabinet and place it on the counter"}
46
+ {"task_index": 45, "task": "pick the kettle electric from the cabinet and place it on the counter"}
47
+ {"task_index": 46, "task": "pick the condiment bottle from the cabinet and place it on the counter"}
48
+ {"task_index": 47, "task": "pick the kettle non electric from the cabinet and place it on the counter"}
49
+ {"task_index": 48, "task": "pick the candle from the cabinet and place it on the counter"}
50
+ {"task_index": 49, "task": "pick the bar from the cabinet and place it on the counter"}
51
+ {"task_index": 50, "task": "pick the liquor from the cabinet and place it on the counter"}
52
+ {"task_index": 51, "task": "pick the lemon from the cabinet and place it on the counter"}
53
+ {"task_index": 52, "task": "pick the sweet potato from the cabinet and place it on the counter"}
54
+ {"task_index": 53, "task": "pick the soap dispenser from the cabinet and place it on the counter"}
55
+ {"task_index": 54, "task": "pick the coffee cup from the cabinet and place it on the counter"}
56
+ {"task_index": 55, "task": "pick the bottled water from the cabinet and place it on the counter"}
57
+ {"task_index": 56, "task": "pick the carrot from the cabinet and place it on the counter"}
58
+ {"task_index": 57, "task": "pick the fish from the cabinet and place it on the counter"}
59
+ {"task_index": 58, "task": "pick the cup from the cabinet and place it on the counter"}
60
+ {"task_index": 59, "task": "pick the hot dog from the cabinet and place it on the counter"}
61
+ {"task_index": 60, "task": "pick the wine from the cabinet and place it on the counter"}
62
+ {"task_index": 61, "task": "pick the potato from the cabinet and place it on the counter"}
63
+ {"task_index": 62, "task": "pick the mushroom from the cabinet and place it on the counter"}
64
+ {"task_index": 63, "task": "pick the jug from the cabinet and place it on the counter"}
65
+ {"task_index": 64, "task": "pick the teapot from the cabinet and place it on the counter"}
66
+ {"task_index": 65, "task": "pick the corn from the cabinet and place it on the counter"}
single_panda_gripper.TurnOffStove/data/chunk-002/episode_002123.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0faaeb95d1b9b2d95b15885825818c0e0f3f4707fcf57e76f8dd73796880109
3
+ size 80953
single_panda_gripper.TurnOffStove/data/chunk-002/episode_002147.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef719834313d4e9c9689a8f7fae7f34b4653f4b1c4f1be201e32a849bb8bd0af
3
+ size 119325
single_panda_gripper.TurnOffStove/data/chunk-002/episode_002589.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b366b8510a8724ccf2844ef9ca3cadee570ea0b9fe20805a7f6fe4d0fc026427
3
+ size 104335
single_panda_gripper.TurnOffStove/data/chunk-002/episode_002592.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e319866ff0358db265d8c758676e0b0063b430cd5d7f7b1ca4d7f962e88e462
3
+ size 145407
single_panda_gripper.TurnOffStove/data/chunk-002/episode_002599.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e3e0f145d8aa46e7333ef8da58bf1ac81d76aa610b77db202b3fa900fac620
3
+ size 80924
single_panda_gripper.TurnOffStove/data/chunk-002/episode_002739.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dcc9bd782ecf2158c780c3461ed0897be31282c8c0f5a11f1ddc4c54ada4ffc
3
+ size 85253
single_panda_gripper.TurnOffStove/data/chunk-002/episode_002744.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e0a40a4f5e84453dcb7dd1ddcd125d8385fe081a1772600f60a12891ec42705
3
+ size 93560