Algorithm-Relative Trajectory Valuation in Policy Gradient Control
Shihao Li, Jiachen Li, Jiamin Xu, Christopher Martin, Wei Li, Dongmei Chen
TL;DR
The paper addresses how trajectory value in policy-gradient control depends on the learning algorithm rather than data alone, focusing on an uncertain LQR and using Trajectory Shapley for attribution. It reveals a robust negative correlation between PE and trajectory value under vanilla REINFORCE, explained by a variance-mediated mechanism in which high PE reduces gradient variance and thus marginal value, while exploration benefits near saddles favor low-PE trajectories. Stabilization via state whitening or natural gradient neutralizes this variance channel and flips the correlation to positive, demonstrating algorithm-relativity in data valuation. The work advances practical data curation guidance (LOO vs Shapley) and highlights the need for algorithm-aware valuation frameworks in RL, with implications for active data collection and safety-critical control.
Abstract
We study how trajectory value depends on the learning algorithm in policy-gradient control. Using Trajectory Shapley in an uncertain LQR, we find a negative correlation between Persistence of Excitation (PE) and marginal value under vanilla REINFORCE ($r\approx-0.38$). We prove a variance-mediated mechanism: (i) for fixed energy, higher PE yields lower gradient variance; (ii) near saddles, higher variance increases escape probability, raising marginal contribution. When stabilized (state whitening or Fisher preconditioning), this variance channel is neutralized and information content dominates, flipping the correlation positive ($r\approx+0.29$). Hence, trajectory value is algorithm-relative. Experiments validate the mechanism and show decision-aligned scores (Leave-One-Out) complement Shapley for pruning, while Shapley identifies toxic subsets.
