Principal-Agent Reward Shaping in MDPs
Omer Ben-Porat, Yishay Mansour, Michal Moshkovitz, Boaz Taitler
TL;DR
This work studies reward shaping in principal-agent settings over Markov decision processes, formulating PARS-MDP where a Principal budgets a nonnegative bonus $R^B$ to influence the Agent's policy. The Agent responds with a best response to $R^A+R^B$, while the Principal aims to maximize $V^P$ via the induced policy, under a total budget $B$; the general problem is NP-hard. The authors develop two approximation schemes: STAR for stochastic trees, achieving a fully polynomial-time approximation with budget inflation and an $O(|A||S|k(B/\varepsilon)^3)$ runtime, and DFAR for deterministic finite-horizon DDPs, which yields optimal results under $\varepsilon$-discretization and a bi-criteria bound otherwise. Simulations on generated layered MDPs validate the theory, showing the principal’s utility improving toward the optimum as discretization tightens and budgets increase. Overall, the paper provides provable guarantees for practical reward-shaping strategies in sequential principal-agent settings with applications to environment design and incentive mechanisms in complex decision processes.
Abstract
Principal-agent problems arise when one party acts on behalf of another, leading to conflicts of interest. The economic literature has extensively studied principal-agent problems, and recent work has extended this to more complex scenarios such as Markov Decision Processes (MDPs). In this paper, we further explore this line of research by investigating how reward shaping under budget constraints can improve the principal's utility. We study a two-player Stackelberg game where the principal and the agent have different reward functions, and the agent chooses an MDP policy for both players. The principal offers an additional reward to the agent, and the agent picks their policy selfishly to maximize their reward, which is the sum of the original and the offered reward. Our results establish the NP-hardness of the problem and offer polynomial approximation algorithms for two classes of instances: Stochastic trees and deterministic decision processes with a finite horizon.
