English

Contrastive Variational Reinforcement Learning for Complex Observations

Machine Learning 2020-11-10 v2 Machine Learning

Abstract

Deep reinforcement learning (DRL) has achieved significant success in various robot tasks: manipulation, navigation, etc. However, complex visual observations in natural environments remains a major challenge. This paper presents Contrastive Variational Reinforcement Learning (CVRL), a model-based method that tackles complex visual observations in DRL. CVRL learns a contrastive variational model by maximizing the mutual information between latent states and observations discriminatively, through contrastive learning. It avoids modeling the complex observation space unnecessarily, as the commonly used generative observation model often does, and is significantly more robust. CVRL achieves comparable performance with state-of-the-art model-based DRL methods on standard Mujoco tasks. It significantly outperforms them on Natural Mujoco tasks and a robot box-pushing task with complex observations, e.g., dynamic shadows. The CVRL code is available publicly at https://github.com/Yusufma03/CVRL.

Keywords

Cite

@article{arxiv.2008.02430,
  title  = {Contrastive Variational Reinforcement Learning for Complex Observations},
  author = {Xiao Ma and Siwei Chen and David Hsu and Wee Sun Lee},
  journal= {arXiv preprint arXiv:2008.02430},
  year   = {2020}
}

Comments

CoRL 2020 camera ready

R2 v1 2026-06-23T17:40:21.524Z