zczhao commited on
Commit
75eb975
·
verified ·
1 Parent(s): bcc37d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ tags:
39
 
40
  **SimWAM** is a World-Action Model for end-to-end autonomous driving. It transfers video-dynamics priors to trajectory prediction by jointly training a pretrained video expert and a lightweight action diffusion transformer with flow matching.
41
 
42
- An isolated attention mask prevents the action branch from accessing future-frame tokens. As a result, the video-generation branch is used only as a training signal and can be removed at inference time, leaving a self-contained action expert that directly predicts future driving trajectories.
43
 
44
  This repository contains the official supervised and reinforcement-learning checkpoints for SimWAM on NAVSIM.
45
 
 
39
 
40
  **SimWAM** is a World-Action Model for end-to-end autonomous driving. It transfers video-dynamics priors to trajectory prediction by jointly training a pretrained video expert and a lightweight action diffusion transformer with flow matching.
41
 
42
+ An isolated attention mask keeps action prediction independent of future frames, allowing trajectory prediction without explicit future-frame generation at inference.
43
 
44
  This repository contains the official supervised and reinforcement-learning checkpoints for SimWAM on NAVSIM.
45