English
 
Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Book Chapter

Reinforcement Learning Applied to Agent Path Planning

Authors
/persons/resource/sun.fenglan

Sun,  Fenglan
Potsdam Institute for Climate Impact Research;

Wu,  Xiaoshuai
External Organizations;

Long,  Guoxiong
External Organizations;

External Ressource
No external resources are shared
Fulltext (public)
There are no public fulltexts stored in PIKpublic
Supplementary Material (public)
There is no public supplementary material available
Citation

Sun, F., Wu, X., Long, G. (2022): Reinforcement Learning Applied to Agent Path Planning. - In: 2022 41st Chinese Control Conference (CCC), New York : IEEE, 9901681.
https://doi.org/10.23919/CCC55666.2022.9901681


Cite as: https://publications.pik-potsdam.de/pubman/item/item_28019
Abstract
This paper provides an enhanced Q-learning algorithm for agent path planning in traditional grid maps, which solves the problem of agent path planning in grid maps. In an unknown environment, the classic Q-learning algorithm addresses the agent's path planning problem. However, there are several limits to this strategy in terms of path planning: the agent could only move nearby grids, and the step size is only one frame. Improved Q-learning algorithm, including changes the agent's direction and step size. The action direction of agents is increased from four to eight. The movement step of agents is raised from one to three frames. The new method makes the convergence faster and proxy path smoother. Finally, a set of simulation tests are presented to validate the modified Q-learning algorithm.