Reply to Reviewer 4ukw
We thank the reviewer for their positive comments and for their feedback. We reply to their questions and comments below.
> …it's worth noting that GLOW is computationally inefficient. Therefore, there is a need to develop more computationally efficient variants to showcase the algorithm's practical effectiveness.
We believe that our statistical efficiency results on their own are a contribution which merits acceptance. Statistical considerations preclude computational ones, and a major contribution of our work is to establish for the first time that the use of density ratios in online RL is viable and worthy of further study (including computational questions). Computational inefficiency is overwhelmingly common for online RL algorithms under general function approximation (e.g. OLIVE [1], GOLF [2], BiLin-UCB [3], etc.), and our work builds on this line of research, though deriving an efficient counterpart to our algorithm is of course a fascinating direction for future research.
Towards bridging this gap, we also provided new results for the Hybrid RL setting (Section 4) which do yield a computationally efficient version of GLOW, under the additional assumption that the learner has access to both offline datasets and online interactions. In this setting, we can remove the optimism step, which is the only computationally intensive component of our algorithm.
A computationally efficient algorithm in the fully online setting would require algorithmic ideas beyond optimism (e.g. policy covers). These exist in simpler settings (namely tabular and linear MDPs) but are not known to work in the general setting of coverability with arbitrary function classes.
> However, I am still curious about the specific benefits for online RL. Does it enlarge range of MDPs which can be solved by online RL algorithms (it may be computationally inefficient)?
Yes, this does indeed enlarge the class of MDPs which we can solve in online RL. Specifically, this is the first provable sample complexity guarantee for coverable MDPs that does not rely on the Bellman Completeness assumption, which was specifically mentioned as an open problem in Xie et al. 2023 [4]. In Appendix D.1 we also provide some more specific examples of new MDP classes that can be solved by our algorithm and which were not previously known to be tractable.
References:
[1] Jiang N, Krishnamurthy A, Agarwal A, Langford J, Schapire RE. Contextual decision processes with low bellman rank are pac-learnable. InInternational Conference on Machine Learning 2017 Jul 17 (pp. 1704-1713). PMLR.
[2] Jin C, Liu Q, Miryoosefi S. Bellman eluder dimension: New rich classes of rl problems, and sample-efficient algorithms. Advances in neural information processing systems. 2021 Dec 6;34:13406-18.
[3] Du S, Kakade S, Lee J, Lovett S, Mahajan G, Sun W, Wang R. Bilinear classes: A structural framework for provable generalization in rl. InInternational Conference on Machine Learning 2021 Jul 1 (pp. 2826-2836). PMLR.
[4] Xie, Tengyang, Dylan J. Foster, Yu Bai, Nan Jiang, and Sham M. Kakade. "The role of coverage in online reinforcement learning." ICLR 2023.