paper-with-me

홈 › Papers

Sat-EnQ: Satisficing Ensembles of Weak Q-Learners for Reliable and Compute-Efficient Reinforcement Learning

2025-12-28 · Ünver Çiftçi arxiv

Deep Q-learning algorithms remain notoriously unstable, especially during early training when the maximization operator amplifies estimation errors. Inspired by bounded rationality theory and developmental learning, we introduce Sat-EnQ, a two-phase framework that first learns to be ``good enough'' before optimizing aggressively. In Phase 1, we train an ensemble of lightweight Q-networks under a satisficing objective that limits early value growth using a dynamic baseline, producing diverse, low-variance estimates while avoiding catastrophic overestimation. In Phase 2, the ensemble is distilled into a larger network and fine-tuned with standard Double DQN. We prove theoretically that satisficing induces bounded updates and cannot increase target variance, with a corollary quantifying conditions for substantial reduction. Empirically, Sat-EnQ achieves 3.8x variance reduction, eliminates catastrophic failures (0% vs 50% for DQN), maintains 79% performance under environmental noise}, and requires 2.5x less compute than bootstrapped ensembles. Our results highlight a principled path toward robust reinforcement learning by embracing satisficing before optimization.

📄 PDF Abstract BibTeX arXiv:2512.22910

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Satisficing Paths and Independent Multi-Agent Reinforcement Learning in Stochastic Games

2021-10-09 · Bora Yongacoglu, Gürdal Arslan, Serdar Yüksel

In multi-agent reinforcement learning (MARL), independent learners are those that do not observe the actions of other agents in the system. Due to the decentralization of information, it is challenging to design independ…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Ensemble of Weak Spectral Total Variation Learners: a PET-CT Case Study

2025-07-11 · Anna Rosenberg, John Kennedy, Zohar Keidar, Yehoshua Y. Zeevi 외 arxiv

Solving computer vision problems through machine learning, one often encounters lack of sufficient training data. To mitigate this we propose the use of ensembles of weak learners based on spectral total-variation (STV) …

Ensemble Learning

Classification ensembles for multivariate functional data with application to mouse movements in web surveys

2022-05-26 · Amanda Fernández-Fontelo, Felix Henninger, Pascal J. Kieslich, Frauke Kreuter 외

We propose new ensemble models for multivariate functional data classification as combinations of semi-metric-based weak learners. Our models extend current semi-metric-type methods from the univariate to the multivariat…

Survey

LIBRE: Learning Interpretable Boolean Rule Ensembles

2019-11-15 · Graziano Mita, Paolo Papotti, Maurizio Filippone, Pietro Michiardi

We present a novel method - LIBRE - to learn an interpretable classifier, which materializes as a set of Boolean rules. LIBRE uses an ensemble of bottom-up weak learners operating on a random subset of features, which al…

Robust Bayesian Satisficing

2023-08-16 · NeurIPS 2023 11

Distributional shifts pose a significant challenge to achieving robustness in contemporary machine learning. To overcome this challenge, robust satisficing (RS) seeks a robust solution to an unspecified distributional sh…

Bayesian Optimization