Export event windows as a LeRobot training dataset (beta)
export_for_lerobotExport time windows as a LeRobotDataset v3.0 for robot-learning training. Each window becomes an episode, resampled to uniform fps, with selected signals as features.
Instructions
Export time windows as a LeRobotDataset v3.0 for robot-learning training: each window becomes an episode, resampled to a uniform fps, with the given signals composing feature vectors like observation.state and action. Use after preview_pipeline to turn detected events into a curated dataset. Beta: load-tests clean with the lerobot package; awaiting validation by real training runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | Yes | ||
| args | No | ||
| name | No | dataset | |
| path | Yes | ||
| task | Yes | ||
| topics | Yes | ||
| episodes | Yes | ||
| features | Yes | ||
| robot_type | No | unknown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||