A Graph-Based Reinforcement Learning Approach with Frontier Potential Based Reward for Safe Cluttered Environment Exploration
Gabriele Calzolari, Vidya Sumathy, Christoforos Kanellakis, George Nikolakopoulos
TL;DR
This work tackles safe, efficient exploration in cluttered environments by combining a graph neural network–based greedy exploration policy with a safety shield to enforce feasible actions. It introduces a graph-based observation framework and a frontier-based potential field reward that guides exploration toward informative frontiers while accounting for proximity to unknown regions. The approach uses PPO to train the GNN policy and a critic, achieving robust map expansion with limited safety shield interventions across varied obstacle configurations. The results demonstrate high map coverage with low reliance on safety interventions, suggesting practical potential for real-world UAV forest exploration with a high-level planner role.
Abstract
Autonomous exploration of cluttered environments requires efficient exploration strategies that guarantee safety against potential collisions with unknown random obstacles. This paper presents a novel approach combining a graph neural network-based exploration greedy policy with a safety shield to ensure safe navigation goal selection. The network is trained using reinforcement learning and the proximal policy optimization algorithm to maximize exploration efficiency while reducing the safety shield interventions. However, if the policy selects an infeasible action, the safety shield intervenes to choose the best feasible alternative, ensuring system consistency. Moreover, this paper proposes a reward function that includes a potential field based on the agent's proximity to unexplored regions and the expected information gain from reaching them. Overall, the approach investigated in this paper merges the benefits of the adaptability of reinforcement learning-driven exploration policies and the guarantee ensured by explicit safety mechanisms. Extensive evaluations in simulated environments demonstrate that the approach enables efficient and safe exploration in cluttered environments.
