paper-with-me

홈 › Papers

Learning to Reach Goals via Iterated Supervised Learning

2019-12-12 · ICLR 2021 1 · Dibya Ghosh, Abhishek Gupta, Ashwin Reddy, Justin Fu, Coline Devin, Benjamin Eysenbach, Sergey Levine

Current reinforcement learning (RL) algorithms can be brittle and difficult to use, especially when learning goal-reaching behaviors from sparse rewards. Although supervised imitation learning provides a simple and stable alternative, it requires access to demonstrations from a human supervisor. In this paper, we study RL algorithms that use imitation learning to acquire goal reaching policies from scratch, without the need for expert demonstrations or a value function. In lieu of demonstrations, we leverage the property that any trajectory is a successful demonstration for reaching the final state in that same trajectory. We propose a simple algorithm in which an agent continually relabels and imitates the trajectories it generates to progressively learn goal-reaching behaviors from scratch. Each iteration, the agent collects new trajectories using the latest policy, and maximizes the likelihood of the actions along these trajectories under the goal that was actually reached, so as to improve the policy. We formally show that this iterated supervised learning procedure optimizes a bound on the RL objective, derive performance bounds of the learned policy, and empirically demonstrate improved goal-reaching performance and robustness over current RL algorithms in several benchmark tasks.

📄 PDF Abstract BibTeX arXiv:1912.06088

Code (2)

dibyaghosh/gcsl 공식 구현 pytorch
notdibya/gcsl pytorch

Tasks

Multi-Goal Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

HIQL: Offline Goal-Conditioned RL with Latent States as Actions

2023-07-22 · NeurIPS 2023 11 · Seohong Park, Dibya Ghosh, Benjamin Eysenbach, Sergey Levine

Unsupervised pre-training has recently become the bedrock for computer vision and natural language processing. In reinforcement learning (RL), goal-conditioned RL can potentially provide an analogous self-supervised appr…

Reinforcement Learning (RL)Unsupervised Pre-training

IR-VIC: Unsupervised Discovery of Sub-goals for Transfer in RL

2019-07-24 · Nirbhay Modhe, Prithvijit Chattopadhyay, Mohit Sharma, Abhishek Das 외

We propose a novel framework to identify sub-goals useful for exploration in sequential decision making tasks under partial observability. We utilize the variational intrinsic control framework (Gregor et.al., 2016) whic…

Decision MakingHierarchical Reinforcement LearningSequential Decision Making

Relaxing Exclusive Control in Boolean Games

2017-07-27 · Francesco Belardinelli, Umberto Grandi, Andreas Herzig, Dominique Longin 외

In the typical framework for boolean games (BG) each player can change the truth value of some propositional atoms, while attempting to make her goal true. In standard BG goals are propositional formulas, whereas in iter…

LEAF: Latent Exploration Along the Frontier

2020-05-21 · Homanga Bharadhwaj, Animesh Garg, Florian Shkurti

Self-supervised goal proposal and reaching is a key component for exploration and efficient policy learning algorithms. Such a self-supervised approach without access to any oracle goal sampling distribution requires dee…

Goal-Conditioned Reinforcement Learning with Disentanglement-based Reachability Planning

2023-07-20 · Zhifeng Qian, Mingyu You, Hongjun Zhou, Xuanhui Xu 외

Goal-Conditioned Reinforcement Learning (GCRL) can enable agents to spontaneously set diverse goals to learn a set of skills. Despite the excellent works proposed in various fields, reaching distant goals in temporally e…

Disentanglementreinforcement-learningReinforcement Learning