paper-with-me

홈 › Papers

Guided Policy Search as Approximate Mirror Descent

2016-07-15 · William Montgomery, Sergey Levine

Guided policy search algorithms can be used to optimize complex nonlinear policies, such as deep neural networks, without directly computing policy gradients in the high-dimensional parameter space. Instead, these methods use supervised learning to train the policy to mimic a "teacher" algorithm, such as a trajectory optimizer or a trajectory-centric reinforcement learning method. Guided policy search methods provide asymptotic local convergence guarantees by construction, but it is not clear how much the policy improves within a small, finite number of iterations. We show that guided policy search algorithms can be interpreted as an approximate variant of mirror descent, where the projection onto the constraint manifold is not exact. We derive a new guided policy search algorithm that is simpler and provides appealing improvement and convergence guarantees in simplified convex and linear settings, and show that in the more general nonlinear setting, the error in the projection step can be bounded. We provide empirical results on several simulated robotic navigation and manipulation tasks that show that our method is stable and achieves similar or better performance when compared to prior guided policy search methods, with a simpler formulation and fewer hyperparameters.

📄 PDF Abstract BibTeX arXiv:1607.04614

Code (1)

cbfinn/gps 공식 구현

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Guided Policy Search via Approximate Mirror Descent

2016-12-01 · NeurIPS 2016 12 · William H. Montgomery, Sergey Levine

Guided policy search algorithms can be used to optimize complex nonlinear policies, such as deep neural networks, without directly computing policy gradients in the high-dimensional parameter space. Instead, these method…

Reinforcement Learning

Policy Mirror Descent with Temporal Difference Learning: Sample Complexity under Online Markov Data

2025-12-30 · Wenye Li, Hongxu Chen, Jiacai Liu, Ke Wei arxiv

This paper studies the policy mirror descent (PMD) method, which is a general policy optimization framework in reinforcement learning and can cover a wide range of policy gradient methods by specifying difference mirror …

Reinforcement Learning

Mirror Descent Search and its Acceleration

2017-09-08 · Megumi Miyashita, Shiro Yano, Toshiyuki Kondo

In recent years, attention has been focused on the relationship between black-box optimiza- tion problem and reinforcement learning problem. In this research, we propose the Mirror Descent Search (MDS) algorithm which is…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Policy Optimization with Stochastic Mirror Descent

2019-06-25 · Long Yang, Yu Zhang, Gang Zheng, Qian Zheng 외

Improving sample efficiency has been a longstanding goal in reinforcement learning. This paper proposes $\mathtt{VRMPO}$ algorithm: a sample efficient policy gradient method with stochastic mirror descent. In $\mathtt{VR…

Continuous ControlPolicy Gradient Methodsreinforcement-learningReinforcement Learning+1

On the Convergence of Policy Mirror Descent with Temporal Difference Evaluation

2025-09-23 · Jiacai Liu, Wenye Li, Ke Wei arxiv

Policy mirror descent (PMD) is a general policy optimization framework in reinforcement learning, which can cover a wide range of typical policy optimization methods by specifying different mirror maps. Existing analysis…

Reinforcement Learning