uv run if you don’t have rfx installed globally:
Design Philosophy
The CLI is designed for the foundation model era workflow:- Collect demos with
rfx record - Train a policy with
rfx train - Deploy to hardware with
rfx deploy - Iterate
Core Commands
record
Collect teleoperation demonstrations into LeRobot datasets
train
Train a policy from collected demonstration data
deploy
Load a trained policy and run it on hardware
doctor
Check system dependencies and hardware
Quick Examples
Record 10 demonstration episodes
Deploy a policy from a local checkpoint
Deploy a policy from HuggingFace Hub
Test a policy without hardware
Check your environment
Python API
Every CLI command has a Python equivalent:Getting Help
Every command supports--help:
Version Information
Additional Commands
While the core workflow uses three commands, rfx also provides aruns subcommand for querying the training run registry:
