paper-with-me

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 past good experiences can indirectly drive deep exploration. Our empirical results show that SIL significantly improves advantage actor-critic (A2C) on several hard exploration Atari games and is competitive to the state-of-the-art count-based exploration methods. We also show that SIL improves proximal policy optimization (PPO) on MuJoCo tasks.

📄 PDF Abstract BibTeX arXiv:1806.05635

Code (4)

junhyukoh/self-imitation-learning 공식 구현 tf
SeungeonBaek/continuous-agents-test tf
alhabk/SGEE--pytorch pytorch
rwightman/pytorch-opensim-rl pytorch

Tasks

Atari GamesImitation LearningMuJoCo

Similar Papers 제목 키워드 기반

Episodic Self-Imitation Learning with Hindsight

2020-11-26 · Tianhong Dai, Hengyan Liu, Anil Anthony Bharath

Episodic self-imitation learning, a novel self-imitation algorithm with a trajectory selection module and an adaptive loss function, is proposed to speed up reinforcement learning. Compared to the original self-imitation…

continuous-controlContinuous ControlImitation Learning

Self-Imitation Learning via Generalized Lower Bound Q-learning

2020-06-12 · NeurIPS 2020 12 · Yunhao Tang

Self-imitation learning motivated by lower-bound Q-learning is a novel and effective approach for off-policy learning. In this work, we propose a n-step lower bound which generalizes the original return-based lower-bound…

continuous-controlContinuous ControlImitation LearningQ-Learning

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 per…

Atari GamesImitation LearningReinforcement Learning (RL)

Your Self-Play Algorithm is Secretly an Adversarial Imitator: Understanding LLM Self-Play through the Lens of Imitation Learning

2026-02-01 · Shangzhe Li, Xuchao Zhang, Chetan Bansal, Weitong Zhang arxiv

Self-play post-training methods has emerged as an effective approach for finetuning large language models and turn the weak language model into strong language model without preference data. However, the theoretical foun…

Visual Hindsight Self-Imitation Learning for Interactive Navigation

2023-12-05 · Kibeom Kim, Kisung Shin, Min Whoo Lee, Moonhoen Lee 외

Interactive visual navigation tasks, which involve following instructions to reach and interact with specific targets, are challenging not only because successful experiences are very rare but also because the complex vi…

Imitation LearningVisual Navigation