Research on Autonomous Robots Navigation based on Reinforcement Learning
Zixiang Wang, Hao Yan, Yining Wang, Zhengjia Xu, Zhuoyue Wang,, Zhizhong Wu

TL;DR
This paper presents reinforcement learning-based methods, specifically DQN and PPO, to enhance autonomous robot navigation in complex environments, demonstrating improved adaptability and robustness through simulations.
Contribution
It introduces the application of DQN and PPO models for robot navigation, combining deep neural networks with reinforcement learning to handle complex, high-dimensional environments.
Findings
DQN and PPO improve navigation accuracy in complex scenarios.
Models demonstrate strong adaptability and robustness.
Effective in various simulated environments.
Abstract
Reinforcement learning continuously optimizes decision-making based on real-time feedback reward signals through continuous interaction with the environment, demonstrating strong adaptive and self-learning capabilities. In recent years, it has become one of the key methods to achieve autonomous navigation of robots. In this work, an autonomous robot navigation method based on reinforcement learning is introduced. We use the Deep Q Network (DQN) and Proximal Policy Optimization (PPO) models to optimize the path planning and decision-making process through the continuous interaction between the robot and the environment, and the reward signals with real-time feedback. By combining the Q-value function with the deep neural network, deep Q network can handle high-dimensional state space, so as to realize path planning in complex environments. Proximal policy optimization is a strategy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms
MethodsSelf-Learning
