English

Contrastive Diffuser: Planning Towards High Return States via Contrastive Learning

Machine Learning 2024-06-18 v3

Abstract

The performance of offline reinforcement learning (RL) is sensitive to the proportion of high-return trajectories in the offline dataset. However, in many simulation environments and real-world scenarios, there are large ratios of low-return trajectories rather than high-return trajectories, which makes learning an efficient policy challenging. In this paper, we propose a method called Contrastive Diffuser (CDiffuser) to make full use of low-return trajectories and improve the performance of offline RL algorithms. Specifically, CDiffuser groups the states of trajectories in the offline dataset into high-return states and low-return states and treats them as positive and negative samples correspondingly. Then, it designs a contrastive mechanism to pull the trajectory of an agent toward high-return states and push them away from low-return states. Through the contrast mechanism, trajectories with low returns can serve as negative examples for policy learning, guiding the agent to avoid areas associated with low returns and achieve better performance. Experiments on 14 commonly used D4RL benchmarks demonstrate the effectiveness of our proposed method. Our code is publicly available at \url{https://anonymous.4open.science/r/CDiffuser}.

Keywords

Cite

@article{arxiv.2402.02772,
  title  = {Contrastive Diffuser: Planning Towards High Return States via Contrastive Learning},
  author = {Yixiang Shan and Zhengbang Zhu and Ting Long and Qifan Liang and Yi Chang and Weinan Zhang and Liang Yin},
  journal= {arXiv preprint arXiv:2402.02772},
  year   = {2024}
}

Comments

18 pages with appendix and references, 10 figures, 4 tables

R2 v1 2026-06-28T14:38:10.096Z