Upload meta/info.json with huggingface_hub
Browse files- meta/info.json +82 -0
meta/info.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v2.0",
|
| 3 |
+
"robot_type": "manipulator",
|
| 4 |
+
"total_episodes": 5,
|
| 5 |
+
"total_frames": 250,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"fps": 30,
|
| 8 |
+
"splits": {
|
| 9 |
+
"train": "0:5"
|
| 10 |
+
},
|
| 11 |
+
"data_path": "data.hdf5",
|
| 12 |
+
"video_path": null,
|
| 13 |
+
"features": {
|
| 14 |
+
"observation.state": {
|
| 15 |
+
"dtype": "float32",
|
| 16 |
+
"shape": [
|
| 17 |
+
6
|
| 18 |
+
],
|
| 19 |
+
"names": [
|
| 20 |
+
"joint_1",
|
| 21 |
+
"joint_2",
|
| 22 |
+
"joint_3",
|
| 23 |
+
"joint_4",
|
| 24 |
+
"joint_5",
|
| 25 |
+
"joint_6"
|
| 26 |
+
]
|
| 27 |
+
},
|
| 28 |
+
"observation.image": {
|
| 29 |
+
"dtype": "uint8",
|
| 30 |
+
"shape": [
|
| 31 |
+
3,
|
| 32 |
+
256,
|
| 33 |
+
256
|
| 34 |
+
],
|
| 35 |
+
"names": [
|
| 36 |
+
"C",
|
| 37 |
+
"H",
|
| 38 |
+
"W"
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
"action": {
|
| 42 |
+
"dtype": "float32",
|
| 43 |
+
"shape": [
|
| 44 |
+
6
|
| 45 |
+
],
|
| 46 |
+
"names": [
|
| 47 |
+
"action_1",
|
| 48 |
+
"action_2",
|
| 49 |
+
"action_3",
|
| 50 |
+
"action_4",
|
| 51 |
+
"action_5",
|
| 52 |
+
"action_6"
|
| 53 |
+
]
|
| 54 |
+
},
|
| 55 |
+
"episode_index": {
|
| 56 |
+
"dtype": "int64",
|
| 57 |
+
"shape": [],
|
| 58 |
+
"names": null
|
| 59 |
+
},
|
| 60 |
+
"frame_index": {
|
| 61 |
+
"dtype": "int64",
|
| 62 |
+
"shape": [],
|
| 63 |
+
"names": null
|
| 64 |
+
},
|
| 65 |
+
"timestamp": {
|
| 66 |
+
"dtype": "float64",
|
| 67 |
+
"shape": [],
|
| 68 |
+
"names": null
|
| 69 |
+
},
|
| 70 |
+
"next.done": {
|
| 71 |
+
"dtype": "bool",
|
| 72 |
+
"shape": [],
|
| 73 |
+
"names": null
|
| 74 |
+
},
|
| 75 |
+
"language_instruction": {
|
| 76 |
+
"dtype": "string",
|
| 77 |
+
"shape": [],
|
| 78 |
+
"names": null
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
"task_description": "Pick up the cube and place it at the target location"
|
| 82 |
+
}
|