See the
GitHub repository for setup, the NAVSIM data pipeline, and inference instructions. Download the checkpoint with:
1from huggingface_hub import hf_hub_download
2
3ckpt = hf_hub_download(repo_id="lixirui142/FlowR2A", filename="flowr2a_s2.ckpt")
1@article{flowr2a2026,
2 title = {FlowR2A: Learning Reward-to-Action Distribution for Multimodal Driving Planning},
3 author = {Li, Xirui and Liu, Zhe and Ye, Xiaoqing and Han, Wenhua and Pan, Yifeng and Han, Junyu and Zhao, Hengshuang},
4 journal = {arXiv preprint},
5 year = {2026}
6}
Released under the MIT License.