In-Context Reinforcement Learning through Bayesian Fusion of Context and Value Prior
Anaïs Berkes, Vincent Taboga, Donna Vakalis, David Rolnick, Yoshua Bengio
TL;DR
This paper tackles the challenge of in-context reinforcement learning under suboptimal pretraining by introducing SPICE, a Bayesian framework that learns a calibrated value prior from a deep ensemble and fuses it with test-time in-context evidence. The key innovation is a closed-form Bayesian fusion that yields per-action posteriors, enabling offline greedy decisions and online posterior-UCB exploration without gradient updates. The authors prove regret-optimal guarantees: logarithmic regret for stochastic bandits and minimax-optimal regret for finite-horizon MDPs, with any miscalibration from pretraining contributing only a constant warm-start term. Empirically, SPICE achieves near-optimal decisions on unseen tasks and substantially lowers regret across bandits and a sparse-reward Darkroom MDP under distribution shift, demonstrating practical adaptability and robustness. The work provides a scalable, gradient-free adaptation mechanism that leverages suboptimal historical data to improve fast, uncertainty-aware task transfer in RL.
Abstract
In-context reinforcement learning (ICRL) promises fast adaptation to unseen environments without parameter updates, but current methods either cannot improve beyond the training distribution or require near-optimal data, limiting practical adoption. We introduce SPICE, a Bayesian ICRL method that learns a prior over Q-values via deep ensemble and updates this prior at test-time using in-context information through Bayesian updates. To recover from poor priors resulting from training on sub-optimal data, our online inference follows an Upper-Confidence Bound rule that favours exploration and adaptation. We prove that SPICE achieves regret-optimal behaviour in both stochastic bandits and finite-horizon MDPs, even when pretrained only on suboptimal trajectories. We validate these findings empirically across bandit and control benchmarks. SPICE achieves near-optimal decisions on unseen tasks, substantially reduces regret compared to prior ICRL and meta-RL approaches while rapidly adapting to unseen tasks and remaining robust under distribution shift.
