Deep Reinforcement Learning with Successor Features for Navigation across Similar Environments
Jingwei Zhang, Jost Tobias Springenberg, Joschka Boedecker, Wolfram Burgard
TL;DR
The paper tackles robot navigation without explicit localization, mapping, or planning by framing navigation as a sequence of related RL tasks. It introduces successor feature reinforcement learning (SF-RL), which decouples reward estimation from environment dynamics via successor features and a neural feature map, enabling fast transfer across tasks with minimal memory. Through extensive simulated and real-world experiments using visual and depth inputs, SF-RL demonstrates rapid adaptation to new mazes while preserving performance on previously learned tasks, outperforming standard baselines in transfer scenarios. The work substantiates the practicality of learning compact, transferable representations for navigation in changing environments and highlights the potential for deployment on resource-limited robotic platforms.
Abstract
In this paper we consider the problem of robot navigation in simple maze-like environments where the robot has to rely on its onboard sensors to perform the navigation task. In particular, we are interested in solutions to this problem that do not require localization, mapping or planning. Additionally, we require that our solution can quickly adapt to new situations (e.g., changing navigation goals and environments). To meet these criteria we frame this problem as a sequence of related reinforcement learning tasks. We propose a successor feature based deep reinforcement learning algorithm that can learn to transfer knowledge from previously mastered navigation tasks to new problem instances. Our algorithm substantially decreases the required learning time after the first task instance has been solved, which makes it easily adaptable to changing environments. We validate our method in both simulated and real robot experiments with a Robotino and compare it to a set of baseline methods including classical planning-based navigation.
