GAE

Bias vs. Variance

(When talking about Reinforcement Learning)

The λ\lambda parameter is like a dial to balance bias and variance. This determines how quickly and stably the agent learns.

High variance ( λ\lambda close to 1 ) makes the GAE behave more like Monte Carlo. This means we use the actualy rewards collected to the end of the trajectory. The estimation from GAE is and unbiased of the enviornment. Gradients can be noisier because they depend on a long list of random actions (specially on early stages).