AI Agents 相关度: 7/10

Latent Wasserstein Adversarial Imitation Learning

Siqi Yang, Kai Yan, Alexander G. Schwing, Yu-Xiong Wang
arXiv: 2603.05440v1 发布: 2026-03-05 更新: 2026-03-05

AI 摘要

LWAIL提出了一种新的基于Wasserstein距离的对抗模仿学习框架,仅需少量状态数据即可实现专家级性能。

主要贡献

  • 提出LWAIL框架,实现仅用状态数据的模仿学习
  • 引入dynamics-aware的latent space,提升策略对状态转移的理解
  • 在多个MuJoCo环境上验证了LWAIL的优越性

方法论

通过预训练ICVF学习dynamics-aware的latent space,然后在该空间中使用Wasserstein距离进行对抗模仿学习。

原文摘要

Imitation Learning (IL) enables agents to mimic expert behavior by learning from demonstrations. However, traditional IL methods require large amounts of medium-to-high-quality demonstrations as well as actions of expert demonstrations, both of which are often unavailable. To reduce this need, we propose Latent Wasserstein Adversarial Imitation Learning (LWAIL), a novel adversarial imitation learning framework that focuses on state-only distribution matching. It benefits from the Wasserstein distance computed in a dynamics-aware latent space. This dynamics-aware latent space differs from prior work and is obtained via a pre-training stage, where we train the Intention Conditioned Value Function (ICVF) to capture a dynamics-aware structure of the state space using a small set of randomly generated state-only data. We show that this enhances the policy's understanding of state transitions, enabling the learning process to use only one or a few state-only expert episodes to achieve expert-level performance. Through experiments on multiple MuJoCo environments, we demonstrate that our method outperforms prior Wasserstein-based IL methods and prior adversarial IL methods, achieving better results across various tasks.

标签

Imitation Learning Adversarial Learning Wasserstein Distance Reinforcement Learning

arXiv 分类

cs.LG