美文网首页
增强学习四要素

增强学习四要素

作者: 阿山 | 来源:发表于2017-07-28 14:57 被阅读0次

增强学习四个要素

  1. policy policy指的是一个函数或者规则,输入为环境状态,输出为action(Roughly speaking, a policy is a mapping from perceived states of the environment to actions to be taken when in those states.)
  2. reward reward翻译为奖励,指在某个action之后环境给你的反馈。和环境状态和action有关。reward表示的是即使收益(On each time step, the environment sends to the reinforcement learning agent a single number, a reward. The agent’s sole objective is to maximize the total reward it receives over the long run. The reward signal thus defines what are the good and bad events for the agent)
  3. value function。value function表示的是一种长期回报。一般写作v(s),指的是agent从状态s出发,将来收益的期望。(Roughly speaking, the value of a state is the total amount of reward an agent can expect to accumulate over the future, starting from that state).某个状态的reward可以很低,但是value function可以很高。因为从这个状态转到其他状态,其他状态的reward可以很高。举例:(To make a human analogy, rewards are somewhat like pleasure (if high) and pain (if low), whereas values correspond to a more refined and farsighted judgment of how pleased or displeased we are that our environment is in a particular state.)。在选择action的时候,优先选择value大的state。(We seek actions that bring about states of highest value, not highest reward, because these actions obtain the greatest amount of reward for us over the long run),增强学习的核心就是估计状态的value function
  4. model of the environment. model作为环境的模拟,可以根据此时的状态和做出的ation,预测下一刻的状态以及agent获得的reward。model主要用来做规划。表示我们知道环境的运行原理,方法为model-based。对应的是model-free。model-free需要不断的尝试,试错来预估。

相关文章

  • 增强学习四要素

    增强学习四个要素 policy policy指的是一个函数或者规则,输入为环境状态,输出为action(Rou...

  • 增强学习四要素

    增强学习有四个要素:policy, reward signal, value function and model...

  • 如何让儿童拥有好睡眠

    建立好睡眠品质的要素: 建立好睡眠卫生的重要性: - 有助于增强学习能力 (深睡眠的强度与学习直接相关) - 帮助...

  • 学电鼓的四要素,你掌握了几个?

    中医看病有四要素:望、闻、问、切,对症下药,学习电鼓也一样有四要素:听、看、感、选,掌握好这四要素,就是为音乐之路...

  • 如何全身心的倾听?

    前面三天我们学习了非暴力沟通的四要素,分别是观察、感受、需要和请求,今天我们学习如何用这四要素来全身心倾听。 倾听...

  • 改变心智模式后的神奇效果

    刘润的商业观察30讲里面讲系统要素的时候,提到过增强回路和调节回路。因增强果,果反过来增强因,就形成了增强回路;因...

  • 爱上学习的科学技巧

    ARCS模型,也叫学习欲望模型。Arcs模型将学习动力分解为注意力、理由,自信和满足感这四个要素。这四个要素都齐全...

  • 强化学习基础知识详解

    强化学习(Reinforcement Learning) 强化学习基本概念 强化学习四要素:状态(state)、动...

  • 增强学习(一)

    一. 增强学习简介 1.1 什么是增强学习? 机器学习的算法可以分为三类:监督学习,非监督学习和增强学习。 增强学...

  • 3.日更190116-战略

    拆解要素,组合要素 比如,拼多多。拆分为供应端、消费端、连接 增长:自增强回路。越**越** 如亚马逊,自增长飞轮...

网友评论

      本文标题:增强学习四要素

      本文链接:https://www.haomeiwen.com/subject/blzxlxtx.html