Constrained Latent Action Policies for Model-Based Offline Reinforcement Learning
Marvin Alles, Philip Becker-Ehmck, Patrick van der Smagt, Maximilian Karl
TL;DR
Constrained Latent Action Policies (C-LAP) tackle offline model-based reinforcement learning by learning a joint autoregressive model of states and actions with a latent action space. The policy operates in latent action space and is explicitly constrained to the dataset’s action support via the latent action prior and action decoder, removing the need for external uncertainty penalties. Empirical results on D4RL and especially V-D4RL show that C-LAP is competitive with state-of-the-art methods and provides significant advantages in visually observed tasks, while ablations underscore the critical role of the latent-action constraint. The approach accelerates policy learning, reduces value overestimation, and offers a practical framework for robust offline planning in environments with rich observations.
Abstract
In offline reinforcement learning, a policy is learned using a static dataset in the absence of costly feedback from the environment. In contrast to the online setting, only using static datasets poses additional challenges, such as policies generating out-of-distribution samples. Model-based offline reinforcement learning methods try to overcome these by learning a model of the underlying dynamics of the environment and using it to guide policy search. It is beneficial but, with limited datasets, errors in the model and the issue of value overestimation among out-of-distribution states can worsen performance. Current model-based methods apply some notion of conservatism to the Bellman update, often implemented using uncertainty estimation derived from model ensembles. In this paper, we propose Constrained Latent Action Policies (C-LAP) which learns a generative model of the joint distribution of observations and actions. We cast policy learning as a constrained objective to always stay within the support of the latent action distribution, and use the generative capabilities of the model to impose an implicit constraint on the generated actions. Thereby eliminating the need to use additional uncertainty penalties on the Bellman update and significantly decreasing the number of gradient steps required to learn a policy. We empirically evaluate C-LAP on the D4RL and V-D4RL benchmark, and show that C-LAP is competitive to state-of-the-art methods, especially outperforming on datasets with visual observations.
