Skip to content

Commit ea1197d

Browse files
committed
updated README
2 parents 56eebbf + fac6ae8 commit ea1197d

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

README.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ with Advanced Interactive Behavior Modeling</h3>
55
[Tianyi Tan](https://github.com/0ttwhy4)\*, [Yinan Zheng](https://github.com/ZhengYinan-AIR)\*, [Ruiming Liang](https://github.com/LRMbbj), [Zexu Wang](https://github.com/ZexuWang), [Kexin Zheng](https://air-dream.netlify.app/author/kexin-zheng/), [Jinliang Zheng](https://github.com/2toinf), [Jianxiong Li](https://facebear-ljx.github.io/), [Xianyuan Zhan](https://zhanzxy5.github.io/zhanxianyuan/), [Jingjing Liu](https://air.tsinghua.edu.cn/en/info/1046/1194.htm)
66

77

8-
<!-- [**[Arxiv]**](https://arxiv.org/pdf/2501.15564) -->
8+
[**[Arxiv]**](https://arxiv.org/pdf/2510.11083)
99

1010
*The 39th Annual Conference on Neural Information Processing Systems (NeurIPS), 2025*
1111

@@ -93,17 +93,21 @@ From the data modeling perspective, we propose **fine-grained trajectory tokeniz
9393

9494
## Getting Started
9595

96+
### Fundamental setup
9697
```
97-
# Fundamental setup
9898
conda create -n flow_planner python=3.9
9999
conda activate flow_planner
100-
101-
# install nuplan-devkit
100+
```
101+
### install nuplan-devkit
102+
```
102103
git clone https://github.com/motional/nuplan-devkit.git && cd nuplan-devkit
103104
pip install -e .
104105
pip install -r requirements.txt
106+
```
105107

106-
# flow planner setup
108+
### flow planner setup
109+
110+
```
107111
cd ..
108112
git clone https://github.com/DiffusionAD/Flow-Planner.git && cd Flow-Planner
109113
pip install -e .
@@ -116,4 +120,23 @@ pip install -r requirements.txt
116120
2. Fill in the `flow_planner.script.data.dataset.nuplan_data.yaml` with generated file path.
117121
3. Launch training with `flow_planner/run_script/launch_train.sh`
118122

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},
140+
year={2025}
141+
}
142+
```

0 commit comments

Comments
 (0)