Papers › ExO-PPO: an Extended Off-policy Proximal Policy Optimization Algorithm

ExO-PPO: an Extended Off-policy Proximal Policy Optimization Algorithm

10 Feb 2026arXiv:2602.09726added by Syntology

Hanyong Wang, Menglong Yang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Deep reinforcement learning has been able to solve various tasks successfully, however, due to the construction of policy gradient and training dynamics, tuning deep reinforcement learning models remains challenging. As one of the most successful deep reinforcement-learning algorithm, the Proximal Policy Optimization algorithm (PPO) clips the policy gradient within a conservative on-policy updates, which ensures reliable and stable policy improvement. However, this training pattern may sacrifice sample efficiency. On the other hand, off-policy methods make more adequate use of data through sample reuse, though at the cost of increased the estimation variance and bias. To leverage the advantages of both, in this paper, we propose a new PPO variant based on the stability guarantee from conservative on-policy iteration with a more efficient off-policy data utilization. Specifically, we first derive an extended off-policy improvement from an expectation form of generalized policy improvement lower bound. Then, we extend the clipping mechanism with segmented exponential functions for a suitable surrogate objective function. Third, the trajectories generated by the past M policies are organized in the replay buffer for off-policy training. We refer to this method as Extended Off-policy Proximal Policy Optimization (ExO-PPO). Compared with PPO and some other state-of-the-art variants, we demonstrate an improved performance of ExO-PPO with balanced sample efficiency and stability on varied tasks in the empirical experiments.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.09726")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HarriWxy/ExO-PPO found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from HarriWxy/ExO-PPO. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

train_actor HarriWxy/ExO-PPO/Atari/AtariESppo.py found in paper text by Syntology unverified no licence file found · pointer only · bc9946ea45db84e1 · report
train_actor HarriWxy/ExO-PPO/Atari/AtariExoGe.py found in paper text by Syntology unverified no licence file found · pointer only · 93189dfbdf949651 · report
train_actor HarriWxy/ExO-PPO/Atari/AtariExoRe.py found in paper text by Syntology unverified no licence file found · pointer only · d72cd24c42712cf4 · report
train_actor HarriWxy/ExO-PPO/Atari/AtariExokl.py found in paper text by Syntology unverified no licence file found · pointer only · 7797600c3265bc5c · report
train_actor HarriWxy/ExO-PPO/Atari/AtariP3Okl.py found in paper text by Syntology unverified no licence file found · pointer only · 9f3d941a50a051b9 · report
train_actor HarriWxy/ExO-PPO/Atari/AtariPPOGe.py found in paper text by Syntology unverified no licence file found · pointer only · fe42fbabbaf2c98a · report
train_actor HarriWxy/ExO-PPO/Atari/AtariPPOep.py found in paper text by Syntology unverified no licence file found · pointer only · 2550a58caad0127b · report
train_actor HarriWxy/ExO-PPO/Atari/AtariPPOoffRe.py found in paper text by Syntology unverified no licence file found · pointer only · 211fa0359e45eec0 · report
train_critic HarriWxy/ExO-PPO/Atari/AtariESppo.py found in paper text by Syntology unverified no licence file found · pointer only · bf0a904a5ab773c2 · report
train_critic HarriWxy/ExO-PPO/Atari/AtariExoRe.py found in paper text by Syntology unverified no licence file found · pointer only · b19e773eaf67b8f4 · report
train_critic HarriWxy/ExO-PPO/Atari/AtariExokl.py found in paper text by Syntology unverified no licence file found · pointer only · 03c79d4cadf67251 · report
train_critic HarriWxy/ExO-PPO/Atari/AtariP3Okl.py found in paper text by Syntology unverified no licence file found · pointer only · 35ae1e2c388b3420 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.09726, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections