增强学习四要素

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

1.Policy

policy定义了在给定时间点,对环境(situation)将做出如何的行为。( a policy defines the learning agent's way of the behaving at a given time).

2.Reward Signal

reward signal定义了在增强学习过程中的目标(goal)(a reward signal defines the goal in a reinforcement learning problem)。我们的学习目标就是要maximize the total reward。

3. Value Function

value function定义了长期来看的reward(a value function specifies what is good in the long run)。举个例子,agent可能选择一个暂时low的reward,但是在那个时间段内,总体的reward比较大。value function可以看作是对未来reward的estimate,是增强学习算法中核心的部分。

4. Model of the environment

model of the environment定义了环境因agent的action如何变化(the model of the environment is something that mimics the behavior of the environment, or more generally,that allows inferences to be made about how the environment will behavior)。 

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容