Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Machine learning›Policy Gradient Methods
Machine learningReinforcement learning

Policy Gradient Methods

Policy Gradient Methods (REINFORCE / Actor-Critic) · Also known as: REINFORCE, actor-critic, policy optimization, politika gradyanı

Policy gradient methods are reinforcement-learning algorithms that optimize a parameterized policy directly by gradient ascent on the expected return, rather than learning action-values and acting greedily. Founded on Ronald Williams' 1992 REINFORCE algorithm and the policy gradient theorem of Sutton and colleagues (2000), they naturally handle stochastic and continuous action spaces and underpin modern actor-critic and deep-RL algorithms.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Policy Gradient
Convex OptimizationDeep Reinforcement Learn…Q-LearningStochastic Gradient Desc…Reinforcement Learning

When to use it

Use policy gradient methods when the action space is continuous or high-dimensional, when a stochastic policy is desirable (exploration, partial observability, multi-agent), or when you want to optimize a policy end-to-end with a neural network — robotics control, continuous control benchmarks, dialogue/recommendation policies, and as the foundation of RLHF for language models. They directly optimize the objective and handle continuous actions that value-based methods struggle with. The costs: gradient estimates are high-variance (mitigated by baselines/critics), they are typically on-policy and sample-inefficient, sensitive to step size and reward scaling, and prone to local optima. When the action space is small and discrete, value-based Q-learning/DQN can be simpler and more sample-efficient; trust-region variants (TRPO/PPO) address step-size instability.

Strengths & limitations

Strengths
  • Directly optimize the policy; handle continuous and high-dimensional action spaces.
  • Naturally represent stochastic policies, aiding exploration and partial observability.
  • Integrate seamlessly with neural-network function approximation (deep RL).
  • Foundation for modern algorithms (A2C/A3C, TRPO, PPO, DDPG) and RLHF.
Limitations
  • High-variance gradient estimates; need baselines or critics to be practical.
  • Usually on-policy and sample-inefficient compared with off-policy value methods.
  • Sensitive to learning rate, reward scaling, and can converge to local optima.
  • Stability requires care; naive large steps can collapse the policy.

Frequently asked

How do policy gradients differ from Q-learning?

Q-learning learns action-values and acts greedily; policy gradients parameterize and optimize the policy directly via gradient ascent on expected return. Policy gradients handle continuous/stochastic actions naturally but are higher-variance and usually on-policy, while Q-learning is off-policy and often more sample-efficient for small discrete actions.

What is an actor-critic method?

It combines a policy (actor), updated by the policy gradient, with a learned value function (critic) that estimates how good states/actions are. The critic provides a low-variance advantage signal, stabilizing and speeding up learning. A2C/A3C, PPO, and DDPG are actor-critic algorithms.

Why do policy gradients use a baseline?

The raw gradient estimate is very noisy. Subtracting a baseline — typically a state-value estimate — from the return reduces the variance of the gradient without introducing bias, which makes learning far more stable and efficient. The advantage function (return minus value) is the common choice.

Sources

  1. Williams, R. J. (1992). Simple statistical gradient-following algorithms for connectionist reinforcement learning. Machine Learning, 8(3–4), 229–256. DOI: 10.1007/BF00992696 ↗
  2. Sutton, R. S., McAllester, D., Singh, S., & Mansour, Y. (2000). Policy gradient methods for reinforcement learning with function approximation. Advances in Neural Information Processing Systems, 12, 1057–1063. link ↗

How to cite this page

ScholarGate. (2026, June 2). Policy Gradient Methods (REINFORCE / Actor-Critic). ScholarGate. https://scholargate.app/en/machine-learning/policy-gradient

Related methods

Convex OptimizationDeep Reinforcement LearningQ-LearningStochastic Gradient Descent

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Convex OptimizationOptimization↔ compare
  • Deep Reinforcement LearningDeep learning↔ compare
  • Q-LearningMachine learning↔ compare
  • Stochastic Gradient DescentMachine learning↔ compare
Compare side by side →

Referenced by

Q-LearningReinforcement Learning

Similar methods

Reinforcement LearningQ-LearningDeep Reinforcement LearningFine-Tuned Reinforcement LearningWeakly supervised reinforcement learningMultilingual Reinforcement LearningBayesian Dynamic ProgrammingSemi-supervised Reinforcement Learning

Related reference concepts

Policy Gradient MethodsReinforcement LearningValue-Based MethodsDeep Reinforcement LearningMarkov Decision ProcessesSequential Decision Making (MDPs)

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Policy Gradient (Policy Gradient Methods (REINFORCE / Actor-Critic)). Retrieved 2026-07-21 from https://scholargate.app/en/machine-learning/policy-gradient · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Ronald Williams (REINFORCE); Sutton et al. (policy gradient theorem)
Year
1992
Type
Policy-based reinforcement learning
Subfamily
Reinforcement learning
Optimizes
A parameterized policy directly by gradient ascent on expected return
Handles
Continuous/stochastic action spaces
Related methods
Convex OptimizationDeep Reinforcement LearningQ-LearningStochastic Gradient Descent
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account