LGOct 11, 2023

Exploiting Causal Graph Priors with Posterior Sampling for Reinforcement Learning

arXiv:2310.07518v27 citationsh-index: 38
AI Analysis

This work addresses the problem of sample inefficiency in reinforcement learning for practitioners who need to incorporate prior knowledge more naturally, though it is incremental as it builds on existing posterior sampling methods.

The paper tackles the challenge of designing informative priors for posterior sampling in reinforcement learning by proposing C-PSRL, a method that uses causal graph priors instead of parametric distributions, resulting in improved sample efficiency close to that with full causal knowledge.

Posterior sampling allows exploitation of prior knowledge on the environment's transition dynamics to improve the sample efficiency of reinforcement learning. The prior is typically specified as a class of parametric distributions, the design of which can be cumbersome in practice, often resulting in the choice of uninformative priors. In this work, we propose a novel posterior sampling approach in which the prior is given as a (partial) causal graph over the environment's variables. The latter is often more natural to design, such as listing known causal dependencies between biometric features in a medical treatment study. Specifically, we propose a hierarchical Bayesian procedure, called C-PSRL, simultaneously learning the full causal graph at the higher level and the parameters of the resulting factored dynamics at the lower level. We provide an analysis of the Bayesian regret of C-PSRL that explicitly connects the regret rate with the degree of prior knowledge. Our numerical evaluation conducted in illustrative domains confirms that C-PSRL strongly improves the efficiency of posterior sampling with an uninformative prior while performing close to posterior sampling with the full causal graph.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes