深度学习课件:深度强化学习复习过程.pptx

深度学习课件:深度强化学习复习过程.pptx

  1. 1、本文档共31页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Introduction to Deep Reinforcement LearningYen-Chen Wu2015/12/11OutlineReinforcement LearningMarkov Decision ProcessHow to Solve MDPsDPMCTDQ-learning (DQN)Paper ReviewReinforcement LearningBranches of Machine LearningWhat makes different?There is no supervisor, only a reward signalFeedback is delayed, not instantaneousTime really matters (sequential, non i.i.d data)Agent’s actions affect the subsequent data it receivesGoal: Maximize Cumulative RewardActions may have long term consequencesReward may be delayedIt may be better to sacrifice immediate reward to gain more long-term rewardAgent & Enviroment→←↑↓DefenseAttackJumpFull observability vs Partial observabilityLearning and PlanningExploration and ExploitationPrediction and ControlMarkov ProcessesMarkov Reward Processes Markov Decision ProcessesMarkov Decision ProcessMarkov ProcessMarkov Reward Processes Markov Decision ProcessMarkov Decision Process(MDP)S : finite set of states (observations)A : finite set of actionsP : transition probabilityR : immediate rewardγ : discount factorGoal :Choose policy πMaximize expected return :Dynamic ProgrammingMonte-CarloTemporal-DifferenceQ-LearningHow to Solve MDPModel-basedDynamic ProgrammingEvaluate policyUpdate policyModel FreeUnknown Transition Probability & RewardMC vs TDModel Free: Q-learningBasic idea : iterative update (lack of generalization)In practical : function approximatorLinear ?Using DNN !Instead of tabularoptimal action-value function (Q-learning) =Bellman equationDeep Q-network (DQN)Video/watch?v=LJ4oCb6u7kk/watch?v=LJ4oCb6u7kkDeep Q-NetworkFull-connected 512 nodesInput : 84x84x4Output a node for each actionConvolves 32 filters of 8x8 with stride 4Convolves 64 filters of 4x4 with stride 2Convolves 64 filters of 3x3 with stride 1compute Q-values for all actionsUpdate DQNLoss functionGradientTwo Technique ExampleLearn the value of…Pros & ConsOn-policySARSApolicy being carried out by the agentFast but weakOff-policyDQNoptimal policy independently of the agent's

文档评论(0)

137****6572 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档