跳转到内容

Bellman 方程

定义Vπ(s)=Eπ[r+γVπ(s)]V^\pi(s) = \mathbb{E}_\pi[r + \gamma V^\pi(s')];最优版本把期望换成对动作取最大。

出处价值函数与 Bellman 方程