Summary
This paper provides a novel online learning perspective for solving *known* (i.e., the planning problem of) robust MDPs. It proposes a no-regret framework that characterizes robust optimization as a min-max game and establishes a universal sub-optimality bound using regrets of both players. Then it introduces a few online optimization algorithms based on known *approximate optimization oracles $\mathcal{O}_{\alpha}$*, and applies *projected gradient descent* to construct such oracles given *gradient dominated* objective functions. Finally, for a specific example, it shows the required gradient dominance property for the value function $V_W^{\pi}(\mu)$ holds under *direct parametrization* of models, which immediately results in a sub-optimality bound according to the framework.
Strengths
1. This paper takes an interesting angle to promote the understanding of robust MDPs. The reviewer believes this is among the first to apply FTL-ish algorithms to solve robust MDPs, probably inspired by existing similar works for adversarial MDPs.
2. After the reviewer's *careful verification*, the mathematical proofs seem to *contain the correct ideas* in the form they are presented in the paper, though there are quite a few typos and gaps that obstructs the reading.
Weaknesses
1. The writing of this paper needs to be improved. The connections between sections are weak (a single sentence in most sections), and the techniques are not introduced in a motivated way. This makes the contribution of this paper most unclear to a first-time reader — what is the ultimate problem that this paper attempts to solve, and to what extent has it been solved? What can be done with it beyond standard value function and direct parametrization?
2. The authors need to be more careful about the math used in the paper, both in the statement of definitions/theorems and the proofs. Here are a few obvious typos/gaps that confuse the reviewer for quite some time:
* The definition of gradient dominance is inconsistent with [Bhandari & Russo, 2022]. The RHS term should be negative. Otherwise, since $x \in \mathcal{X}$, we immediately have $f(x) - \min_{x^* \in \mathcal{X}} f(x^*) \leq 0$, which is ridiculous. Fortunately the subsequent lemmas carry the correct sign.
* Lemma 5.2 is stated in the wrong way. There should not be a $\mathbb{P}_W$ factor in the summand.
* It needs to be emphasized that Lemma 5.4 and 5.5 only hold for direct parametrization, which is not reflected in the proof (e.g., in the third set of equations on page 15, the equation $\mathbb{P}\_W(s,a,s') = W\_{s,a,s'}$ should at least show up).
* There is an additional $\gamma^t$ factor in the third set of equations on page 15, making it slightly different from what is established in Lemma 5.2.
The reviewer urges the authors to double check all statements and proofs. It is also advisable to number the equations for the convenience of reference.
3. Though it contains a series of analyses and proofs, the contribution of this paper is suspicious.
* There is not sufficient literature review that helps to establish the contribution and novelty of this paper. Section 1 is way too short for a well-studied area.
* This is basically a planning setting with no learning involved. The reviewer doubts whether the proposed framework can be extended to deal with unknown MDPs for the learning setting.
* It seems to the reviewer that this is just a concatenation of known results — the formulation of the solution of robust MDPs as a min-max game is well-known, and the algorithms are standard online for optimization.
* The reviewer thinks that this paper might be abstracting straight-forward results in an unnecessary way. It's hard to imagine a reward/loss function $g(W, \pi)$ other than $V_W^{\pi}$. Plus, although claimed by the authors, it is unclear how similar gradient dominance properties could be established for generic parametrization of the model.
* If the framework only works for direct parametrization (as it turns out to be in this paper), the underlying MDP can only be tabular, and scalability would be an issue (in which case $d_{\pi} = S^2 A$ is potentially large).
The reviewer is open to raising the rating if the typos and gaps are fixed, and the concerns regarding contribution are settled.