paper-with-me

Papers

EVaDE : Event-Based Variational Thompson Sampling for Model-Based Reinforcement Learning

2025-01-16 · Siddharth Aravindan, Dixant Mittal, Wee Sun Lee

Posterior Sampling for Reinforcement Learning (PSRL) is a well-known algorithm that augments model-based reinforcement learning (MBRL) algorithms with Thompson sampling. PSRL maintains posterior distributions of the environment transition dynamics and the reward function, which are intractable for tasks with high-dimensional state and action spaces. Recent works show that dropout, used in conjunction with neural networks, induces variational distributions that can approximate these posteriors. In this paper, we propose Event-based Variational Distributions for Exploration (EVaDE), which are variational distributions that are useful for MBRL, especially when the underlying domain is object-based. We leverage the general domain knowledge of object-based domains to design three types of event-based convolutional layers to direct exploration. These layers rely on Gaussian dropouts and are inserted between the layers of the deep neural network model to help facilitate variational Thompson sampling. We empirically show the effectiveness of EVaDE-equipped Simulated Policy Learning (EVaDE-SimPLe) on the 100K Atari game suite.

📄 PDF Abstract BibTeX arXiv:2501.09611

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningThompson Sampling

Similar Papers 제목 키워드 기반

State-Aware Variational Thompson Sampling for Deep Q-Networks

2021-02-07 · Siddharth Aravindan, Wee Sun Lee

Thompson sampling is a well-known approach for balancing exploration and exploitation in reinforcement learning. It requires the posterior distribution of value-action functions to be maintained; this is generally intrac…

Thompson Sampling

Thompson Sampling for Pursuit-Evasion Problems

2018-11-11 · Zhen Li, Nicholas J. Meyer, Eric B. Laber, Robert Brigantic

Pursuit-evasion is a multi-agent sequential decision problem wherein a group of agents known as pursuers coordinate their traversal of a spatial domain to locate an agent trying to evade them. Pursuit evasion problems ar…

Thompson Sampling

Thompson Sampling via Fine-Tuning of LLMs

2025-10-15 · Nicolas Menet, Aleksandar Terzić, Michael Hersche, Andreas Krause 외 arxiv

Bayesian optimization in large unstructured discrete spaces is often hindered by the computational cost of maximizing acquisition functions due to the absence of gradients. We propose a scalable alternative based on Thom…

Computational EfficiencyReinforcement Learning

Thompson Sampling via Local Uncertainty

2019-10-30 · ICML 2020 1 · Zhendong Wang, Mingyuan Zhou

Thompson sampling is an efficient algorithm for sequential decision making, which exploits the posterior uncertainty to address the exploration-exploitation dilemma. There has been significant recent interest in integrat…

Decision MakingMulti-Armed BanditsSequential Decision MakingThompson Sampling+1

VITS : Variational Inference Thompson Sampling for contextual bandits

2023-07-19 · Pierre Clavier, Tom Huix, Alain Durmus

In this paper, we introduce and analyze a variant of the Thompson sampling (TS) algorithm for contextual bandits. At each round, traditional TS requires samples from the current posterior distribution, which is usually i…

Multi-Armed BanditsThompson SamplingVariational Inference