← Search

Shahaf S. Shperberg

5 accepted papers

2026

Beyond Single-Step Updates: Reinforcement Learning of Heuristics with Limited-Horizon Search

AAAI 2026technical

Many sequential decision-making problems can be formulated as shortest-path problems, where the objective is to reach a goal state from a given starting state. Heuristic search is a standard approach for solving such problems, relying on a heuristic function to estimate the cost to the goal from any

Cited by 0SourcePDFScholar
2026

Bidirectional Bounded-Suboptimal Heuristic Search with Consistent Heuristics

AAAI 2026technical

Recent advancements in bidirectional heuristic search have yielded significant theoretical insights and novel algorithms. While most previous work has concentrated on optimal search methods, this paper focuses on bounded-suboptimal bidirectional search, where a bound on the suboptimality of the solu

Cited by 0SourcePDFScholar
2025

Anchor Search: A Unified Framework for Suboptimal Bidirectional Search

AAAI 2025technical

In recent years the understanding of optimal bidirectional heuristic search (BiHS) has progressed significantly. Yet, Bi-HS is relatively unexplored in unbounded suboptimal search. Front-to-end (F2E) and front-to-front (F2F) bidirectional search have been used in optimal algorithms, but adapting the…

2024

Adaptive Curriculum Learning With Successor Features for Imbalanced Compositional Reward Functions

RA-L 2024

This work addresses the challenge of reinforcement learning with reward functions that feature highly imbalanced components in terms of importance and scale. Reinforcement learning algorithms generally struggle to handle such imbalanced reward functions effectively. Consequently, they often converge

Cited by 5SourceScholar
2023

A Formal Metareasoning Model of Concurrent Planning and Execution

AAAI 2023technical

Agents that plan and act in the real world must deal with the fact that time passes as they are planning. When timing is tight, there may be insufficient time to complete the search for a plan before it is time to act. By commencing execution before search concludes, one gains time to search by mak…