Definition. Advantage function [schulman2016gae, Section 2] [ftip-0032]

For a policy \(\pi \), its advantage function is

\[ A^\pi (h,a)=Q^\pi (h,a)-V^\pi (h). \]

The advantage compares an action with the policy's average continuation value at the same information state. Policy-gradient implementations replace it by an estimator \(\widehat A_t\); the estimator and the mathematical advantage are not interchangeable without assumptions on bias and variance.