Summary
This paper equips the rare-switching mechanism with a novel feature shrinkage technique to achieve efficient policy optimization (PO) for linear MDPs with adversarial losses or bandit feedback. By shrinking features in directions of high uncertainty, the authors show that the proposed algorithm has its regret optimal in terms of $K$, the number of episodes, up to a logarithmic factor. Compared with prior work on PO for adversarial linear MDPs, the proposed algorithm does not invoke sophisticated black boxes or incur any $\text{poly}(d, H)$ burn-in cost and enjoys a regret upper bound with lower dependence on the horizon $H$ and the ambient dimension $d$.
Strengths
1. The proposed feature shrinkage technique, which enables the estimated state-action value to be bounded without resort to truncation techniques, is simple and does not incur any additional statistical or computational overhead up to constant factors.
2. The authors notice that the extended value difference lemma [1] is applicable (for the proposed contracted subMDP) even if the transition kernel is sub-stochastic, which is a key observation that might be of independent interest and useful for the reinforcement learning (RL) community.
[1] Shani, L., Efroni, Y., Rosenberg, A., & Mannor, S. (2020, November). Optimistic policy optimization with bandit feedback. In International Conference on Machine Learning (pp. 8604-8613). PMLR.
Weaknesses
## Weaknesses
1. The authors should make it clear in the main text whether the analysis or the final regret bound depends on $|\mathcal{X}| < \infty$ in any significant way. As far as I can tell, the regret bound does not rely on the finite $\mathcal{X}$ assumption, but the authors should further clarify this point.
2. Line 266: [1] does not utilize any feature shrinkage technique, so it is confusing and not adequate to mention "the corresponding claim" and use the $\bar{\phi}^{k_e}$ notation in equation (6) without further explanation.
3. Line 49: Though the results in this paper is significant, it is way too assertive to say that no simpler algorithm with lower regret exists for adversarial linear MDPs. The authors should at least elucidate their conjecture about the optimality of the proposed algorithm in a more appropriate manner.
4. Minor issue: Technically speaking, the two $\sum_{h}$ signs between Line 276 and 277 should not be put outside the expectation in that your expectation is taken with respect to the randomness of a trajectory.
5. Between Line 151 and 152: the $\Delta P(x_h, a_h)$ part seems to be a typo
6. The key connection between the proposed technique, especially Lemma 18, and the boundedness of the estimated state-action value function (i.e., the arguments between Line 549 and 550) is not explained in any way in the main text. (BTW, in the proof of Lemma 18, it seems that $K\geq 1$ should be changed to $K\geq \mathrm{e}$)
7. Minor typo on Line 265: $\succ$ -> $\leq$
8. Minor typo on Line 579: $\hat{V}$ -> $\hat{V}_h$
[1] Sherman, U., Cohen, A., Koren, T., & Mansour, Y. (2023). Rate-optimal policy optimization for linear markov decision processes. arXiv preprint arXiv:2308.14642.
Questions
1. Any reference on the proposition mentioned on Line 134-135 that the Markov $\pi^*$ in hindsight is optimal among all policies?
Limitations
not applicable