paper-with-me

홈 › Papers

Efficient Symbolic Policy Learning with Differentiable Symbolic Expression

2023-11-02 · NeurIPS 2023 11

Deep reinforcement learning (DRL) has led to a wide range of advances in sequential decision-making tasks. However, the complexity of neural network policies makes it difficult to understand and deploy with limited computational resources. Currently, employing compact symbolic expressions as symbolic policies is a promising strategy to obtain simple and interpretable policies. Previous symbolic policy methods usually involve complex training processes and pre-trained neural network policies, which are inefficient and limit the application of symbolic policies. In this paper, we propose an efficient gradient-based learning method named Efficient Symbolic Policy Learning (ESPL) that learns the symbolic policy from scratch in an end-to-end way. We introduce a symbolic network as the search space and employ a path selector to find the compact symbolic policy. By doing so we represent the policy with a differentiable symbolic expression and train it in an off-policy manner which further improves the efficiency. In addition, in contrast with previous symbolic policies which only work in single-task RL because of complexity, we expand ESPL on meta-RL to generate symbolic policies for unseen tasks. Experimentally, we show that our approach generates symbolic policies with higher performance and greatly improves data efficiency for single-task RL. In meta-RL, we demonstrate that compared with neural network policies the proposed symbolic policy achieves higher performance and efficiency and shows the potential to be interpretable.

📄 PDF Abstract BibTeX arXiv:2311.02104

Code (1)

guojm14/ESPL 공식 구현 pytorch

Tasks

Decision MakingDeep Reinforcement LearningSequential Decision Making

Similar Papers 제목 키워드 기반

Symbolic Visual Reinforcement Learning: A Scalable Framework with Object-Level Abstraction and Differentiable Expression Search

2022-12-30 · Wenqing Zheng, S P Sharan, Zhiwen Fan, Kevin Wang 외

Learning efficient and interpretable policies has been a challenging task in reinforcement learning (RL), particularly in the visual RL setting with complex scenes. While neural networks have achieved competitive perform…

Reinforcement Learning (RL)

A Data-Free Symbolic Regression Approach for Solving Equations

2026-06-05 · Sergei Garmaev, Vinay Sharma, Olga Fink arxiv

Many equations arising in science currently cannot be solved by available analytical techniques and are therefore solved numerically, without yielding explicit symbolic expressions. Existing symbolic regression approache…

Deep symbolic regression: Recovering mathematical expressions from data via risk-seeking policy gradients

2019-12-10 · ICLR 2021 1 · Brenden K. Petersen, Mikel Landajuela Larma, T. Nathan Mundhenk, Claudio P. Santiago 외

Discovering the underlying mathematical expressions describing a dataset is a core challenge for artificial intelligence. This is the problem of $\textit{symbolic regression}$. Despite recent advances in training neural …

regressionReinforcement LearningSymbolic Regression

PruneSymNet: A Symbolic Neural Network and Pruning Algorithm for Symbolic Regression

2024-01-25 · Min Wu, Weijun Li, Lina Yu, Wenqiang Li 외

Symbolic regression aims to derive interpretable symbolic expressions from data in order to better understand and interpret data. %which plays an important role in knowledge discovery and interpretable machine learning. …

Interpretable Machine LearningregressionSymbolic Regression

Neuro-Symbolic Approaches for Text-Based Policy Learning

2021-11-01 · EMNLP 2021 11 · Subhajit Chaudhury, Prithviraj Sen, Masaki Ono, Daiki Kimura 외

Text-Based Games (TBGs) have emerged as important testbeds for reinforcement learning (RL) in the natural language domain. Previous methods using LSTM-based action policies are uninterpretable and often overfit the train…

Reinforcement Learning (RL)text-based games