paper-with-me

홈 › Papers

Mitigating Information Loss in Tree-Based Reinforcement Learning via Direct Optimization

2024-08-16 · Sascha Marton, Tim Grams, Florian Vogt, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

Reinforcement learning (RL) has seen significant success across various domains, but its adoption is often limited by the black-box nature of neural network policies, making them difficult to interpret. In contrast, symbolic policies allow representing decision-making strategies in a compact and interpretable way. However, learning symbolic policies directly within on-policy methods remains challenging. In this paper, we introduce SYMPOL, a novel method for SYMbolic tree-based on-POLicy RL. SYMPOL employs a tree-based model integrated with a policy gradient method, enabling the agent to learn and adapt its actions while maintaining a high level of interpretability. We evaluate SYMPOL on a set of benchmark RL tasks, demonstrating its superiority over alternative tree-based RL approaches in terms of performance and interpretability. Unlike existing methods, it enables gradient-based, end-to-end learning of interpretable, axis-aligned decision trees within standard on-policy RL algorithms. Therefore, SYMPOL can become the foundation for a new class of interpretable RL based on decision trees.

📄 PDF Abstract BibTeX arXiv:2408.08761

Code (1)

s-marton/sympol 공식 구현 jax

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Exploring Loss Design Techniques For Decision Tree Robustness To Label Noise

2024-05-27 · Lukasz Sztukiewicz, Jack Henry Good, Artur Dubrawski

In the real world, data is often noisy, affecting not only the quality of features but also the accuracy of labels. Current research on mitigating label errors stems primarily from advances in deep learning, and a gap ex…

Deep Learning

Spectral U-Net: Enhancing Medical Image Segmentation via Spectral Decomposition

2024-09-13 · Yaopeng Peng, Milan Sonka, Danny Z. Chen

This paper introduces Spectral U-Net, a novel deep learning network based on spectral decomposition, by exploiting Dual Tree Complex Wavelet Transform (DTCWT) for down-sampling and inverse Dual Tree Complex Wavelet Trans…

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation+1

ARCLE: The Abstraction and Reasoning Corpus Learning Environment for Reinforcement Learning

2024-07-30 · Hosung Lee, Sejin Kim, Seungpil Lee, Sanha Hwang 외

This paper introduces ARCLE, an environment designed to facilitate reinforcement learning research on the Abstraction and Reasoning Corpus (ARC). Addressing this inductive reasoning benchmark with reinforcement learning …

ARCreinforcement-learningReinforcement Learning

DRL-M4MR: An Intelligent Multicast Routing Approach Based on DQN Deep Reinforcement Learning in SDN

2022-07-31 · Chenwei Zhao, Miao Ye, Xingsi Xue, Jianhui Lv 외

Traditional multicast routing methods have some problems in constructing a multicast tree, such as limited access to network state information, poor adaptability to dynamic and complex changes in the network, and inflexi…

Deep Reinforcement Learning

Cost-Aware Diffusion Active Search

2026-02-23 · Arundhati Banerjee, Jeff Schneider arxiv

Active search for recovering objects of interest through online, adaptive decision making with autonomous agents requires trading off exploration of unknown environments with exploitation of prior observations in the sea…

Reinforcement LearningDecision Making