c22222h's picture
Add files using upload-large-folder tool
5b6e415 verified
|
Raw
History Blame Contribute Delete
611 Bytes
# Train–Deploy Alignment
This directory contains three modules used to align training data and deployment/inference:
| Module | Description |
|--------|-------------|
| **dagger** | DAgger-style data collection (policy-in-the-loop, intervention, save). See [dagger/README.md](dagger/README.md) for ARX and Agilex. |
| **inference** | Deployment and inference code, including ARX, Agilex. |
| **data_augment** | Data augmentation and format conversion (time scaling, space mirroring, HDF5 → LeRobot). See [data_augment/README.md](data_augment/README.md). |
See each module’s README for setup and usage.