paper-with-me

Papers

Uncertainty - sensitive learning and planning with ensembles

2019-09-25 · Piotr Miłoś, Łukasz Kuciński, Konrad Czechowski, Piotr Kozakowski, Maciej Klimek

We propose a reinforcement learning framework for discrete environments in which an agent optimizes its behavior on two timescales. For the short one, it uses tree search methods to perform tactical decisions. The long strategic level is handled with an ensemble of value functions learned using $TD$-like backups. Combining these two techniques brings synergies. The planning module performs \textit{what-if} analysis allowing to avoid short-term pitfalls and boost backups of the value function. Notably, our method performs well in environments with sparse rewards where standard $TD(1)$ backups fail. On the other hand, the value functions compensate for inherent short-sightedness of planning. Importantly, we use ensembles to measure the epistemic uncertainty of value functions. This serves two purposes: a) it stabilizes planning, b) it guides exploration. We evaluate our methods on discrete environments with sparse rewards: the Deep sea chain environment, toy Montezuma's Revenge, and Sokoban. In all the cases, we obtain speed-up of learning and boost to the final performance.

📄 PDF Abstract BibTeX

Code (1)

learningandplanningICLR/learningandplanning 공식 구현 tf

Tasks

Montezuma's RevengeSokoban

Similar Papers 제목 키워드 기반

Uncertainty-sensitive Learning and Planning with Ensembles

2019-12-19 · Piotr Miłoś, Łukasz Kuciński, Konrad Czechowski, Piotr Kozakowski 외

We propose a reinforcement learning framework for discrete environments in which an agent makes both strategic and tactical decisions. The former manifests itself through the use of value function, while the latter is po…

Montezuma's RevengeReinforcement LearningSokoban

Deep Ensembles to Improve Uncertainty Quantification of Statistical Downscaling Models under Climate Change Conditions

2023-04-27 · Jose González-Abad, Jorge Baño-Medina

Recently, deep learning has emerged as a promising tool for statistical downscaling, the set of methods for generating high-resolution climate fields from coarse low-resolution variables. Nevertheless, their ability to g…

Uncertainty Quantification

Epistemic Robust Offline Reinforcement Learning

2026-04-08 · Abhilash Reddy Chenreddy, Erick Delage arxiv

Offline reinforcement learning learns policies from fixed datasets without further environment interaction. A key challenge in this setting is epistemic uncertainty, arising from limited or biased data coverage, particul…

Reinforcement LearningOffline RL

Robust and Adaptive Planning under Model Uncertainty

2019-01-09 · Apoorva Sharma, James Harrison, Matthew Tsao, Marco Pavone

Planning under model uncertainty is a fundamental problem across many applications of decision making and learning. In this paper, we propose the Robust Adaptive Monte Carlo Planning (RAMCP) algorithm, which allows compu…

Computational EfficiencyDecision Makingmodel

DR-PETS: Learning-Based Control With Planning in Adversarial Environments

2025-03-26 · Hozefa Jesawada, Antonio Acernese, Giovanni Russo, Carmen Del Vecchio

Ensuring robustness against epistemic, possibly adversarial, perturbations is essential for reliable real-world decision-making. While the Probabilistic Ensembles with Trajectory Sampling (PETS) algorithm inherently hand…

Decision Making