- Python Reinforcement Learning Projects
- Sean Saito Yang Wenzhuo Rajalingappaa Shanmugamani
- 308字
- 2021-07-23 19:05:00
Policy
A policy is an algorithm or a set of rules that describe how an agent makes its decisions. An example policy can be the strategy an investor uses to trade stocks, where the investor buys a stock when its price goes down and sells the stock when the price goes up.
More formally, a policy is a function, usually denoted as , that maps a state,
, to an action,
:
This means that an agent decides its action given its current state. This function can represent anything, as long as it can receive a state as input and output an action, be it a table, graph, or machine learning classifier.
For example, suppose we have an agent that is supposed to navigate a maze. We shall further assume that the agent knows what the maze looks like; the following is how the agent's policy can be represented:
Each white square in this maze represents a state the agent can be in. Each blue arrow refers to the action an agent would take in the corresponding square. This essentially represents the agent's policy for this maze. Moreover, this can also be regarded as a deterministic policy, for the mapping from the state to the action is deterministic. This is in contrast to a stochastic policy, where a policy would output a probability distribution over the possible actions given some state:
Here,is a normalized probability vector over all the possible actions, as shown in the following example:
The agent playing the game of Breakout has a policy that takes the screen of the game as input and returns a probability for each possible action.
- Mastering Proxmox(Third Edition)
- 我的J2EE成功之路
- Mastering VMware vSphere 6.5
- 大數(shù)據(jù)改變世界
- Learning Apache Cassandra(Second Edition)
- MicroPython Projects
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- 人工智能與人工生命
- 人工智能:語(yǔ)言智能處理
- Bayesian Analysis with Python
- Flink原理與實(shí)踐
- Hands-On SAS for Data Analysis
- 網(wǎng)絡(luò)信息安全項(xiàng)目教程
- 巧學(xué)活用Linux
- 輸送技術(shù)、設(shè)備與工業(yè)應(yīng)用