Closing the Intent-to-Behavior Gap via Fulfillment Priority Logic
Bassel El Mabsout, Abdelrahman Abdelgawad, Renato Mancuso
TL;DR
This work tackles the challenge of translating multi-objective intentions into effective rewards by introducing Fulfillment Priority Logic (FPL) and the Balanced Policy Gradient (BPG) algorithm. FPL formalizes priority-aware objective composition using power means to preserve intended trade-offs, enabling non-linear utility designs in continuous control. BPG optimizes Fulfillment Q-values under FPL, incorporating a conservative fulfillment-based regularization to mitigate overestimation and achieve substantial improvements in sample efficiency on standard continuous-control benchmarks. The empirical results show strong gains in data efficiency and clearer, more desirable agent behaviors compared to traditional reward engineering and baseline methods, suggesting that FPL provides a principled pathway to closer alignment between practitioner intent and learned behavior in multi-objective RL.
Abstract
Practitioners designing reinforcement learning policies face a fundamental challenge: translating intended behavioral objectives into representative reward functions. This challenge stems from behavioral intent requiring simultaneous achievement of multiple competing objectives, typically addressed through labor-intensive linear reward composition that yields brittle results. Consider the ubiquitous robotics scenario where performance maximization directly conflicts with energy conservation. Such competitive dynamics are resistant to simple linear reward combinations. In this paper, we present the concept of objective fulfillment upon which we build Fulfillment Priority Logic (FPL). FPL allows practitioners to define logical formula representing their intentions and priorities within multi-objective reinforcement learning. Our novel Balanced Policy Gradient algorithm leverages FPL specifications to achieve up to 500\% better sample efficiency compared to Soft Actor Critic. Notably, this work constitutes the first implementation of non-linear utility scalarization design, specifically for continuous control problems.
