paper-with-me

홈 › Papers

The impact of intrinsic rewards on exploration in Reinforcement Learning

2025-01-20 · Aya Kayal, Eduardo Pignatelli, Laura Toni

One of the open challenges in Reinforcement Learning is the hard exploration problem in sparse reward environments. Various types of intrinsic rewards have been proposed to address this challenge by pushing towards diversity. This diversity might be imposed at different levels, favouring the agent to explore different states, policies or behaviours (State, Policy and Skill level diversity, respectively). However, the impact of diversity on the agent's behaviour remains unclear. In this work, we aim to fill this gap by studying the effect of different levels of diversity imposed by intrinsic rewards on the exploration patterns of RL agents. We select four intrinsic rewards (State Count, Intrinsic Curiosity Module (ICM), Maximum Entropy, and Diversity is all you need (DIAYN)), each pushing for a different diversity level. We conduct an empirical study on MiniGrid environment to compare their impact on exploration considering various metrics related to the agent's exploration, namely: episodic return, observation coverage, agent's position coverage, policy entropy, and timeframes to reach the sparse reward. The main outcome of the study is that State Count leads to the best exploration performance in the case of low-dimensional observations. However, in the case of RGB observations, the performance of State Count is highly degraded mostly due to representation learning challenges. Conversely, Maximum Entropy is less impacted, resulting in a more robust exploration, despite being not always optimal. Lastly, our empirical study revealed that learning diverse skills with DIAYN, often linked to improved robustness and generalisation, does not promote exploration in MiniGrid environments. This is because: i) learning the skill space itself can be challenging, and ii) exploration within the skill space prioritises differentiating between behaviours rather than achieving uniform state visitation.

📄 PDF Abstract BibTeX arXiv:2501.11533

Code (0)

등록된 구현이 없습니다.

Tasks

Diversityreinforcement-learningReinforcement LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Decoupled Reinforcement Learning to Stabilise Intrinsically-Motivated Exploration

2021-07-19 · ICML Workshop URL 2021 7 · Lukas Schäfer, Filippos Christianos, Josiah P. Hanna, Stefano V. Albrecht

Intrinsic rewards can improve exploration in reinforcement learning, but the exploration process may suffer from instability caused by non-stationary reward shaping and strong dependency on hyperparameters. In this work,…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Successor-Predecessor Intrinsic Exploration

2023-05-24 · NeurIPS 2023 11 · Changmin Yu, Neil Burgess, Maneesh Sahani, Samuel J. Gershman

Exploration is essential in reinforcement learning, particularly in environments where external rewards are sparse. Here we focus on exploration with intrinsic rewards, where the agent transiently augments the external r…

Atari GamesDeep Reinforcement LearningEfficient Explorationreinforcement-learning+1

Deep Reinforcement Learning with Hybrid Intrinsic Reward Model

2025-01-22 · Mingqi Yuan, Bo Li, Xin Jin, Wenjun Zeng

Intrinsic reward shaping has emerged as a prevalent approach to solving hard-exploration and sparse-rewards environments in reinforcement learning (RL). While single intrinsic rewards, such as curiosity-driven or novelty…

Deep Reinforcement LearningDiversitymodelreinforcement-learning+2

Modeling Affect-based Intrinsic Rewards for Exploration and Learning

2019-12-01 · Dean Zadok, Daniel McDuff, Ashish Kapoor

Positive affect has been linked to increased interest, curiosity and satisfaction in human learning. In reinforcement learning, extrinsic rewards are often sparse and difficult to define, intrinsically motivated learning…

Reinforcement Learning

Individual Contributions as Intrinsic Exploration Scaffolds for Multi-agent Reinforcement Learning

2024-05-28 · Xinran Li, Zifan Liu, Shibo Chen, Jun Zhang

In multi-agent reinforcement learning (MARL), effective exploration is critical, especially in sparse reward environments. Although introducing global intrinsic rewards can foster exploration in such settings, it often c…

Multi-agent Reinforcement LearningSMACSMAC+Starcraft