pickcube-v1-smolvla / meta.json
dancher00's picture
Upload meta.json with huggingface_hub
05f23e2 verified
raw
history blame contribute delete
928 Bytes
{
"codebase_version": "v2.0",
"robot_type": "panda",
"total_episodes": 5,
"total_frames": 250,
"total_tasks": 1,
"fps": 30,
"splits": {
"train": "0:5"
},
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
6
]
},
"observation.image": {
"dtype": "uint8",
"shape": [
3,
256,
256
]
},
"action": {
"dtype": "float32",
"shape": [
6
]
},
"episode_index": {
"dtype": "int64",
"shape": []
},
"frame_index": {
"dtype": "int64",
"shape": []
},
"timestamp": {
"dtype": "float64",
"shape": []
},
"next.done": {
"dtype": "bool",
"shape": []
},
"language_instruction": {
"dtype": "string",
"shape": []
}
},
"task_description": "Pick up the cube and move it to the target location"
}