paper-with-me

홈 › Papers

Discovering and Exploiting Sparse Rewards in a Learned Behavior Space

2021-11-02 · Giuseppe Paolo, Miranda Coninx, Alban Laflaquière, Stephane Doncieux

Learning optimal policies in sparse rewards settings is difficult as the learning agent has little to no feedback on the quality of its actions. In these situations, a good strategy is to focus on exploration, hopefully leading to the discovery of a reward signal to improve on. A learning algorithm capable of dealing with this kind of settings has to be able to (1) explore possible agent behaviors and (2) exploit any possible discovered reward. Efficient exploration algorithms have been proposed that require to define a behavior space, that associates to an agent its resulting behavior in a space that is known to be worth exploring. The need to define this space is a limitation of these algorithms. In this work, we introduce STAX, an algorithm designed to learn a behavior space on-the-fly and to explore it while efficiently optimizing any reward discovered. It does so by separating the exploration and learning of the behavior space from the exploitation of the reward through an alternating two-steps process. In the first step, STAX builds a repertoire of diverse policies while learning a low-dimensional representation of the high-dimensional observations generated during the policies evaluation. In the exploitation step, emitters are used to optimize the performance of the discovered rewarding solutions. Experiments conducted on three different sparse reward environments show that STAX performs comparably to existing baselines while requiring much less prior information about the task as it autonomously builds the behavior space.

📄 PDF Abstract BibTeX arXiv:2111.01919

Code (1)

gpaolo/stax 공식 구현

Tasks

Efficient Exploration

Similar Papers 제목 키워드 기반

Discovering Options for Exploration by Minimizing Cover Time

2019-03-02 · Yuu Jinnai, Jee Won Park, David Abel, George Konidaris

One of the main challenges in reinforcement learning is solving tasks with sparse reward. We show that the difficulty of discovering a distant rewarding state in an MDP is bounded by the expected cover time of a random w…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Mol-AIR: Molecular Reinforcement Learning with Adaptive Intrinsic Rewards for Goal-directed Molecular Generation

2024-03-29 · Jinyeong Park, Jaegyoon Ahn, Jonghwan Choi, Jibum Kim

Optimizing techniques for discovering molecular structures with desired properties is crucial in artificial intelligence(AI)-based drug discovery. Combining deep generative models with reinforcement learning has emerged …

Drug Discoveryreinforcement-learningReinforcement Learning

Predictive Coding for Boosting Deep Reinforcement Learning with Sparse Rewards

2019-12-21 · Xingyu Lu, Stas Tiomkin, Pieter Abbeel

While recent progress in deep reinforcement learning has enabled robots to learn complex behaviors, tasks with long horizons and sparse rewards remain an ongoing challenge. In this work, we propose an effective reward sh…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Sparse Feature Circuits: Discovering and Editing Interpretable Causal Graphs in Language Models

2024-03-28 · Samuel Marks, Can Rager, Eric J. Michaud, Yonatan Belinkov 외

We introduce methods for discovering and applying sparse feature circuits. These are causally implicated subnetworks of human-interpretable features for explaining language model behaviors. Circuits identified in prior w…

Language ModelingLanguage Modelling

LiMIIRL: Lightweight Multiple-Intent Inverse Reinforcement Learning

2021-06-03 · Aaron J. Snoswell, Surya P. N. Singh, Nan Ye

Multiple-Intent Inverse Reinforcement Learning (MI-IRL) seeks to find a reward function ensemble to rationalize demonstrations of different but unlabelled intents. Within the popular expectation maximization (EM) framewo…

Clusteringreinforcement-learningReinforcement LearningReinforcement Learning (RL)