English

Context-aware Dynamics Model for Generalization in Model-Based Reinforcement Learning

Machine Learning 2020-06-30 v3 Machine Learning

Abstract

Model-based reinforcement learning (RL) enjoys several benefits, such as data-efficiency and planning, by learning a model of the environment's dynamics. However, learning a global model that can generalize across different dynamics is a challenging task. To tackle this problem, we decompose the task of learning a global dynamics model into two stages: (a) learning a context latent vector that captures the local dynamics, then (b) predicting the next state conditioned on it. In order to encode dynamics-specific information into the context latent vector, we introduce a novel loss function that encourages the context latent vector to be useful for predicting both forward and backward dynamics. The proposed method achieves superior generalization ability across various simulated robotics and control tasks, compared to existing RL schemes.

Keywords

Cite

@article{arxiv.2005.06800,
  title  = {Context-aware Dynamics Model for Generalization in Model-Based Reinforcement Learning},
  author = {Kimin Lee and Younggyo Seo and Seunghyun Lee and Honglak Lee and Jinwoo Shin},
  journal= {arXiv preprint arXiv:2005.06800},
  year   = {2020}
}

Comments

Accepted in ICML2020. First two authors contributed equally, website: https://sites.google.com/view/cadm code: https://github.com/younggyoseo/CaDM

R2 v1 2026-06-23T15:32:22.355Z