LGFeb 4

Rationality Measurement and Theory for Reinforcement Learning Agents

arXiv:2602.04737v1h-index: 47Has Code
Originality Highly original
AI Analysis

This work addresses the critical but rarely explored property of rationality for reinforcement learning agents, providing foundational theory and metrics.

The paper tackles the problem of measuring and analyzing rationality in reinforcement learning agents by proposing a suite of rationality measures and associated theory, showing that experiments confirm hypotheses on the benefits of regularizers and domain randomization and the harm from environment shifts.

This paper proposes a suite of rationality measures and associated theory for reinforcement learning agents, a property increasingly critical yet rarely explored. We define an action in deployment to be perfectly rational if it maximises the hidden true value function in the steepest direction. The expected value discrepancy of a policy's actions against their rational counterparts, culminating over the trajectory in deployment, is defined to be expected rational risk; an empirical average version in training is also defined. Their difference, termed as rational risk gap, is decomposed into (1) an extrinsic component caused by environment shifts between training and deployment, and (2) an intrinsic one due to the algorithm's generalisability in a dynamic environment. They are upper bounded by, respectively, (1) the $1$-Wasserstein distance between transition kernels and initial state distributions in training and deployment, and (2) the empirical Rademacher complexity of the value function class. Our theory suggests hypotheses on the benefits from regularisers (including layer normalisation, $\ell_2$ regularisation, and weight normalisation) and domain randomisation, as well as the harm from environment shifts. Experiments are in full agreement with these hypotheses. The code is available at https://github.com/EVIEHub/Rationality.

Foundations

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

Your Notes