Response to Reviewer D4cs Part 1
We thank Reviewer D4cs for the insightful feedback. We are encouraged that Reviewer D4cs finds our idea is important and promising, and experiments are fruitful. We now address all of Reviewer D4cs's concerns and questions below:
> Weakness 1: Generally, the paper would benefit from a stronger selection of established baselines. E.g., for proprioceptive DMC model-free MPO/DMPO/D4PG or model-based DreamerV3, for visual DMC DrQ-v2 as a model-free baseline.
Thank you for your suggestion. Following your advice, we add a comparison with D4PG in the proprioceptive control task in Figure 4, and a comparison with DrQv2 in the visual control task in Figure 5.
Additionally, due to space limitations, we include a comparison with DreamerV3 in six medium-difficulty proprioceptive control tasks in Appendix D.1. For specific experimental details and results, please refer to General Response and the updated paper.
> Weakness 2: The visual control experiments should be run for more than 1M steps as agents have not converged on the Acrobot/Finger/Quadruped tasks. Comparing with Dreamer-v1 Figure 10, agents would be expected to converge and solve the tasks at approximately 2M steps.
We would like to offer our apologies here. Due to differences in the counting methods for Counter and Environment Step in the JAX code of DreamerV3, there is a mistake in the previous version of our paper. The original version of Figure 5 represents the performance of all methods at 500k environment steps. We have run these methods up to 1M steps and have reported the new results in both Figure 5 and Table 5 in the revised manuscript. The new results show that nearly all methods have converged at 1M steps, and DreamerV3 significantly outperforms the results reported in the DreamerV1 paper. We apologize again for this mistake.
> Weakness 3: The Dreamer-v2 scores in Figure 9 appear to be significantly lower than the ones provided by the original authors on GitHub – which Dreamer implementation was used to obtain these scores?
We use one of the most popular PyTorch implementations of DreamerV2 available on GitHub, which has the second-highest number of stars: https://github.com/jsikyoon/dreamer-torch. Since it is implemented in PyTorch, there may be differences in the results compared to the TensorFlow version of the original source code. Therefore, we only include these experiments in the Appendix as a reference and do not feature them in the main paper. In the main paper, for the DreamerV3 experiments, we use the original JAX code released with the DreamerV3 paper.
> Weakness 4: The task selection for proprioceptive DMC consists of relatively easy tasks and some of the “MuJoCo”/Gym tasks have not been run to convergence
The reason we chose these tasks from proprioceptive DMC is that, based on our extensive testing, MBPO-style methods do not work well in more complex DMC tasks. Therefore, we only report the tasks where methods based on MBPO are effective.
As an addition, in the updated version of our paper, we include a comparison with DreamerV3 in six medium-difficulty proprioceptive control DMCtasks to demonstrate that our method can improve the performance and sample efficiency over the baseline in more complex tasks. Furthermore, in the updated paper, we run the Ant and Humanoid environments from OpenAI Gym up to 200k steps, where all methods have now converged. For specific experimental results, please refer to the updated paper.
> Weakness 5: The hyperparameter study in Appendix D.4 is interesting, but should be extended to more environments to observe clearer trends
In the updated version of our paper, we add two sets of hyperparameter studies, one using COPlanner-MBPO on the Cheetah-run task and the other using COPlanner-DreamerV3 on the Hopper-hop task. The trends we observed are largely consistent with our previous experimental results. For specific experimental results, please refer to **Appendix D.4, Figure 11** in the updated paper.
> Weakness 6: Some highly related work is missing.
Thank you for your reminder. We have added references to these papers in the related works section of our updated paper.