Elio Saade
Note

Advantage Function

Topics: Reinforcement Learning

In addition to describing how good/bad an action is in an absolute sense, it is also useful to know how much better it is than other actions in average.
Hence, the advantage function corresponding to a policy π\pi describes how good it is to take a specific action from π\pi over randomly sampling actions from π\pi:
Aπ(s,a)=Qπ(s,a)−Vπ(s)A^\pi (s,a) = Q^\pi(s,a) - V^\pi(s)

References

Connections

Direct relationships to this note.