paper-with-me

홈 › Papers

MisoDICE: Multi-Agent Imitation from Unlabeled Mixed-Quality Demonstrations

2025-05-24 · The Viet Bui, Tien Mai, Hong Thanh Nguyen

We study offline imitation learning (IL) in cooperative multi-agent settings, where demonstrations have unlabeled mixed quality - containing both expert and suboptimal trajectories. Our proposed solution is structured in two stages: trajectory labeling and multi-agent imitation learning, designed jointly to enable effective learning from heterogeneous, unlabeled data. In the first stage, we combine advances in large language models and preference-based reinforcement learning to construct a progressive labeling pipeline that distinguishes expert-quality trajectories. In the second stage, we introduce MisoDICE, a novel multi-agent IL algorithm that leverages these labels to learn robust policies while addressing the computational complexity of large joint state-action spaces. By extending the popular single-agent DICE framework to multi-agent settings with a new value decomposition and mixing architecture, our method yields a convex policy optimization objective and ensures consistency between global and local policies. We evaluate MisoDICE on multiple standard multi-agent RL benchmarks and demonstrate superior performance, especially when expert data is scarce.

📄 PDF Abstract BibTeX arXiv:2505.18595

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Offline Learning from Demonstrations and Unlabeled Experience

2020-11-27 · Konrad Zolna, Alexander Novikov, Ksenia Konyushkova, Caglar Gulcehre 외

Behavior cloning (BC) is often practical for robot learning because it allows a policy to be trained offline without rewards, by supervised learning on expert demonstrations. However, BC does not effectively leverage wha…

continuous-controlContinuous ControlImitation Learning

Adapting Multilingual Models to Code-Mixed Tasks via Model Merging

2025-10-22 · Prashant Kodali, Vaishnavi Shivkumar, Swarang Joshi, Monojit Choudhary 외 arxiv

We study model merging as a practical alternative to conventional adaptation strategies for code-mixed NLP. Starting from a multilingual base model, we: (i) perform continued pre-training (CPT) on unlabeled code-mixed te…

Sentence Classification

Versatile Skill Control via Self-supervised Adversarial Imitation of Unlabeled Mixed Motions

2022-09-16 · Chenhao Li, Sebastian Blaes, Pavel Kolev, Marin Vlastelica 외

Learning diverse skills is one of the main challenges in robotics. To this end, imitation learning approaches have achieved impressive results. These methods require explicitly labeled datasets or assume consistent skill…

Imitation Learning

Improving Behavioural Cloning with Positive Unlabeled Learning

2023-01-27 · Qiang Wang, Robert McCarthy, David Cordova Bulens, Kevin McGuinness 외

Learning control policies offline from pre-recorded datasets is a promising avenue for solving challenging real-world problems. However, available datasets are typically of mixed quality, with a limited number of the tra…

Behavioural cloningD4RLImitation Learningreinforcement-learning+1

Unlabeled Imperfect Demonstrations in Adversarial Imitation Learning

2023-02-13 · Yunke Wang, Bo Du, Chang Xu

Adversarial imitation learning has become a widely used imitation learning framework. The discriminator is often trained by taking expert demonstrations and policy trajectories as examples respectively from two categorie…

Imitation LearningMuJoCo