Maximizing the Probability of Arriving on Time: A Practical Q-Learning Method

Abstract

The stochastic shortest path problem is of crucial importance for the development of sustainable transportation systems. Existing methods based on the probability tail model seek for the path that maximizes the probability of arriving at the destination before a deadline. However, they suffer from low accuracy and/or high computational cost. We design a novel Q-learning method where the converged Q-values have the practical meaning as the actual probabilities of arriving on time so as to improve accuracy. By further adopting dynamic neural networks to learn the value function, our method can scale well to large road networks with arbitrary deadlines. Experimental results on real road networks demonstrate the significant advantages of our method over other counterparts.

Cite

Text

Cao et al. "Maximizing the Probability of Arriving on Time: A Practical Q-Learning Method." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.11170

Markdown

[Cao et al. "Maximizing the Probability of Arriving on Time: A Practical Q-Learning Method." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/cao2017aaai-maximizing/) doi:10.1609/AAAI.V31I1.11170

BibTeX

@inproceedings{cao2017aaai-maximizing,
  title     = {{Maximizing the Probability of Arriving on Time: A Practical Q-Learning Method}},
  author    = {Cao, Zhiguang and Guo, Hongliang and Zhang, Jie and Oliehoek, Frans A. and Fastenrath, Ulrich},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {4481-4487},
  doi       = {10.1609/AAAI.V31I1.11170},
  url       = {https://mlanthology.org/aaai/2017/cao2017aaai-maximizing/}
}