Response to Reviewer kjkr (Listed Questions)
> **Q1: The BAC method tunes its $\lambda$ and $\tau$ differently for tasks in MuJoCo and DMC (Table 1 & 5). It's questionable to claim superiority over other state-of-the-art (SOTA) methods like SAC and TD3, which use consistent hyperparameters (HP) across tasks. Adjusting HP for each task can inflate results as seen in Figure 5, which can be misleading.**
We believe there is a misunderstanding about the HP tuning of our work.
* As discussed in our **General Response**, simply using a single set of HP in our method can achieve SOTA performance throughout all 50 environments.
* We did tune the HPs of SAC and TD3 baselines across benchmarks/tasks for improved performance, following suggestions from the original paper [3,4] (for MuJoCo), TD-MPC [5] paper (for DMC), Meta-World [6] paper (for MetaWorld), as detailed in Appendix D. For clarity, we attach the HPs table for SAC and TD3 into our revision, please refer to Table 5 and Table 6.
> **Q2: Why not showcase the automatic $\lambda$ tuning methods from Appendix B.3.3 in the main text if they're effective?**
- We find that fixed $\lambda=0.5$ is already sufficient for strong performance, validated by extensive experiments across 50 tasks.
- A simple yet efficient algorithm has been long advocated. Hence, we present BAC with minimal designs in the main text. The automatic $\lambda$ tuning mechanism in the appendix is intended for interested readers to explore potential future refinements.
> **Q3: Figure 23 reveals that SAC, without the double-Q-trick, still underestimates in the Humanoid task. It's unclear if this is universally true. More convincing results would come from testing this across multiple tasks and providing absolute Q value estimates. I still suspect that Q underestimation largely stems from the double Q techniques, as suggested by the RL community [1]. For instance, OAC introduces $\beta_{LB}$ to manage value estimation issues.**
- Please refer to our previous response to the **major concern**.
- Thanks for pointing out OAC. But $\beta_{LB}$ in OAC could be perceived as a milder form of double-Q-trick and thus could not fully solve the underestimation issue. Also, OAC needs efforts to tune three hyperparameters, as illustrated in its paper. We have added the corresponding discussion in the Related Work in our revision.
> **Q4: Presuming the Q value underestimation problem is widely recognized (which I invite the authors to contest), the paper seems to lack innovation. The BEE operator, at its core, appears to be a fusion of existing Bellman operators.**
We would like to emphasize that our method is not simply fusing existing Bellman operators. We revealed a long-neglected underestimation issue in an existing method, which could potentially hurt performance and sample efficiency (elaborated in our response to the **major concern**). To address this, we provide a natural and very simple solution to enable fully exploitation of high-quality samples in the replay buffer. More importantly, our work demystifies the misperception that offline RL is over-conservative and incompatible with the online RL setting, and also provides a new paradigm to incorporate exploitation ingredients from offline RL to enhance the performance of online RL.
> **Q5: The statement "BEE exhibits no extra overestimation" seems conditional on specific $\lambda$ and $\tau$ values. For instance, using $\lambda$=1 and $\tau$=1 could induce overestimation.**
* For $\lambda=1$: this case actually reduces to an in-sample learning offline RL algorithm (e.g., IQL in our instantiation), which is inherently conservative. We show in Appendix E.6 that this case does not exhibit overestimation. Besides, note that our BEE operator is defined on $\lambda\in (0,1)$, as stated in Definition 4.1.
* For $\tau=1$: BEE operator is not bounded to hyperparameter $\tau$. As detailed in Appendix B.3.1, implementing BEE with other in-sample learning offline techniques, such as SQL and EQL instead of IQL would not have $\tau$ at all. We chose IQL primarily for its simplicity, and the original IQL paper also restricts $\tau < 1$.
Thanks again for your comments. Please let us know if there are any remaining questions or concerns. We hope the reviewer can reassess our work in light of these clarifications and additional empirical results.