← Search

Richard Valenzano

3 accepted papers

2026

Breadth-First Search vs. Restarting Random Walks for Escaping Uninformed Heuristic Regions

AAAI 2026technical

Greedy search methods such as Greedy Best-First Search (GBFS) and Enforced Hill-Climbing (EHC) often struggle when faced with Uninformed Heuristic Regions (UHRs) like heuristic local minima or plateaus. In this work, we theoretically and empirically compare two popular methods for escaping UHRs: bre

Cited by 0SourcePDFScholar
2018

Using Reward Machines for High-Level Task Specification and Decomposition in Reinforcement Learning

ICML 2018oral

In this paper we propose Reward Machines {—} a type of finite state machine that supports the specification of reward functions while exposing reward function structure to the learner and supporting decomposition. We then present Q-Learning for Reward Machines (QRM), an algorithm which appropriately…