English

Generalised Policy Improvement with Geometric Policy Composition

Machine Learning 2022-06-20 v1 Machine Learning

Abstract

We introduce a method for policy improvement that interpolates between the greedy approach of value-based reinforcement learning (RL) and the full planning approach typical of model-based RL. The new method builds on the concept of a geometric horizon model (GHM, also known as a gamma-model), which models the discounted state-visitation distribution of a given policy. We show that we can evaluate any non-Markov policy that switches between a set of base Markov policies with fixed probability by a careful composition of the base policy GHMs, without any additional learning. We can then apply generalised policy improvement (GPI) to collections of such non-Markov policies to obtain a new Markov policy that will in general outperform its precursors. We provide a thorough theoretical analysis of this approach, develop applications to transfer and standard RL, and empirically demonstrate its effectiveness over standard GPI on a challenging deep RL continuous control task. We also provide an analysis of GHM training methods, proving a novel convergence result regarding previously proposed methods and showing how to train these models stably in deep RL settings.

Keywords

Cite

@article{arxiv.2206.08736,
  title  = {Generalised Policy Improvement with Geometric Policy Composition},
  author = {Shantanu Thakoor and Mark Rowland and Diana Borsa and Will Dabney and Rémi Munos and André Barreto},
  journal= {arXiv preprint arXiv:2206.08736},
  year   = {2022}
}

Comments

ICML 2022

R2 v1 2026-06-24T11:55:01.231Z