Project-Rosey/robosuite_panda_lift_demo_to_lerobot
This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": null, "total_episodes": 3, "total_frames": 1384, "total_tasks": 3, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:3" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": null, "features": {… See the full description on the dataset page: https://huggingface.co/datasets/Project-Rosey/robosuite_panda_lift_demo_to_lerobot.
030
This dataset was created using LeRobot.
Dataset Description
- Homepage: [More Information Needed]
- Paper: [More Information Needed]
- License: apache-2.0
Dataset Structure
meta/info.json:
{
"codebase_version": "v2.1",
"robot_type": null,
"total_episodes": 3,
"total_frames": 1384,
"total_tasks": 3,
"total_videos": 0,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 30,
"splits": {
"train": "0:3"
},
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path": null,
"features": {
"observation.state.robot0_joint_pos": {
"dtype": "float32",
"shape": [
7
],
"names": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_ee"
]
},
"observation.state.robot0_eef_pos": {
"dtype": "float32",
"shape": [
3
],
"names": [
"eef_pos_x, eef_pos_y, eef_pos_z"
]
},
"observation.state.robot0_eef_quat": {
"dtype": "float32",
"shape": [
4
],
"names": [
"eef_quat_x, eef_quat_y, eef_quat_z, eef_quat_w"
]
},
"observation.image.robot0_robotview": {
"dtype": "image",
"shape": [
544,
960,
3
],
"names": [
"height",
"width",
"channel"
]
},
"observation.image.robot0_eye_in_hand": {
"dtype": "image",
"shape": [
544,
960,
3
],
"names": [
"height",
"width",
"channel"
]
},
"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
}
}
}Citation
BibTeX:
[More Information Needed]