Research on Robot Path Planning Based on Reinforcement Learning
Wang Ruiqi

TL;DR
This paper develops a Visual SLAM system based on ORB-SLAM3 for dense mapping, converts the map for 2D path planning, and compares reinforcement learning algorithms, finding DQN most effective in complex environments.
Contribution
The work integrates Visual SLAM with reinforcement learning for robot path planning and identifies DQN as the most suitable algorithm for high-dimensional environments.
Findings
DQN outperforms Q-learning and SARSA in convergence speed and performance.
The Visual SLAM system is validated with open-source and custom datasets.
The map conversion process produces lightweight grid maps suitable for path planning.
Abstract
This project has conducted research on robot path planning based on Visual SLAM. The main work of this project is as follows: (1) Construction of Visual SLAM system. Research has been conducted on the basic architecture of Visual SLAM. A Visual SLAM system is developed based on ORB-SLAM3 system, which can conduct dense point cloud mapping. (2) The map suitable for two-dimensional path planning is obtained through map conversion. This part converts the dense point cloud map obtained by Visual SLAM system into an octomap and then performs projection transformation to the grid map. The map conversion converts the dense point cloud map containing a large amount of redundant map information into an extremely lightweight grid map suitable for path planning. (3) Research on path planning algorithm based on reinforcement learning. This project has conducted experimental comparisons between the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms
MethodsDense Connections · Sarsa · Convolution · Deep Q-Network · Q-Learning
