paper-with-me

Papers

Learning Diverse Options via InfoMax Termination Critic

2020-10-06 · Yuji Kanagawa, Tomoyuki Kaneko

We consider the problem of autonomously learning reusable temporally extended actions, or options, in reinforcement learning. While options can speed up transfer learning by serving as reusable building blocks, learning reusable options for unknown task distribution remains challenging. Motivated by the recent success of mutual information (MI) based skill learning, we hypothesize that more diverse options are more reusable. To this end, we propose a method for learning termination conditions of options by maximizing MI between options and corresponding state transitions. We derive a scalable approximation of this MI maximization via gradient ascent, yielding the InfoMax Termination Critic (IMTC) algorithm. Our experiments demonstrate that IMTC significantly improves the diversity of learned options without extrinsic rewards combined with an intrinsic option learning method. Moreover, we test the reusability of learned options by transferring options into various tasks, confirming that IMTC helps quick adaptation, especially in complex domains where an agent needs to manipulate objects.

📄 PDF Abstract BibTeX arXiv:2010.02756

Code (1)

kngwyu/infomax-option-critic 공식 구현 pytorch

Tasks

Continuous ControlDiversityreinforcement-learningReinforcement Learning (RL)Transfer Learning

Similar Papers 제목 키워드 기반

The Termination Critic

2019-02-26 · Anna Harutyunyan, Will Dabney, Diana Borsa, Nicolas Heess 외

In this work, we consider the problem of autonomously discovering behavioral abstractions, or options, for reinforcement learning agents. We propose an algorithm that focuses on the termination condition, as opposed to -…

Reinforcement Learning

Diversity-Enriched Option-Critic

2020-11-04 · Anand Kamat, Doina Precup

Temporal abstraction allows reinforcement learning agents to represent knowledge and develop strategies over different temporal scales. The option-critic framework has been demonstrated to learn temporally extended actio…

continuous-controlContinuous ControlDiversity

The Option-Critic Architecture

2016-09-16 · Pierre-Luc Bacon, Jean Harb, Doina Precup

Temporal abstraction is key to scaling up learning and planning in reinforcement learning. While planning with temporally extended actions is well understood, creating such abstractions autonomously from data has remaine…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning with Options that Terminate Off-Policy

2017-11-10 · Anna Harutyunyan, Peter Vrancx, Pierre-Luc Bacon, Doina Precup 외

A temporally abstract action, or an option, is specified by a policy and a termination condition: the policy guides option behavior, and the termination condition roughly determines its length. Generally, learning with l…

DAC: The Double Actor-Critic Architecture for Learning Options

2019-04-29 · NeurIPS 2019 12 · Shangtong Zhang, Shimon Whiteson

We reformulate the option framework as two parallel augmented MDPs. Under this novel formulation, all policy optimization algorithms can be used off the shelf to learn intra-option policies, option termination conditions…

Transfer Learning