paper-with-me

홈 › Papers

GB-DQN: Gradient Boosted DQN Models for Non-stationary Reinforcement Learning

2025-12-18 · Chang-Hwan Lee, Chanseung Lee arxiv

Non-stationary environments pose a fundamental challenge for deep reinforcement learning, as changes in dynamics or rewards invalidate learned value functions and cause catastrophic forgetting. We propose \emph{Gradient-Boosted Deep Q-Networks (GB-DQN)}, an adaptive ensemble method that addresses model drift through incremental residual learning. Instead of retraining a single Q-network, GB-DQN constructs an additive ensemble in which each new learner is trained to approximate the Bellman residual of the current ensemble after drift. We provide theoretical results showing that each boosting step reduces the empirical Bellman residual and that the ensemble converges to the post-drift optimal value function under standard assumptions. Experiments across a diverse set of control tasks with controlled dynamics changes demonstrate faster recovery, improved stability, and greater robustness compared to DQN and common non-stationary baselines.

📄 PDF Abstract BibTeX arXiv:2512.17034

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learn Quasi-stationary Distributions of Finite State Markov Chain

2021-11-19 · Zhiqiang Cai, Ling Lin, Xiang Zhou

We propose a reinforcement learning (RL) approach to compute the expression of quasi-stationary distribution. Based on the fixed-point formulation of quasi-stationary distribution, we minimize the KL-divergence of two Ma…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Gradient Boosted Filters For Signal Processing

2024-05-15 · Jose A. Lopez, Georg Stemmer, Hector A. Cordourier

Gradient boosted decision trees have achieved remarkable success in several domains, particularly those that work with static tabular data. However, the application of gradient boosted models to signal processing is unde…

Covariance-Boosted Gaussian Processes for Spatiotemporal Irregularities

2026-07-25 · Jeremy Ovadia arxiv

Nonstationary Gaussian process (GP) models are powerful tools for capturing input-dependent variability by adapting to observed data. However, with limited sampling and highly parameterized covariance structure, they are…

Gaussian Processes

A Policy Gradient Algorithm for Learning to Learn in Multiagent Reinforcement Learning

2020-10-31 · Dong-Ki Kim, Miao Liu, Matthew Riemer, Chuangchuang Sun 외

A fundamental challenge in multiagent reinforcement learning is to learn beneficial behaviors in a shared environment with other simultaneously learning agents. In particular, each agent perceives the environment as effe…

reinforcement-learningReinforcement Learning (RL)

Verifying Robustness of Gradient Boosted Models

2019-06-26 · Gil Einziger, Maayan Goldstein, Yaniv Sa'ar, Itai Segall

Gradient boosted models are a fundamental machine learning technique. Robustness to small perturbations of the input is an important quality measure for machine learning models, but the literature lacks a method to prove…

BIG-bench Machine Learning