paper-with-me

홈 › Papers

Survival Dynamics of Neural and Programmatic Policies in Evolutionary Reinforcement Learning

2026-01-07 · Anton Roupassov-Ruiz, Yiyang Zuo arxiv

In evolutionary reinforcement learning tasks (ERL), agent policies are often encoded as small artificial neural networks (NERL). Such representations lack explicit modular structure, limiting behavioral interpretation. We investigate whether programmatic policies (PERL), implemented as soft, differentiable decision lists (SDDL), can match the performance of NERL. To support reproducible evaluation, we provide the first fully specified and open-source reimplementation of the classic 1992 Artificial Life (ALife) ERL testbed. We conduct a rigorous survival analysis across 4000 independent trials utilizing Kaplan-Meier curves and Restricted Mean Survival Time (RMST) metrics absent in the original study. We find a statistically significant difference in survival probability between PERL and NERL. PERL agents survive on average 201.69 steps longer than NERL agents. Moreover, SDDL agents using learning alone (no evolution) survive on average 73.67 steps longer than neural agents using both learning and evaluation. These results demonstrate that programmatic policies can exceed the survival performance of neural policies in ALife.

📄 PDF Abstract BibTeX arXiv:2601.04365

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Multimodal LLM-assisted Evolutionary Search for Programmatic Control Policies

2025-08-07 · Qinglong Hu, Xialiang Tong, Mingxuan Yuan, Fei Liu 외 arxiv

Deep reinforcement learning has achieved impressive success in control tasks. However, its policies, represented as opaque neural networks, are often difficult for humans to understand, verify, and debug, which undermine…

Reinforcement Learning

Programmatic Reinforcement Learning: Navigating Gridworlds

2024-02-18 · Guruprerana Shabadi, Nathanaël Fijalkow, Théo Matricon

The field of reinforcement learning (RL) is concerned with algorithms for learning optimal policies in unknown stochastic environments. Programmatic RL studies representations of policies as programs, meaning involving h…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Programmatically Interpretable Reinforcement Learning

2018-04-06 · ICML 2018 7 · Abhinav Verma, Vijayaraghavan Murali, Rishabh Singh, Pushmeet Kohli 외

We present a reinforcement learning framework, called Programmatically Interpretable Reinforcement Learning (PIRL), that is designed to generate interpretable and verifiable agent policies. Unlike the popular Deep Reinfo…

Car RacingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Synthesizing Programmatic Policies with Actor-Critic Algorithms and ReLU Networks

2023-08-04 · Spyros Orfanos, Levi H. S. Lelis

Programmatically Interpretable Reinforcement Learning (PIRL) encodes policies in human-readable computer programs. Novel algorithms were recently introduced with the goal of handling the lack of gradient signal to guide …

Translation

Imitation-Projected Programmatic Reinforcement Learning

2019-07-11 · NeurIPS 2019 12 · Abhinav Verma, Hoang M. Le, Yisong Yue, Swarat Chaudhuri

We study the problem of programmatic reinforcement learning, in which policies are represented as short programs in a symbolic language. Programmatic policies can be more interpretable, generalizable, and amenable to for…

continuous-controlContinuous ControlImitation LearningProgram Synthesis+3