#43 · Primary category: Robotics & Embodied AI Simulation
OpenEMMA
OpenEMMA, a permissively licensed open source "reproduction" of Waymo’s EMMA model.
Project last updated:05/13/25
GitHub Stars
951
Forks
127
Contributors
10
License
Apache-2.0
Why we included this project
OpenEMMA is a working, open implementation of Waymo's EMMA approach, for teams that want to experiment with end-to-end motion planning without hand-assembling a separate perception stack. The pipeline feeds front-view camera frames and text prompts through a pretrained vision-language model such as GPT-4 or LLaVA, then outputs future ego waypoints along with a written rationale for each decision. Everything packages into an installable CLI that runs against the nuScenes dataset and renders annotated trajectory overlays and video, so you can watch the predicted path on real driving scenes instead of staring at numbers. Because it leans on general-purpose multimodal knowledge plus an automatic critical-object detector, it is also a convenient testbed for how well that pretrained transfer holds up against dedicated driving stacks.
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.