Offline Imitation Learning with Variational Counterfactual Reasoning
About
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 \underline{O}ffline \underline{I}mitation \underline{L}earning with \underline{C}ounterfactual data \underline{A}ugmentation (OILCA) by doing counterfactual inference. In particular, we leverage identifiable variational autoencoder to generate \textit{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 \textsc{DeepMind Control Suite} benchmark for in-distribution performance and \textsc{CausalWorld} benchmark for out-of-distribution generalization. Our code is available at \url{https://github.com/ZexuSun/OILCA-NeurIPS23}.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Stacking2 | CAUSALWORLD (in-distribution (Space A to Space A)) | Average Return3.21e+3 | 14 | |
| Cartpole Swingup | DeepMind Control Suite (in-distribution) | Average Return608.4 | 7 | |
| Cheetah Run | DeepMind Control Suite (in-distribution) | Average Return116 | 7 | |
| Creative Stacked Blocks | CAUSALWORLD (in-distribution (Space A to Space A)) | Average Return1.48e+3 | 7 | |
| Creative Stacked Blocks | CAUSALWORLD space B | Average Return1.35e+3 | 7 | |
| Finger Turn hard | DeepMind Control Suite (in-distribution) | Average Return298.7 | 7 | |
| Fish Swim | DeepMind Control Suite (in-distribution) | Average Return290.3 | 7 | |
| General | CAUSALWORLD space B | Average Return891.1 | 7 | |
| Humanoid Run | DeepMind Control Suite (in-distribution) | Average Return461 | 7 | |
| Manipulator Insert Ball | DeepMind Control Suite (in-distribution) | Average Return296.8 | 7 |