Embodied Escaping: End-to-End Reinforcement Learning for Robot Navigation in Narrow Environment
Han Zheng, Jiale Zhang, Mingyang Jiang, Peiyuan Liu, Danni Liu, Tong Qin, Ming Yang
TL;DR
This work targets the dead-zone problem in indoor robot navigation by proposing an embodied escaping approach that maps raw LiDAR and inertial data directly to control commands in an end-to-end, map-free setting. It couples a transformer-augmented SAC policy with a fast action mask and a 42-action discrete space, and introduces a hybrid training policy that leverages A* guidance during training to address sparse rewards. The main contributions are an efficient action representation with a precomputed action mask, a hybrid RL–planning training regime, and real-world validation showing superior escape success and collision avoidance versus traditional planners and baselines. The results demonstrate strong generalization to unseen, dynamic, and narrow environments, indicating practical applicability for autonomous cleaning robots in cluttered homes.
Abstract
Autonomous navigation is a fundamental task for robot vacuum cleaners in indoor environments. Since their core function is to clean entire areas, robots inevitably encounter dead zones in cluttered and narrow scenarios. Existing planning methods often fail to escape due to complex environmental constraints, high-dimensional search spaces, and high difficulty maneuvers. To address these challenges, this paper proposes an embodied escaping model that leverages reinforcement learning-based policy with an efficient action mask for dead zone escaping. To alleviate the issue of the sparse reward in training, we introduce a hybrid training policy that improves learning efficiency. In handling redundant and ineffective action options, we design a novel action representation to reshape the discrete action space with a uniform turning radius. Furthermore, we develop an action mask strategy to select valid action quickly, balancing precision and efficiency. In real-world experiments, our robot is equipped with a Lidar, IMU, and two-wheel encoders. Extensive quantitative and qualitative experiments across varying difficulty levels demonstrate that our robot can consistently escape from challenging dead zones. Moreover, our approach significantly outperforms compared path planning and reinforcement learning methods in terms of success rate and collision avoidance.
