paper-with-me

홈 › Papers

Intrinsic Reward Driven Imitation Learning via Generative Model

2020-06-26 · ICML 2020 1 · Xingrui Yu, Yueming Lyu, Ivor W. Tsang

Imitation learning in a high-dimensional environment is challenging. Most inverse reinforcement learning (IRL) methods fail to outperform the demonstrator in such a high-dimensional environment, e.g., Atari domain. To address this challenge, we propose a novel reward learning module to generate intrinsic reward signals via a generative model. Our generative method can perform better forward state transition and backward action encoding, which improves the module's dynamics modeling ability in the environment. Thus, our module provides the imitation agent both the intrinsic intention of the demonstrator and a better exploration ability, which is critical for the agent to outperform the demonstrator. Empirical results show that our method outperforms state-of-the-art IRL methods on multiple Atari games, even with one-life demonstration. Remarkably, our method achieves performance that is up to 5 times the performance of the demonstration.

📄 PDF Abstract BibTeX arXiv:2006.15061

Code (1)

xingruiyu/GIRIL 공식 구현 pytorch

Tasks

Atari GamesImitation LearningmodelReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Curiosity-driven Exploration in Sparse-reward Multi-agent Reinforcement Learning

2023-02-21 · Jiong Li, Pratik Gajane

Sparsity of rewards while applying a deep reinforcement learning method negatively affects its sample-efficiency. A viable solution to deal with the sparsity of rewards is to learn via intrinsic motivation which advocate…

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Large-Scale Study of Curiosity-Driven Learning

2018-08-13 · ICLR 2019 5 · Yuri Burda, Harri Edwards, Deepak Pathak, Amos Storkey 외

Reinforcement learning algorithms rely on carefully engineering environment rewards that are extrinsic to the agent. However, annotating each environment with hand-designed, dense rewards is not scalable, motivating the …

Atari GamesPredictionReinforcement LearningSNES Games

Generative Intrinsic Optimization: Intrinsic Control with Model Learning

2023-10-12 · Jianfei Ma

Future sequence represents the outcome after executing the action into the environment (i.e. the trajectory onwards). When driven by the information-theoretic concept of mutual information, it seeks maximally informative…

Decision MakingImitation Learningmodel

CLUE: Calibrated Latent Guidance for Offline Reinforcement Learning

2023-06-23 · Jinxin Liu, Lipeng Zu, Li He, Donglin Wang

Offline reinforcement learning (RL) aims to learn an optimal policy from pre-collected and labeled datasets, which eliminates the time-consuming data collection in online RL. However, offline RL still bears a large burde…

Imitation LearningOffline RLreinforcement-learningReinforcement Learning+1

Beyond Surprise: Improving Exploration Through Surprise Novelty

2023-08-09 · Hung Le, Kien Do, Dung Nguyen, Svetha Venkatesh

We present a new computing model for intrinsic rewards in reinforcement learning that addresses the limitations of existing surprise-driven explorations. The reward is the novelty of the surprise rather than the surprise…

Atari GamesRetrieval