paper-with-me

홈 › Papers

A Novel Framework for Policy Mirror Descent with General Parameterization and Linear Convergence

2023-01-30 · NeurIPS 2023 11 · Carlo Alfano, Rui Yuan, Patrick Rebeschini

Modern policy optimization methods in reinforcement learning, such as TRPO and PPO, owe their success to the use of parameterized policies. However, while theoretical guarantees have been established for this class of algorithms, especially in the tabular setting, the use of general parameterization schemes remains mostly unjustified. In this work, we introduce a novel framework for policy optimization based on mirror descent that naturally accommodates general parameterizations. The policy class induced by our scheme recovers known classes, e.g., softmax, and generates new ones depending on the choice of mirror map. Using our framework, we obtain the first result that guarantees linear convergence for a policy-gradient-based method involving general parameterization. To demonstrate the ability of our framework to accommodate general parameterization schemes, we provide its sample complexity when using shallow neural networks, show that it represents an improvement upon the previous best results, and empirically validate the effectiveness of our theoretical claims on classic control tasks.

📄 PDF Abstract BibTeX arXiv:2301.13139

Code (1)

c-alfano/approximate-mirror-policy-optimization 공식 구현 jax

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
TRPO Trust Region Policy Optimization, or TRPO, is a policy gradient method in reinforcement learning that avoids parameter updates that change the policy too much with a KL…

Similar Papers 제목 키워드 기반

Reparameterizing Mirror Descent as Gradient Descent

2020-02-24 · NeurIPS 2020 12 · Ehsan Amid, Manfred K. Warmuth

Most of the recent successful applications of neural networks have been based on training with gradient descent updates. However, for some small networks, other mirror descent updates learn provably more efficiently when…

Mirror Descent on Riemannian Manifolds

2026-03-18 · Jiaxin Jiang, Lei Shi, Jiyuan Tan arxiv

Mirror Descent (MD) is a scalable first-order method widely used in large-scale optimization, with applications in image processing, policy optimization, and neural network training. This paper generalizes MD to optimiza…

Beyond State-Wise Mirror Descent: Offline Policy Optimization with Parametric Policies

2026-02-27 · Xiang Li, Yuheng Zhang, Nan Jiang arxiv

We investigate the theoretical aspects of offline reinforcement learning (RL) under general function approximation. While prior works (e.g., Xie et al., 2021) have established the theoretical foundations of learning a go…

Reinforcement LearningOffline RL

Policy Gradient for Robust Markov Decision Processes

2024-10-29 · Qiuhao Wang, Shaohang Xu, Chin Pang Ho, Marek Petrik

We develop a generic policy gradient method with the global optimality guarantee for robust Markov Decision Processes (MDPs). While policy gradient methods are widely used for solving dynamic decision problems due to the…

Policy Gradient Methods

Establishing Boundary KKT Convergence of Mirror Descent through Reparameterization

2026-08-07 · Kuangyu Ding, Kim-Chuan Toh arxiv

Sequence convergence to a boundary Karush--Kuhn--Tucker (KKT) point has long remained unclear for nonconvex mirror descent with Legendre kernels. The difficulty arises from the blow-up of the gradient of the Legendre ker…