AdamLucek/koch_block
Updated • 186 • 4
How to use AdamLucek/act_koch_block with LeRobot:
Action Chunking Transformer (ACT) trained on the AdamLucek/koch_block dataset for the Koch v1.1 Low Cost Robot from LeRobot
Details around methodology for set up, training, and evaluation available via LeRobot's guide to Getting Started with Real World Robots
The model was trained using LeRobot's training script and the AdamLucek/koch_block dataset, using this command:
python lerobot/scripts/train.py `
dataset_repo_id="AdamLucek/koch_block" `
policy="act_koch_real" `
env="koch_real" `
hydra.run.dir="outputs/train/act_koch_test" `
hydra.job.name="act_koch_test" `
device="cuda" `
wandb.enable="true"
Training was done on a 3060 for roughly 7 hours, loss curve and statistics available in wandb report here.