Policy Gradient

AI and Machine Learning · Reinforcement Learning · policy-gradient.yaml

Differentiates expected return with respect to the policy parameters directly, so stochastic and continuous action spaces need no argmax over actions.

Colour is the family; a dashed line is the second member of it.

Drag to pan · scroll to zoom · click a node to open it
G actor-critic Actor-Critic policy-gradient Policy Gradient actor-critic->policy-gradient a learned baseline instead of sampled returns generalized-advantage-estimation Generalized Advantage Estimation generalized-advantage-estimation->policy-gradient raw returns are too noisy to learn from directly q-learning Q-Learning policy-gradient->q-learning optimises the policy itself instead of a value function ppo Proximal Policy Optimization ppo->policy-gradient an unconstrained step can collapse the policy trpo Trust Region Policy Optimization trpo->policy-gradient a parameter-space step moves the policy unpredictably

This node

Referenced by

References