$λ$-models: Effective Decision-Aware Reinforcement Learning with Latent Models
Claas A Voelcker, Arash Ahmadian, Romina Abachi, Igor Gilitschenski, Amir-massoud Farahmand
TL;DR
This work investigates decision-aware model learning in model-based reinforcement learning, focusing on IterVAML and MuZero and the role of latent models. The authors prove that IterVAML with latent models can achieve an unbiased value function approximation in stochastic environments, while MuZero's value loss induces a bias under similar conditions; empirically, latent representations enhance performance and help stabilize training. They show that MuZero's performance gaps can be bridged by adopting latent models and stabilizing losses, and that decision-aware losses outperform BYOL in challenging, high-dimensional tasks such as Humanoid-run. The paper provides theoretical results, empirical validations, and practical guidance (the Lambda family) for when and how to apply decision-aware losses, especially in settings with limited model capacity or stochastic dynamics. Overall, it offers a nuanced view linking architectural choices, loss design, and environment dynamics to actionable recommendations for robust continuous-control RL.
Abstract
The idea of decision-aware model learning, that models should be accurate where it matters for decision-making, has gained prominence in model-based reinforcement learning. While promising theoretical results have been established, the empirical performance of algorithms leveraging a decision-aware loss has been lacking, especially in continuous control problems. In this paper, we present a study on the necessary components for decision-aware reinforcement learning models and we showcase design choices that enable well-performing algorithms. To this end, we provide a theoretical and empirical investigation into algorithmic ideas in the field. We highlight that empirical design decisions established in the MuZero line of works, most importantly the use of a latent model, are vital to achieving good performance for related algorithms. Furthermore, we show that the MuZero loss function is biased in stochastic environments and establish that this bias has practical consequences. Building on these findings, we present an overview of which decision-aware loss functions are best used in what empirical scenarios, providing actionable insights to practitioners in the field.
