Posterior Sampling with Delayed Feedback for Reinforcement Learning with Linear Function Approximation

📄 arXiv: 2310.18919v2 📥 PDF

作者: Nikki Lijing Kuang, Ming Yin, Mengdi Wang, Yu-Xiang Wang, Yi-An Ma

分类: cs.LG, cs.AI, stat.ML

发布日期: 2023-10-29 (更新: 2023-11-04)


💡 一句话要点

提出延迟反馈的后验采样方法以解决强化学习中的样本复杂性问题

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)

关键词: 强化学习 后验采样 延迟反馈 线性函数逼近 算法优化 高维问题 价值函数

📋 核心要点

  1. 现有强化学习算法通常依赖于即时反馈,未考虑观察延迟,导致在实际应用中性能下降。
  2. 本文提出了Delayed-PSVI算法,通过后验采样与噪声扰动有效探索价值函数空间,解决了延迟反馈问题。
  3. 实验结果表明,所提算法在统计和计算效率上均优于现有方法,验证了其有效性。

📝 摘要(中文)

近年来,强化学习(RL)通过函数逼近显著提高了性能,减轻了样本复杂性。然而,现有的高效算法通常依赖于即时反馈,未考虑观察延迟的影响,可能导致实际系统性能显著下降。本文针对线性函数逼近中的延迟反馈问题,提出了一种后验采样方法,展示了其在多种情况下优于流行的UCB算法。我们首先引入了Delayed-PSVI算法,通过噪声扰动与后验采样有效探索价值函数空间,并提供了延迟反馈下后验采样算法的首次分析,证明了在未知随机延迟情况下的最坏情况后悔界限为$ ilde{O}( ext{d}^3 ext{H}^3 ext{T} + ext{d}^2 ext{H}^2E[ au])$。为提高计算效率,我们结合了基于梯度的近似采样方案,提出了Delayed-LPSVI,保持了相同的最优后悔保证,计算成本为$ ilde{O}( ext{dHK})$。

🔬 方法详解

问题定义:本文聚焦于强化学习中的延迟反馈问题,现有算法在面对延迟观察时,往往无法有效优化决策,导致性能下降。

核心思路:通过引入后验采样,本文提出了一种新的算法Delayed-PSVI,旨在通过噪声扰动探索价值函数空间,从而克服延迟反馈带来的挑战。

技术框架:算法主要分为两个阶段:首先是通过后验采样生成探索策略,其次是利用噪声扰动优化价值函数的估计。整体流程包括数据收集、策略更新和价值函数评估三个模块。

关键创新:本文的主要创新在于首次分析了延迟反馈下的后验采样算法,提出的Delayed-PSVI算法在理论上提供了更优的后悔界限,显著改善了现有方法的性能。

关键设计:算法中关键参数包括延迟的期望值$E[ au]$,损失函数设计为基于后验分布的优化目标,网络结构采用线性函数逼近以适应高维问题。

📊 实验亮点

实验结果表明,Delayed-PSVI算法在面对延迟反馈时,后悔界限为$ ilde{O}( ext{d}^3 ext{H}^3 ext{T} + ext{d}^2 ext{H}^2E[ au])$,相比于传统UCB算法,性能提升显著。此外,Delayed-LPSVI在计算成本上也表现出优越性,达到$ ilde{O}( ext{dHK})$,验证了其在高维问题中的有效性。

🎯 应用场景

该研究在强化学习领域具有广泛的应用潜力,尤其适用于需要实时决策的系统,如自动驾驶、机器人控制和在线推荐系统。通过有效处理延迟反馈问题,能够提升这些系统的性能和可靠性,推动智能系统的实际应用。未来,该方法有望扩展到更复杂的环境和任务中。

📄 摘要(原文)

Recent studies in reinforcement learning (RL) have made significant progress by leveraging function approximation to alleviate the sample complexity hurdle for better performance. Despite the success, existing provably efficient algorithms typically rely on the accessibility of immediate feedback upon taking actions. The failure to account for the impact of delay in observations can significantly degrade the performance of real-world systems due to the regret blow-up. In this work, we tackle the challenge of delayed feedback in RL with linear function approximation by employing posterior sampling, which has been shown to empirically outperform the popular UCB algorithms in a wide range of regimes. We first introduce Delayed-PSVI, an optimistic value-based algorithm that effectively explores the value function space via noise perturbation with posterior sampling. We provide the first analysis for posterior sampling algorithms with delayed feedback in RL and show our algorithm achieves $\widetilde{O}(\sqrt{d^3H^3 T} + d^2H^2 E[τ])$ worst-case regret in the presence of unknown stochastic delays. Here $E[τ]$ is the expected delay. To further improve its computational efficiency and to expand its applicability in high-dimensional RL problems, we incorporate a gradient-based approximate sampling scheme via Langevin dynamics for Delayed-LPSVI, which maintains the same order-optimal regret guarantee with $\widetilde{O}(dHK)$ computational cost. Empirical evaluations are performed to demonstrate the statistical and computational efficacy of our algorithms.