Thank you for the support and the valuable feedback. Please see our response below.
**Q1:** Can the authors discuss the possibility of designing an algorithm with a minimax-optimal regret guarantee? Such a result has already been established in [1,2] for linear mixture MDPs with/without adversarial losses, with the full information feedback. [2] also established a lower bound of regret which depends on $\log{|\mathcal{S}|}$ and $\log{|\mathcal{A}|}$. Does the same lower bound also hold for the bandit feedback setting?
**Reply:** The main differences between our setting and those of [1, 2] are the following:
(1) They study full-information loss feedback, while we study bandit loss feedback;
(2) Their *linear mixture MDP* only assumes linear structure on the transition ($\mathbb{P}(s'|s,a) = \phi(s'|s,a)^\top \psi$), while our *linear MDP* assumes linear structures both on the transition ($\mathbb{P}(s'|s,a) = \phi(s,a)^\top \psi(s')$) and the loss ($\ell_k(s,a) = \phi(s,a)^\top \theta_k$). Notice that the assumptions on the transition are different -- in linear mixture MDP, it's possible to use a model-based algorithm to estimate the the transition, while in linear MDP this is not allowed.
The algorithmic techniques required for linear mixture MDPs and linear MDPs are quite different due to the different assumptions. Therefore, the bounds obtained in one setting cannot be translated or compared to the other setting in general. We note that a concurrent work [2] studied a more comparable setting of adversarial linear MDPs with full-information loss feedback. They obtained a regret of $\sqrt{d^4H^6 K}$ (also the first rate-optimal result), while ours in the bandit setting is $\sqrt{d^7H^7 K}$. Clearly, in both works, there is still a significant gap between the upper bounds and the currently best lower bound $dH\sqrt{K}$. We believe that the lower bound is tight. Potential ways to improve our upper bound include:
- In Algorithm 1, try NOT to control the estimation error for all functions in the function set $\mathcal{F}_\pi$ (which requires an union bound over an exponentially large function set); instead, just control the error for those $f$ that are relevant to the estimation of $\phi^\pi$.
- Improve the upper bound for the bias term in Lemma 10 -- we believe that a more refined and complicated analysis could improve the $d$ dependence there.
To implement these ideas, significant changes in the analysis and the algorithm may be required, so we leave it as future work.
Next, we remark on the $\log|\mathcal{S}|$ and $\log|\mathcal{A}|$ lower bound established in [2]. The key reason that they have explicit $|\mathcal{S}|$ and $|\mathcal{A}|$ dependencies is that in their linear mixture MDP model, there is NO structural assumption on the loss function $\ell_k(s,a)$ (see (2) above). Therefore, their $\ell_k(s,a), \ell_k(s',a')$ can be arbitrarily different even if $\phi(s,a)=\phi(s',a')$. This makes the intrinsic dimension of their $\ell_k(s,a)$ scales with $|\mathcal{S}||\mathcal{A}|$ (though the full-information assumption make their regret dependency only logarithmic). On the other hand, in our linear MDP model, $\ell_k(s,a)$ can be represented as a $d$ dimensional linear function. Therefore, our bound can only depend on $d$ but not on $|\mathcal{S}|$ or $|\mathcal{A}|$.
[1] Zhou, Dongruo, Quanquan Gu, and Csaba Szepesvari. Nearly minimax optimal reinforcement learning for linear mixture markov decision processes. Conference on Learning Theory. PMLR, 2021.
[2] Ji, Kaixuan, et al. Horizon-free Reinforcement Learning in Adversarial Linear Mixture MDPs. arXiv preprint arXiv:2305.08359 (2023).
[3] Uri Sherman, Alon Cohen, Tomer Koren, Yishay Mansour. Rate-Optimal Policy Optimization for Linear Markov Decision Processes. arXiv preprint arXiv:2308.14642 (2023).