paper-with-me

Papers

Off-Policy Evaluation for Action-Dependent Non-Stationary Environments

2023-01-24 · Yash Chandak, Shiv Shankar, Nathaniel D. Bastian, Bruno Castro da Silva, Emma Brunskil, Philip S. Thomas

Methods for sequential decision-making are often built upon a foundational assumption that the underlying decision process is stationary. This limits the application of such methods because real-world problems are often subject to changes due to external factors (passive non-stationarity), changes induced by interactions with the system itself (active non-stationarity), or both (hybrid non-stationarity). In this work, we take the first steps towards the fundamental challenge of on-policy and off-policy evaluation amidst structured changes due to active, passive, or hybrid non-stationarity. Towards this goal, we make a higher-order stationarity assumption such that non-stationarity results in changes over time, but the way changes happen is fixed. We propose, OPEN, an algorithm that uses a double application of counterfactual reasoning and a novel importance-weighted instrument-variable regression to obtain both a lower bias and a lower variance estimate of the structure in the changes of a policy's past performances. Finally, we show promising results on how OPEN can be used to predict future performances for several domains inspired by real-world applications that exhibit non-stationarity.

📄 PDF Abstract BibTeX arXiv:2301.10330

Code (1)

yashchandak/activens 공식 구현 pytorch

Tasks

counterfactualCounterfactual ReasoningDecision MakingOff-policy evaluationSequential Decision Making

Similar Papers 제목 키워드 기반

Infinite-horizon Off-Policy Policy Evaluation with Multiple Behavior Policies

2019-10-10 · ICLR 2020 1 · Xinyun Chen, Lu Wang, Yizhe Hang, Heng Ge 외

We consider off-policy policy evaluation when the trajectory data are generated by multiple behavior policies. Recent work has shown the key role played by the state or state-action stationary distribution corrections in…

Unified Policy Optimization for Continuous-action Reinforcement Learning in Non-stationary Tasks and Games

2022-08-19 · Rong-Jun Qin, Fan-Ming Luo, Hong Qian, Yang Yu

This paper addresses policy learning in non-stationary environments and games with continuous actions. Rather than the classical reward maximization mechanism, inspired by the ideas of follow-the-regularized-leader (FTRL…

MuJoCoReinforcement Learning (RL)

Asymptotically Unbiased Off-Policy Policy Evaluation when Reusing Old Data in Nonstationary Environments

2023-02-23 · Vincent Liu, Yash Chandak, Philip Thomas, Martha White

In this work, we consider the off-policy policy evaluation problem for contextual bandits and finite horizon reinforcement learning in the nonstationary setting. Reusing old data is critical for policy evaluation, but ex…

Multi-Armed BanditsregressionSurvey Samplingvalid

Agent Probing Interaction Policies

2019-11-21 · Siddharth Ghiya, Oluwafemi Azeez, Brendan Miller

Reinforcement learning in a multi agent system is difficult because these systems are inherently non-stationary in nature. In such a case, identifying the type of the opposite agent is crucial and can help us address thi…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Non-stationary and Varying-discounting Markov Decision Processes for Reinforcement Learning

2025-11-17 · Zhizuo Chen, Theodore T. Allen arxiv

Algorithms developed under stationary Markov Decision Processes (MDPs) often face challenges in non-stationary environments, and infinite-horizon formulations may not directly apply to finite-horizon tasks. To address th…

Reinforcement Learning