Rebuttal
We thank the reviewer for their thoughtul review and their enthusiasm about our work. We respond to the questions below:
**W1: Performance of IQ-Learn**\
As discussed in Jena et al. [3], some imitation learning methods can hack the rewards using the terminal states and survival instincts.
However, we conduct experiments on DMControl suite where each task is infinite horizon tasks with fixed episode length-- a scenario where agents cannot hack through survival biases.
We believe this might be true for IQ-Learn due to which the method does not perform well on infinite horizon tasks.
Note that recent works [4] have demonstrated similar performance of IQ-Learn with the DMControl tasks.
**W2: The choice of baselines could be expanded**\
We appreciate your suggestions about further baselines to include.
We do note, that we actually significantly strengthened the baselines in our work by incorporating the latest techniques in deep RL / IRL, massively improving performance over their original versions.
We have added OPOLO [2] as another baseline in our revision, and while it performed competitively with other baselines, it struggled on the quadruped tasks---ultimately, SFM still outperforms all baselines.
Our hypothesis is that OPOLO heavily depends on a good Inverse Dynamics Module (IDM) which is hard to learn in the quadruped domain (something we saw in our experiments in Fig 7 of updated draft).
I2L [1] is an interesting method that deals with expert demonstrations collected in a different MDP than the learner's MDP to tackle challenges with changing dynamics.
However, this is not the setting we tackle in our paper; indeed, none of the baseline methods are designed to perform well in this setting, and it is not the setting of our experiments.
That said, we believe similar tricks from I2L can be leveraged to learn base features that are agnostic to transition dynamics to extend SFM to this setting, and for now we leave it as a very compelling direction for future work.
**Q: What are the hyperparameter search space for SFM and baselines respectively?**\
For adversarial baselines, we observed that the choice of policy optimizer (between TD7 and TD3) significantly affected the performance.
Other hyperparameters for tuning the discriminator (reward model) include the coefficient of gradient penalty loss, learning rate decay and frequency of updates during training.
For SFM, the SF network uses the standard architecture used for training the TD3 critic (with a modified head to predict multivariate features).
For base feature functions, we directly use the architecture and implementation provided in Hilp~[5].
The hyperparameters for SFM include the policy optimizer, base feature function and the dimension of base features.
We found that SFM works ``out of the box'' with the most natural choice of hyparparameters (namely, architecture of the base feature function and policy optimizer).
As such, we did not extensively assess the sensitivity to these parameters, because we found empirically that they do not need to be tuned.
Finally, we stress that SFM is fairly robust to hyperparameters and policy optimizers across environments.
We believe our revision has addressed all of your comments, and if so, we would be grateful if you would consider increasing your score.
Otherwise, we are eager to discuss if you have any further questions or comments.
### References
[1] Gangwani et al., State-only imitation with transition dynamics mismatch, ICLR 2020.\
[2] Zhu et al., 'Off-policy imitation learning from observations.', NeurIPS 2020.\
[3] Jena et al., Addressing reward bias in adversarial imitation learning with neutral reward functions, arXiv:2009.09467.\
[4] Pirotta et al., Fast Imitation via Behavior Foundation Models, ICLR 2023.\
[5] Park et al., Foundation Policies with Hilbert Representations, ICML 2024