# Pseudo-Rehearsal: Achieving Deep Reinforcement Learning without   Catastrophic Forgetting

**Authors:** Craig Atkinson, Brendan McCane, Lech Szymanski, Anthony, Robins

arXiv: 1812.02464 · 2020-12-18

## TL;DR

This paper introduces a dual memory system with pseudo-rehearsal using a generative network to prevent catastrophic forgetting in deep reinforcement learning, enabling sequential learning of Atari games without performance loss.

## Contribution

The paper presents a novel model combining dual memory and pseudo-rehearsal to overcome catastrophic forgetting in deep reinforcement learning, outperforming previous methods.

## Key findings

- Successfully learned Atari games sequentially without forgetting
- Achieved above human-level performance on all tested games
- Did not require storing raw data or increasing storage with tasks

## Abstract

Neural networks can achieve excellent results in a wide variety of applications. However, when they attempt to sequentially learn, they tend to learn the new task while catastrophically forgetting previous ones. We propose a model that overcomes catastrophic forgetting in sequential reinforcement learning by combining ideas from continual learning in both the image classification domain and the reinforcement learning domain. This model features a dual memory system which separates continual learning from reinforcement learning and a pseudo-rehearsal system that "recalls" items representative of previous tasks via a deep generative network. Our model sequentially learns Atari 2600 games without demonstrating catastrophic forgetting and continues to perform above human level on all three games. This result is achieved without: demanding additional storage requirements as the number of tasks increases, storing raw data or revisiting past tasks. In comparison, previous state-of-the-art solutions are substantially more vulnerable to forgetting on these complex deep reinforcement learning tasks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.02464/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1812.02464/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1812.02464/full.md

---
Source: https://tomesphere.com/paper/1812.02464