paper-with-me

Papers

Policy Gradient Algorithms Implicitly Optimize by Continuation

2023-05-11 · Adrien Bolland, Gilles Louppe, Damien Ernst

Direct policy optimization in reinforcement learning is usually solved with policy-gradient algorithms, which optimize policy parameters via stochastic gradient ascent. This paper provides a new theoretical interpretation and justification of these algorithms. First, we formulate direct policy optimization in the optimization by continuation framework. The latter is a framework for optimizing nonconvex functions where a sequence of surrogate objective functions, called continuations, are locally optimized. Second, we show that optimizing affine Gaussian policies and performing entropy regularization can be interpreted as implicitly optimizing deterministic policies by continuation. Based on these theoretical results, we argue that exploration in policy-gradient algorithms consists in computing a continuation of the return of the policy at hand, and that the variance of policies should be history-dependent functions adapted to avoid local extrema rather than to maximize the return of the policy.

📄 PDF Abstract BibTeX arXiv:2305.06851

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음

Similar Papers 제목 키워드 기반

Advantage Shaping as Surrogate Reward Maximization: Unifying Pass@K Policy Gradients

2025-10-27 · Christos Thrampoulidis, Sadegh Mahdavi, Wenlong Deng arxiv

This note reconciles two seemingly distinct approaches to policy gradient optimization for the Pass@K objective in reinforcement learning with verifiable rewards: (1) direct REINFORCE-style methods, and (2) advantage-sha…

Reinforcement Learning

Learning Policies through Quantile Regression

2019-06-27 · Oliver Richter, Roger Wattenhofer

Policy gradient based reinforcement learning algorithms coupled with neural networks have shown success in learning complex policies in the model free continuous action space control setting. However, explicitly paramete…

MuJoCoquantile regressionregressionReinforcement Learning

Rethinking Value Function Learning for Generalization in Reinforcement Learning

2022-10-18 · Seungyong Moon, JunYeong Lee, Hyun Oh Song

Our work focuses on training RL agents on multiple visually diverse environments to improve observational generalization performance. In prior methods, policy and value networks are separately optimized using a disjoint …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Policy Continuation with Hindsight Inverse Dynamics

2019-10-30 · NeurIPS 2019 12 · Hao Sun, Zhizhong Li, Xiaotong Liu, Dahua Lin 외

Solving goal-oriented tasks is an important but challenging problem in reinforcement learning (RL). For such tasks, the rewards are often sparse, making it difficult to learn a policy effectively. To tackle this difficul…

Reinforcement LearningReinforcement Learning (RL)

Batch Reinforcement Learning Through Continuation Method

2021-01-01 · ICLR 2021 1 · Yijie Guo, Shengyu Feng, Nicolas Le Roux, Ed Chi 외

Many real-world applications of reinforcement learning (RL) require the agent to learn from a fixed set of trajectories, without collecting new interactions. Policy optimization under this setting is extremely challengi…

global-optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)