paper-with-me

홈 › Papers

Solving Robotics Tasks with Prior Demonstration via Exploration-Efficient Deep Reinforcement Learning

2025-09-04 · Chengyandan Shen, Christoffer Sloth arxiv

This paper proposes an exploration-efficient Deep Reinforcement Learning with Reference policy (DRLR) framework for learning robotics tasks that incorporates demonstrations. The DRLR framework is developed based on an algorithm called Imitation Bootstrapped Reinforcement Learning (IBRL). We propose to improve IBRL by modifying the action selection module. The proposed action selection module provides a calibrated Q-value, which mitigates the bootstrapping error that otherwise leads to inefficient exploration. Furthermore, to prevent the RL policy from converging to a sub-optimal policy, SAC is used as the RL policy instead of TD3. The effectiveness of our method in mitigating bootstrapping error and preventing overfitting is empirically validated by learning two robotics tasks: bucket loading and open drawer, which require extensive interactions with the environment. Simulation results also demonstrate the robustness of the DRLR framework across tasks with both low and high state-action dimensions, and varying demonstration qualities. To evaluate the developed framework on a real-world industrial robotics task, the bucket loading task is deployed on a real wheel loader. The sim2real results validate the successful deployment of the DRLR framework.

📄 PDF Abstract BibTeX arXiv:2509.04069

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Action Priors for Large Action Spaces in Robotics

2021-01-11 · Ondrej Biza, Dian Wang, Robert Platt, Jan-Willem van de Meent 외

In robotics, it is often not possible to learn useful policies using pure model-free reinforcement learning without significant reward shaping or curriculum learning. As a consequence, many researchers rely on expert dem…

reinforcement-learningReinforcement Learning (RL)Robotic GraspingTransfer Learning+1

Leveraging Demonstrations for Deep Reinforcement Learning on Robotics Problems with Sparse Rewards

2017-07-27 · Mel Vecerik, Todd Hester, Jonathan Scholz, Fumin Wang 외

We propose a general and model-free approach for Reinforcement Learning (RL) on real robotics with sparse rewards. We build upon the Deep Deterministic Policy Gradient (DDPG) algorithm to use demonstrations. Both demonst…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Wish you were here: Hindsight Goal Selection for long-horizon dexterous manipulation

2021-12-01 · ICLR 2022 4 · Todor Davchev, Oleg Sushkov, Jean-Baptiste Regli, Stefan Schaal 외

Complex sequential tasks in continuous-control settings often require agents to successfully traverse a set of "narrow passages" in their state space. Solving such tasks with a sparse reward in a sample-efficient manner …

continuous-controlContinuous ControlReinforcement Learning (RL)

Guided Exploration with Proximal Policy Optimization using a Single Demonstration

2020-07-07 · Gabriele Libardi, Gianni de Fabritiis

Solving sparse reward tasks through exploration is one of the major challenges in deep reinforcement learning, especially in three-dimensional, partially-observable environments. Critically, the algorithm proposed in thi…

Deep Reinforcement Learning

Overcoming Exploration in Reinforcement Learning with Demonstrations

2017-09-28 · Ashvin Nair, Bob McGrew, Marcin Andrychowicz, Wojciech Zaremba 외

Exploration in environments with sparse rewards has been a persistent problem in reinforcement learning (RL). Many tasks are natural to specify with a sparse reward, and manually shaping a reward function can result in s…

continuous-controlContinuous ControlReinforcement LearningReinforcement Learning (RL)