LGAIMay 12, 2023

S-REINFORCE: A Neuro-Symbolic Policy Gradient Approach for Interpretable Reinforcement Learning

arXiv:2305.07367v12 citations
Originality Incremental advance
AI Analysis

This addresses the need for transparent and causal reinforcement learning policies in real-world applications, though it appears incremental as it builds on existing policy gradient and neuro-symbolic methods.

The paper tackled the problem of generating interpretable policies in reinforcement learning by proposing S-REINFORCE, a neuro-symbolic algorithm that combines neural networks and symbolic regressors, resulting in effective performance on dynamic decision-making tasks with low and high dimensional action spaces.

This paper presents a novel RL algorithm, S-REINFORCE, which is designed to generate interpretable policies for dynamic decision-making tasks. The proposed algorithm leverages two types of function approximators, namely Neural Network (NN) and Symbolic Regressor (SR), to produce numerical and symbolic policies, respectively. The NN component learns to generate a numerical probability distribution over the possible actions using a policy gradient, while the SR component captures the functional form that relates the associated states with the action probabilities. The SR-generated policy expressions are then utilized through importance sampling to improve the rewards received during the learning process. We have tested the proposed S-REINFORCE algorithm on various dynamic decision-making problems with low and high dimensional action spaces, and the results demonstrate its effectiveness and impact in achieving interpretable solutions. By leveraging the strengths of both NN and SR, S-REINFORCE produces policies that are not only well-performing but also easy to interpret, making it an ideal choice for real-world applications where transparency and causality are crucial.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes