Offline Imitation Learning with Variational Counterfactual Reasoning
Bowei He, Zexu Sun, Jinxin Liu, Shuai Zhang, Xu Chen, Chen Ma
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/zexusun/oilca-neurips23OfficialIn paperpytorch★ 4
Abstract
In offline imitation learning (IL), an agent aims to learn an optimal expert behavior policy without additional online environment interactions. However, in many real-world scenarios, such as robotics manipulation, the offline dataset is collected from suboptimal behaviors without rewards. Due to the scarce expert data, the agents usually suffer from simply memorizing poor trajectories and are vulnerable to variations in the environments, lacking the capability of generalizing to new environments. To automatically generate high-quality expert data and improve the generalization ability of the agent, we propose a framework named Offline Imitation Learning with Counterfactual data Augmentation (OILCA) by doing counterfactual inference. In particular, we leverage identifiable variational autoencoder to generate counterfactual samples for expert data augmentation. We theoretically analyze the influence of the generated expert data and the improvement of generalization. Moreover, we conduct extensive experiments to demonstrate that our approach significantly outperforms various baselines on both DeepMind Control Suite benchmark for in-distribution performance and CausalWorld benchmark for out-of-distribution generalization. Our code is available at https://github.com/ZexuSun/OILCA-NeurIPS23.