Discover and explore top open-source AI tools and projects—updated daily.
Vision-language-action models for driving
Top 88.2% on SourcePulse
Impromptu-VLA provides open-source data and code for training vision-language-action models for autonomous driving. It aims to improve driving policy robustness and safety by offering a curated dataset and benchmarks, targeting researchers and developers in the autonomous driving and AI fields.
How It Works
The project leverages a novel dataset designed to enhance the understanding of complex road interactions for AI driving agents. It integrates with established LLM serving (sglang) and fine-tuning (LLaMA-Factory) frameworks, utilizing vLLM for efficient inference. This approach allows for the training and evaluation of specialized driving models on par with or exceeding closed-source APIs.
Quick Start & Requirements
sglang
, LLaMA-Factory
, and vLLM
. A provided environment.yaml
file lists all necessary Conda and pip packages.navsim
, and running data generation scripts.llamafactory-cli train <yaml_path>
.python train/inference_scripts/sglang_infer.py
.sglang
, LLaMA-Factory
, vLLM
. Specific hardware requirements (e.g., GPUs) are implied by the underlying libraries.Highlighted Details
Maintenance & Community
The project originates from AIR, Tsinghua University, with contributions from Bosch Research. Links to Hugging Face Hub for models are provided. Further community or roadmap details are not explicitly mentioned in the README.
Licensing & Compatibility
The README does not explicitly state the license for the code or data. However, the use of libraries like LLaMA-Factory and vLLM suggests compatibility with common open-source AI development workflows. Users should verify specific licensing terms for all components.
Limitations & Caveats
The project focuses on specific autonomous driving benchmarks (nuScenes, NeuroNCAP) and may require significant effort to adapt to other domains or datasets. Detailed setup and data organization steps are crucial for successful implementation.
1 day ago
Inactive