Improving Controller Generalization with Dimensionless Markov Decision Processes
Valentin Charvet, Sebastian Stein, Roderick Murray-Smith
TL;DR
The paper tackles distribution-shift generalization in RL controllers by introducing a dimensionless framework, the $Π$-MDP, that non-dimensionalizes state and action spaces via the Buckingham-$Π$ theorem to achieve equivariance to context changes. It couples a Gaussian Process-based world model with a dimensionless policy search (Pi-PILCO), preserving data efficiency while improving transfer across contexts. The approach is evaluated on pendulum and cartpole systems, showing zero-shot robustness to perturbations in context such as mass and length. The work highlights the value of physics-informed priors for robust RL and outlines practical limitations related to measuring perturbation variables and context dimensionality.
Abstract
Controllers trained with Reinforcement Learning tend to be very specialized and thus generalize poorly when their testing environment differs from their training one. We propose a Model-Based approach to increase generalization where both world model and policy are trained in a dimensionless state-action space. To do so, we introduce the Dimensionless Markov Decision Process ($Π$-MDP): an extension of Contextual-MDPs in which state and action spaces are non-dimensionalized with the Buckingham-$Π$ theorem. This procedure induces policies that are equivariant with respect to changes in the context of the underlying dynamics. We provide a generic framework for this approach and apply it to a model-based policy search algorithm using Gaussian Process models. We demonstrate the applicability of our method on simulated actuated pendulum and cartpole systems, where policies trained on a single environment are robust to shifts in the distribution of the context.
