LGFeb 22, 2021

SENTINEL: Taming Uncertainty with Ensemble-based Distributional Reinforcement Learning

arXiv:2102.11075v319 citations
AI Analysis

This addresses risk-sensitive decision-making in RL for applications requiring uncertainty handling, though it is incremental as it builds on existing ensemble and distributional RL techniques.

The paper tackles risk-sensitive sequential decision-making in Reinforcement Learning by introducing a novel composite risk measure that jointly quantifies aleatory and epistemic uncertainty, and proposes the SENTINEL-K algorithm, which experimentally shows better return distribution estimation and higher risk-sensitive performance than state-of-the-art methods.

In this paper, we consider risk-sensitive sequential decision-making in Reinforcement Learning (RL). Our contributions are two-fold. First, we introduce a novel and coherent quantification of risk, namely composite risk, which quantifies the joint effect of aleatory and epistemic risk during the learning process. Existing works considered either aleatory or epistemic risk individually, or as an additive combination. We prove that the additive formulation is a particular case of the composite risk when the epistemic risk measure is replaced with expectation. Thus, the composite risk is more sensitive to both aleatory and epistemic uncertainty than the individual and additive formulations. We also propose an algorithm, SENTINEL-K, based on ensemble bootstrapping and distributional RL for representing epistemic and aleatory uncertainty respectively. The ensemble of K learners uses Follow The Regularised Leader (FTRL) to aggregate the return distributions and obtain the composite risk. We experimentally verify that SENTINEL-K estimates the return distribution better, and while used with composite risk estimates, demonstrates higher risk-sensitive performance than state-of-the-art risk-sensitive and distributional RL algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes