Intrinsic Reward Policy Optimization for Sparse-Reward Environments
Minjae Cho, Huy Trong Tran
TL;DR
This work addresses the challenge of sparse rewards in reinforcement learning by introducing Intrinsic Reward Policy Optimization (IRPO), a framework that uses multiple intrinsic rewards to train exploratory policies and backpropagate their extrinsic signals to update a single base policy. By constructing an IRPO gradient and leveraging a bi-level actor-critic structure with Jacobian-enabled backpropagation, IRPO directly optimizes for extrinsic rewards without pretraining subpolicies. Empirical results show IRPO improves performance and sample efficiency across discrete and continuous tasks, and a formal analysis outlines the optimization dynamics and potential optimality under certain conditions. The approach offers a principled, scalable alternative to standard exploration methods and hierarchical RL for sparse-reward environments.
Abstract
Exploration is essential in reinforcement learning as an agent relies on trial and error to learn an optimal policy. However, when rewards are sparse, naive exploration strategies, like noise injection, are often insufficient. Intrinsic rewards can also provide principled guidance for exploration by, for example, combining them with extrinsic rewards to optimize a policy or using them to train subpolicies for hierarchical learning. However, the former approach suffers from unstable credit assignment, while the latter exhibits sample inefficiency and sub-optimality. We propose a policy optimization framework that leverages multiple intrinsic rewards to directly optimize a policy for an extrinsic reward without pretraining subpolicies. Our algorithm -- intrinsic reward policy optimization (IRPO) -- achieves this by using a surrogate policy gradient that provides a more informative learning signal than the true gradient in sparse-reward environments. We demonstrate that IRPO improves performance and sample efficiency relative to baselines in discrete and continuous environments, and formally analyze the optimization problem solved by IRPO. Our code is available at https://github.com/Mgineer117/IRPO.
