cadene commited on
Commit
33d8f15
·
verified ·
1 Parent(s): 448f287

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:931f72c3a28c4ae85050b31da47e8160bbcee92769a492f15407abc2b4ca7134
3
+ size 19973149
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80a3e84b0643f3295d90ab6f9130ed267117eee0491bce6117d5a8ca76a520a1
3
+ size 20025808
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96656269c5f12b1c548834fe1639a4fbc0475834514853b26c340e20b7db1382
3
+ size 20025999
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76277e51003ddfe4c135739ecb4972efa10826bb44a298a20a4ca4c8d0e6549a
3
+ size 18761270
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a22453ddfe7a0536abf716bf4b511df36f78f9d6a486dd05e1b2b824e3e05d0
3
+ size 284486
meta/info.json CHANGED
@@ -1,18 +1,16 @@
1
  {
2
- "codebase_version": "v2.1",
3
  "robot_type": "unknown",
4
  "total_episodes": 800,
5
  "total_frames": 20000,
6
  "total_tasks": 1,
7
- "total_videos": 0,
8
- "total_chunks": 1,
9
  "chunks_size": 1000,
10
- "fps": 15,
11
  "splits": {
12
  "train": "0:800"
13
  },
14
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": null,
16
  "features": {
17
  "observation.image": {
18
  "dtype": "image",
@@ -25,7 +23,8 @@
25
  "height",
26
  "width",
27
  "channel"
28
- ]
 
29
  },
30
  "observation.state": {
31
  "dtype": "float32",
@@ -39,7 +38,8 @@
39
  "motor_2",
40
  "motor_3"
41
  ]
42
- }
 
43
  },
44
  "action": {
45
  "dtype": "float32",
@@ -52,56 +52,65 @@
52
  "motor_1",
53
  "motor_2"
54
  ]
55
- }
 
56
  },
57
  "episode_index": {
58
  "dtype": "int64",
59
  "shape": [
60
  1
61
  ],
62
- "names": null
 
63
  },
64
  "frame_index": {
65
  "dtype": "int64",
66
  "shape": [
67
  1
68
  ],
69
- "names": null
 
70
  },
71
  "timestamp": {
72
  "dtype": "float32",
73
  "shape": [
74
  1
75
  ],
76
- "names": null
 
77
  },
78
  "next.reward": {
79
  "dtype": "float32",
80
  "shape": [
81
  1
82
  ],
83
- "names": null
 
84
  },
85
  "next.done": {
86
  "dtype": "bool",
87
  "shape": [
88
  1
89
  ],
90
- "names": null
 
91
  },
92
  "index": {
93
  "dtype": "int64",
94
  "shape": [
95
  1
96
  ],
97
- "names": null
 
98
  },
99
  "task_index": {
100
  "dtype": "int64",
101
  "shape": [
102
  1
103
  ],
104
- "names": null
 
105
  }
106
- }
 
107
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
  "robot_type": "unknown",
4
  "total_episodes": 800,
5
  "total_frames": 20000,
6
  "total_tasks": 1,
 
 
7
  "chunks_size": 1000,
8
+ "fps": 15.0,
9
  "splits": {
10
  "train": "0:800"
11
  },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
15
  "observation.image": {
16
  "dtype": "image",
 
23
  "height",
24
  "width",
25
  "channel"
26
+ ],
27
+ "fps": 15.0
28
  },
29
  "observation.state": {
30
  "dtype": "float32",
 
38
  "motor_2",
39
  "motor_3"
40
  ]
41
+ },
42
+ "fps": 15.0
43
  },
44
  "action": {
45
  "dtype": "float32",
 
52
  "motor_1",
53
  "motor_2"
54
  ]
55
+ },
56
+ "fps": 15.0
57
  },
58
  "episode_index": {
59
  "dtype": "int64",
60
  "shape": [
61
  1
62
  ],
63
+ "names": null,
64
+ "fps": 15.0
65
  },
66
  "frame_index": {
67
  "dtype": "int64",
68
  "shape": [
69
  1
70
  ],
71
+ "names": null,
72
+ "fps": 15.0
73
  },
74
  "timestamp": {
75
  "dtype": "float32",
76
  "shape": [
77
  1
78
  ],
79
+ "names": null,
80
+ "fps": 15.0
81
  },
82
  "next.reward": {
83
  "dtype": "float32",
84
  "shape": [
85
  1
86
  ],
87
+ "names": null,
88
+ "fps": 15.0
89
  },
90
  "next.done": {
91
  "dtype": "bool",
92
  "shape": [
93
  1
94
  ],
95
+ "names": null,
96
+ "fps": 15.0
97
  },
98
  "index": {
99
  "dtype": "int64",
100
  "shape": [
101
  1
102
  ],
103
+ "names": null,
104
+ "fps": 15.0
105
  },
106
  "task_index": {
107
  "dtype": "int64",
108
  "shape": [
109
  1
110
  ],
111
+ "names": null,
112
+ "fps": 15.0
113
  }
114
+ },
115
+ "files_size_in_mb": 500.0
116
  }
meta/stats.json ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.image": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.4140019177645445
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.4120066812634468
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.40994695767760275
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.3740955684724167
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.37351346486244724
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.3736656911316324
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 20000
73
+ ]
74
+ },
75
+ "episode_index": {
76
+ "min": [
77
+ 0
78
+ ],
79
+ "max": [
80
+ 799
81
+ ],
82
+ "mean": [
83
+ 399.5
84
+ ],
85
+ "std": [
86
+ 230.9399272538207
87
+ ],
88
+ "count": [
89
+ 20000
90
+ ]
91
+ },
92
+ "frame_index": {
93
+ "min": [
94
+ 0
95
+ ],
96
+ "max": [
97
+ 24
98
+ ],
99
+ "mean": [
100
+ 12.0
101
+ ],
102
+ "std": [
103
+ 7.211102550927977
104
+ ],
105
+ "count": [
106
+ 20000
107
+ ]
108
+ },
109
+ "timestamp": {
110
+ "min": [
111
+ 0.0
112
+ ],
113
+ "max": [
114
+ 1.600000023841858
115
+ ],
116
+ "mean": [
117
+ 0.800000011920929
118
+ ],
119
+ "std": [
120
+ 0.48074015974998474
121
+ ],
122
+ "count": [
123
+ 20000
124
+ ]
125
+ },
126
+ "observation.state": {
127
+ "min": [
128
+ 1.1632075309753418,
129
+ -0.041134968400001526,
130
+ 0.29520347714424133,
131
+ 0.0009158177999779582
132
+ ],
133
+ "max": [
134
+ 1.741089105606079,
135
+ 0.7649989724159241,
136
+ 1.2340127229690552,
137
+ 0.869105875492096
138
+ ],
139
+ "mean": [
140
+ 1.4525450530648232,
141
+ 0.26807436839211735,
142
+ 0.6109701866284013,
143
+ 0.839874983690679
144
+ ],
145
+ "std": [
146
+ 0.1323218134955474,
147
+ 0.11040184415139061,
148
+ 0.07991314329264959,
149
+ 0.029420466345767563
150
+ ],
151
+ "count": [
152
+ 20000
153
+ ]
154
+ },
155
+ "action": {
156
+ "min": [
157
+ -1.0,
158
+ -1.0,
159
+ -1.0
160
+ ],
161
+ "max": [
162
+ 1.0,
163
+ 1.0,
164
+ 1.0
165
+ ],
166
+ "mean": [
167
+ 0.0990423252668188,
168
+ -0.015827468577838316,
169
+ -0.0321451834290383
170
+ ],
171
+ "std": [
172
+ 0.4450868323002521,
173
+ 0.41755027795003263,
174
+ 0.39878875167410466
175
+ ],
176
+ "count": [
177
+ 20000
178
+ ]
179
+ },
180
+ "next.reward": {
181
+ "min": [
182
+ -1.7463797330856323
183
+ ],
184
+ "max": [
185
+ -0.050924453884363174
186
+ ],
187
+ "mean": [
188
+ -0.4736441989988089
189
+ ],
190
+ "std": [
191
+ 0.2716114232595536
192
+ ],
193
+ "count": [
194
+ 20000
195
+ ]
196
+ },
197
+ "next.done": {
198
+ "min": [
199
+ false
200
+ ],
201
+ "max": [
202
+ true
203
+ ],
204
+ "mean": [
205
+ 0.04
206
+ ],
207
+ "std": [
208
+ 0.19595917942265423
209
+ ],
210
+ "count": [
211
+ 20000
212
+ ]
213
+ },
214
+ "task_index": {
215
+ "min": [
216
+ 0
217
+ ],
218
+ "max": [
219
+ 0
220
+ ],
221
+ "mean": [
222
+ 0.0
223
+ ],
224
+ "std": [
225
+ 0.0
226
+ ],
227
+ "count": [
228
+ 20000
229
+ ]
230
+ },
231
+ "index": {
232
+ "min": [
233
+ 0
234
+ ],
235
+ "max": [
236
+ 19999
237
+ ],
238
+ "mean": [
239
+ 9999.5
240
+ ],
241
+ "std": [
242
+ 5773.502684679379
243
+ ],
244
+ "count": [
245
+ 20000
246
+ ]
247
+ }
248
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412c8924f476c5edff06f00eec32d087a13b896a6a8e93f3376325717ce7229d
3
+ size 2180