kasiv008 commited on
Commit
2763ceb
·
verified ·
1 Parent(s): 708bda0

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +1 -0
  2. meta/info.json +134 -0
  3. meta/stats.json +296 -0
  4. meta/tasks.jsonl +1 -0
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Do random shit"], "length": 839}
meta/info.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "u850",
4
+ "total_episodes": 1,
5
+ "total_frames": 839,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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": "float32",
19
+ "shape": [
20
+ 8
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "joint1",
25
+ "joint2",
26
+ "joint3",
27
+ "joint4",
28
+ "joint5",
29
+ "joint6",
30
+ "gripper"
31
+ ]
32
+ }
33
+ },
34
+ "observation.images.top": {
35
+ "dtype": "video",
36
+ "shape": [
37
+ 480,
38
+ 640,
39
+ 3
40
+ ],
41
+ "names": [
42
+ "height",
43
+ "width",
44
+ "channels"
45
+ ],
46
+ "video_info": {
47
+ "video.codec": "av1",
48
+ "video.pix_fmt": "yuv420p",
49
+ "video.is_depth_map": false,
50
+ "video.fps": 30,
51
+ "has_audio": false
52
+ }
53
+ },
54
+ "observation.images.wrist": {
55
+ "dtype": "video",
56
+ "shape": [
57
+ 480,
58
+ 640,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "channels"
65
+ ],
66
+ "video_info": {
67
+ "video.codec": "av1",
68
+ "video.pix_fmt": "yuv420p",
69
+ "video.is_depth_map": false,
70
+ "video.fps": 30,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "action": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 8
78
+ ],
79
+ "names": {
80
+ "motors": [
81
+ "joint1",
82
+ "joint2",
83
+ "joint3",
84
+ "joint4",
85
+ "joint5",
86
+ "joint6",
87
+ "gripper"
88
+ ]
89
+ }
90
+ },
91
+ "episode_index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "timestamp": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "next.done": {
113
+ "dtype": "bool",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "task_index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ }
133
+ }
134
+ }
meta/stats.json ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 19.157875061035156,
5
+ 38.06960678100586,
6
+ -10.158714294433594,
7
+ 11.397963523864746,
8
+ 43.257625579833984,
9
+ -1.3000990152359009,
10
+ 0.0,
11
+ 605.0
12
+ ],
13
+ "mean": [
14
+ 0.877396285533905,
15
+ -17.555156707763672,
16
+ -73.42716217041016,
17
+ -2.6258256435394287,
18
+ -4.448302745819092,
19
+ -1.3000990152359009,
20
+ 0.0,
21
+ 411.91180419921875
22
+ ],
23
+ "min": [
24
+ -18.259706497192383,
25
+ -58.79939270019531,
26
+ -112.44124603271484,
27
+ -7.2190961837768555,
28
+ -64.7771224975586,
29
+ -1.3000990152359009,
30
+ 0.0,
31
+ 47.0
32
+ ],
33
+ "std": [
34
+ 11.637816429138184,
35
+ 31.75722885131836,
36
+ 28.9100284576416,
37
+ 4.961967945098877,
38
+ 37.24946594238281,
39
+ 0.0,
40
+ 0.0,
41
+ 258.9171142578125
42
+ ]
43
+ },
44
+ "episode_index": {
45
+ "max": [
46
+ 0.0
47
+ ],
48
+ "mean": [
49
+ 0.0
50
+ ],
51
+ "min": [
52
+ 0.0
53
+ ],
54
+ "std": [
55
+ 0.0
56
+ ]
57
+ },
58
+ "frame_index": {
59
+ "max": [
60
+ 838.0
61
+ ],
62
+ "mean": [
63
+ 418.9999694824219
64
+ ],
65
+ "min": [
66
+ 0.0
67
+ ],
68
+ "std": [
69
+ 242.19825744628906
70
+ ]
71
+ },
72
+ "index": {
73
+ "max": [
74
+ 838.0
75
+ ],
76
+ "mean": [
77
+ 418.9999694824219
78
+ ],
79
+ "min": [
80
+ 0.0
81
+ ],
82
+ "std": [
83
+ 242.19825744628906
84
+ ]
85
+ },
86
+ "next.done": {
87
+ "max": [
88
+ 1.0
89
+ ],
90
+ "mean": [
91
+ 0.0011918949894607067
92
+ ],
93
+ "min": [
94
+ 0.0
95
+ ],
96
+ "std": [
97
+ 0.03450325131416321
98
+ ]
99
+ },
100
+ "observation.images.top": {
101
+ "max": [
102
+ [
103
+ [
104
+ 1.0
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 1.0
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 1.0
115
+ ]
116
+ ]
117
+ ],
118
+ "mean": [
119
+ [
120
+ [
121
+ 0.3370901048183441
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 0.3507639169692993
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 0.37675514817237854
132
+ ]
133
+ ]
134
+ ],
135
+ "min": [
136
+ [
137
+ [
138
+ 0.0
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 0.0
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 0.0
149
+ ]
150
+ ]
151
+ ],
152
+ "std": [
153
+ [
154
+ [
155
+ 0.3893474042415619
156
+ ]
157
+ ],
158
+ [
159
+ [
160
+ 0.38888224959373474
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 0.364455908536911
166
+ ]
167
+ ]
168
+ ]
169
+ },
170
+ "observation.images.wrist": {
171
+ "max": [
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ],
182
+ [
183
+ [
184
+ 1.0
185
+ ]
186
+ ]
187
+ ],
188
+ "mean": [
189
+ [
190
+ [
191
+ 0.77438884973526
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.7741032838821411
197
+ ]
198
+ ],
199
+ [
200
+ [
201
+ 0.7671912312507629
202
+ ]
203
+ ]
204
+ ],
205
+ "min": [
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.0
219
+ ]
220
+ ]
221
+ ],
222
+ "std": [
223
+ [
224
+ [
225
+ 0.29903924465179443
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.3032887279987335
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.30816128849983215
236
+ ]
237
+ ]
238
+ ]
239
+ },
240
+ "observation.state": {
241
+ "max": [
242
+ 19.157875061035156,
243
+ 38.06960678100586,
244
+ -10.158714294433594,
245
+ 11.397963523864746,
246
+ 43.257625579833984,
247
+ -1.3000990152359009,
248
+ 0.0,
249
+ 608.0
250
+ ],
251
+ "mean": [
252
+ 0.8767549991607666,
253
+ -17.55572509765625,
254
+ -73.42687225341797,
255
+ -2.6257965564727783,
256
+ -4.446872234344482,
257
+ -1.3000990152359009,
258
+ 0.0,
259
+ 411.8092956542969
260
+ ],
261
+ "min": [
262
+ -18.259706497192383,
263
+ -58.79939270019531,
264
+ -112.44124603271484,
265
+ -7.2190961837768555,
266
+ -64.7771224975586,
267
+ -1.3000990152359009,
268
+ 0.0,
269
+ 44.0
270
+ ],
271
+ "std": [
272
+ 11.637765884399414,
273
+ 31.757579803466797,
274
+ 28.90984535217285,
275
+ 4.96194314956665,
276
+ 37.24874496459961,
277
+ 0.0,
278
+ 0.0,
279
+ 259.0008544921875
280
+ ]
281
+ },
282
+ "timestamp": {
283
+ "max": [
284
+ 27.933332443237305
285
+ ],
286
+ "mean": [
287
+ 13.96666431427002
288
+ ],
289
+ "min": [
290
+ 0.0
291
+ ],
292
+ "std": [
293
+ 8.073275566101074
294
+ ]
295
+ }
296
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Do random shit"}