English

Contrastive Value Learning: Implicit Models for Simple Offline RL

Machine Learning 2022-11-07 v1 Artificial Intelligence

Abstract

Model-based reinforcement learning (RL) methods are appealing in the offline setting because they allow an agent to reason about the consequences of actions without interacting with the environment. Prior methods learn a 1-step dynamics model, which predicts the next state given the current state and action. These models do not immediately tell the agent which actions to take, but must be integrated into a larger RL framework. Can we model the environment dynamics in a different way, such that the learned model does directly indicate the value of each action? In this paper, we propose Contrastive Value Learning (CVL), which learns an implicit, multi-step model of the environment dynamics. This model can be learned without access to reward functions, but nonetheless can be used to directly estimate the value of each action, without requiring any TD learning. Because this model represents the multi-step transitions implicitly, it avoids having to predict high-dimensional observations and thus scales to high-dimensional tasks. Our experiments demonstrate that CVL outperforms prior offline RL methods on complex continuous control benchmarks.

Keywords

Cite

@article{arxiv.2211.02100,
  title  = {Contrastive Value Learning: Implicit Models for Simple Offline RL},
  author = {Bogdan Mazoure and Benjamin Eysenbach and Ofir Nachum and Jonathan Tompson},
  journal= {arXiv preprint arXiv:2211.02100},
  year   = {2022}
}

Comments

Deep Reinforcement Learning Workshop, NeurIPS 2022

R2 v1 2026-06-28T05:08:37.342Z