Transformer-enhanced deep Q-Learning for adaptive robot path planning in dynamic environments
摘要
Efficient navigation in dynamic environments remains a critical challenge for autonomous robots in industrial manufacturing, search-and-rescue operations, and automated warehousing. Traditional path-planning algorithms struggle to adapt to real-time obstacle movements, while conventional reinforcement learning (RL) approaches cannot model long-range spatial dependencies. This paper presents Transformer-Enhanced Deep Q-Learning (Transformer-DQN), a novel framework that integrates transformer architectures with Deep Q-Networks (DQN) to address these limitations. The model dynamically captures obstacle interactions by integrating multi-head self-attention mechanisms and Cartesian positional encoding and optimizes navigation in cluttered environments. The Transformer’s self-attention mechanism to solve specific, well-known limitations of DQN in robotic path planning, namely the capture of long-range spatial dependencies and dynamic obstacle relationships in a non-Markovian setting. Hyperparameter tuning via Optuna ensures a balance between exploration and exploitation, while prioritized experience replay enhances training stability. Experimental results demonstrate significant advancements over baseline methods: 20