Readme
ACT policy - phospho easy training pipeline
This setup allows you to train an ACT policy, using LeRobot for training.
🚀 What This Pipeline Does
- Trains ACT models using datasets formatted for LeRobot (v2.0+).
- Automatically validates dataset availability and access permissions.
- Uploads trained models to your Hugging Face profile.
- Supports Weights & Biases for tracking training progress.
- Runs training efficiently on GPUs with configurable steps and job names.
🔗 Useful Links
- phospho Documentation: https://docs.phospho.ai
- Get Your Robot: https://robots.phospho.ai
🛠 Setup & Usage
To train your model, provide the following inputs:
- Dataset Repo ID (Hugging Face dataset formatted for LeRobot).
- Hugging Face Token (for uploading trained models).
- Model Name (for storing results in Hugging Face).
- Weights & Biases API Key (optional, for experiment tracking).
- Training Steps The default is 100K steps, you can leave it like so or lower to 60/80K for quicker and cheaper training.
The pipeline ensures all necessary dependencies are installed, including LeRobot and related libraries, before executing the training process. Once trained, the model will be available on Hugging Face for further use, you will also be able to download a .zip archive of your model.