paper-with-me

홈 › Papers

Policy Contrastive Imitation Learning

2023-07-06 · Jialei Huang, ZhaoHeng Yin, Yingdong Hu, Yang Gao

Adversarial imitation learning (AIL) is a popular method that has recently achieved much success. However, the performance of AIL is still unsatisfactory on the more challenging tasks. We find that one of the major reasons is due to the low quality of AIL discriminator representation. Since the AIL discriminator is trained via binary classification that does not necessarily discriminate the policy from the expert in a meaningful way, the resulting reward might not be meaningful either. We propose a new method called Policy Contrastive Imitation Learning (PCIL) to resolve this issue. PCIL learns a contrastive representation space by anchoring on different policies and generates a smooth cosine-similarity-based reward. Our proposed representation learning objective can be viewed as a stronger version of the AIL objective and provide a more meaningful comparison between the agent and the policy. From a theoretical perspective, we show the validity of our method using the apprenticeship learning framework. Furthermore, our empirical evaluation on the DeepMind Control suite demonstrates that PCIL can achieve state-of-the-art performance. Finally, qualitative results suggest that PCIL builds a smoother and more meaningful representation space for imitation learning.

📄 PDF Abstract BibTeX arXiv:2307.02829

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationImitation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Provable Representation Learning for Imitation with Contrastive Fourier Features

2021-05-26 · NeurIPS 2021 12 · Ofir Nachum, Mengjiao Yang

In imitation learning, it is common to learn a behavior policy to match an unknown target policy via max-likelihood training on a collected set of target demonstrations. In this work, we consider using offline experience…

Atari GamesContrastive LearningImitation LearningRepresentation Learning

Visually Robust Adversarial Imitation Learning from Videos with Contrastive Learning

2024-06-18 · Vittorio Giammarino, James Queeney, Ioannis Ch. Paschalidis

We propose C-LAIfO, a computationally efficient algorithm designed for imitation learning from videos in the presence of visual mismatch between agent and expert domains. We analyze the problem of imitation from expert v…

Contrastive LearningData AugmentationImitation Learning

Contrastive Imitation Learning for Language-guided Multi-Task Robotic Manipulation

2024-06-14 · Teli Ma, Jiaming Zhou, Zifan Wang, Ronghe Qiu 외

Developing robots capable of executing various manipulation tasks, guided by natural language instructions and visual observations of intricate real-world environments, remains a significant challenge in robotics. Such r…

Imitation Learning

DTCCL: Disengagement-Triggered Contrastive Continual Learning for Autonomous Bus Planners

2025-12-22 · Yanding Yang, Weitao Zhou, Jinhai Wang, Xiaomin Guo 외 arxiv

Autonomous buses run on fixed routes but must operate in open, dynamic urban environments. Disengagement events on these routes are often geographically concentrated and typically arise from planner failures in highly in…

Contrastive LearningContinual LearningData Augmentation

Harmony in Diversity: Multi-domain Contrastive Policy Optimization for Large Reasoning Models

2026-05-25 · Zongji Yu, Wenshui Luo, Yiliu Sun, Hao Fang 외 arxiv

Post-training has significantly enhanced the reasoning capability of Large Reasoning Models (LRMs), especially with Reinforcement Learning (RL) like Group Relative Policy Optimization (GRPO). However, GRPO-style RL metho…

Reinforcement Learning