English

Offline Imitation from Observation via Primal Wasserstein State Occupancy Matching

Machine Learning 2024-06-11 v3 Artificial Intelligence

Abstract

In real-world scenarios, arbitrary interactions with the environment can often be costly, and actions of expert demonstrations are not always available. To reduce the need for both, offline Learning from Observations (LfO) is extensively studied: the agent learns to solve a task given only expert states and task-agnostic non-expert state-action pairs. The state-of-the-art DIstribution Correction Estimation (DICE) methods, as exemplified by SMODICE, minimize the state occupancy divergence between the learner's and empirical expert policies. However, such methods are limited to either ff-divergences (KL and chi2chi^2) or Wasserstein distance with Rubinstein duality, the latter of which constrains the underlying distance metric crucial to the performance of Wasserstein-based solutions. To enable more flexible distance metrics, we propose Primal Wasserstein DICE (PW-DICE). It minimizes the primal Wasserstein distance between the learner and expert state occupancies and leverages a contrastively learned distance metric. Theoretically, our framework is a generalization of SMODICE, and is the first work that unifies ff-divergence and Wasserstein minimization. Empirically, we find that PW-DICE improves upon several state-of-the-art methods. The code is available at https://github.com/KaiYan289/PW-DICE.

Cite

@article{arxiv.2311.01331,
  title  = {Offline Imitation from Observation via Primal Wasserstein State Occupancy Matching},
  author = {Kai Yan and Alexander G. Schwing and Yu-xiong Wang},
  journal= {arXiv preprint arXiv:2311.01331},
  year   = {2024}
}

Comments

25 pages. Accepted to ICML 2024

R2 v1 2026-06-28T13:09:45.880Z