Summary
This paper addresses average-reward Markov Decision Processes (MDPs). In the context of the generative model, existing literature presents an $\epsilon$-optimal policy with a sample complexity of $O(SAD/\epsilon^2)$. However, this approach requires prior knowledge of an upper bound on the optimal bias span $H$. This paper initially demonstrates that accurately estimating $H$ can have arbitrarily large complexity. Subsequently, it introduces the Diameter Free Exploration (DFE) algorithm for communicating MDPs, which operates without any prior knowledge about the MDP and achieves near-optimal sample complexity for small $\epsilon$. In the online setting, the authors establish a lower bound suggesting that achieving a sample complexity polynomial in $H$ is infeasible. Furthermore, they propose an online algorithm that attains a sample complexity of $O(SAD^2/\epsilon^2)$. They also propose a data-dependent stopping rule that they believe could reduce sample complexity in the online setting.
Strengths
This paper presents a complete procedure, DFE, that achieves near-optimal sample complexity for small $\epsilon$ without any prior knowledge of $H$ for average-reward MDP. This approach fills a gap in the existing literature.
The finding that accurately estimating $H$ can have arbitrarily large complexity is new and interesting.
This paper also presents a new finding that achieving a sample complexity polynomial in $H$ in the online setting is infeasible, setting theoretical boundaries for future research.
The paper is technically sound, demonstrating rigor in the development and justification of its claims. The presentation quality of this paper is good.
The authors did a great literature review on average-reward MDPs.
Weaknesses
The main concern with this paper is the limited novelty and contribution of the proposed solutions.
The paper's claim regarding the necessity of knowing $H$ in the algorithm from [27] is somewhat misleading. The referenced paper explicitly mentions that only an upper bound for $H$ is required, not precise knowledge of $H$.
The technique of using an upper bound of $D$ to estimate $H$, as presented in this work, is not original. Reference [25] previously introduced this idea, diminishing the perceived innovation of the current paper’s methodology. Additionally, Algorithm 2, designed to estimate $D$, closely resembles Algorithm 4 in [21], suggesting a lack of substantial differentiation in their algorithm design.
The main algorithm, Diameter Free Exploration (DFE), seems to be a straightforward combination of algorithms in [21] and [27]. The primary theoretical contribution, Theorem 2, appears to be direct. The theorem’s proof does not seem to require substantial intellectual effort, suggesting that similar results could be easily derived by others familiar with the cited works.
In the online setting, the situation is similar. The online-DFE primarily integrates existing algorithms with minimal modification, and the theoretical insights it offers do not extend far beyond established results. This recombination of known techniques without substantial new insights significantly diminishes the paper's novelty and impact.
Theorem 3 in this paper is also very similar to Theorem 9 in [5].
While the authors propose a data-dependent stopping rule that they believe could reduce sample complexity in the online setting, they defer its exploration to future work. While postponing this analysis is understandable, it cannot be recognized as a substantial contribution within the current paper.
Questions
Regarding the development of DFE and online-DFE, and Theorems 2 and 4: Is it accurate to say that anyone familiar with [20], [21], and [27] could readily replicate these results? Specifically, were there unique challenges or complexities that are not immediately apparent but critical to the contributions of this paper?
Could the authors clarify which algorithms and theorems they consider to be the main technical contributions of this paper?
Limitations
The authors adequately addressed the limitations in the conclusion.