paper-with-me

홈 › Papers

Generalized Back-Stepping Experience Replay in Sparse-Reward Environments

2024-12-20 · Guwen Lyu, Masahiro Sato

Back-stepping experience replay (BER) is a reinforcement learning technique that can accelerate learning efficiency in reversible environments. BER trains an agent with generated back-stepping transitions of collected experiences and normal forward transitions. However, the original algorithm is designed for a dense-reward environment that does not require complex exploration, limiting the BER technique to demonstrate its full potential. Herein, we propose an enhanced version of BER called Generalized BER (GBER), which extends the original algorithm to sparse-reward environments, particularly those with complex structures that require the agent to explore. GBER improves the performance of BER by introducing relabeling mechanism and applying diverse sampling strategies. We evaluate our modified version, which is based on a goal-conditioned deep deterministic policy gradient offline learning algorithm, across various maze navigation environments. The experimental results indicate that the GBER algorithm can significantly boost the performance and stability of the baseline algorithm in various sparse-reward environments, especially those with highly structural symmetricity.

📄 PDF Abstract BibTeX arXiv:2412.15525

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Back-stepping Experience Replay with Application to Model-free Reinforcement Learning for a Soft Snake Robot

2024-01-21 · Xinda Qi, Dong Chen, Zhaojian Li, Xiaobo Tan

In this paper, we propose a novel technique, Back-stepping Experience Replay (BER), that is compatible with arbitrary off-policy reinforcement learning (RL) algorithms. BER aims to enhance learning efficiency in systems …

FrictionReinforcement Learning (RL)

Reverse Experience Replay

2019-10-19 · Egor Rotinov

This paper describes an improvement in Deep Q-learning called Reverse Experience Replay (also RER) that solves the problem of sparse rewards and helps to deal with reward maximizing tasks by sampling transitions successi…

Q-Learning

A Song of Ice and Fire: Analyzing Textual Autotelic Agents in ScienceWorld

2023-02-10 · Laetitia Teodorescu, Xingdi Yuan, Marc-Alexandre Côté, Pierre-Yves Oudeyer

Building open-ended agents that can autonomously discover a diversity of behaviours is one of the long-standing goals of artificial intelligence. This challenge can be studied in the framework of autotelic RL agents, i.e…

Diversity

Towards a MATLAB Toolbox to compute backstepping kernels using the power series method

2024-03-24 · Xin Lin, Rafael Vazquez, Miroslav Krstic

In this paper, we extend our previous work on the power series method for computing backstepping kernels. Our first contribution is the development of initial steps towards a MATLAB toolbox dedicated to backstepping kern…

Sample Efficiency in Sparse Reinforcement Learning: Or Your Money Back

2020-08-28 · Trevor A. McInroe

Sparse rewards present a difficult problem in reinforcement learning and may be inevitable in certain domains with complex dynamics such as real-world robotics. Hindsight Experience Replay (HER) is a recent replay memory…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)