paper-with-me

Papers

Bag of Policies for Distributional Deep Exploration

2023-08-03 · Asen Nachkov, Luchen Li, Giulia Luise, Filippo Valdettaro, Aldo Faisal

Efficient exploration in complex environments remains a major challenge for reinforcement learning (RL). Compared to previous Thompson sampling-inspired mechanisms that enable temporally extended exploration, i.e., deep exploration, we focus on deep exploration in distributional RL. We develop here a general purpose approach, Bag of Policies (BoP), that can be built on top of any return distribution estimator by maintaining a population of its copies. BoP consists of an ensemble of multiple heads that are updated independently. During training, each episode is controlled by only one of the heads and the collected state-action pairs are used to update all heads off-policy, leading to distinct learning signals for each head which diversify learning and behaviour. To test whether optimistic ensemble method can improve on distributional RL as did on scalar RL, by e.g. Bootstrapped DQN, we implement the BoP approach with a population of distributional actor-critics using Bayesian Distributional Policy Gradients (BDPG). The population thus approximates a posterior distribution of return distributions along with a posterior distribution of policies. Another benefit of building upon BDPG is that it allows to analyze global posterior uncertainty along with local curiosity bonus simultaneously for exploration. As BDPG is already an optimistic method, this pairing helps to investigate if optimism is accumulatable in distributional RL. Overall BoP results in greater robustness and speed during learning as demonstrated by our experimental results on ALE Atari games.

📄 PDF Abstract BibTeX arXiv:2308.01759

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesEfficient ExplorationReinforcement Learning (RL)Thompson Sampling

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Focus 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

On Generalization and Distributional Update for Mimicking Observations with Adequate Exploration

2025-01-22 · Yirui Zhou, Xiaowei Liu, Xiaofeng Zhang, Yangchun Zhang

This paper tackles the efficiency and stability issues in learning from observations (LfO). We commence by investigating how reward functions and policies generalize in LfO. Subsequently, the built-in reinforcement learn…

Reinforcement Learning (RL)

The Benefits of Being Categorical Distributional: Uncertainty-aware Regularized Exploration in Reinforcement Learning

2021-10-07 · Ke Sun, Yingnan Zhao, Enze Shi, Yafei Wang 외

The remarkable empirical performance of distributional reinforcement learning (RL) has garnered increasing attention to understanding its theoretical advantages over classical RL. By decomposing the categorical distribut…

Atari GamesAttributeDistributional Reinforcement Learningreinforcement-learning+1

Distributional Method for Risk Averse Reinforcement Learning

2023-02-27 · Ziteng Cheng, Sebastian Jaimungal, Nick Martin

We introduce a distributional method for learning the optimal policy in risk averse Markov decision process with finite state action spaces, latent costs, and stationary dynamics. We assume sequential observations of sta…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

PACER: A Fully Push-forward-based Distributional Reinforcement Learning Algorithm

2023-06-11 · Wensong Bai, Chao Zhang, Yichao Fu, Peilin Zhao 외

In this paper, we propose the first fully push-forward-based distributional reinforcement learning algorithm, named PACER, which consists of a distributional critic, a stochastic actor and a sample-based encourager. Spec…

Continuous ControlDistributional Reinforcement LearningEfficient Explorationreinforcement-learning+1

Learning-Based Robust Control: Unifying Exploration and Distributional Robustness for Reliable Robotics via Free Energy

2026-03-06 · Hozefa Jesawada, Giovanni Russo, Abdalla Swikir, Fares Abu-Dakka arxiv

A key challenge towards reliable robotic control is devising computational models that can both learn policies and guarantee robustness when deployed in the field. Inspired by the free energy principle in computational n…