Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +46 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"features": {
|
| 3 |
+
"episode_index": {
|
| 4 |
+
"dtype": "int64"
|
| 5 |
+
},
|
| 6 |
+
"frame_index": {
|
| 7 |
+
"dtype": "int64"
|
| 8 |
+
},
|
| 9 |
+
"timestamp": {
|
| 10 |
+
"dtype": "float64"
|
| 11 |
+
},
|
| 12 |
+
"next.done": {
|
| 13 |
+
"dtype": "bool"
|
| 14 |
+
},
|
| 15 |
+
"language_instruction": {
|
| 16 |
+
"dtype": "string"
|
| 17 |
+
},
|
| 18 |
+
"observation.state": {
|
| 19 |
+
"dtype": "float32",
|
| 20 |
+
"shape": [
|
| 21 |
+
6
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"action": {
|
| 25 |
+
"dtype": "float32",
|
| 26 |
+
"shape": [
|
| 27 |
+
6
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
"observation.image_shape": {
|
| 31 |
+
"dtype": "string"
|
| 32 |
+
},
|
| 33 |
+
"observation.image_dtype": {
|
| 34 |
+
"dtype": "string"
|
| 35 |
+
},
|
| 36 |
+
"observation.image_mean": {
|
| 37 |
+
"dtype": "float32"
|
| 38 |
+
},
|
| 39 |
+
"observation.image_std": {
|
| 40 |
+
"dtype": "float32"
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"num_rows": 250,
|
| 44 |
+
"num_episodes": 5,
|
| 45 |
+
"task_description": "Pick up the cube and move it to the target location"
|
| 46 |
+
}
|