lorenzomazza's picture
Upload LeRobot dataset release
8a24d90 verified
{
"codebase_version": "v3.0",
"robot_type": "block_pushing_sim",
"total_episodes": 1000,
"total_frames": 114962,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 10,
"splits": {
"train": "0:1000"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": null,
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
16
],
"names": [
"block1_x",
"block1_y",
"block1_angle",
"block2_x",
"block2_y",
"block2_angle",
"ee_actual_x",
"ee_actual_y",
"ee_commanded_x",
"ee_commanded_y",
"target1_x",
"target1_y",
"target1_angle",
"target2_x",
"target2_y",
"target2_angle"
]
},
"action": {
"dtype": "float32",
"shape": [
2
],
"names": [
"ee_x",
"ee_y"
]
},
"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
}
}
}