Summary
This paper considers the problem setting of Bayesian reinforcement learning, in which both the transition function and the reward function are sampled from a known prior distribution. The authors study Thompson sampling in this setting and prove a Bayesian regret bound of order O(\lambda \sqrt{ d T}) where \lambda is the average value diameter induced by the prior, d is the Kolmogorov dimension (with respect to l1 distance) of the environment, and T is the number of episodes the learner interacts with the environment.
The authors instantiate their general result to two previously studied settings.
- In the tabular setting, the authors show that their main result implies a regret bound that matches the previous state of the art by Osband and Van Roy (2017), but generalized to hold over any prior distribution rather than specific to the product of Dirichlet distribution prior considered by Osband and Van Roy.
- In the linear MDP setting, the authors give a regret bound of $O(\lambda \sqrt{d^f T})$, where $d^f$ is the Kolmogorov l1 dimension of the feature space. The authors also present a counterexample showing that the previously claimed state of the art due to Hao and Lattimore (2022) was in fact incorrect.
The paper also provides corollaries for specialized finite mixtures settings.
Strengths
The paper's main contribution is a general treatment of Thompson sampling in MDPs. Specifically, the paper claims to provide the most general results to date on the Bayesian regret of Thompson sampling in RL. These results appear to generalize the results of Osband and Van Roy (2017) in the tabular case, and, when their counterexample to Hao and Lattimore (2022) is taken into account, provides the tightest upper bounds in the linear MDP case. The paper clearly signposts these contributions and provides proofs for their claims.
Weaknesses
Some of the theorem statements/assumptions could be more explicit. For example, the strong consistency assumption (Assumption 1) is not rigorously defined until Appendix J. Also, in my reading of the proof of Theorem 4, it appears that there is another assumption needed in the statement (Assumption 2 from Appendix D). I think it is also worth pointing out that T_0 in Theorem 4 is doing a lot of heavy lifting, as it seems like it could actually be a very large constant, depending on the prior and the structure of the RL problem.
Questions
On line 138, it is claimed that the law of Thompson sampling aligns with the true posterior distribution. Is this true with no other assumptions? For example, if two environments induce the same optimal policy, then it seems like this would not be true.
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
2: You are willing to defend your assessment, but it is quite likely that you did not understand the central parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
The paper does point out that they do not have lower bounds to substantiate the tightness of their upper bounds. Another limitation of the paper, not mentioned by the authors, is that the analysis is limited to the setting where the prior is specified with perfect accuracy.