In Search of Trees: Decision-Tree Policy Synthesis for Black-Box Systems via Search
Emir Demirović, Christian Schilling, Anna Lukina
TL;DR
The paper addresses synthesising small, interpretable decision-tree policies for deterministic black-box systems under a bounded-time, prefix-closed specification. It introduces a backtracking search over discretised predicates combined with a novel trace-based pruning that uses observed traces to discard suboptimal branches while preserving optimality, even without access to the system model. Formal components include discretised predicates of the form $[s_i \geq v_0 + m \cdot v_+]$, a bounded-time bound $k$, and a fitness-based ordering over traces. Empirically, the authors validate substantial runtime reductions and provide insights into the effects of predicate granularity and tree size on search efficiency, demonstrating practical feasibility when small-tree policies exist and outlining future extensions to multi-start, stochastic dynamics, and parallelisation.
Abstract
Decision trees, owing to their interpretability, are attractive as control policies for (dynamical) systems. Unfortunately, constructing, or synthesising, such policies is a challenging task. Previous approaches do so by imitating a neural-network policy, approximating a tabular policy obtained via formal synthesis, employing reinforcement learning, or modelling the problem as a mixed-integer linear program. However, these works may require access to a hard-to-obtain accurate policy or a formal model of the environment (within reach of formal synthesis), and may not provide guarantees on the quality or size of the final tree policy. In contrast, we present an approach to synthesise optimal decision-tree policies given a deterministic black-box environment and specification, a discretisation of the tree predicates, and an initial set of states, where optimality is defined with respect to the number of steps to achieve the goal. Our approach is a specialised search algorithm which systematically explores the (exponentially large) space of decision trees under the given discretisation. The key component is a novel trace-based pruning mechanism that significantly reduces the search space. Our approach represents a conceptually novel way of synthesising small decision-tree policies with optimality guarantees even for black-box environments with black-box specifications.
