ICLR 2023poster8 citations

On the Data-Efficiency with Contrastive Image Transformation in Reinforcement Learning

Sicong Liu, Xi Sheryl Zhang, Yushuo Li, Yifan Zhang, Jian Cheng

Abstract

Data-efficiency has always been an essential issue in pixel-based reinforcement learning (RL). As the agent not only learns decision-making but also meaningful representations from images. The line of reinforcement learning with data augmentation shows significant improvements in sample-efficiency. However, it is challenging to guarantee the optimality invariant transformation, that is, the augmented data are readily recognized as a completely different state by the agent. In the end, we propose a contrastive invariant transformation (CoIT), a simple yet promising learnable data augmentation combined with standard model-free algorithms to improve sample-efficiency. Concretely, the differentiable CoIT leverages original samples with augmented samples and hastens the state encoder for a contrastive invariant embedding. We evaluate our approach on DeepMind Control Suite and Atari100K. Empirical results verify advances using CoIT, enabling it to outperform the new state-of-the-art on various tasks. Source code is available at https://github.com/mooricAnna/CoIT.

Reinforcement LearningData AugmentationSelf-Supervised LearningRepresentation Learning
BibTeX
@inproceedings{
liu2023on,
title={On the Data-Efficiency with Contrastive Image Transformation in Reinforcement Learning},
author={Sicong Liu and Xi Sheryl Zhang and Yushuo Li and Yifan Zhang and Jian Cheng},
booktitle={The Eleventh International Conference on Learning Representations },
year={2023},
url={https://openreview.net/forum?id=-nm-rHXi5ga}
}