Summary
This paper establishes the regret bounds of the proposed distributional methods from the perspective of the small-loss bound, where the regret upper bound depends not only on the number of iterations but also the optimal value. Based on this, they can show that regret could be lower under those environments whose optimal policy corresponds to a higher value function.
This paper provides three new distribution RL approaches for three different RL settings. The first one combines ReIGW and MLE to solve contextual bandits. The second one and the third one use the similar concept, which apply confidence intervals on the estimation of likelihood, to solve online RL and offline RL, respectively. They show that the proposed method can achieve competitive regret bound theoretically. The numerical results also demonstrate the empirical performance of the distributional approach for contextual bandits.
Strengths
- The concept of small-loss bound is very interesting and appears novel in the context of distributional RL. This new perspective indeed offers a promising way to theoretically understand why distribution methods could empirically achieve better performance in the existing distributional RL literature.
- This paper is thorough in that it considers three important RL settings: (i) contextual bandits, (ii) online RL, and (iii) offline RL. This paper rigorously shows that the distributional MLE methods have provable benefits in terms of regret for a wide variety of RL problems.
- The idea of combining MLE and confidence set is interesting and different from the traditional idea of considering the confidence interval of mean return.
Weaknesses
- Page 7 seems to be missing. This makes the upper half of Page 8 somewhat difficult to read.
- The regret bounds depend on some factors about the size of the distribution class. For example, in contextual bandits, the regret bound depends on Regret_{log}(K). Similarly, in online and offline RL, the regret bounds depend on $|\mathcal{F}|$. The finiteness of distribution classes appears to be a fairly strong assumption in RL.
- Accordingly, another concern is on the assumption that there exists good distribution classes that satisfy Bellman completeness. While it is mentioned in Section 5 that this assumption could hold under some special tabular MDPs, it is unclear how far this argument could go in the more general RL settings.
- The numerical simulations only discuss the result of contextual bandits. While typically I would not complain about the simulations in a theory paper, I do think that experiments on both online RL and offline RL could be very helpful in understanding the connection between small loss bounds and the empirical regrets.
Questions
I agree with the authors that there is very limited theoretical understanding of distributional RL, and therefore overall I can appreciate the contribution of this paper which offers a new viewpoint for understanding distributional methods in RL. That said, the algorithms proposed and analyzed in this paper are all of MLE style, and somehow they are quite distant from the mainstream distributional RL methods (e.g., C51, QR-DQN, IQN, etc). While the results in this paper are nice to have, I am not sure by how much these analytical insights could benefit the understanding of these popular distributional RL methods. In other words, one of my concerns is that the usefulness of small-loss bounds is tied to the specific algorithms presented in this paper. It would be very helpful if the authors could comment on the connection between the small-loss bounds and other common distributional methods.
Some detailed questions:
- Line 55: The paper claims that triangular discrimination is a novel approach for decomposing the regret, but this idea has been adapted from [Foster and Krishnamurthy, 2021.
- Line 131: The cost distribution should be some distribution in [0, H-h]? Similar issue occurs for the distribution of the loss-to-go in Line 146.
- Lines 127&148: The notation \bar{C} and \bar{Z} is not defined.
- Line 152: How to define the sum of two distributions (or two random variables)? Do we assume independence here?
- In Algorithm, line 4 and Algorithm 3, line 3: What is $\bar{f}_1$ in line 3?
- I am not sure how to compute the inner max of the confidence set. It seems that if the policy is not given, the \mathcal{F}, which is a function of {\pi}, is hard to compute.
- There are many hyperlinks pointing to the wrong positions.
- Line 626, the notation in this inequality is misleading, does f_1 only depend on x or (x,y)?
I am starting with 5 and would be willing to raise the score if the authors could address these questions and the issues mentioned above.
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
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
The authors do not describe any specific limitation of this paper.