Abstract: Navigating through complex environments has always been a big challenge for smart robots and AI agents. This paper focuses on a specific problem within the domain of path planning, aiming to aid agents in navigating through intricate environments using raw images as input. Data-driven path-planning algorithms have emerged as a cogent solution to such problems. These algorithms are a fusion of deep learning models for cost approximation, and differentiable versions of classical planning algorithms. While these methods excel at handling combinatorial data, their computational demands are high. These often leads to poor function approximation due to ineffective feature extraction in complex environments. Drawing from the significance of the attention mechanism in various deep learning applications, we present Attentive A*, introducing attention to data-driven path-planning algorithms. The proposed approach provides precise cost approximations by leveraging visual cues, resulting in enhanced performance across various metrics. A comprehensive assessment is conducted on diverse datasets, including MP, Tiled MP, CSM and Warcraft, to assess the effectiveness of the proposed approach compared to other baselines.
Loading