Planning with a Learned Policy Basis to Optimally Solve Complex Tasks
Guillermo Infante, David Kuric, Anders Jonsson, Vicenç Gómez, Herke van Hoof
TL;DR
The paper addresses the challenge of solving multiple tasks with non-Markovian rewards by learning a policy basis of subpolicies through successor features. It couples a low-level SF-based MDP family with high-level FSAs to form a product MDP and plans over augmented exit states using SF-FSA-VI, guaranteeing global optimality in stochastic settings when the CCS is optimal. Key contributions include the SF-FSA-VI algorithm, a theoretical optimality guarantee via GPI on a CCS, and empirical validation in Delivery and Office domains showing faster learning and planning than baselines. The approach provides zero-shot generalization to new FSA-described tasks while maintaining interpretability through explicit policy composition and planning over exit states, with potential applicability to continuous domains via extensions.
Abstract
Conventional reinforcement learning (RL) methods can successfully solve a wide range of sequential decision problems. However, learning policies that can generalize predictably across multiple tasks in a setting with non-Markovian reward specifications is a challenging problem. We propose to use successor features to learn a policy basis so that each (sub)policy in it solves a well-defined subproblem. In a task described by a finite state automaton (FSA) that involves the same set of subproblems, the combination of these (sub)policies can then be used to generate an optimal solution without additional learning. In contrast to other methods that combine (sub)policies via planning, our method asymptotically attains global optimality, even in stochastic environments.
