paper-with-me

홈 › Papers

ExPoSe: Combining State-Based Exploration with Gradient-Based Online Search

2022-02-03 · Dixant Mittal, Siddharth Aravindan, Wee Sun Lee

Online tree-based search algorithms iteratively simulate trajectories and update action-values for a set of states stored in a tree structure. It works reasonably well in practice but fails to effectively utilise the information gathered from similar states. Depending upon the smoothness of the action-value function, one approach to overcoming this issue is through online learning, where information is interpolated among similar states; Policy Gradient Search provides a practical algorithm to achieve this. However, Policy Gradient Search lacks an explicit exploration mechanism, which is a key feature of tree-based online search algorithms. In this paper, we propose an efficient and effective online search algorithm called Exploratory Policy Gradient Search (ExPoSe), which leverages information sharing among states by updating the search policy parameters directly, while incorporating a well-defined exploration mechanism during the online search process. We evaluate ExPoSe on a range of decision-making problems, including Atari games, Sokoban, and Hamiltonian cycle search in sparse graphs. The results demonstrate that ExPoSe consistently outperforms other popular online search algorithms across all domains. The ExPoSe source code is available at \textit{\url{https://github.com/dixantmittal/ExPoSe}}.

📄 PDF Abstract BibTeX arXiv:2202.01461

Code (1)

dixantmittal/expose 공식 구현 pytorch

Tasks

Atari GamesDecision MakingSokoban

Similar Papers 제목 키워드 기반

$ε$-Policy Gradient for Online Pricing

2024-05-06 · Lukasz Szpruch, Tanut Treetanthiploet, Yufei Zhang

Combining model-based and model-free reinforcement learning approaches, this paper proposes and analyzes an $\epsilon$-policy gradient algorithm for the online pricing learning task. The algorithm extends $\epsilon$-gree…

Efficient Exploration of Gradient Space for Online Learning to Rank

2018-05-18 · Huazheng Wang, Ramsey Langley, Sonwoo Kim, Eric McCord-Snook 외

Online learning to rank (OL2R) optimizes the utility of returned search results based on implicit feedback gathered directly from users. To improve the estimates, OL2R algorithms examine one or more exploratory gradient …

Efficient ExplorationLearning-To-Rank

Community Exploration: From Offline Optimization to Online Learning

2018-11-13 · NeurIPS 2018 12 · Xiaowei Chen, Weiran Huang, Wei Chen, John C. S. Lui

We introduce the community exploration problem that has many real-world applications such as online advertising. In the problem, an explorer allocates limited budget to explore communities so as to maximize the number of…

SEAR: Sample Efficient Action Chunking Reinforcement Learning

2026-03-02 · C. F. Maximilian Nagy, Onur Celik, Emiliyan Gospodinov, Florian Seligmann 외 arxiv

Action chunking improves exploration and accelerates value propagation in long-horizon reinforcement learning, but naively applying off-policy methods to the temporally extended action space at reduced decision frequency…

Reinforcement Learning

Efficient Exploration via Epistemic-Risk-Seeking Policy Optimization

2023-02-18 · Brendan O'Donoghue

Exploration remains a key challenge in deep reinforcement learning (RL). Optimism in the face of uncertainty is a well-known heuristic with theoretical guarantees in the tabular setting, but how best to translate the pri…

Deep Reinforcement LearningEfficient Explorationreinforcement-learningReinforcement Learning (RL)