cadene HF Staff commited on
Commit
141864d
·
verified ·
1 Parent(s): c390dad

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
+ "timestamp": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 1.600000023841858
8
+ ],
9
+ "mean": [
10
+ 0.800000011920929
11
+ ],
12
+ "std": [
13
+ 0.48074015974998474
14
+ ],
15
+ "count": [
16
+ 20000
17
+ ]
18
+ },
19
+ "next.done": {
20
+ "min": [
21
+ false
22
+ ],
23
+ "max": [
24
+ true
25
+ ],
26
+ "mean": [
27
+ 0.04
28
+ ],
29
+ "std": [
30
+ 0.19595917942265423
31
+ ],
32
+ "count": [
33
+ 20000
34
+ ]
35
+ },
36
+ "frame_index": {
37
+ "min": [
38
+ 0
39
+ ],
40
+ "max": [
41
+ 24
42
+ ],
43
+ "mean": [
44
+ 12.0
45
+ ],
46
+ "std": [
47
+ 7.211102550927977
48
+ ],
49
+ "count": [
50
+ 20000
51
+ ]
52
+ },
53
+ "next.reward": {
54
+ "min": [
55
+ -1.7463797330856323
56
+ ],
57
+ "max": [
58
+ -0.050924453884363174
59
+ ],
60
+ "mean": [
61
+ -0.4736441989988089
62
+ ],
63
+ "std": [
64
+ 0.2716114232595536
65
+ ],
66
+ "count": [
67
+ 20000
68
+ ]
69
+ },
70
+ "index": {
71
+ "min": [
72
+ 0
73
+ ],
74
+ "max": [
75
+ 19999
76
+ ],
77
+ "mean": [
78
+ 9999.5
79
+ ],
80
+ "std": [
81
+ 5773.502684679379
82
+ ],
83
+ "count": [
84
+ 20000
85
+ ]
86
+ },
87
+ "task_index": {
88
+ "min": [
89
+ 0
90
+ ],
91
+ "max": [
92
+ 0
93
+ ],
94
+ "mean": [
95
+ 0.0
96
+ ],
97
+ "std": [
98
+ 0.0
99
+ ],
100
+ "count": [
101
+ 20000
102
+ ]
103
+ },
104
+ "observation.image": {
105
+ "min": [
106
+ [
107
+ [
108
+ 0.0
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ]
121
+ ],
122
+ "max": [
123
+ [
124
+ [
125
+ 1.0
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 1.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 1.0
136
+ ]
137
+ ]
138
+ ],
139
+ "mean": [
140
+ [
141
+ [
142
+ 0.4140019177645445
143
+ ]
144
+ ],
145
+ [
146
+ [
147
+ 0.4120066812634468
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.40994695767760275
153
+ ]
154
+ ]
155
+ ],
156
+ "std": [
157
+ [
158
+ [
159
+ 0.3740955684724167
160
+ ]
161
+ ],
162
+ [
163
+ [
164
+ 0.37351346486244724
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.3736656911316324
170
+ ]
171
+ ]
172
+ ],
173
+ "count": [
174
+ 20000
175
+ ]
176
+ },
177
+ "episode_index": {
178
+ "min": [
179
+ 0
180
+ ],
181
+ "max": [
182
+ 799
183
+ ],
184
+ "mean": [
185
+ 399.5
186
+ ],
187
+ "std": [
188
+ 230.9399272538207
189
+ ],
190
+ "count": [
191
+ 20000
192
+ ]
193
+ },
194
+ "observation.state": {
195
+ "min": [
196
+ 1.1632075309753418,
197
+ -0.041134968400001526,
198
+ 0.29520347714424133,
199
+ 0.0009158177999779582
200
+ ],
201
+ "max": [
202
+ 1.741089105606079,
203
+ 0.7649989724159241,
204
+ 1.2340127229690552,
205
+ 0.869105875492096
206
+ ],
207
+ "mean": [
208
+ 1.4525450530648232,
209
+ 0.26807436839211735,
210
+ 0.6109701866284013,
211
+ 0.839874983690679
212
+ ],
213
+ "std": [
214
+ 0.1323218134955474,
215
+ 0.11040184415139061,
216
+ 0.07991314329264959,
217
+ 0.029420466345767563
218
+ ],
219
+ "count": [
220
+ 20000
221
+ ]
222
+ },
223
+ "action": {
224
+ "min": [
225
+ -1.0,
226
+ -1.0,
227
+ -1.0
228
+ ],
229
+ "max": [
230
+ 1.0,
231
+ 1.0,
232
+ 1.0
233
+ ],
234
+ "mean": [
235
+ 0.0990423252668188,
236
+ -0.015827468577838316,
237
+ -0.0321451834290383
238
+ ],
239
+ "std": [
240
+ 0.4450868323002521,
241
+ 0.41755027795003263,
242
+ 0.39878875167410466
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