English

Dynamic Experience Replay

Artificial Intelligence 2020-10-19 v1 Machine Learning

Abstract

We present a novel technique called Dynamic Experience Replay (DER) that allows Reinforcement Learning (RL) algorithms to use experience replay samples not only from human demonstrations but also successful transitions generated by RL agents during training and therefore improve training efficiency. It can be combined with an arbitrary off-policy RL algorithm, such as DDPG or DQN, and their distributed versions. We build upon Ape-X DDPG and demonstrate our approach on robotic tight-fitting joint assembly tasks, based on force/torque and Cartesian pose observations. In particular, we run experiments on two different tasks: peg-in-hole and lap-joint. In each case, we compare different replay buffer structures and how DER affects them. Our ablation studies show that Dynamic Experience Replay is a crucial ingredient that either largely shortens the training time in these challenging environments or solves the tasks that the vanilla Ape-X DDPG cannot solve. We also show that our policies learned purely in simulation can be deployed successfully on the real robot. The video presenting our experiments is available at https://sites.google.com/site/dynamicexperiencereplay

Keywords

Cite

@article{arxiv.2003.02372,
  title  = {Dynamic Experience Replay},
  author = {Jieliang Luo and Hui Li},
  journal= {arXiv preprint arXiv:2003.02372},
  year   = {2020}
}

Comments

10 pages, 5 figures, presented at 2019 Conference on Robot Learning (CoRL)

R2 v1 2026-06-23T14:04:25.214Z