LGAICVApr 4, 2025

Autonomous state-space segmentation for Deep-RL sparse reward scenarios

arXiv:2504.03420v1h-index: 15
Originality Incremental advance
AI Analysis

This addresses the problem of sparse rewards for deep reinforcement learning systems, but it is incremental, building on prior work on intrinsic motivations.

The authors tackled learning policies in sparse reward environments by proposing a two-level architecture that alternates between intrinsic exploration and goal-directed learning, achieving efficient path generation in the Gym SuperMarioBros environment without extrinsic rewards.

Dealing with environments with sparse rewards has always been crucial for systems developed to operate in autonomous open-ended learning settings. Intrinsic Motivations could be an effective way to help Deep Reinforcement Learning algorithms learn in such scenarios. In fact, intrinsic reward signals, such as novelty or curiosity, are generally adopted to improve exploration when extrinsic rewards are delayed or absent. Building on previous works, we tackle the problem of learning policies in the presence of sparse rewards by proposing a two-level architecture that alternates an ''intrinsically driven'' phase of exploration and autonomous sub-goal generation, to a phase of sparse reward, goal-directed policy learning. The idea is to build several small networks, each one specialized on a particular sub-path, and use them as starting points for future exploration without the need to further explore from scratch previously learnt paths. Two versions of the system have been trained and tested in the Gym SuperMarioBros environment without considering any additional extrinsic reward. The results show the validity of our approach and the importance of autonomously segment the environment to generate an efficient path towards the final goal.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes