paper-with-me

홈 › Papers

Match or Replay: Self Imitating Proximal Policy Optimization

2026-03-29 · Gaurav Chaudhary, Laxmidhar Behera, Washim Uddin Mondal arxiv

Reinforcement Learning (RL) agents often struggle with inefficient exploration, particularly in environments with sparse rewards. Traditional exploration strategies can lead to slow learning and suboptimal performance because agents fail to systematically build on previously successful experiences, thereby reducing sample efficiency. To tackle this issue, we propose a self-imitating on-policy algorithm that enhances exploration and sample efficiency by leveraging past high-reward state-action pairs to guide policy updates. Our method incorporates self-imitation by using optimal transport distance in dense reward environments to prioritize state visitation distributions that match the most rewarding trajectory. In sparse-reward environments, we uniformly replay successful self-encountered trajectories to facilitate structured exploration. Experimental results across diverse environments demonstrate substantial improvements in learning efficiency, including MuJoCo for dense rewards and the partially observable 3D Animal-AI Olympics and multi-goal PointMaze for sparse rewards. Our approach achieves faster convergence and significantly higher success rates compared to state-of-the-art self-imitating RL baselines. These findings underscore the potential of self-imitation as a robust strategy for enhancing exploration in RL, with applicability to more complex tasks.

📄 PDF Abstract BibTeX arXiv:2603.27515

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Self-Supervised On-Policy Reinforcement Learning via Contrastive Proximal Policy Optimisation

2026-05-13 · Asim Osman, Sasha Abramowitz, Mark Bergh, Ulrich Armel Mbou Sob 외 arxiv

Contrastive reinforcement learning (CRL) learns goal-conditioned Q-values through a contrastive objective over state-action and goal representations, removing the need for hand-crafted reward functions. Despite impressiv…

Self-Supervised LearningReinforcement Learning

Hindsight Experience Replay Accelerates Proximal Policy Optimization

2024-10-29 · Douglas C. Crowder, Darrien M. McKenzie, Matthew L. Trappett, Frances S. Chance

Hindsight experience replay (HER) accelerates off-policy reinforcement learning algorithms for environments that emit sparse rewards by modifying the goal of the episode post-hoc to be some state achieved during the epis…

reinforcement-learningReinforcement Learning

Maximum Entropy Hindsight Experience Replay

2024-10-31 · Douglas C. Crowder, Matthew L. Trappett, Darrien M. McKenzie, Frances S. Chance

Hindsight experience replay (HER) is well-known to accelerate goal-based reinforcement learning (RL). While HER is generally applied to off-policy RL algorithms, we previously showed that HER can also accelerate on-polic…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

PTR-PPO: Proximal Policy Optimization with Prioritized Trajectory Replay

2021-12-07 · Xingxing Liang, Yang Ma, Yanghe Feng, Zhong Liu

On-policy deep reinforcement learning algorithms have low data utilization and require significant experience for policy improvement. This paper proposes a proximal policy optimization algorithm with prioritized trajecto…

Deep Reinforcement Learning

AMBER: Adaptive Multi-Batch Experience Replay for Continuous Action Control

2017-10-12 · Seungyul Han, Youngchul Sung

In this paper, a new adaptive multi-batch experience replay scheme is proposed for proximal policy optimization (PPO) for continuous action control. On the contrary to original PPO, the proposed scheme uses the batch sam…

continuous-controlContinuous Control