Paper
27 March 2024 Research on the shortest path problem of single source based on Q-learning
Zhehong Zhou, Bo Qu, Yuxin Zhai
Author Affiliations +
Proceedings Volume 13105, International Conference on Computer Graphics, Artificial Intelligence, and Data Processing (ICCAID 2023); 131053L (2024) https://doi.org/10.1117/12.3026831
Event: 3rd International Conference on Computer Graphics, Artificial Intelligence, and Data Processing (ICCAID 2023), 2023, Qingdao, China
Abstract
In the field of algorithm research, the problem of single-source shortest path has been discussed for a long time. In this paper, the problem of single source shortest path based on Q-learning is studied. Q-learning is a reinforcement learning algorithm that iterates to update the Q value of each state-action pair to determine the optimal path. When solving the single-source shortest path problem, each node in the graph is regarded as a state, and the edge between each node as an action. By using the Q-learning algorithm, we can find the optimal strategy, that is, to minimize the total cost from the starting point to the end point, and then find the shortest path. This paper introduces the implementation process of Q-learning algorithm, including initializing Q-table, selecting action, executing action, updating Q-table and so on. Finally, the effectiveness and feasibility of Q-learning algorithm are verified by experiments.
(2024) Published by SPIE. Downloading of the abstract is permitted for personal use only.
Zhehong Zhou, Bo Qu, and Yuxin Zhai "Research on the shortest path problem of single source based on Q-learning", Proc. SPIE 13105, International Conference on Computer Graphics, Artificial Intelligence, and Data Processing (ICCAID 2023), 131053L (27 March 2024); https://doi.org/10.1117/12.3026831
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Machine learning

Evolutionary algorithms

Education and training

Attenuation

Deep learning

Algorithms

Social networks

Back to Top