paper-with-me

홈 › Papers

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 trajectory replay (PTR-PPO) that combines on-policy and off-policy methods to improve sampling efficiency by prioritizing the replay of trajectories generated by old policies. We first design three trajectory priorities based on the characteristics of trajectories: the first two being max and mean trajectory priorities based on one-step empirical generalized advantage estimation (GAE) values and the last being reward trajectory priorities based on normalized undiscounted cumulative reward. Then, we incorporate the prioritized trajectory replay into the PPO algorithm, propose a truncated importance weight method to overcome the high variance caused by large importance weights under multistep experience, and design a policy improvement loss function for PPO under off-policy conditions. We evaluate the performance of PTR-PPO in a set of Atari discrete control tasks, achieving state-of-the-art performance. In addition, by analyzing the heatmap of priority changes at various locations in the priority memory during training, we find that memory size and rollout length can have a significant impact on the distribution of trajectory priorities and, hence, on the performance of the algorithm.

📄 PDF Abstract BibTeX arXiv:2112.03798

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
Heatmap 설명 없음

Similar Papers 제목 키워드 기반

RLVR without Ineffective Samples: Group Prioritized Off-Policy Optimization for LLM Reasoning

2026-05-31 · Yixiu Mao, Yun Qu, Qi Wang, Heming Zou 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a powerful paradigm for enhancing the reasoning capabilities of large language models (LLMs). However, its effectiveness is substantially hindered by t…

Reinforcement Learning

D-SPEAR: Dual-Stream Prioritized Experience Adaptive Replay for Stable Reinforcement Learning in Robotic Manipulation

2026-03-28 · Yu Zhang, Karl Mason arxiv

Robotic manipulation remains challenging for reinforcement learning due to contact-rich dynamics, long horizons, and training instability. Although off-policy actor-critic algorithms such as SAC and TD3 perform well in s…

Reinforcement Learning

Prioritized Trajectory Replay: A Replay Memory for Data-driven Reinforcement Learning

2023-06-27 · Jinyi Liu, Yi Ma, Jianye Hao, Yujing Hu 외

In recent years, data-driven reinforcement learning (RL), also known as offline RL, have gained significant attention. However, the role of data sampling techniques in offline RL has been overlooked despite its potential…

D4RLOffline RLreinforcement-learningReinforcement Learning (RL)

Enhancing PPO with Trajectory-Aware Hybrid Policies

2025-02-21 · Qisai Liu, Zhanhong Jiang, Hsin-Jung Yang, Mahsa Khosravi 외

Proximal policy optimization (PPO) is one of the most popular state-of-the-art on-policy algorithms that has become a standard baseline in modern reinforcement learning with applications in numerous fields. Though it del…

continuous-controlContinuous Control

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