菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-23
📄 Abstract - An Introduction to Causal Reinforcement Learning

Causal inference provides a set of principles and tools that allow one to combine data and knowledge about an environment to reason with questions of counterfactual nature, i.e., what would have happened had reality been different, even when no data of this unrealized reality is currently available. Reinforcement learning provides methods to learn a policy that optimizes a specific measure (e.g., reward, regret) when the agent is deployed in an environment and pursues an exploratory, trial-and-error approach. These two disciplines have evolved independently and with virtually no interaction between them. We note that they operate over different aspects of the same building block, counterfactual relations, which makes them umbilically connected. Based on these observations, novel learning opportunities arise when this connection is explicitly acknowledged and mathematized. To realize this potential, we note that any environment where the RL agent is deployed can be decomposed as a collection of autonomous mechanisms with different causal invariances, parsimoniously modeled as a structural causal model; any standard RL setting implicitly encodes such a model. This formalization allows us to put under a unifying treatment different modes of learning, including online, off-policy, and causal calculus learning, which appear unrelated in the literature. However, these modalities are not exhaustive: we introduce several natural and pervasive classes of learning settings that entail novel dimensions of analysis. Specifically, we introduce and discuss through causal lenses generalized policy learning, where to intervene, imitation learning, and counterfactual learning. These tasks lead to a broader view of counterfactual learning and suggest great potential for studying causal inference and reinforcement learning side by side, which we call causal reinforcement learning (CRL).

顶级标签: reinforcement learning machine learning theory
详细标签: causal inference counterfactual reasoning structural causal model policy learning imitation learning 或 搜索:

因果强化学习导论 / An Introduction to Causal Reinforcement Learning


1️⃣ 一句话总结

本文提出了一种将因果推断与强化学习统一起来的新框架,通过将环境分解为具有因果不变性的自主机制,揭示了在线学习、离线学习和因果推理三种模式的内在联系,并以此为基础定义了广义策略学习、模仿学习和反事实学习等新任务,从而开创了因果强化学习这一交叉研究方向。

源自 arXiv: 2606.24160