paper-with-me

Papers

Calibrated Model-Based Deep Reinforcement Learning

2019-06-19 · Ali Malik, Volodymyr Kuleshov, Jiaming Song, Danny Nemer, Harlan Seymour, Stefano Ermon

Estimates of predictive uncertainty are important for accurate model-based planning and reinforcement learning. However, predictive uncertainties---especially ones derived from modern deep learning systems---can be inaccurate and impose a bottleneck on performance. This paper explores which uncertainties are needed for model-based reinforcement learning and argues that good uncertainties must be calibrated, i.e. their probabilities should match empirical frequencies of predicted events. We describe a simple way to augment any model-based reinforcement learning agent with a calibrated model and show that doing so consistently improves planning, sample complexity, and exploration. On the \textsc{HalfCheetah} MuJoCo task, our system achieves state-of-the-art performance using 50\% fewer samples than the current leading approach. Our findings suggest that calibration can improve the performance of model-based reinforcement learning with minimal computational and implementation overhead.

📄 PDF Abstract BibTeX arXiv:1906.08312

Code (1)

ermongroup/CalibratedModelBasedRL tf

Tasks

Deep Reinforcement LearningmodelModel-based Reinforcement LearningMuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Rewarding Doubt: A Reinforcement Learning Approach to Confidence Calibration of Large Language Models

2025-03-04 · Paul Stangel, David Bani-Harouni, Chantal Pellegrini, Ege Özsoy 외

A safe and trustworthy use of Large Language Models (LLMs) requires an accurate expression of confidence in their answers. We introduce a novel Reinforcement Learning (RL) approach for LLM calibration that fine-tunes LLM…

Reinforcement Learning (RL)

Multivariate Prediction Intervals for Random Forests

2022-05-04 · Brendan Folie, Maxwell Hutchinson

Accurate uncertainty estimates can significantly improve the performance of iterative design of experiments, as in Sequential and Reinforcement learning. For many such problems in engineering and the physical sciences, t…

PredictionPrediction IntervalsReinforcement Learning (RL)

PAC Confidence Sets for Deep Neural Networks via Calibrated Prediction

2019-12-31 · ICLR 2020 1 · Sangdon Park, Osbert Bastani, Nikolai Matni, Insup Lee

We propose an algorithm combining calibrated prediction and generalization bounds from learning theory to construct confidence sets for deep neural networks with PAC guarantees---i.e., the confidence set for a given inpu…

Generalization BoundsLearning TheoryObject Trackingreinforcement-learning+3

Just Ask for Calibration: Strategies for Eliciting Calibrated Confidence Scores from Language Models Fine-Tuned with Human Feedback

2023-05-24 · Katherine Tian, Eric Mitchell, Allan Zhou, Archit Sharma 외

A trustworthy real-world prediction system should produce well-calibrated confidence scores; that is, its confidence in an answer should be indicative of the likelihood that the answer is correct, enabling deferral to an…

TriviaQATruthfulQAUnsupervised Pre-training

From Entropy to Calibrated Uncertainty: Training Language Models to Reason About Uncertainty

2026-03-06 · Azza Jenane, Nassim Walha, Lukas Kuhn, Florian Buettner arxiv

Large Language Models (LLMs) that can express interpretable and calibrated uncertainty are crucial in high-stakes domains. While methods to compute uncertainty post-hoc exist, they are often sampling-based and therefore …

Reinforcement Learning