- Python Reinforcement Learning Projects
- Sean Saito Yang Wenzhuo Rajalingappaa Shanmugamani
- 328字
- 2021-07-23 19:05:01
Value function
The second component an agent can have is called the value function. As mentioned previously, it is useful to assess your position, good or bad, in a given state. In a game of chess, a player would like to know the likelihood that they are going to win in a board state. An agent navigating a maze would like to know how close it is to the destination. The value function serves this purpose; it predicts the expected future reward an agent would receive in a given state. In other words, it measures whether a given state is desirable for the agent. More formally, the value function takes a state and a policy as input and returns a scalar value representing the expected cumulative reward:
Take our maze example, and suppose the agent receives a reward of -1 for every step it takes. The agent's goal is to finish the maze in the smallest number of steps possible. The value of each state can be represented as follows:
Each square basically represents the number of steps it takes to get to the end of the maze. As you can see, the smallest number of steps required to reach the goal is 15.
How can the value function help an agent perform a task well, other than informing us of how desirable a given state is? As we will see in the following sections, value functions play an integral role in predicting how well a sequence of actions will do even before the agent performs them. This is similar to chess players imagining how well a sequence of future actions will do in improving his or her chances of winning. To do this, the agent also needs to have an understanding of how the environment works. This is where the third component of an agent, the model, becomes relevant.
- Natural Language Processing Fundamentals
- 手把手教你玩轉RPA:基于UiPath和Blue Prism
- 程序設計缺陷分析與實踐
- Expert AWS Development
- 統計學習理論與方法:R語言版
- 分數階系統分析與控制研究
- Hands-On Reactive Programming with Reactor
- Word 2007,Excel 2007辦公應用融會貫通
- 實用網絡流量分析技術
- Linux Shell編程從初學到精通
- C#求職寶典
- 中老年人學數碼照片后期處理
- Network Science with Python and NetworkX Quick Start Guide
- 微機原理及接口技術
- 精通LabVIEW 8.x