English

The Curse of Passive Data Collection in Batch Reinforcement Learning

Machine Learning 2023-07-06 v3 Artificial Intelligence

Abstract

In high stake applications, active experimentation may be considered too risky and thus data are often collected passively. While in simple cases, such as in bandits, passive and active data collection are similarly effective, the price of passive sampling can be much higher when collecting data from a system with controlled states. The main focus of the current paper is the characterization of this price. For example, when learning in episodic finite state-action Markov decision processes (MDPs) with S\mathrm{S} states and A\mathrm{A} actions, we show that even with the best (but passively chosen) logging policy, Ω(Amin(S1,H)/ε2)\Omega(\mathrm{A}^{\min(\mathrm{S}-1, H)}/\varepsilon^2) episodes are necessary (and sufficient) to obtain an ϵ\epsilon-optimal policy, where HH is the length of episodes. Note that this shows that the sample complexity blows up exponentially compared to the case of active data collection, a result which is not unexpected, but, as far as we know, have not been published beforehand and perhaps the form of the exact expression is a little surprising. We also extend these results in various directions, such as other criteria or learning in the presence of function approximation, with similar conclusions. A remarkable feature of our result is the sharp characterization of the exponent that appears, which is critical for understanding what makes passive learning hard.

Keywords

Cite

@article{arxiv.2106.09973,
  title  = {The Curse of Passive Data Collection in Batch Reinforcement Learning},
  author = {Chenjun Xiao and Ilbin Lee and Bo Dai and Dale Schuurmans and Csaba Szepesvari},
  journal= {arXiv preprint arXiv:2106.09973},
  year   = {2023}
}

Comments

27 pages, 2 figures. AISTATS 2022. In this revision, we fix an error in the previous upper bound results