Search papers, labs, and topics across Lattice.
ORCAID introduces a novel method for extracting interpretable rule-based policies from deep reinforcement learning agents operating in mixed continuous-discrete environments. By employing an efficient oblique decision tree training algorithm that utilizes a three-stage split search, the method achieves high interpretability while maintaining strong performance with fewer parameters. The results show that the rule-based policies not only effectively describe the original deep RL policies but can also enhance their performance.
Extracting interpretable policies from deep RL agents can boost performance while simplifying complex decision-making processes.
Explainability remains a key issue in reinforcement learning (RL). Distilling an interpretable policy from an agent trained in a complex environment is particularly challenging when the action space is continuous. We introduce ORCAID, a novel method for extracting interpretable rule-based policies from RL agents operating in mixed continuous-discrete environments with continuous action spaces. Our main contribution is an efficient oblique decision tree training algorithm that partitions the state space by hyperplanes and fits local linear models. The key idea lies in a three-stage split search: efficient random initialization, local refinement, and backward elimination. Finally, adjacent leaves are merged to yield a concise set of interpretable rules describing a given deep RL policy. We evaluate ORCAID across multiple RL environments, demonstrating that the extracted rule-based policies maintain strong performance with a low number of parameters and can even be used to improve the performance of the original deep RL policy.