CausalGDP: Causality-Guided Diffusion Policies for Reinforcement Learning
Xiaofeng Xiao, Xiao Hu, Yang Ye, Xubo Yue
TL;DR
CausalGDP introduces causal reasoning into diffusion-based reinforcement learning by learning an offline causal dynamical model and a base diffusion policy, then continuously updating causal masks to guide action generation in real time. The framework intervenes on action components via the do-operator and integrates these causal signals into the diffusion scoring and sampling process, yielding a causality-guided diffusion policy with theoretical stability and performance guarantees. Empirically, CausalGDP demonstrates competitive or superior performance across diverse, high-dimensional tasks (e.g., Maze2D, AntMaze, Humanoid) and shows robustness to different causal-discovery methods. This work highlights the practical impact of incorporating explicit causal structure into diffusion RL, enabling more efficient learning in complex control settings and paving the way for broader causal-guided policy design.
Abstract
Reinforcement learning (RL) has achieved remarkable success in a wide range of sequential decision-making problems. Recent diffusion-based policies further improve RL by modeling complex, high-dimensional action distributions. However, existing diffusion policies primarily rely on statistical associations and fail to explicitly account for causal relationships among states, actions, and rewards, limiting their ability to identify which action components truly cause high returns. In this paper, we propose Causality-guided Diffusion Policy (CausalGDP), a unified framework that integrates causal reasoning into diffusion-based RL. CausalGDP first learns a base diffusion policy and an initial causal dynamical model from offline data, capturing causal dependencies among states, actions, and rewards. During real-time interaction, the causal information is continuously updated and incorporated as a guidance signal to steer the diffusion process toward actions that causally influence future states and rewards. By explicitly considering causality beyond association, CausalGDP focuses policy optimization on action components that genuinely drive performance improvements. Experimental results demonstrate that CausalGDP consistently achieves competitive or superior performance over state-of-the-art diffusion-based and offline RL methods, especially in complex, high-dimensional control tasks.
