Training a Model

Train and finetune state-of-the-art robot policies

Get the repository

circle-info

Anvil's embodied AI SDK is in early beta. We will be improving reliability and adding support for new models and workflows soon.

Requirements

Set up environment

Convert data to train-ready format

Anvil uses the standard LeRobotDataset v3.0 for training, and so the recorded Anvil MCAP must be converted before training. To do this, Anvil provides the mcap_converter package, which will go through your recorded data and compile the episodes into a single LeRobotDataset that's ready for training:

Train

Anvil also leverages LeRobot for training support, and wraps it for convenience with our lerobot_training package, that makes it easy to use with Anvil data.

Last updated