Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Experience Replay Optimization via ESMM for Stable Deep Reinforcement Learning

Author 1: Richard Sakyi Osei Author 2: Daphne Lopez
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 15, No. 1 · Published 2024

DOI: https://doi.org/10.14569/IJACSA.2024.0150171

Abstract

The memorization and reuse of experience, popularly known as experience replay (ER), has improved the performance of off-policy deep reinforcement learning (DRL) algorithms such as deep Q-networks (DQN) and deep deterministic policy gradients (DDPG). Despite its success, ER faces the challenges of noisy transitions, large memory sizes, and unstable returns. Researchers have introduced replay mechanisms focusing on experience selection strategies to address these issues. However, the choice of experience retention strategy has a significant influence on the selection strategy. Experience Replay Optimization (ERO) is a novel reinforcement learning algorithm that uses a deep replay policy for experience selection. However, ERO relies on the naïve first-in-first-out (FIFO) retention strategy, which seeks to manage replay memory by constantly retaining recent experiences irrespective of their relevance to the agent’s learning. FIFO sequentially overwrites the oldest experience with a new one when the replay memory is full. To improve the retention strategy of ERO, we propose an experience replay optimization with enhanced sequential memory management (ERO-ESMM). ERO-ESMM uses an improved sequential retention strategy to manage the replay memory efficiently and stabilize the performance of the DRL agent. The efficacy of the ESMM strategy is evaluated together with five additional retention strategies across four distinct OpenAI environments. The experimental results indicate that ESMM performs better than the other five fundamental retention strategies.

Keywords

How to Cite this Article

Osei, R. S., & Lopez, D. (2024). Experience Replay Optimization via ESMM for Stable Deep Reinforcement Learning. International Journal of Advanced Computer Science and Applications, 15(1). https://doi.org/10.14569/IJACSA.2024.0150171

Osei, Richard Sakyi, and Daphne Lopez. "Experience Replay Optimization via ESMM for Stable Deep Reinforcement Learning." International Journal of Advanced Computer Science and Applications, vol. 15, no. 1, 2024, https://doi.org/10.14569/IJACSA.2024.0150171.

@article{Osei2024,
  title     = {Experience Replay Optimization via ESMM for Stable Deep Reinforcement Learning},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {15},
  number    = {1},
  year      = {2024},
  publisher = {The Science and Information Organization},
  author    = {Richard Sakyi Osei and Daphne Lopez},
  doi       = {10.14569/IJACSA.2024.0150171},
  url       = {https://doi.org/10.14569/IJACSA.2024.0150171}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.