robo_set_lerobot / meta /info.json
bxyjsnd's picture
Add new episodes
a64cd44 verified
Raw
History Blame Contribute Delete
2.05 kB
{
"codebase_version": "v2.1",
"robot_type": "single_arm",
"total_episodes": 155,
"total_frames": 15655,
"total_tasks": 1,
"total_videos": 0,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 15,
"splits": {
"train": "0:155"
},
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
"features": {
"image_top": {
"dtype": "image",
"shape": [
224,
224,
3
],
"names": [
"height",
"width",
"channel"
]
},
"image_left": {
"dtype": "image",
"shape": [
224,
224,
3
],
"names": [
"height",
"width",
"channel"
]
},
"joint_position": {
"dtype": "float32",
"shape": [
7
],
"names": [
"joint_position"
]
},
"ee_position": {
"dtype": "float32",
"shape": [
1
],
"names": [
"ee_position"
]
},
"state": {
"dtype": "float32",
"shape": [
8
],
"names": [
"state"
]
},
"state_velocity": {
"dtype": "float32",
"shape": [
8
],
"names": [
"state_velocity"
]
},
"actions": {
"dtype": "float32",
"shape": [
8
],
"names": [
"actions"
]
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
}
}
}