paper-with-me

Papers

Decision Tree Algorithms for MDP

2021-09-29 · Elioth Sanabria, David Yao, Henry Lam

Decision trees are robust modeling tools in machine learning with human-interpretable representations. The curse of dimensionality of Markov Decision Process (MDP) makes exact solution methods computationally intractable in practice for large state-action spaces. In this paper, we show that even for problems with large state space, when the solution policy of the MDP can be represented by a tree-like structure, our proposed algorithm retrieves a tree of the solution policy of the MDP in computationally tractable time. Our algorithm uses a tree growing strategy to incrementally disaggregate the state space solving smaller MDP instances with Linear Programming. These ideas can be extended to experience based RL problems as an alternative to black-box based policies.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

dtControl: Decision Tree Learning Algorithms for Controller Representation

2020-02-12 · Pranav Ashok, Mathias Jackermeier, Pushpak Jagtap, Jan Křetínský 외

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.…

Evolutionary algorithms for constructing an ensemble of decision trees

2020-02-03 · Evgeny Dolotov, Nikolai Zolotykh

Most decision tree induction algorithms are based on a greedy top-down recursive partitioning strategy for tree growth. In this paper, we propose several methods for induction of decision trees and their ensembles based …

Evolutionary Algorithmsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

An Approach to Evaluating Learning Algorithms for Decision Trees

2020-10-26 · Tianqi Xiao, Omer Nguena Timo, Florent Avellaneda, Yasir Malik 외

Learning algorithms produce software models for realising critical classification tasks. Decision trees models are simpler than other models such as neural network and they are used in various critical domains such as th…

Optimal Sparse Decision Trees

2019-04-29 · NeurIPS 2019 12 · Xiyang Hu, Cynthia Rudin, Margo Seltzer

Decision tree algorithms have been among the most popular algorithms for interpretable (transparent) machine learning since the early 1980's. The problem that has plagued decision tree algorithms since their inception is…

Learning a Decision Tree Algorithm with Transformers

2024-02-06 · Yufan Zhuang, Liyuan Liu, Chandan Singh, Jingbo Shang 외

Decision trees are renowned for their ability to achieve high predictive performance while remaining interpretable, especially on tabular data. Traditionally, they are constructed through recursive algorithms, where they…

Meta-Learning