English

Exploration by Random Reward Perturbation

Machine Learning 2025-06-11 v1 Artificial Intelligence

Abstract

We introduce Random Reward Perturbation (RRP), a novel exploration strategy for reinforcement learning (RL). Our theoretical analyses demonstrate that adding zero-mean noise to environmental rewards effectively enhances policy diversity during training, thereby expanding the range of exploration. RRP is fully compatible with the action-perturbation-based exploration strategies, such as ϵ\epsilon-greedy, stochastic policies, and entropy regularization, providing additive improvements to exploration effects. It is general, lightweight, and can be integrated into existing RL algorithms with minimal implementation effort and negligible computational overhead. RRP establishes a theoretical connection between reward shaping and noise-driven exploration, highlighting their complementary potential. Experiments show that RRP significantly boosts the performance of Proximal Policy Optimization and Soft Actor-Critic, achieving higher sample efficiency and escaping local optima across various tasks, under both sparse and dense reward scenarios.

Keywords

Cite

@article{arxiv.2506.08737,
  title  = {Exploration by Random Reward Perturbation},
  author = {Haozhe Ma and Guoji Fu and Zhengding Luo and Jiele Wu and Tze-Yun Leong},
  journal= {arXiv preprint arXiv:2506.08737},
  year   = {2025}
}
R2 v1 2026-07-01T03:09:00.062Z