LGSEMar 12, 2025

Rule-Guided Reinforcement Learning Policy Evaluation and Improvement

arXiv:2503.09270v11 citationsh-index: 38IJCAI
Originality Incremental advance
AI Analysis

This work addresses the challenge of incorporating domain knowledge into RL policies for researchers and practitioners, offering a principled approach to policy evaluation and improvement, though it is incremental as it builds on existing RL and software testing concepts.

The paper tackles the problem of using domain knowledge to improve deep reinforcement learning policies by proposing LEGIBLE, a method that mines rules from policies, generalizes them with metamorphic relations, and enforces improved rules to boost performance, resulting in demonstrated effectiveness across eleven RL environments with improved reward gains.

We consider the challenging problem of using domain knowledge to improve deep reinforcement learning policies. To this end, we propose LEGIBLE, a novel approach, following a multi-step process, which starts by mining rules from a deep RL policy, constituting a partially symbolic representation. These rules describe which decisions the RL policy makes and which it avoids making. In the second step, we generalize the mined rules using domain knowledge expressed as metamorphic relations. We adapt these relations from software testing to RL to specify expected changes of actions in response to changes in observations. The third step is evaluating generalized rules to determine which generalizations improve performance when enforced. These improvements show weaknesses in the policy, where it has not learned the general rules and thus can be improved by rule guidance. LEGIBLE supported by metamorphic relations provides a principled way of expressing and enforcing domain knowledge about RL environments. We show the efficacy of our approach by demonstrating that it effectively finds weaknesses, accompanied by explanations of these weaknesses, in eleven RL environments and by showcasing that guiding policy execution with rules improves performance w.r.t. gained reward.

Foundations

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

Your Notes