Response to Reviewer FWjL
We thank the reviewer for the valuable feedback on our paper. We respond to the specific questions as follows.
> The considered approaches are only statistically efficient. Can the authors provide a discussion on the possibility of getting computationally efficient or oracle-efficient algorithms?
Our algorithm OST is actually oracle-efficient given the POMDP planning oracle POP. It only makes $T$ calls to POP, and the rest of the algorithm runs in ${\rm poly}(H, S, A, O, T, k)$ time, as all the main operations (computing bonus, closeness testing) runs in polynomial time. We have added a remark about this (in the paragraph before Theorem 11) in our revision. Further, if POP has an efficient approximate implementation (such as the quasi-polynomial approximate planning algorithm of Golowich et al. (2022) for observable POMDPs), then the whole algorithm can be made (quasi-)efficient.
Golowich, N., Moitra, A., & Rohatgi, D. (2022). Planning in observable pomdps in quasipolynomial time. arXiv preprint arXiv:2201.04735.
Our other algorithm $k$-OMLE is indeed only statistically efficient. How to make these OMLE type algorithms computationally more efficient is an important open problem, which we would like to leave as future work.
> I am not yet convinced by the motivation for considering k-observation settings… Can the authors provide examples of settings where (a) one can get k-observations, but (b) we do not have the ability to reset to the latent state (or generative model)?
To give an example, consider a medical imaging problem, where we usually take multiple images per time step to measure the latent state (true status of the patient) that cannot be directly observed, and the problem is sequential (need to repeat this along the treatment process). In this problem, we have multiple observations at each state, but we don’t have the ability to reset.
> … My worry is that the ability to reset to the latent state needs knowledge of the latent state which is practically equivalent to hindsight observability (in the game playing example provided in the paper one seems to need knowledge of the latent state to reset).
We agree that in the game playing example, the ability to reset is similar to having access to the latent state. However, a key difference here is that only the *environment* has access to the latent state, and the *learner* can still only learn about it from the (multiple) observations. In game playing, multiple observations could still be qualitatively different from the latent state — For example, the latent state could be the true status/properties of the characters, whereas the observations could be like results of a battle that could be played multiple times by saving/loading.
We also remark that, in our setting, the value of $k$ matters and encodes a cost of making observations, which also makes it perhaps more realistic than hindsight observability. Even though by taking large $k$ one gets very close to hindsight observable, we do count it as $k$ samples when counting the sample complexity (e.g. in the previous medical imaging example, taking more measurements at each time step costs more time and resource).
> Another related work to compare to: "Agnostic Reinforcement Learning with Low-Rank MDPs and Rich Observations", Dann et. al. 2021. Their algorithm seems to work for POMDP settings with low-rank dynamics - while the dependence on d is exponential, their work does not seem to require any lower bound on \alpha and thus could be applicable when d is small/constant but \alpha could be arbitrarily small. I am pointing this out because the authors seem to portray \alpha-distinguishable POMDPs as the largest class of POMDPs that could be solvable statistically efficiently, however, Dann et. al. 2021 gives another example which is solvable under orthogonal assumptions.
We thank the reviewer for pointing out this related work. Using the reduction in that paper, they give an $\exp(d)$-samples algorithm for learning the best *reactive* policy in any tabular POMDP without further structural assumptions. However, we feel reactiveness makes the problem very different from—and arguably easier than—the standard problem of learning the (overall) best policy (which is in-general history dependent) considered in this work.
As another minor remark, we did not mean to portray \alpha-distinguishable POMDPs as the largest class of statistically efficiently solvable in the standard setting; it is rather under our enhanced feedback model ($k$-observation feedback). But if any of our statements sound like portraying such a claim, we would be happy to revise.