Repository for finetuning OpenVLA models on custom datasets.
-- dataset (prepare/create the custom dataset)
-- prismatic (OpenVLA model)
-- finetune.py (finetuning script)
-- inference.py (inference script)
- Clone the repository
- Create conda environment with dependencies
conda env create -f environment_macos.yml # for MacOS
conda env create -f environment_ubuntu.yml # for Linux
Open-Embodied X dataset and implicitly OpenVLA use the RLDS format for the dataset. An explanation of the RLDS format can be found here.
TODO
TODO
Finetuning on out-of-distribution robots: