Update README.md
Browse files
README.md
CHANGED
|
@@ -47,4 +47,17 @@ We also provide example NAVSIM cache [here](https://huggingface.co/ln2697/tfv6_n
|
|
| 47 |
|
| 48 |
**Output:**
|
| 49 |
- `waypoints`: (N, 2) predicted positions
|
| 50 |
-
- `headings`: (N,) predicted angles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
**Output:**
|
| 49 |
- `waypoints`: (N, 2) predicted positions
|
| 50 |
+
- `headings`: (N,) predicted angles
|
| 51 |
+
|
| 52 |
+
## Citation
|
| 53 |
+
|
| 54 |
+
If you find this work useful, please cite:
|
| 55 |
+
|
| 56 |
+
```bibtex
|
| 57 |
+
@article{Nguyen2025ARXIV,
|
| 58 |
+
title={LEAD: Minimizing Learner-Expert Asymmetry in End-to-End Driving},
|
| 59 |
+
author={Nguyen, Long and Fauth, Micha and Jaeger, Bernhard and Dauner, Daniel and Igl, Maximilian and Geiger, Andreas and Chitta, Kashyap},
|
| 60 |
+
journal={arXiv preprint arXiv:2512.20563},
|
| 61 |
+
year={2025}
|
| 62 |
+
}
|
| 63 |
+
```
|