What problem does it solve? Reproducing OpenVLA-OFT paper results and adapting OpenVLA for robot action generation requires navigating complex environment setup, LoRA training configs, LIBERO/ALOHA evaluation pipelines, and subtle train-inference flag mismatches that silently degrade policy performance. ## Core Features & Use Cases - LIBERO Evaluation & Fine-Tuning: Run pretrained checkpoints or train LoRA-adapted policies on libero_spatial, libero_object, libero_goal, and libero_10 RLDS datasets with paper-validated hyperparameters. - ALOHA OFT+ Training & Deployment: Preprocess real-robot demonstrations, train with FiLM conditioning and 3 camera streams, then serve via a FastAPI server-client inference stack. - Config Parity & Troubleshooting: Enforce critical invariants (action head, FiLM, image count, LoRA rank, center_crop, unnorm_key) and resolve common failures like cross-GPU LoRA merge issues and libffi errors. - Use Case: A robotics researcher wants to reproduce the 97.1% average LIBERO success rate from the OpenVLA-OFT paper, then fine-tune a custom policy on their own ALOHA demonstrations and deploy it to a real robot. ## Quick Start Ask the AI to evaluate the pretrained OpenVLA-OFT checkpoint on the LIBERO-Spatial task suite with 50 trials per task.