paper-with-me

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 increases. However, it is both costly to plan over long horizons and challenging to obtain an accurate model of the environment. In this work, we combine the strengths of model-free and model-based methods. We use a learned task-oriented latent dynamics model for local trajectory optimization over a short horizon, and use a learned terminal value function to estimate long-term return, both of which are learned jointly by temporal difference learning. Our method, TD-MPC, achieves superior sample efficiency and asymptotic performance over prior work on both state and image-based continuous control tasks from DMControl and Meta-World. Code and video results are available at https://nicklashansen.github.io/td-mpc.

📄 PDF Abstract BibTeX arXiv:2203.04955

Code (2)

nicklashansen/tdmpc 공식 구현 pytorch
zhaoyi11/tcrl pytorch

Tasks

continuous-controlContinuous ControlmodelModel Predictive Control

Similar Papers 제목 키워드 기반

Examining the Use of Temporal-Difference Incremental Delta-Bar-Delta for Real-World Predictive Knowledge Architectures

2019-08-15 · Johannes Günther, Nadia M. Ady, Alex Kearney, Michael R. Dawson 외

Predictions and predictive knowledge have seen recent success in improving not only robot control but also other applications ranging from industrial process control to rehabilitation. A property that makes these predict…

Representation Learning

A New Error Temporal Difference Algorithm for Deep Reinforcement Learning in Microgrid Optimization

2025-11-22 · Fulong Yao, Wanqing Zhao, Matthew Forshaw arxiv

Predictive control approaches based on deep reinforcement learning (DRL) have gained significant attention in microgrid energy optimization. However, existing research often overlooks the issue of uncertainty stemming fr…

Reinforcement Learning

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

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-po…

continuous-controlContinuous ControlmodelQ-Learning+2