- 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.
- 現代測控電子技術
- 工業機器人技術及應用
- 輕松學Java
- 自動化控制工程設計
- 機器人編程實戰
- Android游戲開發案例與關鍵技術
- Learning C for Arduino
- 在實戰中成長:Windows Forms開發之路
- Salesforce Advanced Administrator Certification Guide
- The DevOps 2.1 Toolkit:Docker Swarm
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Learning Cassandra for Administrators
- 中國戰略性新興產業研究與發展·數控系統
- 自適應學習:人工智能時代的教育革命
- 實戰Windows Azure