paper-with-me

홈 › Papers

How To Guide Your Learner: Imitation Learning with Active Adaptive Expert Involvement

2023-03-03 · Xu-Hui Liu, Feng Xu, Xinyu Zhang, Tianyuan Liu, Shengyi Jiang, Ruifeng Chen, Zongzhang Zhang, Yang Yu

Imitation learning aims to mimic the behavior of experts without explicit reward signals. Passive imitation learning methods which use static expert datasets typically suffer from compounding error, low sample efficiency, and high hyper-parameter sensitivity. In contrast, active imitation learning methods solicit expert interventions to address the limitations. However, recent active imitation learning methods are designed based on human intuitions or empirical experience without theoretical guarantee. In this paper, we propose a novel active imitation learning framework based on a teacher-student interaction model, in which the teacher's goal is to identify the best teaching behavior and actively affect the student's learning process. By solving the optimization objective of this framework, we propose a practical implementation, naming it AdapMen. Theoretical analysis shows that AdapMen can improve the error bound and avoid compounding error under mild conditions. Experiments on the MetaDrive benchmark and Atari 2600 games validate our theoretical analysis and show that our method achieves near-expert performance with much less expert involvement and total sampling steps than previous methods. The code is available at https://github.com/liuxhym/AdapMen.

📄 PDF Abstract BibTeX arXiv:2303.02073

Code (1)

liuxhym/adapmen 공식 구현 pytorch

Tasks

Atari GamesImitation Learning

Similar Papers 제목 키워드 기반

Guiding adaptive shrinkage by co-data to improve regression-based prediction and feature selection

2024-05-08 · Mark A. van de Wiel, Wessel N. van Wieringen

The high dimensional nature of genomics data complicates feature selection, in particular in low sample size studies - not uncommon in clinical prediction settings. It is widely recognized that complementary data on the …

feature selection

Hear-Your-Click: Interactive Object-Specific Video-to-Audio Generation

2025-07-07 · Yingshan Liang, Keyu Fan, Zhicheng Du, Yiran Wang 외 arxiv

Video-to-audio (V2A) generation shows great potential in fields such as film production. Despite significant advances, current V2A methods relying on global video information struggle with complex scenes and generating a…

Data AugmentationAudio Generation

Choosing Well Your Opponents: How to Guide the Synthesis of Programmatic Strategies

2023-07-10 · Rubens O. Moraes, David S. Aleixo, Lucas N. Ferreira, Levi H. S. Lelis

This paper introduces Local Learner (2L), an algorithm for providing a set of reference strategies to guide the search for programmatic strategies in two-player zero-sum games. Previous learning algorithms, such as Itera…

Teaching an Active Learner with Contrastive Examples

2021-10-28 · NeurIPS 2021 12 · Chaoqi Wang, Adish Singla, Yuxin Chen

We study the problem of active learning with the added twist that the learner is assisted by a helpful teacher. We consider the following natural interaction protocol: At each round, the learner proposes a query asking f…

Active Learning

GenQuest: An LLM-based Text Adventure Game for Language Learners

2025-10-06 · Qiao Wang, Adnan Labib, Robert Swier, Michael Hofmeyr 외 arxiv

GenQuest is a generative text adventure game that leverages Large Language Models (LLMs) to facilitate second language learning through immersive, interactive storytelling. The system engages English as a Foreign Languag…