Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Episodic Memory Deep Q-Networks

About

Reinforcement learning (RL) algorithms have made huge progress in recent years by leveraging the power of deep neural networks (DNN). Despite the success, deep RL algorithms are known to be sample inefficient, often requiring many rounds of interaction with the environments to obtain satisfactory performance. Recently, episodic memory based RL has attracted attention due to its ability to latch on good actions quickly. In this paper, we present a simple yet effective biologically inspired RL algorithm called Episodic Memory Deep Q-Networks (EMDQN), which leverages episodic memory to supervise an agent during training. Experiments show that our proposed method can lead to better sample efficiency and is more likely to find good policies. It only requires 1/5 of the interactions of DQN to achieve many state-of-the-art performances on Atari games, significantly outperforming regular DQN and other episodic memory based RL algorithms.

Zichuan Lin, Tianqi Zhao, Guangwen Yang, Lintao Zhang• 2018

Related benchmarks

TaskDatasetResultRank
Reinforcement LearningAtari 2600 57 games
Median Human-Normalized Score92.8
20
Reinforcement LearningAtari 2600 25 games
Mean Human Normalized Score250.6
7
Showing 2 of 2 rows

Other info

Follow for update