What problem does it solve?
Robot learning datasets often contain too few demonstration episodes for effective policy training, and recording new teleoperation demos is time-consuming. This Skill augments an existing HDF5 recording by cloning its trajectories with small action and state perturbations, producing additional training episodes without new data collection.
Core Features & Use Cases
- Trajectory Cloning with Noise: Replicates existing episodes from an HDF5 recording while applying configurable action/state noise (e.g., --noise-std 0.01) to diversify the dataset.
- Input Validation: Verifies the source HDF5 contains real episodes before running, refusing to mimic empty or failed teleop artifacts.
- Workflow Composition: Chains with dataset conversion and LeRobot visualization skills when the user also asks to inspect the augmented dataset.
- Use Case: A robotics engineer has a scissor pick-and-place recording with a handful of teleoperated demos and asks the agent to expand it to 10 episodes with small noise, then visualize the result.
Quick Start
Ask your agent to mimic 3 more episodes from your latest HDF5 recording and visualize the augmented dataset.