English

Learning From Failures: Efficient Reinforcement Learning Control with Episodic Memory

Robotics 2026-03-10 v1

Abstract

Reinforcement learning has achieved remarkable success in robot learning. However, under challenging exploration and contact-rich dynamics, early-stage training is frequently dominated by premature terminations such as collisions and falls. As a result, learning is overwhelmed by short-horizon, low-return trajectories, which hinder convergence and limit long-horizon exploration. To alleviate this issue, we propose a technique called Failure Episodic Memory Alert (FEMA). FEMA explicitly stores short-horizon failure experiences through an episodic memory module. During interactions, it retrieves similar failure experiences and prevents the robot from recurrently relapsing into unstable states, guiding the policy toward long-horizon trajectories with greater long-term value. FEMA can be combined easily with model-free reinforcement learning algorithms, and yields a substantial sample-efficiency improvement of 33.11% on MuJoCo tasks across several classical RL algorithms. Furthermore, integrating FEMA into a parallelized PPO training pipeline demonstrates its effectiveness on a real-world bipedal robot task.

Keywords

Cite

@article{arxiv.2603.07110,
  title  = {Learning From Failures: Efficient Reinforcement Learning Control with Episodic Memory},
  author = {Chenyang Miao},
  journal= {arXiv preprint arXiv:2603.07110},
  year   = {2026}
}
R2 v1 2026-07-01T11:08:21.666Z