Summary
This paper studies the convergence rate of a general family of policy gradient methods called Policy Mirror Descent (PMD) in the setting of discounted MDP, unregularized objective, and tabular policy model. In prior work ((Xiao, 2022), [7] in the paper), it has been known that with a geometrically increasing step size schedule, all PMD algorithms enjoy nice convergence rate and sample complexity with respect to the discounting factor $\gamma$, but the bounds proved in [7] also depend on a "distribution mismatch coefficient" term. This paper shows that with a more adaptive step-size schedule, this "distribution mismatch coefficient" term can be removed from the bounds. The results are derived by simplifying the analysis in [7] with a value improvement property of PMD algorithms (Lemma A.2). The paper also presents theorems to argue that the convergence rate they proved is tight, and that the adaptive step-size schedule is necessary for achieving this rate.
Strengths
1. This paper seems to be a solid follow-up work after (Xiao, 2022) [7]. The paper gives a nice analysis to the PMD algorithms (removing unnecessary and "ugly" terms in previous results, simplifying the analysis framework, providing optimality/necessity arguments, etc.).
2. The results presented in this paper are nicely compared and contrasted with previous works.
Weaknesses
1. I am not very sure about the significance of the results presented by the paper. While it is nice to see that with carefully scheduled step sizes every PMD algorithm could match the performance of PI and NPG, the step-size schedule required does not look very practically feasible to me, and it's still not clear if any concrete and practical PMD algorithm can demonstrate better performance than PI and NPG. Because PI and NPG are two special cases of PMD, bounds applying to all PMD algorithms are necessarily subject to the bounds of PI and NPG, so I wonder if aiming at proving bounds that "universally" apply to all PMD algorithms, as this paper does, can be truly helpful in identifying *better* PMD algorithms. Maybe the authors can consider to better motivate this work.
2. I have some concern about whether Theorem 4.2 can indeed establish the optimality of the convergence rate as proved in the paper. If I understand correctly, Theorem 4.2 says that for any given state-space size $|S|$, there exists a MDP with $|S|$ states such that no PMD algorithm can be faster than the linear $\gamma$-rate in the first $|S|/2$ PMD iterations. But this result does not bound the asymptotic performance of PMD, right? As the paper already mentioned (Line 265), PI can converge exactly to the optimal policy in finite iterations, this fact means PI, as one instance in the PMD family, must converge faster than the linear $\gamma$-rate after the first $|S|/2$ iterations. In this case I am not sure why the linear bound in Theorem 4.1 must be optimal.
Questions
A. Table 1: Why isn't "linear $\gamma$-rate" checked for [7], while at Line 31 you said "*linear convergence of PMD was established by [7]*"?
B. Line 264-266: I wonder if extending (7) to k>n will necessarily contradict with the fact that PI converges in finite iterations. Specifically, the latter implies that for large enough k, we have $||V^*-V^k||=0$. To have (7) hold for such k, we "only" need to have $\gamma^k ||V^*-V^0||\leq \frac{2\delta}{1-\gamma}$, which does not look impossible to me unless $\delta$ and $V^0$ have some special constraints -- can you explain a bit more here? Although (7) is linear to $\gamma^k$, does the negative constant term $-\frac{2\delta}{1-\gamma}$ in (7) actually allows exact convergence to $V^*$?
C. Line 308: $(s^0_t, a^0_t)$ should be $(s^i_0, a^i_0)$ ?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, 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.