Upload meta/info.json with huggingface_hub
Browse files- meta/info.json +38 -0
meta/info.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v3.0",
|
| 3 |
+
"codebase_version": "3.1.0",
|
| 4 |
+
"fps": 3.0,
|
| 5 |
+
"features": {
|
| 6 |
+
"observation.state": {
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"shape": [
|
| 9 |
+
32
|
| 10 |
+
],
|
| 11 |
+
"names": null
|
| 12 |
+
},
|
| 13 |
+
"action": {
|
| 14 |
+
"dtype": "float32",
|
| 15 |
+
"shape": [
|
| 16 |
+
32
|
| 17 |
+
],
|
| 18 |
+
"names": null
|
| 19 |
+
},
|
| 20 |
+
"observation.images.ego_0_rgb": {
|
| 21 |
+
"dtype": "video",
|
| 22 |
+
"shape": [
|
| 23 |
+
224,
|
| 24 |
+
224,
|
| 25 |
+
3
|
| 26 |
+
],
|
| 27 |
+
"video_info": {
|
| 28 |
+
"video.fps": 3.0,
|
| 29 |
+
"video.codec": "mp4v"
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"total_episodes": 1,
|
| 34 |
+
"total_chunks": null,
|
| 35 |
+
"tasks": [
|
| 36 |
+
"factory_factory_001 worker_worker_001 manipulation"
|
| 37 |
+
]
|
| 38 |
+
}
|