Efficient Off-Policy Learning for High-Dimensional Action Spaces
Fabian Otto, Philipp Becker, Ngo Anh Vien, Gerhard Neumann
TL;DR
This work tackles data inefficiency in off-policy reinforcement learning with high-dimensional action spaces by proposing Vlearn, a method that uses only a state-value function as the critic. It introduces an upper-bound, importance-weighted loss (L_WIS) for learning the V-function from off-policy data and couples it with a robust policy-update framework that includes twin critics, delayed updates, and trust-region constraints. The approach yields improved sample efficiency, stability, and final performance across challenging high-dimensional benchmarks, outperforming Q-function–based baselines and V-trace in several tasks. While effective, the method remains data-hungry and the authors discuss future directions such as offline RL extensions, ensembles, and distributional variants to further enhance stability and applicability.
Abstract
Existing off-policy reinforcement learning algorithms often rely on an explicit state-action-value function representation, which can be problematic in high-dimensional action spaces due to the curse of dimensionality. This reliance results in data inefficiency as maintaining a state-action-value function in such spaces is challenging. We present an efficient approach that utilizes only a state-value function as the critic for off-policy deep reinforcement learning. This approach, which we refer to as Vlearn, effectively circumvents the limitations of existing methods by eliminating the necessity for an explicit state-action-value function. To this end, we leverage a weighted importance sampling loss for learning deep value functions from off-policy data. While this is common for linear methods, it has not been combined with deep value function networks. This transfer to deep methods is not straightforward and requires novel design choices such as robust policy updates, twin value function networks to avoid an optimization bias, and importance weight clipping. We also present a novel analysis of the variance of our estimate compared to commonly used importance sampling estimators such as V-trace. Our approach improves sample complexity as well as final performance and ensures consistent and robust performance across various benchmark tasks. Eliminating the state-action-value function in Vlearn facilitates a streamlined learning process, yielding high-return agents.
