Q-function Decomposition with Intervention Semantics with Factored Action Spaces
Junkyu Lee, Tian Gao, Elliot Nelson, Miao Liu, Debarun Bhattacharjya, Songtao Lu
TL;DR
This work tackles the challenge of sample-efficient reinforcement learning in environments with large factored action spaces by introducing Q-function decomposition under intervention semantics and a practical action-decomposed RL framework. It formalizes projected action space MDPs and MB-FPI to analyze the theoretical properties and sample complexity of decomposed Q-functions, then implements these ideas in model-free and offline settings through AD-DQN and AD-BCQ. Empirically, the approach yields improved sample efficiency on online 2D control tasks and gains in offline sepsis treatment evaluation, outperforming baseline decompositions and demonstrating robust performance across discretized action spaces. The results highlight the potential of incorporating causal intervention semantics and action-projection structure to scale RL to complex, real-world decision problems.
Abstract
Many practical reinforcement learning environments have a discrete factored action space that induces a large combinatorial set of actions, thereby posing significant challenges. Existing approaches leverage the regular structure of the action space and resort to a linear decomposition of Q-functions, which avoids enumerating all combinations of factored actions. In this paper, we consider Q-functions defined over a lower dimensional projected subspace of the original action space, and study the condition for the unbiasedness of decomposed Q-functions using causal effect estimation from the no unobserved confounder setting in causal statistics. This leads to a general scheme which we call action decomposed reinforcement learning that uses the projected Q-functions to approximate the Q-function in standard model-free reinforcement learning algorithms. The proposed approach is shown to improve sample complexity in a model-based reinforcement learning setting. We demonstrate improvements in sample efficiency compared to state-of-the-art baselines in online continuous control environments and a real-world offline sepsis treatment environment.
