Papers › Belief-Enriched Pessimistic Q-Learning against Adversarial State Perturbations

Belief-Enriched Pessimistic Q-Learning against Adversarial State Perturbations

6 Mar 2024arXiv:2403.04050archive 2025-07-28

Xiaolin Sun, Zizhan Zheng

Reinforcement learning (RL) has achieved phenomenal success in various domains. However, its data-driven nature also introduces new vulnerabilities that can be exploited by malicious opponents. Recent work shows that a well-trained RL agent can be easily manipulated by strategically perturbing its state observations at the test stage. Existing solutions either introduce a regularization term to improve the smoothness of the trained policy against perturbations or alternatively train the agent's policy and the attacker's policy. However, the former does not provide sufficient protection against strong attacks, while the latter is computationally prohibitive for large environments. In this work, we propose a new robust RL algorithm for deriving a pessimistic policy to safeguard against an agent's uncertainty about true states. This approach is further enhanced with belief state inference and diffusion-based state purification to reduce uncertainty. Empirical results show that our approach obtains superb performance under strong attacks and has a comparable training overhead with regularization-based methods. Our code is available at https://github.com/SliencerX/Belief-enriched-robust-Q-learning.

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="2403.04050")

Code

Syntology Ran 14 of 24 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 10 ran with no contract checked.

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

sliencerx/belief-enriched-robust-q-learning officialmentioned in paperpytorch 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

24 samples harvested; 14 ran; 0 honoured the contract we drafted; 10 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 · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
10ran
10unverified

Licence: 24 of the 24 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 SliencerX/Belief-enriched-robust-Q-learning. “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.

activation_bound SliencerX/Belief-enriched-robust-Q-learning/models_wocar.py official repository ran no licence file found · pointer only · 69017b3a991e0815 · report
argparser SliencerX/Belief-enriched-robust-Q-learning/argparser.py official repository ran no licence file found · pointer only · 62000ff4e804fe8d · report
conv sliencerx/belief-enriched-robust-q-learning/pfrnns/model.py official repository ran · our draft was wrong no licence file found · pointer only · d8851346794d5b25 · report
conv2d SliencerX/Belief-enriched-robust-Q-learning/diffusion_distiller/unet_ddpm.py official repository ran no licence file found · pointer only · 73c8d2526f595b71 · report
fgsm SliencerX/Belief-enriched-robust-Q-learning/attacks.py official repository ran · our draft was wrong no licence file found · pointer only · 85a898709da49405 · report
isfloat SliencerX/Belief-enriched-robust-Q-learning/argparser.py official repository ran · violated contract no licence file found · pointer only · 2f8e524a282482b9 · report
isint SliencerX/Belief-enriched-robust-Q-learning/argparser.py official repository ran no licence file found · pointer only · 10119e52ad9b6cf6 · report
linear SliencerX/Belief-enriched-robust-Q-learning/diffusion_distiller/unet_ddpm.py official repository ran no licence file found · pointer only · b9aebc971fbddb2e · report
normalize_batch SliencerX/Belief-enriched-robust-Q-learning/atari_utils.py official repository ran no licence file found · pointer only · c0731c6888d80b74 · report
pgd SliencerX/Belief-enriched-robust-Q-learning/attacks.py official repository ran no licence file found · pointer only · b04a1a19e73c0ebb · report
process_frame SliencerX/Belief-enriched-robust-Q-learning/atari_utils.py official repository ran no licence file found · pointer only · 3785859a782d59c1 · report
random_belief sliencerx/belief-enriched-robust-q-learning/test_atari.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 660f559cc77eb623 · report
variance_scaling_init_ SliencerX/Belief-enriched-robust-Q-learning/diffusion_distiller/unet_ddpm.py official repository ran no licence file found · pointer only · 264892ef469646de · report
weighted_bound SliencerX/Belief-enriched-robust-Q-learning/models_wocar.py official repository ran no licence file found · pointer only · eba320329ae9cb63 · report
Belief_model sliencerx/belief-enriched-robust-q-learning/pfrnns/model.py official repository unverified no licence file found · pointer only · ceb412b14159f122 · report
add_noise SliencerX/Belief-enriched-robust-Q-learning/data_utils.py official repository unverified no licence file found · pointer only · 8874fd053928cefe · report
add_noise_gauss SliencerX/Belief-enriched-robust-Q-learning/data_utils.py official repository unverified no licence file found · pointer only · 7c9f13bc7ba9c460 · report
atari_env SliencerX/Belief-enriched-robust-Q-learning/atari_utils.py official repository unverified no licence file found · pointer only · acb3ad120884bed7 · report
gen_traj SliencerX/Belief-enriched-robust-Q-learning/data_utils.py official repository unverified no licence file found · pointer only · 80057eea63e12ab2 · report
worker_add SliencerX/Belief-enriched-robust-Q-learning/async_rb.py official repository unverified no licence file found · pointer only · 32cc364b718bc705 · report
worker_add_belief SliencerX/Belief-enriched-robust-Q-learning/async_rb.py official repository unverified no licence file found · pointer only · 6c52378bcd295e24 · report
worker_sample SliencerX/Belief-enriched-robust-Q-learning/async_rb.py official repository unverified no licence file found · pointer only · 7593b9941ac42115 · report
worker_seed SliencerX/Belief-enriched-robust-Q-learning/async_env.py official repository unverified no licence file found · pointer only · 006b972124ee4c79 · report
worker_step SliencerX/Belief-enriched-robust-Q-learning/async_env.py official repository unverified no licence file found · pointer only · 23a2244f0a9ef7fd · report

Tasks

Q-LearningReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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