paper-with-me

홈 › Papers

Learning by Playing - Solving Sparse Reward Tasks from Scratch

2018-02-28 · ICML 2018 7 · Martin Riedmiller, Roland Hafner, Thomas Lampe, Michael Neunert, Jonas Degrave, Tom Van de Wiele, Volodymyr Mnih, Nicolas Heess, Jost Tobias Springenberg

We propose Scheduled Auxiliary Control (SAC-X), a new learning paradigm in the context of Reinforcement Learning (RL). SAC-X enables learning of complex behaviors - from scratch - in the presence of multiple sparse reward signals. To this end, the agent is equipped with a set of general auxiliary tasks, that it attempts to learn simultaneously via off-policy RL. The key idea behind our method is that active (learned) scheduling and execution of auxiliary policies allows the agent to efficiently explore its environment - enabling it to excel at sparse reward RL. Our experiments in several challenging robotic manipulation settings demonstrate the power of our approach.

📄 PDF Abstract BibTeX arXiv:1802.10567

Code (2)

hu-po/pySACQ 공식 구현 pytorch
utiasSTARS/vpace tf

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Scheduling

Similar Papers 제목 키워드 기반

Accelerating Exploration with Unlabeled Prior Data

2023-11-09 · NeurIPS 2023 11 · Qiyang Li, Jason Zhang, Dibya Ghosh, Amy Zhang 외

Learning to solve tasks from a sparse reward signal is a major challenge for standard reinforcement learning (RL) algorithms. However, in the real world, agents rarely need to solve sparse reward tasks entirely from scra…

Reinforcement Learning (RL)

Residual Reinforcement Learning from Demonstrations

2021-06-15 · Minttu Alakuijala, Gabriel Dulac-Arnold, Julien Mairal, Jean Ponce 외

Residual reinforcement learning (RL) has been proposed as a way to solve challenging robotic tasks by adapting control actions from a conventional feedback controller to maximize a reward signal. We extend the residual f…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Knowledge accumulating: The general pattern of learning

2021-08-09 · Zhuoran Xu, Hao liu

Artificial Intelligence has been developed for decades with the achievement of great progress. Recently, deep learning shows its ability to solve many real world problems, e.g. image classification and detection, natural…

image-classificationImage ClassificationReinforcement Learning (RL)

Semi-Supervised Policy Initialization for Playing Games with Language Hints

2021-06-01 · NAACL 2021 4 · Tsu-Jui Fu, William Yang Wang

Using natural language as a hint can supply an additional reward for playing sparse-reward games. Achieving a goal should involve several different hints, while the given hints are usually incomplete. Those unmentioned l…

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