paper-with-me

홈 › Papers

ORCAID: Oblique Rule-Based Continuous-Action Interpretation for Deep RL Policies

2026-07-08 · Ignacio D. Lopez-Miguel, Ezio Bartocci, Thomas Eiter, Martin Tappler arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.07235

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Sparse Oblique Decision Tree for Power System Security Rules Extraction and Embedding

2020-04-20 · Qingchun Hou, Ning Zhang, Daniel S. Kirschen, Ershun Du 외

Increasing the penetration of variable generation has a substantial effect on the operational reliability of power systems. The higher level of uncertainty that stems from this variability makes it more difficult to dete…

Oblique Bayesian additive regression trees

2024-11-13 · Paul-Hieu V. Nguyen, Ryan Yee, Sameer K. Deshpande

Current implementations of Bayesian Additive Regression Trees (BART) are based on axis-aligned decision rules that recursively partition the feature space using a single feature at a time. Several authors have demonstrat…

regression

Weighted Oblique Decision Trees

2019-07-17 · Bin-Bin Yang, Song-Qing Shen, Wei Gao

Decision trees have attracted much attention during the past decades. Previous decision trees include axis-parallel and oblique decision trees; both of them try to find the best splits via exhaustive search or heurist…

Accelerated and interpretable oblique random survival forests

2022-08-01 · Byron C. Jaeger, Sawyer Welden, Kristin Lenoir, Jaime L. Speiser 외

The oblique random survival forest (RSF) is an ensemble supervised learning method for right-censored outcomes. Trees in the oblique RSF are grown using linear combinations of predictors to create branches, whereas in th…

BenchmarkingComputational EfficiencyNegation

CO2 Forest: Improved Random Forest by Continuous Optimization of Oblique Splits

2015-06-19 · Mohammad Norouzi, Maxwell D. Collins, David J. Fleet, Pushmeet Kohli

We propose a novel algorithm for optimizing multivariate linear threshold functions as split functions of decision trees to create improved Random Forest classifiers. Standard tree induction methods resort to sampling an…

General ClassificationMulti-class Classification