paper-with-me

Papers

Stability and Generalisation in Batch Reinforcement Learning

2021-09-29 · Matthew J. A. Smith, Shimon Whiteson

Overfitting has been recently acknowledged as a key limiting factor in the capabilities of reinforcement learning algorithms, despite little theoretical characterisation. We provide a theoretical examination of overfitting in the context of batch reinforcement learning, through the fundamental relationship between algorithmic stability (Bousquet & Elisseeff, 2002)–which characterises the effect of a change at a single data point–and the generalisation gap–which quantifies overfitting. Examining a popular fitted policy evaluation method with linear value function approximation, we characterise the dynamics of overfitting in the RL context. We provide finite sample, finite time, polynomial bounds on the generalisation gap in RL. In addition, our approach applies to a class of algorithms which only partially fit to temporal difference errors, as is common in deep RL, rather than perfectly optimising at each step. As such, our results characterise an unexplored bias-variance trade-off in the frequency of target network updates. To do so, our work extends the stochastic gradient-based approach of Hardt et al. (2016) to the iterative methods more common in RL. We find that under regimes where learning requires few iterations, the expected temporal difference error over the dataset is representative of the true performance on the MDP, indicating that, as is the case in supervised learning, good generalisation in RL can be ensured through the use of algorithms that learn quickly.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reinforcement Learning using Augmented Neural Networks

2018-06-20 · Jack Shannon, Marek Grzes

Neural networks allow Q-learning reinforcement learning agents such as deep Q-networks (DQN) to approximate complex mappings from state spaces to value functions. However, this also brings drawbacks when compared to othe…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Iterative Learning Control-Informed Reinforcement Learning for Batch Process Control

2026-03-16 · Runze Lin, Ziqi Zhuo, Junghui Chen, Lei Xie 외 arxiv

A significant limitation of Deep Reinforcement Learning (DRL) is the stochastic uncertainty in actions generated during exploration-exploitation, which poses substantial safety risks during both training and deployment. …

Reinforcement Learning

Federated Learning with Nonvacuous Generalisation Bounds

2023-10-17 · Pierre Jobic, Maxime Haddouche, Benjamin Guedj

We introduce a novel strategy to train randomised predictors in federated learning, where each node of the network aims at preserving its privacy by releasing a local predictor but keeping secret its training dataset wit…

Federated Learning

Stability and Generalization for Bellman Residuals

2025-08-26 · Enoch H. Kang, Kyoungseok Jang arxiv

Offline reinforcement learning and offline inverse reinforcement learning aim to recover near-optimal value functions or reward models from a fixed batch of logged trajectories, yet current practice still struggles to en…

Reinforcement Learning

Implicit Regularisation in Diffusion Models: An Algorithm-Dependent Generalisation Analysis

2025-07-04 · Tyler Farghly, Patrick Rebeschini, George Deligiannidis, Arnaud Doucet arxiv

The success of denoising diffusion models raises important questions regarding their generalisation behaviour, particularly in high-dimensional settings. Notably, it has been shown that when training and sampling are per…