paper-with-me

Papers

Faster Policy Learning with Continuous-Time Gradients

2020-12-12 · Samuel Ainsworth, Kendall Lowrey, John Thickstun, Zaid Harchaoui, Siddhartha Srinivasa

We study the estimation of policy gradients for continuous-time systems with known dynamics. By reframing policy learning in continuous-time, we show that it is possible construct a more efficient and accurate gradient estimator. The standard back-propagation through time estimator (BPTT) computes exact gradients for a crude discretization of the continuous-time system. In contrast, we approximate continuous-time gradients in the original system. With the explicit goal of estimating continuous-time gradients, we are able to discretize adaptively and construct a more efficient policy gradient estimator which we call the Continuous-Time Policy Gradient (CTPG). We show that replacing BPTT policy gradients with more efficient CTPG estimates results in faster and more robust learning in a variety of control tasks and simulators.

📄 PDF Abstract BibTeX arXiv:2012.06684

Code (3)

samuela/ctpg 공식 구현
JuliaDiffEq/DiffEqBenchmarks.jl jax
SciML/SciMLBenchmarks.jl pytorch

Similar Papers 제목 키워드 기반

Improving Stochastic Policy Gradients in Continuous Control with Deep Reinforcement Learning using the Beta Distribution

2017-08-01 · ICML 2017 8 · Po-Wei Chou, Daniel Maturana, Sebastian Scherer

Recently, reinforcement learning with deep neural networks has achieved great success in challenging continuous control problems such as 3D locomotion and robotic manipulation. However, in real-world control problem…

continuous-controlContinuous ControlDeep Reinforcement LearningReinforcement Learning

Deterministic Policy Gradient for Reinforcement Learning with Continuous Time and State

2025-09-28 · Ziheng Cheng, Xin Guo, Yufei Zhang arxiv

The theory of continuous-time reinforcement learning (RL) has progressed rapidly in recent years. While the ultimate objective of RL is typically to learn deterministic control policies, most existing continuous-time RL …

General Reinforcement Learning

Lifelong Learning of Factored Policies via Policy Gradients

2020-06-12 · ICML Workshop LifelongML 2020 7 · Jorge A Mendez, Eric Eaton

Policy gradient methods have shown success in learning continuous control policies for high-dimensional dynamical systems. A major downside of such methods is the amount of exploration they require before yielding high-p…

continuous-controlContinuous ControlLifelong learningPolicy Gradient Methods

Policy gradients in linearly-solvable MDPs

2010-12-01 · NeurIPS 2010 12 · Emanuel Todorov

We present policy gradient results within the framework of linearly-solvable MDPs. For the first time, compatible function approximators and natural policy gradients are obtained by estimating the cost-to-go function, ra…

Faster AutoAugment: Learning Augmentation Strategies using Backpropagation

2019-11-16 · ECCV 2020 8 · Ryuichiro Hataya, Jan Zdenek, Kazuki Yoshizoe, Hideki Nakayama

Data augmentation methods are indispensable heuristics to boost the performance of deep neural networks, especially in image recognition tasks. Recently, several studies have shown that augmentation strategies found by s…

Data Augmentation