用高斯过程建模策略梯度,降低采样需求并提供不确定性估计。
Bayesian policy gradient and actor-critic algorithms

- 将策略梯度视为高斯过程,减少样本量
- 同时获得自然梯度和梯度协方差,提升稳定性
- 适合非马尔可夫或部分可观测问题,尤其关注不确定性
策略梯度方法通过跟随性能梯度估计来调整参数化策略。传统方法使用蒙特卡洛技术估计梯度,方差高,需大量样本且收敛慢。本文提出基于高斯过程的贝叶斯策略梯度框架,将策略梯度建模为高斯过程,显著减少获取准确梯度估计所需的样本数。此外,该框架以极低额外成本提供自然梯度及梯度协方差(即梯度估计的不确定性)。由于以轨迹为基本观测单元,该方法不依赖轨迹内部动力学形式,可扩展至部分可观测问题。缺点是当系统为马尔可夫时无法利用其马尔可夫性。为此,我们引入一种新式演员-评论家学习模型:使用基于高斯过程时序差分学习的贝叶斯非参数评论家,将动作价值函数建模为高斯过程,从而利用贝叶斯法则计算后验分布。合理选择策略参数化方式与动作值间先验协方差(核函数),可导出期望回报关于策略参数的梯度后验的闭式表达式。在多个强化学习任务上,我们对所提出的贝叶斯策略梯度与演员-评论家算法与经典蒙特卡洛基策略梯度方法进行了详尽实验比较。
原文摘要 · Abstract (English)
Policy gradient methods are reinforcement learning algorithms that adapt a parameterized policy by following a performance gradient estimate. Conventional policy gradient methods use Monte-Carlo techniques to estimate the gradient, which tend to have high variance, requiring many samples and resulting in slow convergence. We first propose a Bayesian framework for policy gradient, based on modeling the policy gradient as a Gaussian process. This reduces the number of samples needed to obtain accurate gradient estimates. Moreover, estimates of the natural gradient and a measure of the uncertainty in the gradient estimates, namely, the gradient covariance, are provided at little extra cost. Since the proposed framework considers system trajectories as its basic observable unit, it does not require the dynamics within trajectories to be of any particular form, and can be extended to partially observable problems. On the downside, it cannot exploit the Markov property when the system is Markovian. To address this, we supplement our Bayesian policy gradient framework with a new actor-critic learning model in which a Bayesian class of non-parametric critics, based on Gaussian process temporal difference learning, is used. Such critics model the action-value function as a Gaussian process, allowing Bayes rule to be used to compute the posterior distribution over action-value functions, conditioned on the observed data. Appropriate choices of the policy parameterization and of the prior covariance (kernel) between action-values yield closed-form expressions for the posterior of the gradient of the expected return with respect to the policy parameters. We perform detailed experimental comparisons of the proposed Bayesian policy gradient and actor-critic algorithms with classic Monte-Carlo based policy gradient methods, on a number of reinforcement learning problems.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。