Papers › Dimension-Wise Importance Sampling Weight Clipping for Sample-Efficient Reinforcement Learning

Dimension-Wise Importance Sampling Weight Clipping for Sample-Efficient Reinforcement Learning

7 May 2019arXiv:1905.02363archive 2025-07-28

Seungyul Han, Youngchul Sung

In importance sampling (IS)-based reinforcement learning algorithms such as Proximal Policy Optimization (PPO), IS weights are typically clipped to avoid large variance in learning. However, policy update from clipped statistics induces large bias in tasks with high action dimensions, and bias from clipping makes it difficult to reuse old samples with large IS weights. In this paper, we consider PPO, a representative on-policy algorithm, and propose its improvement by dimension-wise IS weight clipping which separately clips the IS weight of each action dimension to avoid large bias and adaptively controls the IS weight to bound policy update from the current policy. This new technique enables efficient learning for high action-dimensional tasks and reusing of old samples like in off-policy learning to increase the sample efficiency. Numerical results show that the proposed new algorithm outperforms PPO and other RL algorithms in various Open AI Gym tasks.

PaperPDFCodeCode 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="1905.02363")

Code

Syntology Ran 6 of 19 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

seungyulhan/disc officialmentioned in papertfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

19 samples harvested; 6 ran; 1 honoured the contract we drafted; 13 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.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
2ran
13unverified

Licence: 18 of the 19 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 seungyulhan/disc. “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.

constfn seungyulhan/disc/baselines/DISC/DISC.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 8758308dc6c0727f · report
profile seungyulhan/disc/baselines/logger.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 98948fae5be7e92e · report
register seungyulhan/disc/baselines/common/models.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · a44574392d168384 · report
safemean seungyulhan/disc/baselines/DISC/DISC.py official repository ran · honoured contract fingerprinted MIT (permissive) · a7b323241cd70612 · report
sf01 seungyulhan/disc/baselines/DISC/DISC.py official repository ran · violated contract MIT recorded; this copy not marked cleared · pointer only · baf2a28d376d7803 · report
shape_el seungyulhan/disc/baselines/common/distributions.py official repository ran MIT recorded; this copy not marked cleared · pointer only · aad5113d0b095522 · report
cg seungyulhan/disc/baselines/common/cg.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · a14fa85826d8091c · report
colorize seungyulhan/disc/baselines/common/console_util.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 2d39cd1166fa0004 · report
find_task_for_env_id_in_any_benchmark seungyulhan/disc/baselines/bench/benchmarks.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 71bdb8bae1ed81f7 · report
fmt_item seungyulhan/disc/baselines/common/console_util.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 157f016aac49c483 · report
fmt_row seungyulhan/disc/baselines/common/console_util.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · d3ac76f7eab8f898 · report
get_benchmark seungyulhan/disc/baselines/bench/benchmarks.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 7bd934aa47da390a · report
get_monitor_files seungyulhan/disc/baselines/bench/monitor.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · fa39f243af244088 · report
get_task seungyulhan/disc/baselines/bench/benchmarks.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 3e82b9de30b1625f · report
load_results seungyulhan/disc/baselines/bench/monitor.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 404244405c7fd238 · report
make_atari seungyulhan/disc/baselines/common/atari_wrappers.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · b013c9fa08f46d68 · report
make_output_format seungyulhan/disc/baselines/logger.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · b5272c7ba12ab1ee · report
read_json seungyulhan/disc/baselines/logger.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 88ef5a17fc986d9a · report
wrap_deepmind seungyulhan/disc/baselines/common/atari_wrappers.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 671e38aae9f3b6ba · report

Tasks

Reinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Entropy RegularizationPPO

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