paper-with-me

Papers

Learning to Constrain Policy Optimization with Virtual Trust Region

2022-04-20 · Hung Le, Thommen Karimpanal George, Majid Abdolshah, Dung Nguyen, Kien Do, Sunil Gupta, Svetha Venkatesh

We introduce a constrained optimization method for policy gradient reinforcement learning, which uses a virtual trust region to regulate each policy update. In addition to using the proximity of one single old policy as the normal trust region, we propose forming a second trust region through another virtual policy representing a wide range of past policies. We then enforce the new policy to stay closer to the virtual policy, which is beneficial if the old policy performs poorly. More importantly, we propose a mechanism to automatically build the virtual policy from a memory of past policies, providing a new capability for dynamically learning appropriate virtual trust regions during the optimization process. Our proposed method, dubbed Memory-Constrained Policy Optimization (MCPO), is examined in diverse environments, including robotic locomotion control, navigation with sparse rewards and Atari games, consistently demonstrating competitive performance against recent on-policy constrained policy gradient methods.

📄 PDF Abstract BibTeX arXiv:2204.09315

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesPolicy Gradient Methods

Similar Papers 제목 키워드 기반

Trust-Region-Free Policy Optimization for Stochastic Policies

2023-02-15 · Mingfei Sun, Benjamin Ellis, Anuj Mahajan, Sam Devlin 외

Trust Region Policy Optimization (TRPO) is an iterative method that simultaneously maximizes a surrogate objective and enforces a trust region constraint over consecutive policies in each iteration. The combination of th…

Embedding Safety into RL: A New Take on Trust Region Methods

2024-11-05 · Nikola Milosevic, Johannes Müller, Nico Scherf

Reinforcement Learning (RL) agents can solve diverse tasks but often exhibit unsafe behavior. Constrained Markov Decision Processes (CMDPs) address this by enforcing safety constraints, yet existing methods either sacrif…

Reinforcement Learning (RL)

Supported Trust Region Optimization for Offline Reinforcement Learning

2023-11-15 · Yixiu Mao, Hongchang Zhang, Chen Chen, Yi Xu 외

Offline reinforcement learning suffers from the out-of-distribution issue and extrapolation error. Most policy constraint methods regularize the density of the trained policy towards the behavior policy, which is too res…

MuJoCoreinforcement-learningReinforcement Learning

QUATRO: Query-Adaptive Trust Region Policy Optimization for LLM Fine-tuning

2026-02-04 · Doyeon Lee, Eunyi Lyou, Hyunsoo Cho, Sookyung Kim 외 arxiv

GRPO-style reinforcement learning (RL)-based LLM fine-tuning algorithms have recently gained popularity. Relying on heuristic trust-region approximations, however, they can lead to brittle optimization behavior, as globa…

Reinforcement LearningMathematical Reasoning

Boosting Trust Region Policy Optimization by Normalizing Flows Policy

2018-09-27 · Yunhao Tang, Shipra Agrawal

We propose to improve trust region policy search with normalizing flows policy. We illustrate that when the trust region is constructed by KL divergence constraints, normalizing flows policy generates samples far from th…