You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Fill in the `flow_planner.script.data.dataset.nuplan_data.yaml` with generated file path.
117
121
3. Launch training with `flow_planner/run_script/launch_train.sh`
118
122
119
-
####
123
+
## Bibtex
124
+
125
+
If you find our code and paper can help, please cite our paper as:
126
+
```
127
+
@inproceedings{
128
+
tan2025flow,
129
+
title={Flow Matching-Based Autonomous Driving Planning with Advanced Interactive Behavior Modeling},
130
+
author={Tianyi Tan and Yinan Zheng and Ruiming Liang and Zexu Wang and Kexin Zheng and Jinliang Zheng and Jianxiong Li and Xianyuan Zhan and Jingjing Liu},
131
+
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
132
+
year={2025}
133
+
}
134
+
135
+
@inproceedings{
136
+
zheng2025diffusionbased,
137
+
title={Diffusion-Based Planning for Autonomous Driving with Flexible Guidance},
138
+
author={Yinan Zheng and Ruiming Liang and Kexin ZHENG and Jinliang Zheng and Liyuan Mao and Jianxiong Li and Weihao Gu and Rui Ai and Shengbo Eben Li and Xianyuan Zhan and Jingjing Liu},
139
+
booktitle={The Thirteenth International Conference on Learning Representations},
0 commit comments