Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Policy gradients optimize a policy directly: increase the probability of actions that lead to high return. This page shows REINFORCE on a noisy bandit so you can see variance and why we use baselines and entropy.
REINFORCE pushes logits in the direction of ∇ log π(a).
Step through updates or run continuously.
Action 1 has higher expected reward, but both are noisy. The policy must learn to shift probability mass toward the better action.