Pith. sign in

REVIEW 2 cited by

PTR-PPO: Proximal Policy Optimization with Prioritized Trajectory Replay

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2112.03798 v2 pith:SDOJW5VY submitted 2021-12-07 cs.LG

PTR-PPO: Proximal Policy Optimization with Prioritized Trajectory Replay

classification cs.LG
keywords trajectorypolicyprioritiesreplayalgorithmperformanceprioritizedptr-ppo
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Evolutionary Enhanced Multi-Agent Reinforcement Learning for Cooperative Air Combat

    cs.AI 2026-05 unverdicted novelty 5.0

    ACE-MAPPO combines genetic soft updates, evolutionary replay, and adversarial curriculum learning with MAPPO to improve stability, speed, and win rate in cooperative air combat simulations.

  2. Not All Transitions Matter: Evidence from PPO

    cs.LG 2026-05 unverdicted novelty 3.0

    Randomly dropping 25% of transitions in PPO rollouts stabilizes training dynamics across five environments while matching vanilla PPO reward performance.