JA EN
Glossary › advantage

GLOSSARY

advantage

appears in 1 paper titles

Definition

In reinforcement learning, how much better an action is than the state's average value: A = Q − V. Subtracting that baseline leaves the expected gradient unchanged while cutting its variance, which is why the advantage rather than the raw return is what policy-gradient methods such as PPO multiply into their objective. The plain English sense — a benefit — also occurs, so read the sentence.

Explainers using this term