English

Which Experiences Are Influential for RL Agents? Efficiently Estimating The Influence of Experiences

Machine Learning 2025-07-22 v3 Artificial Intelligence

Abstract

In reinforcement learning (RL) with experience replay, experiences stored in a replay buffer influence the RL agent's performance. Information about how these experiences influence the agent's performance is valuable for various purposes, such as identifying experiences that negatively influence underperforming agents. One method for estimating the influence of experiences is the leave-one-out (LOO) method. However, this method is usually computationally prohibitive. In this paper, we present Policy Iteration with Turn-over Dropout (PIToD), which efficiently estimates the influence of experiences. We evaluate how correctly PIToD estimates the influence of experiences and its efficiency compared to LOO. We then apply PIToD to amend underperforming RL agents, i.e., we use PIToD to estimate negatively influential experiences for the RL agents and to delete the influence of these experiences. We show that RL agents' performance is significantly improved via amendments with PIToD.

Keywords

Cite

@article{arxiv.2405.14629,
  title  = {Which Experiences Are Influential for RL Agents? Efficiently Estimating The Influence of Experiences},
  author = {Takuya Hiraoka and Guanquan Wang and Takashi Onishi and Yoshimasa Tsuruoka},
  journal= {arXiv preprint arXiv:2405.14629},
  year   = {2025}
}

Comments

RLC 2025. Source code: https://github.com/TakuyaHiraoka/Which-Experiences-Are-Influential-for-RL-Agents Poster: https://drive.google.com/file/d/1fqd5UPUNOQniG-CshmdFFPxEG9m7W4hS/view?usp=sharing Slides: https://drive.google.com/file/d/1JjOMvA-oF7bas2OJmO_en6mJAtNGoLjs/view?usp=sharing