#32 · Primary category: Robotics & Embodied AI Simulation
alpasim
AlpaSim is an open-source autonomous vehicle simulation platform designed for development and testing of end-to-end AV policies
Project last updated:08/24/26
GitHub Stars
1.2K
Forks
152
Contributors
12
License
Apache-2.0
Why we included this project
Teams developing end-to-end driving policies need a closed-loop testbed where they can run their models against realistic sensors, vehicle dynamics, and traffic before any real-world deployment, and AlpaSim is built for that. It renders high-fidelity camera feeds with configurable field-of-view and resolution, and the renderer is pluggable, so you can swap in NVIDIA's NuRec or a video-model backend like OmniDreams. The whole simulator is Python-based with a modular gRPC interface, which makes swapping in a custom policy or component a straightforward edit rather than a rewrite. That level of hackability suits day-to-day experimentation, and the microservices design lets you scale across multiple nodes for longer or heavier validation runs. It also ships with working integrations for driving policies like Alpamayo and Transfuser, giving you a concrete baseline to benchmark against instead of starting from scratch.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.