Discover and explore top open-source AI tools and projects—updated daily.
amazon-farScalable behavior cloning for robotics and embodied AI
Top 94.6% on SourcePulse
Summary
ABC (Scalable Behavior Cloning with Open Data, Training, and Evaluation) offers an open framework for robotic manipulation tasks, enabling researchers and engineers to collect data, train, and evaluate behavior cloning policies. It aims to democratize advanced RL techniques.
How It Works
The project employs a Diffusion Transformer (ABC-DiT) architecture for behavior cloning, processing sequential states and camera inputs to predict actions. It emphasizes an end-to-end pipeline from data preparation to policy evaluation, leveraging large datasets and efficient training for complex manipulation skills.
Quick Start & Requirements
Installation requires uv and ffmpeg. A Python 3.12 virtual environment is managed via uv.
uv, ffmpeg, ~35GB disk space for full data.uv run torchrun --standalone --nproc-per-node 8 train.py requires 8 GPUs; adjust for fewer GPUs/VRAM.Highlighted Details
1 week ago
Inactive
Physical-Intelligence