Response to reviewer 7s3L
We thank reviewer 7s3L for their valuable comments and feedback.
$~$
## A.1 Weaknesses
The significance of the presented result is in the **existence of a dependence on the dimension $d$** for the amount of adaptivity $K$. From a theoretical perspective, this represents an important difference to $K$ being constant with respect to $d$. Our results provide an **important step in studying the limits of RL under low-adaptivity by showing a dependence on dimension is unavoidable** but much is left to understand. In particular, as we stress in the conclusion, it remains unclear if the $\log \log d$ dependence on $d$ is tight, which we leave as an open question.
$~$
## A.2 Assumption that $\gamma \geq \sqrt{3/4}$
It is an assumption to **make the analysis work**. In the analysis, we show the existence of subspaces that are at least some chordal distance away from each other and the distance depends on $g(\gamma) = 2\gamma^2 - 1$. We assume $\gamma \geq \sqrt{3/4}$ to ensure $g(\gamma)$ is not too small, which allows us to get the right dependence on the dimension $d$. Given that the discount factor $\gamma$ in discounted MDPs is considered to be close to 1, this **assumption is not restrictive**.
$~$
## A.3 Relationship between Theorems 4.4 and 4.5
The proofs of both Theorems are based on the same idea of the existence of a sequence of subspaces but the way the constructions of the MDP classes incorporate this sequence of subspaces is different. Therefore once the proofs have been reduced to using the existence of this sequence of subspaces, they are essentially the same. In the final version, **we will better unify these sections** to avoid repetition.
$~$
## A.4 Choice of epsilon, delta for Theorems 4.4 and 4.5
The proof of both Theorems conclude with the existence of two MDPs which are indistinguishable given the queries made by the learner. One of them has value $+1$ and the other $-1$ (optimal state-value for best policy identification (BPI) and action-value of the target policy for policy evaluation (PE)) in the initial state.
If the learner aims to minimise $\delta$, it can randomise equally between $+1$ and $-1$ and have an error of $2$ with probability $1/2$. If the learner aims to minimise $\varepsilon$, it can deterministically output $0$ and have an error $\varepsilon$ of $1$ with probability $1$.
The values of $\varepsilon = 1$, $\delta = 1/2$ from Theorems 4.4 and 4.5 comes from taking the learner's best-case in the combination of these. However, we obtain the more general conclusion that any learner must be between $(2,1/2)$-soundeness and $(1,1)$-soundeness. The $(1,1)$-soundeness covers any value of $\varepsilon < 1$ and the $(2,1/2)$-soundeness with $\varepsilon = 2$ is the largest error value since our results hold for MDPs whose values are within $[-1,1]$ (we did not explicitly point this out but will in the final version). **Therefore our results cover all relevant $\varepsilon$ values (for which there is a trade-off with $\delta$)**.
$~$
## A.5 Fully-Adaptive Setting
"I don’t quite understand the second paragraph of Section 4" - we believe you meant Section 4.3 but please correct us if not.
This paragraph is related to the **fully-adaptive** setting where adaptivity constraints are removed and the number of batches $K$ is equal to the number of queried data-points $n$. This is in contrast to our main results (Theorems 4.4 and 4.5), which show $K > \log \log d$ are needed to solve BPI/PE when $n \gg K$ but $n$ is polynomial in $d$. In Appendix A, we show that in the fully-adaptive setting, $n \geq d$ is needed to solve BPI/PE to arbitrary accuracy (and therefore $K\geq d$ since $K = n$). We also show a matching upper bound of $K=n\leq d$ to fully solve a PE problem under an assumption on the action space, hence the matching upper and lower bound.
Therefore the **relation between the lower-bound in the fully-adaptive setting and the main results is that they consider different settings of how $K$ relates to $n$**.
$~$
## A.6 Comparison to Zanette (2021) in Proof Sketch
In the final version, with the additional allowed page, we will include this comparison to the work of Zanette (2021) in Section 5:
**Comparison to Zanette (2021):** The work of Zanette (2021) erases information along a 1-dimensional subspace ($X$ is of rank $d-1$). Therefore after having observed one round of feedback, the learner only needs a single query to fully distinguish the MDP and solve the problem. Our constructions erase information along $m$-dimensional subspaces where we attempt to maximise $m$ so that even after having observed feedback revealing this subspace, a polynomial number of queries remains insufficient to distinguish the MDP and solve the problem, more adaptive rounds are needed.