paper-with-me

홈 › Papers

Learning from demonstrations with SACR2: Soft Actor-Critic with Reward Relabeling

2021-10-27 · Jesus Bujalance Martin, Raphael Chekroun, Fabien Moutarde

During recent years, deep reinforcement learning (DRL) has made successful incursions into complex decision-making applications such as robotics, autonomous driving or video games. Off-policy algorithms tend to be more sample-efficient than their on-policy counterparts, and can additionally benefit from any off-policy data stored in the replay buffer. Expert demonstrations are a popular source for such data: the agent is exposed to successful states and actions early on, which can accelerate the learning process and improve performance. In the past, multiple ideas have been proposed to make good use of the demonstrations in the buffer, such as pretraining on demonstrations only or minimizing additional cost functions. We carry on a study to evaluate several of these ideas in isolation, to see which of them have the most significant impact. We also present a new method for sparse-reward tasks, based on a reward bonus given to demonstrations and successful episodes. First, we give a reward bonus to the transitions coming from demonstrations to encourage the agent to match the demonstrated behaviour. Then, upon collecting a successful episode, we relabel its transitions with the same bonus before adding them to the replay buffer, encouraging the agent to also match its previous successes. The base algorithm for our experiments is the popular Soft Actor-Critic (SAC), a state-of-the-art off-policy algorithm for continuous action spaces. Our experiments focus on manipulation robotics, specifically on a 3D reaching task for a robotic arm in simulation. We show that our method SACR2 based on reward relabeling improves the performance on this task, even in the absence of demonstrations.

📄 PDF Abstract BibTeX arXiv:2110.14464

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDecision MakingDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

Economic Battery Storage Dispatch with Deep Reinforcement Learning from Rule-Based Demonstrations

2025-04-06 · Manuel Sage, Martin Staniszewski, Yaoyao Fiona Zhao

The application of deep reinforcement learning algorithms to economic battery dispatch problems has significantly increased recently. However, optimizing battery dispatch over long horizons can be challenging due to dela…

Deep Reinforcement Learning

Monte Carlo Augmented Actor-Critic for Sparse Reward Deep Reinforcement Learning from Suboptimal Demonstrations

2022-10-14 · Albert Wilcox, Ashwin Balakrishna, Jules Dedieu, Wyame Benslimane 외

Providing densely shaped reward functions for RL algorithms is often exceedingly challenging, motivating the development of RL algorithms that can learn from easier-to-specify sparse reward functions. This sparsity poses…

continuous-controlContinuous ControlDeep Reinforcement Learning

Reduced-Order Model-Guided Reinforcement Learning for Demonstration-Free Humanoid Locomotion

2025-09-23 · Shuai Liu, Meng Cheng Lau arxiv

We introduce Reduced-Order Model-Guided Reinforcement Learning (ROM-GRL), a two-stage reinforcement learning framework for humanoid walking that requires no motion capture data or elaborate reward shaping. In the first s…

Reinforcement Learning

Demonstration Actor Critic

2019-09-25 · Guoqing Liu, Li Zhao, Pushi Zhang, Jiang Bian 외

We study the problem of \textit{Reinforcement learning from demonstrations (RLfD)}, where the learner is provided with both some expert demonstrations and reinforcement signals from the environment. One approach leverage…

SQIL: Imitation Learning via Reinforcement Learning with Sparse Rewards

2019-05-27 · ICLR 2020 1 · Siddharth Reddy, Anca D. Dragan, Sergey Levine

Learning to imitate expert behavior from demonstrations can be challenging, especially in environments with high-dimensional, continuous observations and unknown dynamics. Supervised learning methods based on behavioral …

Imitation LearningMuJoCoQ-Learningreinforcement-learning+2