git404hub

what is simscale fr?

opendrivelab/simscale — explained in plain English

Analysis updated 2026-05-18

263PythonAudience · researcherComplexity · 5/5LicenseSetup · hard

tl;dr

A CVPR 2026 research project that improves self-driving car AI by mixing large-scale simulated driving scenarios with real driving data during training.

vibe map

mindmap
  root((SimScale))
    What it does
      Sim real co-training
      Reactive simulation
      Pseudo expert demos
    Tech stack
      Python
      NAVSIM benchmark
    Use cases
      Research reproduction
      Planner fine tuning
      Benchmarking
    Audience
      AV researchers
      ML engineers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Reproduce the CVPR 2026 sim-real co-training results for end-to-end driving planners

VIBE 2

Fine-tune an existing autonomous driving planner using SimScale's simulated and real data mix

VIBE 3

Benchmark a new end-to-end planner against the NAVSIM v2 navhard and navtest splits

what's the stack?

Python

how it stacks up fr

opendrivelab/simscalevoicekit-team/t-onecslawyer1985/claude-for-legal-zh
Stars263263264
LanguagePythonPythonPython
Setup difficultyhardmoderatemoderate
Complexity5/53/53/5
Audienceresearcherdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1day+

Requires downloading large simulation datasets and pretrained checkpoints plus GPU training infrastructure.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice and state any changes you made.

in plain english

SimScale is a research project that teaches self-driving car AI systems to drive better by training them on large amounts of simulated driving data alongside real-world driving data. The core problem it addresses is that real-world driving data is expensive and slow to collect, while purely simulated data often does not transfer well to real roads. SimScale bridges that gap with a co-training strategy, and the accompanying paper was accepted as an oral presentation at CVPR 2026, a major computer vision research conference. The project builds a simulation pipeline that generates diverse, realistic looking driving scenarios, complete with reactive vehicles that respond to the ego car's actions. These simulated scenes come with pseudo-expert demonstrations, meaning the simulation also provides example trajectories of how a skilled driver would handle each situation. These simulated examples are then mixed with real driving data during training, so the AI model gets the best of both worlds: variety and scale from simulation, real-world texture from actual recordings. The result is an AI driving planner that generalizes better to challenging situations it may never have seen in real data alone. The README includes a model zoo comparing several existing end-to-end planners, such as DiffusionDrive and GTRS-Dense, before and after adding simulated data to their training, evaluated on the NAVSIM v2 benchmark's harder and standard test splits. The project releases the dataset, pretrained model checkpoints, and training code so researchers can reproduce the results or fine-tune the models on their own planners. It is aimed at autonomous driving researchers who work with end-to-end driving models and want to understand how sim-to-real co-training affects performance at scale. Data and models are also mirrored on Hugging Face and ModelScope.

prompts (copy fr)

prompt 1
Help me set up SimScale and download its simulation dataset and pretrained checkpoints
prompt 2
Explain how SimScale's sim-real co-training recipe works for autonomous driving
prompt 3
Show me how to run inference with the GTRS-Dense planner from SimScale on NAVSIM v2
prompt 4
What does the pseudo-expert demonstration in SimScale's simulation pipeline provide?

Frequently asked questions

what is simscale fr?

A CVPR 2026 research project that improves self-driving car AI by mixing large-scale simulated driving scenarios with real driving data during training.

What language is simscale written in?

Mainly Python. The stack also includes Python.

What license does simscale use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice and state any changes you made.

How hard is simscale to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is simscale for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.