Response to Reviewer $\text{\textcolor{green}{PFzG}}$
Thank you for taking the time to provide detailed feedback on our work. Please let us know if any of our responses below need further clarification.
$ $
**W1. Practicality of evaluating a deterministic policy using data generated by a stochastic policy and its example**
There are many cases where the evaluation of deterministic policies is needed, e.g., safety-critical systems such as industrial robot control and drug prescription, where the sequences of actions need to be precisely and consistently controlled without introducing variability [Silver et al., 2014][Kallus and Zhou, 2018]. In these situations, one may want to evaluate the performance of the deterministic policies based on offline data when the robot control or drug prescription policy is updated before deployment. For the offline data, if the data is collected from the policies used in the past, the data can be viewed as sampled from a single stochastic behavior policy.
We included an explanation of the practicality of our problem setting and an example in the second paragraph of the introduction section.
$ $
[Silver et al., 2014] Silver et al. “Deterministic Policy Gradient Algorithms” ICML 2014.
[Kallus and Zhou, 2018] Kallus and Zhou. "Policy Evaluation and Optimization with Continuous Treatments.." AISTATS 2018.
$ $
**W2. Parts of the algorithm that are learned and not learned**
We learn the kernel metric composed of $h$ (scale of the metric, referred to as bandwidth) and $A$ (shape of the metric, referred to as metric) as well as $Q$ function, using Eq. (10), Eq. (13), and Eq. (6) respectively. The pseudo-code of our algorithm is provided in Algorithm 1 in Appendix B, where we use the learned bandwidth $h$.
We modified the paper's main text to guide readers to our pseudocode in Algorithm 1 in Appendix B and clear up what is learned and given in our algorithm. Furthermore, we modified Algorithm 1 to contain more details. We also modified the caption of Table 1 to explicitly mention what is learned in our algorithm in the experiment.
$ $
**W3. Hyperparameter selection**
For the hyperparameters in our method, bandwidth $h$ in our method is learned by Eq. (10). As for the IS ratio clipping range, we selected the range by grid search on Hopper-v2 domain from the cartesian product of minimum IS ratio clip values {1e-5, 1e-3, 1e-1} and maximum IS ratio clip values {1, 2, 10} and applied same hyperparameters on the other environments. For the hyperparameters in the baselines, we mostly followed the settings in SR-DICE as they experimented on the same or similar environments.
We added a brief explanation of the hyperparameter settings in the experiment section and details in Appendix C.1, “Hyperparameters” section.
$ $
**S1. Intuitive explanation of the theorems and propositions**
Thank you for your suggestion. We added intuitive explanations of the theorems and propositions in the main text. For Theorem1, we included an intuitive analysis of the leading-order bias in the paragraph after Theorem 1. For Proposition 3, we included an intuitive explanation of how the metric measures similarity between actions and how it is reflected in the importance resampling in the second paragraph after Proposition 3.
$ $
**S2. Separation of section 4.2 into Optimal bandith/metric section and error bound analysis section**
Thank you for your suggestion. The contents related to the error bound are put in a separate subsection “4.3 Error Bound Analysis”