Reinforcement Learning: An Introduction读书笔记 第六章 时间差分算法

本文介绍了强化学习中时间差分(TD)学习的概念,它结合了蒙特卡洛方法和动态规划的优点。TD预测方法能直接从经验中学习,而无需环境模型。TD(0)是最简单的TD方法,其更新目标不同于蒙特卡洛方法的最终回报,而是当前奖励加上折扣因子乘以后续状态的估计值。此外,TD方法因为部分基于现有估计进行更新,所以被称为引导方法。Sarsa是基于策略的TD控制方法,而Q-Learning则是离策略的TD控制方法,能直接逼近最优动作值函数。
摘要由CSDN通过智能技术生成

Chapter 6 Temporal-Difference Learning

  • TD learning is a combination of Monte Carlo ideas and dynamic programming (DP) ideas.
  • Like Monte Carlo methods, TD methods can learn directly from raw experience without a model of the environment’s dynamics. Like DP, TD methods update estimates based in part on other learned estimates, without waiting for a final outcome (they bootstrap).

6.1 TD Prediction

Constant-α MC (every visit) :
在这里插入图片描述where Gt is the actual return following time t. Monte Carlo methods must wait until the end of the episode to determine the increment to V (St) (only then is Gt known), TD methods need wait only until the next time step.
The simplest TD method, known as TD(0):

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值