paper-with-me

홈 › Papers

OptionGAN: Learning Joint Reward-Policy Options using Generative Adversarial Inverse Reinforcement Learning

2017-09-20 · Peter Henderson, Wei-Di Chang, Pierre-Luc Bacon, David Meger, Joelle Pineau, Doina Precup

Reinforcement learning has shown promise in learning policies that can solve complex problems. However, manually specifying a good reward function can be difficult, especially for intricate tasks. Inverse reinforcement learning offers a useful paradigm to learn the underlying reward function directly from expert demonstrations. Yet in reality, the corpus of demonstrations may contain trajectories arising from a diverse set of underlying reward functions rather than a single one. Thus, in inverse reinforcement learning, it is useful to consider such a decomposition. The options framework in reinforcement learning is specifically designed to decompose policies in a similar light. We therefore extend the options framework and propose a method to simultaneously recover reward options in addition to policy options. We leverage adversarial methods to learn joint reward-policy options using only observed expert states. We show that this approach works well in both simple and complex continuous control tasks and shows significant performance increases in one-shot transfer learning.

📄 PDF Abstract BibTeX arXiv:1709.06683

Code (1)

Breakend/OptionGAN 공식 구현 tf

Tasks

continuous-controlContinuous ControlImitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Similar Papers 제목 키워드 기반

Multi-agent Deep Covering Skill Discovery

2022-10-07 · Jiayu Chen, Marina Haliem, Tian Lan, Vaneet Aggarwal

The use of skills (a.k.a., options) can greatly accelerate exploration in reinforcement learning, especially when only sparse reward signals are available. While option discovery methods have been proposed for individual…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Learning Intrinsically Motivated Options to Stimulate Policy Exploration

2020-06-12 · ICML Workshop LifelongML 2020 7 · Louis Bagot, Kevin Mets, Steven Latré

A Reinforcement Learning (RL) agent needs to find an optimal sequence of actions in order to maximize rewards. This requires consistent exploration of states and action sequences to ensure the policy found is optimal. On…

reinforcement-learningReinforcement Learning (RL)

Inducing Reusable Skills From Demonstrations with Option-Controller Network

2021-09-29 · Siyuan Zhou, Yikang Shen, Yuchen Lu, Aaron Courville 외

Humans can decompose previous experiences into skills and reuse them to enable fast learning in the future. Inspired by this process, we propose a new model called Option-Controller Network (OCN), which is a bi-level rec…

On Convergence of Average-Reward Off-Policy Control Algorithms in Weakly Communicating MDPs

2022-09-30 · Yi Wan, Richard S. Sutton

We show two average-reward off-policy control algorithms, Differential Q-learning (Wan, Naik, & Sutton 2021a) and RVI Q-learning (Abounadi Bertsekas & Borkar 2001), converge in weakly communicating MDPs. Weakly communica…

Q-Learning

Reward-Respecting Subtasks for Model-Based Reinforcement Learning

2022-02-07 · Richard S. Sutton, Marlos C. Machado, G. Zacharias Holland, David Szepesvari 외

To achieve the ambitious goals of artificial intelligence, reinforcement learning must include planning with a model of the world that is abstract in state and time. Deep learning has made progress with state abstraction…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)