paper-with-me

Papers

Towards Improving Exploration in Self-Imitation Learning using Intrinsic Motivation

2022-11-30 · Alain Andres, Esther Villar-Rodriguez, Javier Del Ser

Reinforcement Learning has emerged as a strong alternative to solve optimization tasks efficiently. The use of these algorithms highly depends on the feedback signals provided by the environment in charge of informing about how good (or bad) the decisions made by the learned agent are. Unfortunately, in a broad range of problems the design of a good reward function is not trivial, so in such cases sparse reward signals are instead adopted. The lack of a dense reward function poses new challenges, mostly related to exploration. Imitation Learning has addressed those problems by leveraging demonstrations from experts. In the absence of an expert (and its subsequent demonstrations), an option is to prioritize well-suited exploration experiences collected by the agent in order to bootstrap its learning process with good exploration behaviors. However, this solution highly depends on the ability of the agent to discover such trajectories in the early stages of its learning process. To tackle this issue, we propose to combine imitation learning with intrinsic motivation, two of the most widely adopted techniques to address problems with sparse reward. In this work intrinsic motivation is used to encourage the agent to explore the environment based on its curiosity, whereas imitation learning allows repeating the most promising experiences to accelerate the learning process. This combination is shown to yield an improved performance and better generalization in procedurally-generated environments, outperforming previously reported self-imitation learning methods and achieving equal or better sample efficiency with respect to intrinsic motivation in isolation.

📄 PDF Abstract BibTeX arXiv:2211.16838

Code (1)

aklein1995/exploration_sil_im 공식 구현 tf

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Self-supervised network distillation: an effective approach to exploration in sparse reward environments

2023-02-22 · Matej Pecháč, Michal Chovanec, Igor Farkaš

Reinforcement learning can solve decision-making problems and train an agent to behave in an environment according to a predesigned reward function. However, such an approach becomes very problematic if the reward is too…

Atari GamesDecision MakingNovelty Detectionreinforcement-learning+2

CIM: Constrained Intrinsic Motivation for Sparse-Reward Continuous Control

2022-11-28 · Xiang Zheng, Xingjun Ma, Cong Wang

Intrinsic motivation is a promising exploration technique for solving reinforcement learning tasks with sparse or absent extrinsic rewards. There exist two technical challenges in implementing intrinsic motivation: 1) ho…

continuous-controlContinuous ControlEfficient Exploration

PreND: Enhancing Intrinsic Motivation in Reinforcement Learning through Pre-trained Network Distillation

2024-10-02 · Mohammadamin Davoodabadi, Negin Hashemi Dijujin, Mahdieh Soleymani Baghshah

Intrinsic motivation, inspired by the psychology of developmental learning in infants, stimulates exploration in agents without relying solely on sparse external rewards. Existing methods in reinforcement learning like R…

Developmental Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Autotelic Reinforcement Learning: Exploring Intrinsic Motivations for Skill Acquisition in Open-Ended Environments

2025-02-06 · Prakhar Srivastava, Jasmeet Singh

This paper presents a comprehensive overview of autotelic Reinforcement Learning (RL), emphasizing the role of intrinsic motivations in the open-ended formation of skill repertoires. We delineate the distinctions between…

Reinforcement Learning (RL)

Noisy Agents: Self-supervised Exploration by Predicting Auditory Events

2020-07-27 · Chuang Gan, Xiaoyu Chen, Phillip Isola, Antonio Torralba 외

Humans integrate multiple sensory modalities (e.g. visual and audio) to build a causal understanding of the physical world. In this work, we propose a novel type of intrinsic motivation for Reinforcement Learning (RL) th…

Atari GamesReinforcement Learning (RL)