Rewarded Region Replay (R3) for Policy Learning with Discrete Action Space
Bangzheng Li, Ningshan Ma, Zifan Wang

TL;DR
The paper introduces Rewarded Region Replay (R3), an on-policy reinforcement learning algorithm that enhances sample efficiency and outperforms PPO and DDQN in discrete and dense reward environments by leveraging a replay buffer of successful trajectories.
Contribution
The paper proposes R3, a novel on-policy algorithm that uses a replay buffer of successful trajectories with importance sampling, reducing variance and improving performance in discrete and dense reward environments.
Findings
R3 outperforms PPO in Minigrid environments with sparse rewards.
R3 surpasses DDQN in DoorKeyEnv.
Dense R3 (DR3) outperforms PPO in Cartpole-V1.
Abstract
We introduce a new on-policy algorithm called Rewarded Region Replay (R3), which significantly improves on PPO in solving environments with discrete action spaces. R3 improves sample efficiency by using a replay buffer which contains past successful trajectories with reward above a certain threshold, which are used to update a PPO agent with importance sampling. Crucially, we discard the importance sampling factors which are above a certain ratio to reduce variance and stabilize training. We found that R3 significantly outperforms PPO in Minigrid environments with sparse rewards and discrete action space, such as DoorKeyEnv and CrossingEnv, and moreover we found that the improvement margin of our method versus baseline PPO increases with the complexity of the environment. We also benchmarked the performance of R3 against DDQN (Double Deep Q-Network), which is a standard baseline in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare
MethodsEntropy Regularization · Proximal Policy Optimization
