Causal Policy Learning in Reinforcement Learning: Backdoor-Adjusted Soft Actor-Critic
Thanh Vinh Vo, Young Lee, Haozhe Ma, Chien Lu, Tze-Yun Leong

TL;DR
This paper introduces DoSAC, a causal reinforcement learning algorithm that corrects for hidden confounders using backdoor adjustment, leading to more robust and generalizable policies in continuous control tasks.
Contribution
We develop DoSAC, a novel extension of SAC that estimates interventional policies via backdoor adjustment without needing true confounder data.
Findings
Outperforms baselines in confounded continuous control benchmarks
Enhances policy robustness and generalization
Introduces a learnable Backdoor Reconstructor for causal inference
Abstract
Hidden confounders that influence both states and actions can bias policy learning in reinforcement learning (RL), leading to suboptimal or non-generalizable behavior. Most RL algorithms ignore this issue, learning policies from observational trajectories based solely on statistical associations rather than causal effects. We propose DoSAC (Do-Calculus Soft Actor-Critic with Backdoor Adjustment), a principled extension of the SAC algorithm that corrects for hidden confounding via causal intervention estimation. DoSAC estimates the interventional policy using the backdoor criterion, without requiring access to true confounders or causal labels. To achieve this, we introduce a learnable Backdoor Reconstructor that infers pseudo-past variables (previous state and action) from the current state to enable backdoor adjustment from observational data. This module is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Advanced Causal Inference Techniques · Explainable Artificial Intelligence (XAI)
