PJLab-ADG / DriveArena

DriveArena: A Closed-loop Generative Simulation Platform for Autonomous Driving
https://pjlab-adg.github.io/DriveArena/
Apache License 2.0
218 stars 15 forks source link

Logo

Project Page arXiv Paper Google Group

[Documentation | δΈ­ζ–‡θ―΄ζ˜Ž]

This is the official project repository of the paper DriveArena: A Controllable Generative Simulation Platform for Autonomous Driving and is mainly used for releasing schedules, updating instructions, sharing model weights, and handling issues.


πŸ†• Updates


Table of Contents:

🀩 Running DriveArena

To run the closed-loop / open-loop simulation, please refer to the [Documentation|δΈ­ζ–‡θ―΄ζ˜Ž].

Just for three steps, and you will be able to launch DriveArena as the window below:

:fire: Highlights

DriveArena is a simulation platform that can

The DriveArena is pretrained on nuScenes dataset. All kinds of vision-based driving agents, such as UniAD and VAD, can be combined with DriveArena to evaluate their actual driving performance in closed-loop realistic simulation environments.

🏁 Leaderboard of Driving Agents

We provide a leaderboard to present the driving performance evaluation of driving agents with our simulation platform. For the explanation of each evaluation metric, please check out our [paper]( ).

1. Open-loop Evaluation Leaderboard

Driving Agent Simulation Environment NC DAC EP TTC C PDMS
Human Nuscenes GT 1.000Β±0.00 1.000Β±0.00 1.000Β±0.00 0.979Β±0.12 0.752Β±0.17 0.950Β±0.06
UniAD nuScenes original 0.993Β±0.03 0.995Β±0.01 0.914Β±0.05 0.947Β±0.14 0.848Β±0.21 0.910Β±0.09
UniAD DriveArena 0.792Β±0.11 0.942Β±0.04 0.738Β±0.11 0.771Β±0.12 0.749Β±0.16 0.636Β±0.08

2. Closed-loop Evaluation Leaderboard

Driving Agent Route PDMS RC ADS
UniAD sing_route_1 0.7615 0.1684 0.1684
UniAD sing_route_2 0.7215 0.169 0.0875
UniAD boston_route_1 0.4952 0.091 0.0450
UniAD boston_route_2 0.6888 0.121 0.0835

πŸ“Œ Roadmap

πŸ” Video Autoregression Dreamer (Coming Soon)

Video Autoregression Dreamer Capable of Producing Videos Exceeding 220 Frames

Acknowledgments

We utilized the following repos during development:

Thanks for their Awesome open-sourced work!

πŸ“ License

Distributed under the Apache 2.0 license.

πŸ”– Citation

If you find our paper and codes useful, please kindly cite us via:

@article{yang2024drivearena,
    title={DriveArena: A Closed-loop Generative Simulation Platform for Autonomous Driving}, 
    author={Xuemeng Yang and Licheng Wen and Yukai Ma and Jianbiao Mei and Xin Li and Tiantian Wei and Wenjie Lei and Daocheng Fu and Pinlong Cai and Min Dou and Botian Shi and Liang He and Yong Liu and Yu Qiao},
    journal={arXiv preprint arXiv:2408.00415},
    year={2024}
}

(back to top)