AIRONov 26, 2020

Episodic Self-Imitation Learning with Hindsight

arXiv:2011.13467v111 citations
AI Analysis

This work addresses the problem of improving self-imitation learning for reinforcement learning agents, specifically to handle continuous control environments with sparse rewards, which is an incremental improvement to an existing method.

This paper proposes Episodic Self-Imitation Learning (ESIL), a new self-imitation algorithm that uses entire episodes with hindsight and a selection module to filter uninformative samples. ESIL outperforms baseline on-policy algorithms and achieves comparable performance to state-of-the-art off-policy algorithms in several simulated robot control tasks, particularly in sparse reward continuous control environments.

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 learning algorithm, which samples good state-action pairs from the experience replay buffer, our agent leverages entire episodes with hindsight to aid self-imitation learning. A selection module is introduced to filter uninformative samples from each episode of the update. The proposed method overcomes the limitations of the standard self-imitation learning algorithm, a transitions-based method which performs poorly in handling continuous control environments with sparse rewards. From the experiments, episodic self-imitation learning is shown to perform better than baseline on-policy algorithms, achieving comparable performance to state-of-the-art off-policy algorithms in several simulated robot control tasks. The trajectory selection module is shown to prevent the agent learning undesirable hindsight experiences. With the capability of solving sparse reward problems in continuous control settings, episodic self-imitation learning has the potential to be applied to real-world problems that have continuous action spaces, such as robot guidance and manipulation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes