LGJul 29, 2014

Chasing Ghosts: Competing with Stateful Policies

arXiv:1407.7635v110 citations
AI Analysis

This addresses a fundamental challenge in online learning for scenarios with limited feedback and stateful policies, though it is incremental relative to prior work on stateless or expert settings.

The paper tackles the problem of sequential decision-making with regret measured against stateful reference policies in a bandit setting, where tracking internal states is impossible, and achieves sublinear expected regret of O(T/log^{1/4} T), with a lower bound of O(T/log^{3/2} T).

We consider sequential decision making in a setting where regret is measured with respect to a set of stateful reference policies, and feedback is limited to observing the rewards of the actions performed (the so called "bandit" setting). If either the reference policies are stateless rather than stateful, or the feedback includes the rewards of all actions (the so called "expert" setting), previous work shows that the optimal regret grows like $Θ(\sqrt{T})$ in terms of the number of decision rounds $T$. The difficulty in our setting is that the decision maker unavoidably loses track of the internal states of the reference policies, and thus cannot reliably attribute rewards observed in a certain round to any of the reference policies. In fact, in this setting it is impossible for the algorithm to estimate which policy gives the highest (or even approximately highest) total reward. Nevertheless, we design an algorithm that achieves expected regret that is sublinear in $T$, of the form $O( T/\log^{1/4}{T})$. Our algorithm is based on a certain local repetition lemma that may be of independent interest. We also show that no algorithm can guarantee expected regret better than $O( T/\log^{3/2} T)$.

Foundations

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

Your Notes