Function approximation is essential to reinforcement learning, but the standard approach of approximating a value function and determining a policy from it has so far proven theoretically intractable. In this paper we explore an
alternative approach in which the policy is explicitly represented by its own function approximator, independent of the value function, and is updated according to the gradient of expected reward with respect to the policy parameters. Williams’s REINFORCE
method and actor critic methods are examples of this approach. Our main new result is to show that the gradient can be written in a form suitable for estimation from experience aided by an approximate action-value or advantage function. Using this result,
we prove for the first time that a version of policy iteration with arbitrary differentiable function approximation is convergent to a locally optimal policy.
Policy Gradient Methods for Reinforcement Learning with Function Approximation
最新推荐文章于 2023-03-29 00:52:20 发布
本文探讨了强化学习中的一种替代方法,即直接通过策略的函数逼近并利用梯度更新来优化期望奖励。研究显示,通过使用近似的动作价值或优势函数辅助,策略的梯度可以被写成一种适合从经验中估计的形式。基于此结果,首次证明了一种带有任意可微函数逼近的策略迭代方法能够收敛到局部最优策略。

1111





