Doubly Inhomogeneous Reinforcement Learning
Liyuan Hu, Mengbing Li, Chengchun Shi, Zhenke Wu, Piotr Fryzlewicz
TL;DR
This work tackles reinforcement learning in doubly inhomogeneous environments where dynamics evolve over time and vary across subjects. It introduces a data-rectangle identification framework that alternates most recent change point detection and clustering, enabling applying standard doubly homogeneous RL within each rectangle. The authors establish theoretical guarantees, including convergent change point and clustering errors and a regret bound with an oracle property, and validate the approach through simulations and a real-world Intern Health Study, showing meaningful gains in policy performance. The method is practically impactful for interventional mobile health and other settings with evolving, heterogeneous dynamics, enabling more efficient and tailored sequential decision-making. Key ideas include Local Stationarity at the Endpoint (LSE), Local Homogeneity at the Endpoint (LHE), and the use of an information criterion to adaptively choose the number of clusters, all within a flexible, plug-in RL framework.
Abstract
This paper studies reinforcement learning (RL) in doubly inhomogeneous environments under temporal non-stationarity and subject heterogeneity. In a number of applications, it is commonplace to encounter datasets generated by system dynamics that may change over time and population, challenging high-quality sequential decision making. Nonetheless, most existing RL solutions require either temporal stationarity or subject homogeneity, which would result in sub-optimal policies if both assumptions were violated. To address both challenges simultaneously, we propose an original algorithm to determine the ``best data chunks" that display similar dynamics over time and across individuals for policy learning, which alternates between most recent change point detection and cluster identification. Our method is general, and works with a wide range of clustering and change point detection algorithms. It is multiply robust in the sense that it takes multiple initial estimators as input and only requires one of them to be consistent. Moreover, by borrowing information over time and population, it allows us to detect weaker signals and has better convergence properties when compared to applying the clustering algorithm per time or the change point detection algorithm per subject. Empirically, we demonstrate the usefulness of our method through extensive simulations and a real data application.
