Predictive PER: Balancing Priority and Diversity towards Stable Deep Reinforcement Learning
Sanghwa Lee, Jaeyoung Lee, Ichiro Hasuo

TL;DR
Predictive PER (PPER) enhances deep reinforcement learning stability by balancing prioritized sampling with diversity, using three novel mechanisms including a secondary neural network, leading to improved performance over traditional PER.
Contribution
The paper introduces Predictive PER (PPER), a novel method that balances priority and diversity in experience replay using three countermeasures, including a secondary neural network, to stabilize DQN training.
Findings
PPER improves stability and performance over PER in Atari games.
Each of the three countermeasures contributes to enhanced stability.
Ablation studies confirm the effectiveness of the combined approach.
Abstract
Prioritized experience replay (PER) samples important transitions, rather than uniformly, to improve the performance of a deep reinforcement learning agent. We claim that such prioritization has to be balanced with sample diversity for making the DQN stabilized and preventing forgetting. Our proposed improvement over PER, called Predictive PER (PPER), takes three countermeasures (TDInit, TDClip, TDPred) to (i) eliminate priority outliers and explosions and (ii) improve the sample diversity and distributions, weighted by priorities, both leading to stabilizing the DQN. The most notable among the three is the introduction of the second DNN called TDPred to generalize the in-distribution priorities. Ablation study and full experiments with Atari games show that each countermeasure by its own way and PPER contribute to successfully enhancing stability and thus performance over PER.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsQ-Learning · Convolution · Dense Connections · Deep Q-Network · Experience Replay
