English

Automatic Discovery of Interpretable Planning Strategies

Machine Learning 2021-04-13 v3 Artificial Intelligence Computers and Society Human-Computer Interaction Machine Learning

Abstract

When making decisions, people often overlook critical information or are overly swayed by irrelevant information. A common approach to mitigate these biases is to provide decision-makers, especially professionals such as medical doctors, with decision aids, such as decision trees and flowcharts. Designing effective decision aids is a difficult problem. We propose that recently developed reinforcement learning methods for discovering clever heuristics for good decision-making can be partially leveraged to assist human experts in this design process. One of the biggest remaining obstacles to leveraging the aforementioned methods is that the policies they learn are opaque to people. To solve this problem, we introduce AI-Interpret: a general method for transforming idiosyncratic policies into simple and interpretable descriptions. Our algorithm combines recent advances in imitation learning and program induction with a new clustering method for identifying a large subset of demonstrations that can be accurately described by a simple, high-performing decision rule. We evaluate our new algorithm and employ it to translate information-acquisition policies discovered through metalevel reinforcement learning. The results of large behavioral experiments showed that prividing the decision rules generated by AI-Interpret as flowcharts significantly improved people's planning strategies and decisions across three diferent classes of sequential decision problems. Moreover, another experiment revealed that this approach is significantly more effective than training people by giving them performance feedback. Finally, a series of ablation studies confirmed that AI-Interpret is critical to the discovery of interpretable decision rules. We conclude that the methods and findings presented herein are an important step towards leveraging automatic strategy discovery to improve human decision-making.

Keywords

Cite

@article{arxiv.2005.11730,
  title  = {Automatic Discovery of Interpretable Planning Strategies},
  author = {Julian Skirzyński and Frederic Becker and Falk Lieder},
  journal= {arXiv preprint arXiv:2005.11730},
  year   = {2021}
}

Comments

Submitted to the Special Issue on Reinforcement Learning for Real Life in Machine Learning Journal (2021). Code available at https://github.com/RationalityEnhancement/InterpretableStrategyDiscovery

R2 v1 2026-06-23T15:46:12.775Z