Investigating the Interplay of Prioritized Replay and Generalization

By Parham Mohammad Panahi, Andrew Patterson, Martha White, and Adam White

Reinforcement Learning Journal, vol. 5, 2024, pp. 2041–2058.

Presented at the Reinforcement Learning Conference (RLC), Amherst Massachusetts, August 9–12, 2024.


Download:

Abstract:

Experience replay, the reuse of past data to improve sample efficiency, is ubiquitous in reinforcement learning. Though a variety of smart sampling schemes have been introduced to improve performance, uniform sampling by far remains the most common approach. One exception is Prioritized Experience Replay (PER), where sampling is done proportionally to TD errors, inspired by the success of prioritized sweeping in dynamic programming. The original work on PER showed improvements in Atari, but follow-up results were mixed. In this paper, we investigate several variations on PER, to attempt to understand where and when PER may be useful. Our findings in prediction tasks reveal that while PER can improve value propagation in tabular settings, behavior is significantly different when combined with neural networks. Certain mitigations$-$like delaying target network updates to control generalization and using estimates of expected TD errors in PER to avoid chasing stochasticity$-$can avoid large spikes in error with PER and neural networks but generally do not outperform uniform replay. In control tasks, none of the prioritized variants consistently outperform uniform replay. We present new insight into the interaction between prioritization, bootstrapping, and neural networks and propose several improvements for PER in tabular settings and noisy domains.


Citation Information:

Parham Mohammad Panahi, Andrew Patterson, Martha White, and Adam White. "Investigating the Interplay of Prioritized Replay and Generalization." Reinforcement Learning Journal, vol. 5, 2024, pp. 2041–2058.

BibTeX:

@article{panahi2024investigating,
    title={Investigating the Interplay of Prioritized Replay and Generalization},
    author={Panahi, Parham Mohammad and Patterson, Andrew and White, Martha and White, Adam},
    journal={Reinforcement Learning Journal},
    volume={5},
    pages={2041--2058},
    year={2024}
}