paper-with-me

홈 › Papers

Unveiling the Decision-Making Process in Reinforcement Learning with Genetic Programming

2024-07-20 · Manuel Eberhardinger, Florian Rupp, Johannes Maucher, Setareh Maghsudi

Despite tremendous progress, machine learning and deep learning still suffer from incomprehensible predictions. Incomprehensibility, however, is not an option for the use of (deep) reinforcement learning in the real world, as unpredictable actions can seriously harm the involved individuals. In this work, we propose a genetic programming framework to generate explanations for the decision-making process of already trained agents by imitating them with programs. Programs are interpretable and can be executed to generate explanations of why the agent chooses a particular action. Furthermore, we conduct an ablation study that investigates how extending the domain-specific language by using library learning alters the performance of the method. We compare our results with the previous state of the art for this problem and show that we are comparable in performance but require much less hardware resources and computation time.

📄 PDF Abstract BibTeX arXiv:2407.14714

Code (2)

manueleberhardinger/unveiling-rl-with-gp 공식 구현
manueleberhardinger/ec-rl pytorch

Tasks

Decision MakingDeep Reinforcement Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Quantum Reinforcement Learning in Non-Abelian Environments: Unveiling Novel Formulations and Quantum Advantage Exploration

2024-04-11 · Shubhayan Ghosal

This paper delves into recent advancements in Quantum Reinforcement Learning (QRL), particularly focusing on non-commutative environments, which represent uncharted territory in this field. Our research endeavors to rede…

Decision Making

Unveiling the Black Box: A Multi-Layer Framework for Explaining Reinforcement Learning-Based Cyber Agents

2025-05-16 · Diksha Goel, Kristen Moore, Jeff Wang, Minjune Kim 외

Reinforcement Learning (RL) agents are increasingly used to simulate sophisticated cyberattacks, but their decision-making processes remain opaque, hindering trust, debugging, and defensive preparedness. In high-stakes c…

CyberBattleSimReinforcement Learning (RL)

Towards Optimal Adversarial Robust Reinforcement Learning with Infinity Measurement Error

2025-02-23 · Haoran Li, ZiCheng Zhang, Wang Luo, Congying Han 외

Ensuring the robustness of deep reinforcement learning (DRL) agents against adversarial attacks is critical for their trustworthy deployment. Recent research highlights the challenges of achieving state-adversarial robus…

Adversarial RobustnessDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Deep Reinforcement Learning using Genetic Algorithm for Parameter Optimization

2019-02-19 · Adarsh Sehgal, Hung Manh La, Sushil J. Louis, Hai Nguyen

Reinforcement learning (RL) enables agents to take decision based on a reward function. However, in the process of learning, the choice of values for learning algorithm parameters can significantly impact the overall lea…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Evolutionary Multi-Armed Bandits with Genetic Thompson Sampling

2022-04-26 · Baihan Lin

As two popular schools of machine learning, online learning and evolutionary computations have become two important driving forces behind real-world decision making engines for applications in biomedicine, economics, and…

Decision MakingEvolutionary AlgorithmsMulti-Armed BanditsSequential Decision Making+1