dtControl: Decision Tree Learning Algorithms for Controller Representation

Pranav Ashok,Mathias Jackermeier,Pushpak Jagtap,Jan Křetínský,Maximilian Weininger,Majid Zamani
DOI: https://doi.org/10.48550/arXiv.2002.04991
IF: 5.414
2020-02-12
Machine Learning
Abstract:Decision tree learning is a popular classification technique most commonly used in machine learning applications. Recent work has shown that decision trees can be used to represent provably-correct controllers concisely. Compared to representations using lookup tables or binary decision diagrams, decision trees are smaller and more explainable. We present dtControl, an easily extensible tool for representing memoryless controllers as decision trees. We give a comprehensive evaluation of various decision tree learning algorithms applied to 10 case studies arising out of correct-by-construction controller synthesis. These algorithms include two new techniques, one for using arbitrary linear binary classifiers in the decision tree learning, and one novel approach for determinizing controllers during the decision tree construction. In particular the latter turns out to be extremely efficient, yielding decision trees with a single-digit number of decision nodes on 5 of the case studies.
What problem does this paper attempt to address?