Robust Asynchronous Q-Learning under Reward and State Corruption via Batching
arXiv:2607.20822
2026
Training
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper contributes a constructive robustification of asynchronous Bellman estimation: partition samples into batches, estimate each batch mean, and aggregate the batch estimates so that a minority of adversarially corrupted reward or state observations cannot dominate the update. The transferable asset is not ordinary Q-learning, but the combination of batching, bounded-target concentration, and an explicit corruption-dependent error floor. A promising neural-network adaptation is to replace per-transition bootstrapped targets or minibatch gradients with median-of-means aggregation, especially in offline RL, distributed RL, or environments with unreliable sensors. The method is cheap, preserves the usual stochastic-estimation workflow, and yields a direct comparison between clean-target variance and corruption robustness.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace the ordinary average of bootstrapped Q-learning targets by a median-of-means estimator. For each current state-action anchor, divide repeated transition samples into blocks, average the target within each block, and take the median of the block averages; a minority of arbitrarily corrupted reward or next-state observations then affects fewer than half of the block estimates. For neural Q-learning, the same construction can be applied either to repeated samples for identical or nearby…
Useful8/10
Difficulty4/10
Novelty6/10