paper-with-me

Papers

Deep Conservative Policy Iteration

2019-06-24 · Nino Vieillard, Olivier Pietquin, Matthieu Geist

Conservative Policy Iteration (CPI) is a founding algorithm of Approximate Dynamic Programming (ADP). Its core principle is to stabilize greediness through stochastic mixtures of consecutive policies. It comes with strong theoretical guarantees, and inspired approaches in deep Reinforcement Learning (RL). However, CPI itself has rarely been implemented, never with neural networks, and only experimented on toy problems. In this paper, we show how CPI can be practically combined with deep RL with discrete actions. We also introduce adaptive mixture rates inspired by the theory. We experiment thoroughly the resulting algorithm on the simple Cartpole problem, and validate the proposed method on a representative subset of Atari games. Overall, this work suggests that revisiting classic ADP may lead to improved and more stable deep RL algorithms.

📄 PDF Abstract BibTeX arXiv:1906.09784

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Cautious Actor-Critic

2021-07-12 · Lingwei Zhu, Toshinori Kitamura, Takamitsu Matsubara

The oscillating performance of off-policy learning and persisting errors in the actor-critic (AC) setting call for algorithms that can conservatively learn to suit the stability-critical applications better. In this pape…

continuous-controlContinuous Control

Variance-Reduced Conservative Policy Iteration

2022-12-12 · Naman Agarwal, Brian Bullins, Karan Singh

We study the sample complexity of reducing reinforcement learning to a sequence of empirical risk minimization problems over the policy space. Such reductions-based algorithms exhibit local convergence in the function sp…

reinforcement-learningReinforcement Learning (RL)

Revisiting Peng's Q($λ$) for Modern Reinforcement Learning

2021-02-27 · Tadashi Kozuno, Yunhao Tang, Mark Rowland, Rémi Munos 외

Off-policy multi-step reinforcement learning algorithms consist of conservative and non-conservative algorithms: the former actively cut traces, whereas the latter do not. Recently, Munos et al. (2016) proved the converg…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Approximate Next Policy Sampling: Replacing Conservative Target Policy Updates in Deep RL

2026-05-06 · Dillon Sandhu, Ronald Parr arxiv

We revisit a classic "chicken-and-egg" problem in reinforcement learning: to safely improve a policy, the value function must be accurate on the state-visitation distribution of the updated policy. That distribution over…

Reinforcement LearningContinuous Control

Conservative State Value Estimation for Offline Reinforcement Learning

2023-02-14 · NeurIPS 2023 11 · Liting Chen, Jie Yan, Zhengdao Shao, Lu Wang 외

Offline reinforcement learning faces a significant challenge of value over-estimation due to the distributional drift between the dataset and the current learned policy, leading to learning failure in practice. The commo…

D4RLreinforcement-learningReinforcement Learning