Confounding Robust Deep Reinforcement Learning: A Causal Approach
Mingxuan Li, Junzhe Zhang, Elias Bareinboim
TL;DR
This work addresses off-policy reinforcement learning in the presence of unobserved confounding by framing the problem as a Confounded Markov Decision Process and applying partial identification to derive a causal lower bound on the optimal value function. The authors extend the Bellman equation to a causal form and introduce Causal-DQN, which estimates a bound on $Q_*(s,x)$ using nominal transitions and rewards derived from observational data and conservative next-state updates when the chosen action differs from the observed one. Empirically, Causal-DQN outperforms standard DQN baselines across 12 confounded Atari games, often matching or exceeding demonstrator performance under masked observations and showing improved sample efficiency. The results underline the importance of causal reasoning in RL when data are confounded, with implications for robust offline RL, RLHF, and real-world robotics, while outlining avenues for future work in extending the approach to policy-gradient methods, continuous control, and multi-agent settings. $Q_*(s,x)$ is bounded below by a computable $oxed{ ext{underline}{Q_*}(s,x)}$ that integrates observational estimates, action probabilities, and worst-case next states, enabling safe policy learning under confounding.
Abstract
A key task in Artificial Intelligence is learning effective policies for controlling agents in unknown environments to optimize performance measures. Off-policy learning methods, like Q-learning, allow learners to make optimal decisions based on past experiences. This paper studies off-policy learning from biased data in complex and high-dimensional domains where \emph{unobserved confounding} cannot be ruled out a priori. Building on the well-celebrated Deep Q-Network (DQN), we propose a novel deep reinforcement learning algorithm robust to confounding biases in observed data. Specifically, our algorithm attempts to find a safe policy for the worst-case environment compatible with the observations. We apply our method to twelve confounded Atari games, and find that it consistently dominates the standard DQN in all games where the observed input to the behavioral and target policies mismatch and unobserved confounders exist.
