说到做到:正确实现反应式强化学习 / Commit to the Bit: Reactive Reinforcement Learning Done Right
1️⃣ 一句话总结
本文提出了一种名为“承诺Q学习”的新算法,能够在环境不完全满足马尔可夫假设(即状态信息不完整或经过特征简化)的情况下,稳定地学习到最优反应式策略,并且其适用条件比以往方法更宽松。
Reinforcement learning algorithms are commonly analyzed (and designed) under the Markov assumption. This is unrealistic, as most environments encountered in practice are either partially observable, or require function approximation that restricts the agent to access non-Markovian state features. We consider the problem of learning an optimal reactive policy in a finite environment with deterministic observations (or equivalently, hard state aggregation). We introduce a new algorithm, Committed Q-learning, and prove almost-sure convergence to the optimal reactive policy under an intuitive assumption we call rewire-robustness. This assumption is strictly weaker than the $q_\star$-realizability condition used in prior work. Our algorithm is a variant of classical Q-learning in which the behavior policy commits to a single action upon entering a feature, and only resamples actions when the observed feature changes. A crucial part of our analysis is the introduction of quasi-Markov environments.
说到做到:正确实现反应式强化学习 / Commit to the Bit: Reactive Reinforcement Learning Done Right
本文提出了一种名为“承诺Q学习”的新算法,能够在环境不完全满足马尔可夫假设(即状态信息不完整或经过特征简化)的情况下,稳定地学习到最优反应式策略,并且其适用条件比以往方法更宽松。
源自 arXiv: 2605.28276