Investigating Intra-Abstraction Policies For Non-exact Abstraction Algorithms

📅 2025-10-28
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
In Monte Carlo Tree Search (MCTS), state/action abstraction often collapses multiple distinct actions into a single abstract node, leading to ambiguous action selection; conventional random tie-breaking yields suboptimal policies and degrades search efficiency. Method: We propose several novel intra-abstraction decision strategies that systematically refine action selection *within* abstract nodes, integrate them into a UCB-based MCTS framework, and synergistically combine them with imprecise abstraction techniques (e.g., pruned Optimistic Graph Abstraction). Contribution/Results: Extensive experiments across diverse benchmark environments and parameter configurations demonstrate that our strategies significantly outperform random tie-breaking baselines—accelerating convergence of abstraction-guided search, improving policy quality, and enhancing generalization stability. The approach establishes an interpretable, reusable internal decision paradigm for abstraction-augmented MCTS.

Technology Category

Application Category

📝 Abstract
One weakness of Monte Carlo Tree Search (MCTS) is its sample efficiency which can be addressed by building and using state and/or action abstractions in parallel to the tree search such that information can be shared among nodes of the same layer. The primary usage of abstractions for MCTS is to enhance the Upper Confidence Bound (UCB) value during the tree policy by aggregating visits and returns of an abstract node. However, this direct usage of abstractions does not take the case into account where multiple actions with the same parent might be in the same abstract node, as these would then all have the same UCB value, thus requiring a tiebreak rule. In state-of-the-art abstraction algorithms such as pruned On the Go Abstractions (pruned OGA), this case has not been noticed, and a random tiebreak rule was implicitly chosen. In this paper, we propose and empirically evaluate several alternative intra-abstraction policies, several of which outperform the random policy across a majority of environments and parameter settings.
Problem

Research questions and friction points this paper is trying to address.

Improving MCTS sample efficiency via state abstractions
Addressing UCB tiebreak issues in pruned OGA algorithms
Evaluating alternative intra-abstraction policies for MCTS
Innovation

Methods, ideas, or system contributions that make the work stand out.

Introduces intra-abstraction policies for MCTS
Evaluates alternatives to random tiebreak rules
Enhances abstraction algorithms like pruned OGA
R
Robin Schmöcker
Institute for Information Processing, Leibniz University Hannover, Hannover, Germany
A
Alexander Dockhorn
SDU Metaverse Lab, University of Southern Denmark, Odense, Denmark
Bodo Rosenhahn
Bodo Rosenhahn
L3S Research Center / Leibniz Universität Hannover
Computer VisionImage ProcessingMachine LearningQuantum Computing