paper-with-me

홈 › Papers

Local Search for Policy Iteration in Continuous Control

2020-10-12 · Jost Tobias Springenberg, Nicolas Heess, Daniel Mankowitz, Josh Merel, Arunkumar Byravan, Abbas Abdolmaleki, Jackie Kay, Jonas Degrave, Julian Schrittwieser, Yuval Tassa, Jonas Buchli, Dan Belov, Martin Riedmiller

We present an algorithm for local, regularized, policy improvement in reinforcement learning (RL) that allows us to formulate model-based and model-free variants in a single framework. Our algorithm can be interpreted as a natural extension of work on KL-regularized RL and introduces a form of tree search for continuous action spaces. We demonstrate that additional computation spent on model-based policy improvement during learning can improve data efficiency, and confirm that model-based policy improvement during action selection can also be beneficial. Quantitatively, our algorithm improves data efficiency on several continuous control benchmarks (when a model is learned in parallel), and it provides significant improvements in wall-clock time in high-dimensional domains (when a ground truth model is available). The unified framework also helps us to better understand the space of model-based and model-free algorithms. In particular, we demonstrate that some benefits attributed to model-based RL can be obtained without a model, simply by utilizing more computation.

📄 PDF Abstract BibTeX arXiv:2010.05545

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Path Integral Guided Policy Search

2016-10-03 · Yevgen Chebotar, Mrinal Kalakrishnan, Ali Yahya, Adrian Li 외

We present a policy search method for learning complex feedback control policies that map from high-dimensional sensory inputs to motor torques, for manipulation tasks with discontinuous contact dynamics. We build on a p…

Dual Policy Iteration

2018-05-28 · NeurIPS 2018 12 · Wen Sun, Geoffrey J. Gordon, Byron Boots, J. Andrew Bagnell

Recently, a novel class of Approximate Policy Iteration (API) algorithms have demonstrated impressive practical performance (e.g., ExIt from [2], AlphaGo-Zero from [27]). This new family of algorithms maintains, and alte…

continuous-controlContinuous Control

Continuous Policy and Value Iteration for Stochastic Control Problems and Its Convergence

2025-06-09 · Qi Feng, Gu Wang

We introduce a continuous policy-value iteration algorithm where the approximations of the value function of a stochastic control problem and the optimal control are simultaneously updated through Langevin-type dynamics.…

On-Line Policy Iteration for Infinite Horizon Dynamic Programming

2021-06-01 · Dimitri Bertsekas

In this paper we propose an on-line policy iteration (PI) algorithm for finite-state infinite horizon discounted dynamic programming, whereby the policy improvement operation is done on-line, only for the states that are…

Relative Entropy Regularized Policy Iteration

2018-12-05 · Abbas Abdolmaleki, Jost Tobias Springenberg, Jonas Degrave, Steven Bohez 외

We present an off-policy actor-critic algorithm for Reinforcement Learning (RL) that combines ideas from gradient-free optimization via stochastic search with learned action-value function. The result is a simple procedu…

continuous-controlContinuous ControlOpenAI GymReinforcement Learning+1