paper-with-me

Papers

Hierarchical Support Vector State Partitioning for Distilling Black Box Reinforcement Learning Policies

2026-05-05 · Senne Deproost, Mehrdad Asadi, Ann Nowé arxiv

We introduce State Vector Space Partitioning (SVSP), a novel method to mimic a black box reinforcement learning policy using a set of human-interpretable subpolicies. By partitioning a distillation dataset of state action pairs with linear support vector machine splits, SVSP constructs a compact and structured representation of the original policy. Our method improves mean return by +7.4% over previous critic driven state partitioning attempts such as Voronoi State Partitioning (VSP) and +2.8% over the original TD3 policy, while reducing the number of required subpolicies against VSP by 82.1%. Our results pave the path towards a more flexible form of distillation where both the decision boundary and surrogate models can be chosen within a margin of the original black box behavior.

📄 PDF Abstract BibTeX arXiv:2605.04254

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Hierarchical Resource Partitioning on Modern GPUs: A Reinforcement Learning Approach

2024-05-14 · Urvij Saroliya, Eishi Arima, Dai Liu, Martin Schulz

GPU-based heterogeneous architectures are now commonly used in HPC clusters. Due to their architectural simplicity specialized for data-level parallelism, GPUs can offer much higher computational throughput and memory ba…

GPUreinforcement-learningReinforcement LearningScheduling

Efficient Motion Modelling with Variable-sized blocks from Hierarchical Cuboidal Partitioning

2022-08-28 · Priyabrata Karmakar, Manzur Murshed, Manoranjan Paul, David Taubman

Motion modelling with block-based architecture has been widely used in video coding where a frame is divided into fixed-sized blocks that are motion compensated independently. This often leads to coding inefficiency as f…

4k

Distilling Deep Reinforcement Learning into Interpretable Fuzzy Rules: An Explainable AI Framework

2026-02-24 · Sanup S. Araballi, Simon Khan, Chilukuri K. Mohan arxiv

Deep Reinforcement Learning (DRL) agents achieve remarkable performance in continuous control but remain opaque, hindering deployment in safety-critical domains. Existing explainability methods either provide only local …

Reinforcement LearningContinuous Control

Aperon Technical Report: Hierarchical No-Pointer Tangent-Local Search for High-Dimensional Approximate Nearest Neighbors

2026-06-07 · Yong Fu arxiv

We present HNTL (Hierarchical No-pointer Tangent-Local), the core vector indexing and candidate generation framework of the Aperon vector memory system. Proximity graphs (e.g., HNSW) incur a heavy pointer tax in memory o…

Hierarchical Representation Learning for Markov Decision Processes

2021-06-03 · Lorenzo Steccanella, Simone Totaro, Anders Jonsson

In this paper we present a novel method for learning hierarchical representations of Markov decision processes. Our method works by partitioning the state space into subsets, and defines subtasks for performing transitio…

Representation Learning