Quick answer
AI Summary: Introduces TRPO, a mathematically rigorous reinforcement learning algorithm that guarantees monotonic policy improvement by constraining updates within a 'trust region', stabilizing complex robotic and game-playing agents.
AI Summary: Introduces TRPO, a mathematically rigorous reinforcement learning algorithm that guarantees monotonic policy improvement by constraining updates within a 'trust region', stabilizing complex robotic and game-playing agents.
We describe an iterative procedure for optimizing policies, with guaranteed monotonic improvement. By making several approximations to the theoretically-justified procedure, we develop a practical algorithm, called Trust Region Policy Optimization (TRPO). This algorithm is similar to natural policy gradient methods and is effective for optimizing large nonlinear policies such as neural networks. Our experiments demonstrate its robust performance on a wide variety of tasks: learning simulated robotic swimming, hopping, and walking gaits, as well as playing Atari games using images for input. TRPO's key innovation is a KL-divergence constraint that prevents policy updates from changing the network's behavior too drastically in a single step.
Share your opinion to help other learners triage faster.
Write a reviewInvite someone by email to share an invited review for Trust Region Policy Optimization.