Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +33 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train": {
|
| 3 |
+
"features": {
|
| 4 |
+
"action": {
|
| 5 |
+
"dtype": "list",
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "float32"
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
"observation.state": {
|
| 11 |
+
"dtype": "list",
|
| 12 |
+
"feature": {
|
| 13 |
+
"dtype": "float32"
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"timestamp": {
|
| 17 |
+
"dtype": "float32"
|
| 18 |
+
},
|
| 19 |
+
"frame_index": {
|
| 20 |
+
"dtype": "int64"
|
| 21 |
+
},
|
| 22 |
+
"episode_index": {
|
| 23 |
+
"dtype": "int64"
|
| 24 |
+
},
|
| 25 |
+
"index": {
|
| 26 |
+
"dtype": "int64"
|
| 27 |
+
},
|
| 28 |
+
"task_index": {
|
| 29 |
+
"dtype": "int64"
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
}
|