chrisvtom commited on
Commit
1e49946
·
verified ·
1 Parent(s): 8b4d0b2

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b215cde249a88ee51031e2292e3e482a96bef77e8561960cf487726b4a7b147
3
+ size 610952
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a76e33d8db40fc2292a8cd524eebb41bb51cfe12330b0739fee173dab625b4ff
3
+ size 83008
meta/info.json ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "g1d",
4
+ "total_episodes": 4,
5
+ "total_frames": 3752,
6
+ "total_tasks": 4,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:4"
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
+ 26
21
+ ],
22
+ "names": [
23
+ "left_shoulder_pitch.pos",
24
+ "left_shoulder_roll.pos",
25
+ "left_shoulder_yaw.pos",
26
+ "left_elbow.pos",
27
+ "left_wrist_roll.pos",
28
+ "left_wrist_pitch.pos",
29
+ "left_wrist_yaw.pos",
30
+ "right_shoulder_pitch.pos",
31
+ "right_shoulder_roll.pos",
32
+ "right_shoulder_yaw.pos",
33
+ "right_elbow.pos",
34
+ "right_wrist_roll.pos",
35
+ "right_wrist_pitch.pos",
36
+ "right_wrist_yaw.pos",
37
+ "left_thumb.pos",
38
+ "left_thumb_aux.pos",
39
+ "left_index.pos",
40
+ "left_middle.pos",
41
+ "left_ring.pos",
42
+ "left_pinky.pos",
43
+ "right_thumb.pos",
44
+ "right_thumb_aux.pos",
45
+ "right_index.pos",
46
+ "right_middle.pos",
47
+ "right_ring.pos",
48
+ "right_pinky.pos"
49
+ ]
50
+ },
51
+ "action": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 26
55
+ ],
56
+ "names": [
57
+ "left_shoulder_pitch.pos",
58
+ "left_shoulder_roll.pos",
59
+ "left_shoulder_yaw.pos",
60
+ "left_elbow.pos",
61
+ "left_wrist_roll.pos",
62
+ "left_wrist_pitch.pos",
63
+ "left_wrist_yaw.pos",
64
+ "right_shoulder_pitch.pos",
65
+ "right_shoulder_roll.pos",
66
+ "right_shoulder_yaw.pos",
67
+ "right_elbow.pos",
68
+ "right_wrist_roll.pos",
69
+ "right_wrist_pitch.pos",
70
+ "right_wrist_yaw.pos",
71
+ "left_thumb.pos",
72
+ "left_thumb_aux.pos",
73
+ "left_index.pos",
74
+ "left_middle.pos",
75
+ "left_ring.pos",
76
+ "left_pinky.pos",
77
+ "right_thumb.pos",
78
+ "right_thumb_aux.pos",
79
+ "right_index.pos",
80
+ "right_middle.pos",
81
+ "right_ring.pos",
82
+ "right_pinky.pos"
83
+ ]
84
+ },
85
+ "observation.images.head": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 480,
89
+ 1280,
90
+ 3
91
+ ],
92
+ "names": [
93
+ "height",
94
+ "width",
95
+ "channels"
96
+ ],
97
+ "info": {
98
+ "video.height": 480,
99
+ "video.width": 1280,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 30,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.left_wrist": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 480,
112
+ 640,
113
+ 3
114
+ ],
115
+ "names": [
116
+ "height",
117
+ "width",
118
+ "channels"
119
+ ],
120
+ "info": {
121
+ "video.height": 480,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 30,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_wrist": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 480,
135
+ 640,
136
+ 3
137
+ ],
138
+ "names": [
139
+ "height",
140
+ "width",
141
+ "channels"
142
+ ],
143
+ "info": {
144
+ "video.height": 480,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 30,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "segment_index": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "phase": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "timestamp": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "frame_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "episode_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "task_index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ }
203
+ }
204
+ }
meta/stats.json ADDED
@@ -0,0 +1,1214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -1.0702393054962158,
5
+ -0.011492871679365635,
6
+ -0.3442109227180481,
7
+ -0.14041917026042938,
8
+ -0.7488822340965271,
9
+ -1.2129114866256714,
10
+ -0.7256328463554382,
11
+ -1.3745906352996826,
12
+ -0.6567235589027405,
13
+ -0.6027585864067078,
14
+ -0.11020693182945251,
15
+ -0.9234204888343811,
16
+ -1.0569127798080444,
17
+ -0.7505720257759094,
18
+ 0.0031400001607835293,
19
+ 0.0,
20
+ 0.0,
21
+ 0.0,
22
+ 0.0,
23
+ 0.0,
24
+ 0.0,
25
+ 0.0,
26
+ 0.0,
27
+ 0.0,
28
+ 0.0,
29
+ 0.0
30
+ ],
31
+ "max": [
32
+ -0.21286380290985107,
33
+ 0.5221406817436218,
34
+ 0.4192201793193817,
35
+ 1.1591981649398804,
36
+ 0.803805947303772,
37
+ 0.3736681342124939,
38
+ 1.056337594985962,
39
+ -0.33638522028923035,
40
+ 0.004805674310773611,
41
+ 0.5452343225479126,
42
+ 1.3334966897964478,
43
+ 0.6978534460067749,
44
+ -0.012631373479962349,
45
+ 0.6969426274299622,
46
+ 1.1759300231933594,
47
+ 0.7817699909210205,
48
+ 0.8375399708747864,
49
+ 1.409999966621399,
50
+ 1.4085899591445923,
51
+ 1.4085899591445923,
52
+ 1.5527300834655762,
53
+ 0.5819500088691711,
54
+ 1.2831000089645386,
55
+ 1.409999966621399,
56
+ 1.409999966621399,
57
+ 1.409999966621399
58
+ ],
59
+ "mean": [
60
+ -0.633852481842041,
61
+ 0.23587575554847717,
62
+ 0.09157782047986984,
63
+ 0.4387630820274353,
64
+ 0.010842046700417995,
65
+ -0.5492250323295593,
66
+ -0.037507470697164536,
67
+ -0.9057708978652954,
68
+ -0.27733325958251953,
69
+ -0.07080043852329254,
70
+ 0.6829705238342285,
71
+ -0.09492014348506927,
72
+ -0.48373478651046753,
73
+ 0.0487537682056427,
74
+ 0.1230044886469841,
75
+ 0.06836000084877014,
76
+ 0.06698668003082275,
77
+ 0.10898792743682861,
78
+ 0.11303524672985077,
79
+ 0.11386501789093018,
80
+ 0.1352747678756714,
81
+ 0.062060318887233734,
82
+ 0.08823099732398987,
83
+ 0.13523633778095245,
84
+ 0.13887633383274078,
85
+ 0.1381562352180481
86
+ ],
87
+ "std": [
88
+ 0.17771629989147186,
89
+ 0.1079520657658577,
90
+ 0.18198023736476898,
91
+ 0.3219274878501892,
92
+ 0.24969114363193512,
93
+ 0.2818976640701294,
94
+ 0.27455011010169983,
95
+ 0.1947784572839737,
96
+ 0.1102902814745903,
97
+ 0.22101262211799622,
98
+ 0.33241140842437744,
99
+ 0.2601032853126526,
100
+ 0.18027205765247345,
101
+ 0.24032223224639893,
102
+ 0.2563468813896179,
103
+ 0.17305082082748413,
104
+ 0.18390828371047974,
105
+ 0.2750881612300873,
106
+ 0.2891503870487213,
107
+ 0.28963708877563477,
108
+ 0.3048704266548157,
109
+ 0.10839046537876129,
110
+ 0.2215634137392044,
111
+ 0.3060149848461151,
112
+ 0.3136120140552521,
113
+ 0.3127639889717102
114
+ ],
115
+ "count": [
116
+ 3752
117
+ ],
118
+ "q01": [
119
+ -1.0009549760818481,
120
+ -0.006147428210824728,
121
+ -0.3427487289905548,
122
+ -0.13916082680225372,
123
+ -0.5443879872560501,
124
+ -0.988596823811531,
125
+ -0.7248176920413971,
126
+ -1.3473321783542633,
127
+ -0.5821720933914185,
128
+ -0.48223612129688265,
129
+ -0.028020437397062784,
130
+ -0.7680494701862335,
131
+ -0.918800590634346,
132
+ -0.6701522409915924,
133
+ 0.00471000000834465,
134
+ 0.0,
135
+ 0.0,
136
+ 0.0,
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0,
144
+ 0.0
145
+ ],
146
+ "q10": [
147
+ -0.8392888605594635,
148
+ 0.05293432250618936,
149
+ -0.23960061371326447,
150
+ 0.051806607469916346,
151
+ -0.253642538189888,
152
+ -0.88389293551445,
153
+ -0.4194526791572571,
154
+ -1.1097416400909423,
155
+ -0.4213893413543701,
156
+ -0.2758684903383255,
157
+ 0.2848865956068039,
158
+ -0.5012126445770263,
159
+ -0.7318538725376129,
160
+ -0.18246341943740843,
161
+ 0.0062800003215670586,
162
+ 0.0,
163
+ 0.0,
164
+ 0.0,
165
+ 0.0,
166
+ 0.0,
167
+ 0.0,
168
+ 0.0,
169
+ 0.0,
170
+ 0.0,
171
+ 0.0,
172
+ 0.0
173
+ ],
174
+ "q50": [
175
+ -0.660906046628952,
176
+ 0.2344713658094406,
177
+ 0.14695656299591064,
178
+ 0.42591337859630585,
179
+ 0.008089352399110794,
180
+ -0.6003677248954773,
181
+ -0.010510165710002184,
182
+ -0.9313121140003204,
183
+ -0.28795096278190613,
184
+ -0.14836470782756805,
185
+ 0.6492813527584076,
186
+ -0.06038251891732216,
187
+ -0.4924258142709732,
188
+ 0.02410626970231533,
189
+ 0.025120001286268234,
190
+ 0.0,
191
+ 0.0,
192
+ 0.0,
193
+ 0.0,
194
+ 0.0,
195
+ 0.0015700000803917646,
196
+ 0.0,
197
+ 0.0,
198
+ 0.0,
199
+ 0.0,
200
+ 0.0
201
+ ],
202
+ "q90": [
203
+ -0.33141297698020933,
204
+ 0.3649088621139527,
205
+ 0.2905335664749146,
206
+ 0.8913686811923982,
207
+ 0.31763229668140414,
208
+ -0.17747198939323397,
209
+ 0.170897451043129,
210
+ -0.6350980222225189,
211
+ -0.13844297230243682,
212
+ 0.2665495485067368,
213
+ 1.1338358998298645,
214
+ 0.14562031626701355,
215
+ -0.22830308228731153,
216
+ 0.3462278664112091,
217
+ 0.590005993843079,
218
+ 0.3562769860029221,
219
+ 0.33120899796485914,
220
+ 0.5513100028038025,
221
+ 0.5527200102806091,
222
+ 0.5568090260028841,
223
+ 0.6686630249023439,
224
+ 0.2533800005912781,
225
+ 0.44415000081062317,
226
+ 0.6399989962577821,
227
+ 0.647048979997635,
228
+ 0.6442289650440217
229
+ ],
230
+ "q99": [
231
+ -0.2979938691854477,
232
+ 0.4605888810753821,
233
+ 0.39036636590957635,
234
+ 1.073147003650665,
235
+ 0.7743008100986478,
236
+ 0.37233154267072677,
237
+ 0.9216221421956987,
238
+ -0.36950960755348206,
239
+ -0.05860286206007004,
240
+ 0.5435983234643936,
241
+ 1.2881478321552275,
242
+ 0.4107726117968558,
243
+ -0.09218038350343713,
244
+ 0.6944971048831939,
245
+ 1.12568998336792,
246
+ 0.6798000335693359,
247
+ 0.769860029220581,
248
+ 1.139280080795288,
249
+ 1.4085899591445923,
250
+ 1.4085899591445923,
251
+ 1.3956986188888543,
252
+ 0.37954470187425593,
253
+ 0.8995235723257052,
254
+ 1.3373426997661582,
255
+ 1.4001299142837524,
256
+ 1.4001299142837524
257
+ ]
258
+ },
259
+ "action": {
260
+ "min": [
261
+ -1.0928175449371338,
262
+ -0.012848960235714912,
263
+ -0.3428570032119751,
264
+ -0.13393999636173248,
265
+ -0.7573001980781555,
266
+ -1.2144310474395752,
267
+ -0.7273110151290894,
268
+ -1.3926000595092773,
269
+ -0.6668968796730042,
270
+ -0.6125975847244263,
271
+ -0.12100916355848312,
272
+ -0.9319191575050354,
273
+ -1.0654760599136353,
274
+ -0.7598970532417297,
275
+ 0.0,
276
+ 0.0,
277
+ 0.0,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0,
284
+ 0.0,
285
+ 0.0,
286
+ 0.0
287
+ ],
288
+ "max": [
289
+ -0.20148198306560516,
290
+ 0.542529821395874,
291
+ 0.42014917731285095,
292
+ 1.1721879243850708,
293
+ 0.8182752728462219,
294
+ 0.3765150010585785,
295
+ 1.0689547061920166,
296
+ -0.32704901695251465,
297
+ -0.007512413430958986,
298
+ 0.5368959903717041,
299
+ 1.345893144607544,
300
+ 0.7104294300079346,
301
+ 0.002837544307112694,
302
+ 0.7030389904975891,
303
+ 1.5700000524520874,
304
+ 1.0299999713897705,
305
+ 1.409999966621399,
306
+ 1.409999966621399,
307
+ 1.409999966621399,
308
+ 1.409999966621399,
309
+ 1.5700000524520874,
310
+ 1.0299999713897705,
311
+ 1.409999966621399,
312
+ 1.409999966621399,
313
+ 1.409999966621399,
314
+ 1.409999966621399
315
+ ],
316
+ "mean": [
317
+ -0.6357190012931824,
318
+ 0.23696915805339813,
319
+ 0.0899854451417923,
320
+ 0.43846580386161804,
321
+ 0.014038207940757275,
322
+ -0.5455025434494019,
323
+ -0.03814571723341942,
324
+ -0.9085800051689148,
325
+ -0.2784450948238373,
326
+ -0.07192002981901169,
327
+ 0.6809601187705994,
328
+ -0.09244176000356674,
329
+ -0.4807159900665283,
330
+ 0.049537450075149536,
331
+ 0.14785413444042206,
332
+ 0.09269952028989792,
333
+ 0.09963566064834595,
334
+ 0.1268996298313141,
335
+ 0.1268996298313141,
336
+ 0.1268996298313141,
337
+ 0.1800176203250885,
338
+ 0.11756347864866257,
339
+ 0.12618926167488098,
340
+ 0.16093644499778748,
341
+ 0.16093644499778748,
342
+ 0.16093644499778748
343
+ ],
344
+ "std": [
345
+ 0.18149787187576294,
346
+ 0.1138189509510994,
347
+ 0.18260252475738525,
348
+ 0.3236294984817505,
349
+ 0.2502170503139496,
350
+ 0.2807519733905792,
351
+ 0.2774111330509186,
352
+ 0.19691677391529083,
353
+ 0.11319540441036224,
354
+ 0.22132699191570282,
355
+ 0.3337589502334595,
356
+ 0.26210343837738037,
357
+ 0.18054547905921936,
358
+ 0.24219422042369843,
359
+ 0.43456554412841797,
360
+ 0.28640323877334595,
361
+ 0.3475807011127472,
362
+ 0.3920693099498749,
363
+ 0.3920693099498749,
364
+ 0.3920693099498749,
365
+ 0.4814282953739166,
366
+ 0.31604012846946716,
367
+ 0.38629043102264404,
368
+ 0.4326285421848297,
369
+ 0.4326285421848297,
370
+ 0.4326285421848297
371
+ ],
372
+ "count": [
373
+ 3752
374
+ ],
375
+ "q01": [
376
+ -1.0171762776374818,
377
+ -0.0027660001069307327,
378
+ -0.3428570032119751,
379
+ -0.13393999636173248,
380
+ -0.5385449331998825,
381
+ -0.9851681780815125,
382
+ -0.7273110151290894,
383
+ -1.343639634847641,
384
+ -0.5948843550682068,
385
+ -0.4819757914543152,
386
+ -0.03383891671895982,
387
+ -0.7752671462297439,
388
+ -0.9174550467729569,
389
+ -0.6747556102275848,
390
+ 0.0,
391
+ 0.0,
392
+ 0.0,
393
+ 0.0,
394
+ 0.0,
395
+ 0.0,
396
+ 0.0,
397
+ 0.0,
398
+ 0.0,
399
+ 0.0,
400
+ 0.0,
401
+ 0.0
402
+ ],
403
+ "q10": [
404
+ -0.8517473816871644,
405
+ 0.04665631353855133,
406
+ -0.24286722391843796,
407
+ 0.054814381152391435,
408
+ -0.2477400004863739,
409
+ -0.8790159344673156,
410
+ -0.4210349857807159,
411
+ -1.1179846286773683,
412
+ -0.4362120032310486,
413
+ -0.2752250134944916,
414
+ 0.28190064132213594,
415
+ -0.5003051787614823,
416
+ -0.7246713101863861,
417
+ -0.18365783542394637,
418
+ 0.0,
419
+ 0.0,
420
+ 0.0,
421
+ 0.0,
422
+ 0.0,
423
+ 0.0,
424
+ 0.0,
425
+ 0.0,
426
+ 0.0,
427
+ 0.0,
428
+ 0.0,
429
+ 0.0
430
+ ],
431
+ "q50": [
432
+ -0.6610846817493439,
433
+ 0.23822862654924393,
434
+ 0.1456003412604332,
435
+ 0.42214570939540863,
436
+ 0.009416595567017794,
437
+ -0.5926008820533752,
438
+ -0.011053052730858326,
439
+ -0.9315992295742035,
440
+ -0.2873629331588745,
441
+ -0.1480615884065628,
442
+ 0.6416390836238861,
443
+ -0.05546502396464348,
444
+ -0.49056263267993927,
445
+ 0.026117862202227116,
446
+ 0.0,
447
+ 0.0,
448
+ 0.0,
449
+ 0.0,
450
+ 0.0,
451
+ 0.0,
452
+ 0.0,
453
+ 0.0,
454
+ 0.0,
455
+ 0.0,
456
+ 0.0,
457
+ 0.0
458
+ ],
459
+ "q90": [
460
+ -0.3198075950145721,
461
+ 0.3641092121601105,
462
+ 0.2855273425579071,
463
+ 0.8958964169025422,
464
+ 0.323836636543274,
465
+ -0.1789796650409698,
466
+ 0.17279374450445179,
467
+ -0.6307679712772368,
468
+ -0.11664521098136893,
469
+ 0.26705700159072876,
470
+ 1.1341946363449098,
471
+ 0.14694300293922424,
472
+ -0.2246807351708412,
473
+ 0.3475076258182527,
474
+ 0.1514588296413444,
475
+ 0.09936470761895326,
476
+ 0.0,
477
+ 0.136023535579445,
478
+ 0.136023535579445,
479
+ 0.136023535579445,
480
+ 1.3046392440795904,
481
+ 0.8559098422527317,
482
+ 0.26541176438331604,
483
+ 1.1716823101043705,
484
+ 1.1716823101043705,
485
+ 1.1716823101043705
486
+ ],
487
+ "q99": [
488
+ -0.2918563506007195,
489
+ 0.47150047957897184,
490
+ 0.3886724910140037,
491
+ 1.0783506977558135,
492
+ 0.7758318483829497,
493
+ 0.3765150010585785,
494
+ 0.9235906624793975,
495
+ -0.3693745237588884,
496
+ -0.05494602132588628,
497
+ 0.5368959903717041,
498
+ 1.2881727123260496,
499
+ 0.4107827070355413,
500
+ -0.08912530541419983,
501
+ 0.7030389904975891,
502
+ 1.5700000524520874,
503
+ 1.0299999713897705,
504
+ 1.409999966621399,
505
+ 1.409999966621399,
506
+ 1.409999966621399,
507
+ 1.409999966621399,
508
+ 1.5700000524520874,
509
+ 1.0299999713897705,
510
+ 1.409999966621399,
511
+ 1.409999966621399,
512
+ 1.409999966621399,
513
+ 1.409999966621399
514
+ ]
515
+ },
516
+ "segment_index": {
517
+ "min": [
518
+ 0.0
519
+ ],
520
+ "max": [
521
+ 3.0
522
+ ],
523
+ "mean": [
524
+ 1.6761727333068848
525
+ ],
526
+ "std": [
527
+ 1.163997769355774
528
+ ],
529
+ "count": [
530
+ 3752
531
+ ],
532
+ "q01": [
533
+ 0.0
534
+ ],
535
+ "q10": [
536
+ 0.0
537
+ ],
538
+ "q50": [
539
+ 2.0
540
+ ],
541
+ "q90": [
542
+ 3.0
543
+ ],
544
+ "q99": [
545
+ 3.0
546
+ ]
547
+ },
548
+ "phase": {
549
+ "min": [
550
+ 0.0
551
+ ],
552
+ "max": [
553
+ 2.0
554
+ ],
555
+ "mean": [
556
+ 0.32356077432632446
557
+ ],
558
+ "std": [
559
+ 0.5888981223106384
560
+ ],
561
+ "count": [
562
+ 3752
563
+ ],
564
+ "q01": [
565
+ 0.0
566
+ ],
567
+ "q10": [
568
+ 0.0
569
+ ],
570
+ "q50": [
571
+ 0.0
572
+ ],
573
+ "q90": [
574
+ 1.0
575
+ ],
576
+ "q99": [
577
+ 2.0
578
+ ]
579
+ },
580
+ "timestamp": {
581
+ "min": [
582
+ 0.0
583
+ ],
584
+ "max": [
585
+ 37.46666717529297
586
+ ],
587
+ "mean": [
588
+ 15.93087242415417
589
+ ],
590
+ "std": [
591
+ 9.548928578583705
592
+ ],
593
+ "count": [
594
+ 3752
595
+ ],
596
+ "q01": [
597
+ 0.30000001192092896
598
+ ],
599
+ "q10": [
600
+ 3.103333258628846
601
+ ],
602
+ "q50": [
603
+ 15.616666793823242
604
+ ],
605
+ "q90": [
606
+ 29.16666603088379
607
+ ],
608
+ "q99": [
609
+ 36.21633384704589
610
+ ]
611
+ },
612
+ "frame_index": {
613
+ "min": [
614
+ 0
615
+ ],
616
+ "max": [
617
+ 1124
618
+ ],
619
+ "mean": [
620
+ 477.9261727078891
621
+ ],
622
+ "std": [
623
+ 286.4678573630839
624
+ ],
625
+ "count": [
626
+ 3752
627
+ ],
628
+ "q01": [
629
+ 9.0
630
+ ],
631
+ "q10": [
632
+ 93.10000000000002
633
+ ],
634
+ "q50": [
635
+ 468.5
636
+ ],
637
+ "q90": [
638
+ 875.0
639
+ ],
640
+ "q99": [
641
+ 1086.4899999999998
642
+ ]
643
+ },
644
+ "episode_index": {
645
+ "min": [
646
+ 0
647
+ ],
648
+ "max": [
649
+ 3
650
+ ],
651
+ "mean": [
652
+ 1.4075159914712154
653
+ ],
654
+ "std": [
655
+ 1.0647867401424
656
+ ],
657
+ "count": [
658
+ 3752
659
+ ],
660
+ "q01": [
661
+ 0.0
662
+ ],
663
+ "q10": [
664
+ 0.0
665
+ ],
666
+ "q50": [
667
+ 1.0
668
+ ],
669
+ "q90": [
670
+ 3.0
671
+ ],
672
+ "q99": [
673
+ 3.0
674
+ ]
675
+ },
676
+ "index": {
677
+ "min": [
678
+ 0
679
+ ],
680
+ "max": [
681
+ 3751
682
+ ],
683
+ "mean": [
684
+ 1875.5
685
+ ],
686
+ "std": [
687
+ 1083.1090665302363
688
+ ],
689
+ "count": [
690
+ 3752
691
+ ],
692
+ "q01": [
693
+ 37.51
694
+ ],
695
+ "q10": [
696
+ 375.1
697
+ ],
698
+ "q50": [
699
+ 1875.5
700
+ ],
701
+ "q90": [
702
+ 3375.9
703
+ ],
704
+ "q99": [
705
+ 3713.49
706
+ ]
707
+ },
708
+ "task_index": {
709
+ "min": [
710
+ 0
711
+ ],
712
+ "max": [
713
+ 3
714
+ ],
715
+ "mean": [
716
+ 1.6761727078891258
717
+ ],
718
+ "std": [
719
+ 1.1639977157733186
720
+ ],
721
+ "count": [
722
+ 3752
723
+ ],
724
+ "q01": [
725
+ 0.0
726
+ ],
727
+ "q10": [
728
+ 0.0
729
+ ],
730
+ "q50": [
731
+ 2.0
732
+ ],
733
+ "q90": [
734
+ 3.0
735
+ ],
736
+ "q99": [
737
+ 3.0
738
+ ]
739
+ },
740
+ "observation.images.head": {
741
+ "min": [
742
+ [
743
+ [
744
+ 0.0
745
+ ]
746
+ ],
747
+ [
748
+ [
749
+ 0.0
750
+ ]
751
+ ],
752
+ [
753
+ [
754
+ 0.0
755
+ ]
756
+ ]
757
+ ],
758
+ "max": [
759
+ [
760
+ [
761
+ 0.9568627450980393
762
+ ]
763
+ ],
764
+ [
765
+ [
766
+ 1.0
767
+ ]
768
+ ],
769
+ [
770
+ [
771
+ 1.0
772
+ ]
773
+ ]
774
+ ],
775
+ "mean": [
776
+ [
777
+ [
778
+ 0.49048421447053925
779
+ ]
780
+ ],
781
+ [
782
+ [
783
+ 0.529261071163564
784
+ ]
785
+ ],
786
+ [
787
+ [
788
+ 0.4768770757695394
789
+ ]
790
+ ]
791
+ ],
792
+ "std": [
793
+ [
794
+ [
795
+ 0.20311748864204335
796
+ ]
797
+ ],
798
+ [
799
+ [
800
+ 0.2005270148850963
801
+ ]
802
+ ],
803
+ [
804
+ [
805
+ 0.20212507215575107
806
+ ]
807
+ ]
808
+ ],
809
+ "count": [
810
+ 675
811
+ ],
812
+ "q01": [
813
+ [
814
+ [
815
+ 0.0
816
+ ]
817
+ ],
818
+ [
819
+ [
820
+ 0.04410748002904865
821
+ ]
822
+ ],
823
+ [
824
+ [
825
+ 0.06791575889615105
826
+ ]
827
+ ]
828
+ ],
829
+ "q10": [
830
+ [
831
+ [
832
+ 0.07437037037037038
833
+ ]
834
+ ],
835
+ [
836
+ [
837
+ 0.16092374727668846
838
+ ]
839
+ ],
840
+ [
841
+ [
842
+ 0.20909222948438638
843
+ ]
844
+ ]
845
+ ],
846
+ "q50": [
847
+ [
848
+ [
849
+ 0.5626259985475671
850
+ ]
851
+ ],
852
+ [
853
+ [
854
+ 0.5714393609295569
855
+ ]
856
+ ],
857
+ [
858
+ [
859
+ 0.4670849673202615
860
+ ]
861
+ ]
862
+ ],
863
+ "q90": [
864
+ [
865
+ [
866
+ 0.667352214960058
867
+ ]
868
+ ],
869
+ [
870
+ [
871
+ 0.7128714596949891
872
+ ]
873
+ ],
874
+ [
875
+ [
876
+ 0.7296732026143791
877
+ ]
878
+ ]
879
+ ],
880
+ "q99": [
881
+ [
882
+ [
883
+ 0.743686274509804
884
+ ]
885
+ ],
886
+ [
887
+ [
888
+ 0.9475497458242556
889
+ ]
890
+ ],
891
+ [
892
+ [
893
+ 1.0
894
+ ]
895
+ ]
896
+ ]
897
+ },
898
+ "observation.images.left_wrist": {
899
+ "min": [
900
+ [
901
+ [
902
+ 0.0
903
+ ]
904
+ ],
905
+ [
906
+ [
907
+ 0.0
908
+ ]
909
+ ],
910
+ [
911
+ [
912
+ 0.0
913
+ ]
914
+ ]
915
+ ],
916
+ "max": [
917
+ [
918
+ [
919
+ 1.0
920
+ ]
921
+ ],
922
+ [
923
+ [
924
+ 1.0
925
+ ]
926
+ ],
927
+ [
928
+ [
929
+ 1.0
930
+ ]
931
+ ]
932
+ ],
933
+ "mean": [
934
+ [
935
+ [
936
+ 0.576946292373932
937
+ ]
938
+ ],
939
+ [
940
+ [
941
+ 0.5706172936454011
942
+ ]
943
+ ],
944
+ [
945
+ [
946
+ 0.5734127333072185
947
+ ]
948
+ ]
949
+ ],
950
+ "std": [
951
+ [
952
+ [
953
+ 0.3132142869065773
954
+ ]
955
+ ],
956
+ [
957
+ [
958
+ 0.30840323219987975
959
+ ]
960
+ ],
961
+ [
962
+ [
963
+ 0.2947890852961663
964
+ ]
965
+ ]
966
+ ],
967
+ "count": [
968
+ 675
969
+ ],
970
+ "q01": [
971
+ [
972
+ [
973
+ 0.0
974
+ ]
975
+ ],
976
+ [
977
+ [
978
+ 0.0
979
+ ]
980
+ ],
981
+ [
982
+ [
983
+ 0.01764415395787945
984
+ ]
985
+ ]
986
+ ],
987
+ "q10": [
988
+ [
989
+ [
990
+ 0.027724037763253447
991
+ ]
992
+ ],
993
+ [
994
+ [
995
+ 0.028572258533042846
996
+ ]
997
+ ],
998
+ [
999
+ [
1000
+ 0.07353376906318083
1001
+ ]
1002
+ ]
1003
+ ],
1004
+ "q50": [
1005
+ [
1006
+ [
1007
+ 0.7159796659404503
1008
+ ]
1009
+ ],
1010
+ [
1011
+ [
1012
+ 0.6846245461147422
1013
+ ]
1014
+ ],
1015
+ [
1016
+ [
1017
+ 0.6493304284676835
1018
+ ]
1019
+ ]
1020
+ ],
1021
+ "q90": [
1022
+ [
1023
+ [
1024
+ 0.8780944081336238
1025
+ ]
1026
+ ],
1027
+ [
1028
+ [
1029
+ 0.9050167029774873
1030
+ ]
1031
+ ],
1032
+ [
1033
+ [
1034
+ 0.9610515613652867
1035
+ ]
1036
+ ]
1037
+ ],
1038
+ "q99": [
1039
+ [
1040
+ [
1041
+ 1.0
1042
+ ]
1043
+ ],
1044
+ [
1045
+ [
1046
+ 1.0
1047
+ ]
1048
+ ],
1049
+ [
1050
+ [
1051
+ 1.0
1052
+ ]
1053
+ ]
1054
+ ]
1055
+ },
1056
+ "observation.images.right_wrist": {
1057
+ "min": [
1058
+ [
1059
+ [
1060
+ 0.0
1061
+ ]
1062
+ ],
1063
+ [
1064
+ [
1065
+ 0.0
1066
+ ]
1067
+ ],
1068
+ [
1069
+ [
1070
+ 0.0
1071
+ ]
1072
+ ]
1073
+ ],
1074
+ "max": [
1075
+ [
1076
+ [
1077
+ 1.0
1078
+ ]
1079
+ ],
1080
+ [
1081
+ [
1082
+ 1.0
1083
+ ]
1084
+ ],
1085
+ [
1086
+ [
1087
+ 1.0
1088
+ ]
1089
+ ]
1090
+ ],
1091
+ "mean": [
1092
+ [
1093
+ [
1094
+ 0.5858660448580452
1095
+ ]
1096
+ ],
1097
+ [
1098
+ [
1099
+ 0.5793611253426969
1100
+ ]
1101
+ ],
1102
+ [
1103
+ [
1104
+ 0.5873433757040669
1105
+ ]
1106
+ ]
1107
+ ],
1108
+ "std": [
1109
+ [
1110
+ [
1111
+ 0.32507850697877366
1112
+ ]
1113
+ ],
1114
+ [
1115
+ [
1116
+ 0.3173512059205753
1117
+ ]
1118
+ ],
1119
+ [
1120
+ [
1121
+ 0.2977077838151001
1122
+ ]
1123
+ ]
1124
+ ],
1125
+ "count": [
1126
+ 675
1127
+ ],
1128
+ "q01": [
1129
+ [
1130
+ [
1131
+ 0.0
1132
+ ]
1133
+ ],
1134
+ [
1135
+ [
1136
+ 0.0
1137
+ ]
1138
+ ],
1139
+ [
1140
+ [
1141
+ 0.022379084967320263
1142
+ ]
1143
+ ]
1144
+ ],
1145
+ "q10": [
1146
+ [
1147
+ [
1148
+ 0.019590413943355117
1149
+ ]
1150
+ ],
1151
+ [
1152
+ [
1153
+ 0.0285838779956427
1154
+ ]
1155
+ ],
1156
+ [
1157
+ [
1158
+ 0.08348583877995641
1159
+ ]
1160
+ ]
1161
+ ],
1162
+ "q50": [
1163
+ [
1164
+ [
1165
+ 0.7580130718954248
1166
+ ]
1167
+ ],
1168
+ [
1169
+ [
1170
+ 0.7305620915032679
1171
+ ]
1172
+ ],
1173
+ [
1174
+ [
1175
+ 0.7089731299927379
1176
+ ]
1177
+ ]
1178
+ ],
1179
+ "q90": [
1180
+ [
1181
+ [
1182
+ 0.8679970951343499
1183
+ ]
1184
+ ],
1185
+ [
1186
+ [
1187
+ 0.8602701525054466
1188
+ ]
1189
+ ],
1190
+ [
1191
+ [
1192
+ 0.8948322440087145
1193
+ ]
1194
+ ]
1195
+ ],
1196
+ "q99": [
1197
+ [
1198
+ [
1199
+ 1.0
1200
+ ]
1201
+ ],
1202
+ [
1203
+ [
1204
+ 1.0
1205
+ ]
1206
+ ],
1207
+ [
1208
+ [
1209
+ 1.0
1210
+ ]
1211
+ ]
1212
+ ]
1213
+ }
1214
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:745b2c35834e069d6260b9f012893e3dbedcf3e1477d8df0a969476b82780cad
3
+ size 2563
meta/waypoints.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "robot_id": "g1d-01",
4
+ "state_keys": [
5
+ "left_shoulder_pitch.pos",
6
+ "left_shoulder_roll.pos",
7
+ "left_shoulder_yaw.pos",
8
+ "left_elbow.pos",
9
+ "left_wrist_roll.pos",
10
+ "left_wrist_pitch.pos",
11
+ "left_wrist_yaw.pos",
12
+ "right_shoulder_pitch.pos",
13
+ "right_shoulder_roll.pos",
14
+ "right_shoulder_yaw.pos",
15
+ "right_elbow.pos",
16
+ "right_wrist_roll.pos",
17
+ "right_wrist_pitch.pos",
18
+ "right_wrist_yaw.pos",
19
+ "left_thumb.pos",
20
+ "left_thumb_aux.pos",
21
+ "left_index.pos",
22
+ "left_middle.pos",
23
+ "left_ring.pos",
24
+ "left_pinky.pos",
25
+ "right_thumb.pos",
26
+ "right_thumb_aux.pos",
27
+ "right_index.pos",
28
+ "right_middle.pos",
29
+ "right_ring.pos",
30
+ "right_pinky.pos"
31
+ ],
32
+ "defaults": {
33
+ "arm_tol_rad": 0.15,
34
+ "hand_tol_rad": 0.3,
35
+ "dwell_s": 0.75
36
+ },
37
+ "waypoints": {
38
+ "W0": {
39
+ "meaning": "start pose before S1",
40
+ "positions": [
41
+ -0.49528,
42
+ 0.254217,
43
+ 0.27117,
44
+ 0.239489,
45
+ 0.083846,
46
+ -0.695234,
47
+ 0.169292,
48
+ -0.593995,
49
+ -0.331707,
50
+ -0.19795,
51
+ 0.29839,
52
+ -0.114477,
53
+ -0.619459,
54
+ -0.129371,
55
+ 0.02512,
56
+ 0.0,
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 0.0,
61
+ 0.00314,
62
+ 0.0,
63
+ 0.0,
64
+ 0.0,
65
+ 0.0,
66
+ 0.0
67
+ ]
68
+ },
69
+ "W1": {
70
+ "meaning": "after S1: open the lid with the left hand while steadying the box with the right hand, then fold the lid fully upright",
71
+ "positions": [
72
+ -0.88158,
73
+ 0.360998,
74
+ 0.313368,
75
+ 0.283045,
76
+ 0.048336,
77
+ -0.912883,
78
+ 0.144749,
79
+ -0.966196,
80
+ -0.436212,
81
+ -0.275225,
82
+ 0.221283,
83
+ 0.039958,
84
+ -0.750479,
85
+ 0.015571,
86
+ 0.02512,
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 0.0,
91
+ 0.0,
92
+ 0.00314,
93
+ 0.0,
94
+ 0.0,
95
+ 0.0,
96
+ 0.0,
97
+ 0.0
98
+ ]
99
+ },
100
+ "W2": {
101
+ "meaning": "after S2: pick up the tied cable with the right hand and put it inside the open box",
102
+ "positions": [
103
+ -0.309164,
104
+ -0.002766,
105
+ -0.342857,
106
+ 0.101877,
107
+ -0.24774,
108
+ 0.376515,
109
+ -0.727311,
110
+ -1.018332,
111
+ -0.30196,
112
+ -0.182461,
113
+ 0.47315,
114
+ 0.146943,
115
+ -0.528423,
116
+ 0.17866,
117
+ 0.02512,
118
+ 0.0,
119
+ 0.0,
120
+ 0.0,
121
+ 0.0,
122
+ 0.0,
123
+ 0.00314,
124
+ 0.0,
125
+ 0.0,
126
+ 0.0,
127
+ 0.0,
128
+ 0.0
129
+ ]
130
+ },
131
+ "W3": {
132
+ "meaning": "after S3: lower the lid over the box opening with both hands",
133
+ "positions": [
134
+ -0.73862,
135
+ 0.228353,
136
+ 0.162302,
137
+ 1.072547,
138
+ 0.005291,
139
+ -0.628808,
140
+ 0.02249,
141
+ -0.911833,
142
+ -0.302929,
143
+ -0.182945,
144
+ 1.107891,
145
+ 0.075499,
146
+ -0.476146,
147
+ 0.210556,
148
+ 0.02512,
149
+ 0.0,
150
+ 0.0,
151
+ 0.0,
152
+ 0.0,
153
+ 0.0,
154
+ 0.00314,
155
+ 0.0,
156
+ 0.0,
157
+ 0.0,
158
+ 0.0,
159
+ 0.0
160
+ ]
161
+ },
162
+ "W4": {
163
+ "meaning": "after S4: tuck the front lip of the lid into the box and press the lid closed, and retract both arms to home",
164
+ "positions": [
165
+ -0.631625,
166
+ 0.193104,
167
+ 0.193306,
168
+ -0.13394,
169
+ -0.187342,
170
+ -0.451507,
171
+ -0.026853,
172
+ -0.461005,
173
+ -0.113337,
174
+ 0.536896,
175
+ 0.285115,
176
+ -0.176144,
177
+ -0.181145,
178
+ 0.703039,
179
+ 0.02512,
180
+ 0.0,
181
+ 0.0,
182
+ 0.0,
183
+ 0.0,
184
+ 0.0,
185
+ 0.00314,
186
+ 0.0,
187
+ 0.0,
188
+ 0.0,
189
+ 0.0,
190
+ 0.0
191
+ ]
192
+ }
193
+ }
194
+ }
videos/observation.images.head/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adfe9e40c482430eb63df6350eca8d611de685bbf749cea03958897731538758
3
+ size 68490988
videos/observation.images.head/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e7e8fd9b0f527c367d35ba567d14e7f1e6285f5a1ecfa88864b32e8e631e98
3
+ size 84890715
videos/observation.images.head/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd93395ebf88089b8c98a58fe7bdd10bf26629b7db07a49e478d4324b79830fa
3
+ size 71883439
videos/observation.images.head/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc3b3c7c005d1a6a5b4f1e31c74b67c5cf6506495a6f5f0f0c969eb4cb932b1
3
+ size 56362158
videos/observation.images.left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8430ee91e93d1697ee5e405639a547927877a875ad12e7405ed1ef83332b6df5
3
+ size 27986371
videos/observation.images.left_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26eb27af9f146e9eb42ec1782ae0b45d1934904a0bc5fdd29eca636815adf21
3
+ size 32590520
videos/observation.images.left_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1b5b534000b0a3e74c1e5af5d8a20904c4b8fc4a95b7553960c06e8d6e030e7
3
+ size 27519134
videos/observation.images.left_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e467b521dc57adc648ddc58ca61e8f74d077d8975ab7363df93110708a5458
3
+ size 21750201
videos/observation.images.right_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:570b272871eb5586b6c5eaaabd81b427f6f9c1765d1dd15f5bf227676e1f0d2d
3
+ size 25258847
videos/observation.images.right_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c867aac4f1d8e0848c2c92d2cdf89ff11d000de20d6acbd45d0073f5b0672260
3
+ size 30901141
videos/observation.images.right_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89163dba87c6000a3b0b507b505943012d39d0584dbe86aa24eb539d1b4c601b
3
+ size 25949514
videos/observation.images.right_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6edc6e6eb71393a0d4a28d8ceaef895e4c7bce32129d997af594507387bf15e1
3
+ size 20411397