Value Functions in RL
Topics: Reinforcement Learning
Definition
"Value" means the expected return when starting from a state or state-action pair. In other words, it indicates how good/bad it is to be in a current state or state-action.
The 4 Value Functions
There are 4 main "value" functions in RL:
The On-Policy Value Function
which gives the expected return if you start in a state and act according to the policy .
The On-Policy Action-Value Function
which gives the expected return if you start in a state , take an arbitrary action (which may not have come from the policy), and then forever follow policy .
The Optimal Value Function
which gives the expected return if you start in a state and always act according to the optimal policy .
The Optimal Action-Value Function
which gives the expected return if you start in a state , take an arbitrary action , and then forever follow the optimal policy.
Relations Between Value Functions
References
Backlinks
Notes that reference this page.
Connections
Direct relationships to this note.