paper-with-me

Papers

Temporal Difference Models: Model-Free Deep RL for Model-Based Control

2018-02-25 · ICLR 2018 1 · Vitchyr Pong, Shixiang Gu, Murtaza Dalal, Sergey Levine

Model-free reinforcement learning (RL) is a powerful, general tool for learning complex behaviors. However, its sample efficiency is often impractically large for solving challenging real-world problems, even with off-policy algorithms such as Q-learning. A limiting factor in classic model-free RL is that the learning signal consists only of scalar rewards, ignoring much of the rich information contained in state transition tuples. Model-based RL uses this information, by training a predictive model, but often does not achieve the same asymptotic performance as model-free RL due to model bias. We introduce temporal difference models (TDMs), a family of goal-conditioned value functions that can be trained with model-free learning and used for model-based control. TDMs combine the benefits of model-free and model-based RL: they leverage the rich information in state transitions to learn very efficiently, while still attaining asymptotic performance that exceeds that of direct model-based RL methods. Our experimental results show that, on a range of continuous control tasks, TDMs provide a substantial improvement in efficiency compared to state-of-the-art model-based and model-free methods.

📄 PDF Abstract BibTeX arXiv:1802.09081

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlmodelQ-LearningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Temporal Difference Learning for Model Predictive Control

2022-03-09 · Nicklas Hansen, Xiaolong Wang, Hao Su

Data-driven model predictive control has two key advantages over model-free methods: a potential for improved sample efficiency through model learning, and better performance as computational budget for planning increase…

continuous-controlContinuous ControlmodelModel Predictive Control

A Temporal Difference Method for Stochastic Continuous Dynamics

2025-05-21 · Haruki Settai, Naoya Takeishi, Takehisa Yairi

For continuous systems modeled by dynamical equations such as ODEs and SDEs, Bellman's principle of optimality takes the form of the Hamilton-Jacobi-Bellman (HJB) equation, which provides the theoretical target of reinfo…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Online Model-free Safety Verification for Markov Decision Processes Without Safety Violation

2023-12-08 · Abhijit Mazumdar, Rafal Wisniewski, Manuela L. Bujorianu

In this paper, we consider the problem of safety assessment for Markov decision processes without explicit knowledge of the model. We aim to learn probabilistic safety specifications associated with a given policy withou…

Generative Temporal Difference Learning for Infinite-Horizon Prediction

2020-10-27 · Michael Janner, Igor Mordatch, Sergey Levine

We introduce the $\gamma$-model, a predictive model of environment dynamics with an infinite probabilistic horizon. Replacing standard single-step models with $\gamma$-models leads to generalizations of the procedures ce…

Generative Adversarial NetworkPrediction

Gamma-Models: Generative Temporal Difference Learning for Infinite-Horizon Prediction

2020-12-01 · NeurIPS 2020 12 · Michael Janner, Igor Mordatch, Sergey Levine

We introduce the gamma-model, a predictive model of environment dynamics with an infinite, probabilistic horizon. Replacing standard single-step models with gamma-models leads to generalizations of the procedures that fo…

Generative Adversarial Network