paper-with-me

Papers

Exploitation Is All You Need... for Exploration

2025-08-02 · Micah Rentschler, Jesse Roberts arxiv

Ensuring sufficient exploration is a central challenge when training meta-reinforcement learning (meta-RL) agents to solve novel environments. Conventional solutions to the exploration-exploitation dilemma inject explicit incentives such as randomization, uncertainty bonuses, or intrinsic rewards to encourage exploration. In this work, we hypothesize that an agent trained solely to maximize a greedy (exploitation-only) objective can nonetheless exhibit emergent exploratory behavior, provided three conditions are met: (1) Recurring Environmental Structure, where the environment features repeatable regularities that allow past experience to inform future choices; (2) Agent Memory, enabling the agent to retain and utilize historical interaction data; and (3) Long-Horizon Credit Assignment, where learning propagates returns over a time frame sufficient for the delayed benefits of exploration to inform current decisions. Through experiments in stochastic multi-armed bandits and temporally extended gridworlds, we observe that, when both structure and memory are present, a policy trained on a strictly greedy objective exhibits information-seeking exploratory behavior. We further demonstrate, through controlled ablations, that emergent exploration vanishes if either environmental structure or agent memory is absent (Conditions 1 & 2). Surprisingly, removing long-horizon credit assignment (Condition 3) does not always prevent emergent exploration-a result we attribute to the pseudo-Thompson Sampling effect. These findings suggest that, under the right prerequisites, exploration and exploitation need not be treated as orthogonal objectives but can emerge from a unified reward-maximization process.

📄 PDF Abstract BibTeX arXiv:2508.01287

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Ensemble UCT Needs High Exploitation

2015-09-28 · S. Ali Mirsoleimani, Aske Plaat, Jaap van den Herik

Recent results have shown that the MCTS algorithm (a new, adaptive, randomized optimization algorithm) is effective in a remarkably diverse set of applications in Artificial Intelligence, Operations Research, and High En…

Vocal Bursts Intensity Prediction

Disentangling Exploration from Exploitation

2024-04-29 · Alessandro Lizzeri, Eran Shmaya, Leeat Yariv

Starting from Robbins (1952), the literature on experimentation via multi-armed bandits has wed exploration and exploitation. Nonetheless, in many applications, agents' exploration and exploitation need not be intertwine…

DisentanglementMulti-Armed Bandits

In-context Exploration-Exploitation for Reinforcement Learning

2024-03-11 · Zhenwen Dai, Federico Tomasi, Sina Ghiassian

In-context learning is a promising approach for online policy learning of offline reinforcement learning (RL) methods, which can be achieved at inference time without gradient optimization. However, this method is hinder…

Bayesian InferenceBayesian OptimizationIn-Context Learningreinforcement-learning+2

A Provably Efficient Sample Collection Strategy for Reinforcement Learning

2020-07-13 · NeurIPS 2021 12 · Jean Tarbouriech, Matteo Pirotta, Michal Valko, Alessandro Lazaric

One of the challenges in online reinforcement learning (RL) is that the agent needs to trade off the exploration of the environment and the exploitation of the samples to optimize its behavior. Whether we optimize for re…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Exploration versus exploitation in reinforcement learning: a stochastic control approach

2018-12-04 · Haoran Wang, Thaleia Zariphopoulou, Xunyu Zhou

We consider reinforcement learning (RL) in continuous time and study the problem of achieving the best trade-off between exploration of a black box environment and exploitation of current knowledge. We propose an entropy…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)