SpatialVLA
π₯ SpatialVLA: a spatial-enhanced vision-language-action model that is trained on 1.1 Million real robot episodes. Accepted at RSS 2025.
File Explorer
Download Latest Version (.zip)- franka_sft.png
- spatial_setup.png
- teaser.png
- widowX_zeroshot.png
- __init__.py
- configs.py
- mixtures.py
- transforms.py
- data_utils.py
- droid_utils.py
- goal_relabeling.py
- task_augmentation.py
- dataset.py
- obs_transforms.py
- rlds.py
- traj_transforms.py
- __init__.py
- action_tokenizer.py
- configuration_spatialvla.py
- modeling_gemma2.py
- modeling_spatialvla.py
- processing_spatialvla.py
- finetune_full.sh
- finetune_lora.sh
- slurm_pretrain.sh
- torchrun_pretrain.sh
- action_config.json
- gs_bridge.json
- gs_fractal.json
- gs_spatialvla_plus.json
- hf_download.sh
- intrinsics.json
- zero1.json
- zero2.json
- zero3.json
- example.png
- test_huggingface.py
- dist_utils.py
- monkey_patch.py
- spatialvla_finetune.py
- spatialvla_pretrain.py
- .gitignore
- pyproject.toml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/SpatialVLA/SpatialVLA
Downloads the entire project code from GitHub to your computer.
cd SpatialVLA
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
