| license: mit | |
| task_categories: | |
| - robotics | |
| tags: | |
| - LeRobot | |
| - d3il | |
| - imitation-learning | |
| configs: | |
| - config_name: default | |
| data_files: data/*/*.parquet | |
| This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). | |
| <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=yongjincho/d3il_avoiding"> | |
| <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> | |
| <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> | |
| </a> | |
| ## Dataset Description | |
| - **Homepage:** [More Information Needed] | |
| - **Paper:** [More Information Needed] | |
| - **License:** mit | |
| ## Dataset Structure | |
| [meta/info.json](meta/info.json): | |
| ```json | |
| { | |
| "codebase_version": "v3.0", | |
| "robot_type": "franka_panda", | |
| "total_episodes": 96, | |
| "total_frames": 7305, | |
| "total_tasks": 1, | |
| "chunks_size": 1000, | |
| "data_files_size_in_mb": 100, | |
| "video_files_size_in_mb": 200, | |
| "fps": 29, | |
| "splits": { | |
| "train": "0:96" | |
| }, | |
| "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", | |
| "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", | |
| "features": { | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 4 | |
| ], | |
| "names": [ | |
| "state_0", | |
| "state_1", | |
| "state_2", | |
| "state_3" | |
| ] | |
| }, | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 2 | |
| ], | |
| "names": [ | |
| "action_0", | |
| "action_1" | |
| ] | |
| }, | |
| "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:** | |
| ```bibtex | |
| [More Information Needed] | |
| ``` |