paper-with-me

Papers

Deep Explainable Relational Reinforcement Learning: A Neuro-Symbolic Approach

2023-04-17 · Rishi Hazra, Luc De Raedt

Despite numerous successes in Deep Reinforcement Learning (DRL), the learned policies are not interpretable. Moreover, since DRL does not exploit symbolic relational representations, it has difficulties in coping with structural changes in its environment (such as increasing the number of objects). Relational Reinforcement Learning, on the other hand, inherits the relational representations from symbolic planning to learn reusable policies. However, it has so far been unable to scale up and exploit the power of deep neural networks. We propose Deep Explainable Relational Reinforcement Learning (DERRL), a framework that exploits the best of both -- neural and symbolic worlds. By resorting to a neuro-symbolic approach, DERRL combines relational representations and constraints from symbolic planning with deep learning to extract interpretable policies. These policies are in the form of logical rules that explain how each decision (or action) is arrived at. Through several experiments, in setups like the Countdown Game, Blocks World, Gridworld, and Traffic, we show that the policies learned by DERRL can be applied to different configurations and contexts, hence generalizing to environmental modifications.

📄 PDF Abstract BibTeX arXiv:2304.08349

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Relational Neurosymbolic Markov Models

2024-12-17 · Lennert De Smet, Gabriele Venturato, Luc De Raedt, Giuseppe Marra

Sequential problems are ubiquitous in AI, such as in reinforcement learning or natural language processing. State-of-the-art deep sequential models, like transformers, excel in these settings but fail to guarantee the sa…

Bayesian Inference

GRAIL: Autonomous Concept Grounding for Neuro-Symbolic Reinforcement Learning

2026-04-18 · Hikaru Shindo, Henri Rößler, Quentin Delfosse, Kristian Kersting arxiv

Neuro-symbolic Reinforcement Learning (NeSy-RL) combines symbolic reasoning with gradient-based optimization to achieve interpretable and generalizable policies. Relational concepts, such as "left of" or "close by", serv…

Reinforcement LearningAtari Games

End-to-End Neuro-Symbolic Reinforcement Learning with Textual Explanations

2024-03-19 · Lirui Luo, Guoxi Zhang, Hongming Xu, Yaodong Yang 외

Neuro-symbolic reinforcement learning (NS-RL) has emerged as a promising paradigm for explainable decision-making, characterized by the interpretability of symbolic policies. NS-RL entails structured state representation…

Decision Makingreinforcement-learningReinforcement Learning

From Statistical Relational to Neuro-Symbolic Artificial Intelligence

2020-03-18 · Luc De Raedt, Sebastijan Dumančić, Robin Manhaeve, Giuseppe Marra

Neuro-symbolic and statistical relational artificial intelligence both integrate frameworks for learning with logical reasoning. This survey identifies several parallels across seven different dimensions between these tw…

Logical ReasoningPositionSurvey

Interpretable end-to-end Neurosymbolic Reinforcement Learning agents

2024-10-18 · Nils Grandien, Quentin Delfosse, Kristian Kersting

Deep reinforcement learning (RL) agents rely on shortcut learning, preventing them from generalizing to slightly different environments. To address this problem, symbolic method, that use object-centric states, have been…

Atari GamesDeep Reinforcement LearningObjectreinforcement-learning+2