paper-with-me

Papers

Self-Imitation Advantage Learning

2020-12-22 · Johan Ferret, Olivier Pietquin, Matthieu Geist

Self-imitation learning is a Reinforcement Learning (RL) method that encourages actions whose returns were higher than expected, which helps in hard exploration and sparse reward problems. It was shown to improve the performance of on-policy actor-critic methods in several discrete control tasks. Nevertheless, applying self-imitation to the mostly action-value based off-policy RL methods is not straightforward. We propose SAIL, a novel generalization of self-imitation learning for off-policy RL, based on a modification of the Bellman optimality operator that we connect to Advantage Learning. Crucially, our method mitigates the problem of stale returns by choosing the most optimistic return estimate between the observed return and the current action-value for self-imitation. We demonstrate the empirical effectiveness of SAIL on the Arcade Learning Environment, with a focus on hard exploration games.

📄 PDF Abstract BibTeX arXiv:2012.11989

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesImitation LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Self-Imitation Learning

2018-06-14 · ICML 2018 7 · Junhyuk Oh, Yijie Guo, Satinder Singh, Honglak Lee

This paper proposes Self-Imitation Learning (SIL), a simple off-policy actor-critic algorithm that learns to reproduce the agent's past good decisions. This algorithm is designed to verify our hypothesis that exploiting …

Atari GamesImitation LearningMuJoCo

Imitation Learning for Generalizable Self-driving Policy with Sim-to-real Transfer

2022-06-22 · Zoltán Lőrincz, Márton Szemenyei, Róbert Moni

Imitation Learning uses the demonstrations of an expert to uncover the optimal policy and it is suitable for real-world robotics tasks as well. In this case, however, the training of the agent is carried out in a simulat…

Imitation LearningTransfer Learning

Triplets Better Than Pairs: Towards Stable and Effective Self-Play Fine-Tuning for LLMs

2026-01-13 · Yibo Wang, Hai-Long Sun, Qing-Guo Chen, Zhao Xu 외 arxiv

Recently, self-play fine-tuning (SPIN) has been proposed to adapt large language models to downstream applications with scarce expert-annotated data, by iteratively generating synthetic responses from the model itself. H…

Improving Sequential Recommendation Consistency with Self-Supervised Imitation

2021-06-26 · Xu Yuan, Hongshen Chen, Yonghao Song, Xiaofang Zhao 외

Most sequential recommendation models capture the features of consecutive items in a user-item interaction history. Though effective, their representation expressiveness is still hindered by the sparse learning signals. …

Imitation LearningSequential RecommendationSparse Learning

Potential-Guided Flow Matching for Vision-Language-Action Policy Improvement

2026-06-03 · Yunpeng Mei, Jiakai He, Hongjie Cao, Chenyu Wang 외 arxiv

Large vision-language-action (VLA) policies are increasingly trained as conditional generative models over action chunks. Yet deployment produces mixed-quality experience-successful demonstrations, partial completions, r…

Reinforcement Learning