Summary
This paper empirically tests the effectiveness of the DreamerV3 tricks on PPO. The authors conduct a comprehensive study on each trick, especially, extensive ablation studies, including add-one and drop-one ablations. Based on these experiments, the authors give some insights into the effect of the DreamerV3 tricks.
Strengths
- Extensive empirical study on each of the DreamerV3 tricks;
- Experiments are conducted on various environments, including the environments from Atari 100M and DeepMind Control Suite, and using the rliable metrics to present robust performance comparisons;
- Based on the experiments, the authors give some insights.
Weaknesses
- The largest weakness of this paper is that they test the effectiveness of DreamerV3 tricks on only a single RL algorithm, i.e., PPO. Given the diversity of RL algorithms, the conclusions derived on PPO, at a large possibility, cannot generalize to other RL algorithms. Indeed, the observations given by this paper are valuable for the community as a technical report, but I don't think the contributions of this paper are enough for a NIPS paper.
- The authors claim that "our method performs comparably to PPO on Atari games with reward clipping and significantly outperforms PPO without reward clipping". However, it can be seen from Figure 2 (e) and (f) that, the algorithms with reward clipping generally outperform the ones without reward clipping, which suggests that reward clipping is a useful technique. Therefore, I don't think it is valuable to achieve a SOTA performance under the condition without reward clipping. The vanilla PPO with reward clipping is still the SOTA method on Atari.
- Furthermore, on DeepMind Control Suite, the vanilla PPO is also the SOTA algorithm. So it can be concluded that almost all the DreamerV3 tricks do not have a positive effect on PPO, leading the conclusions of this paper to be much less meaningful.
Questions
- Do the observations of this paper applicable to other RL algorithms?
Rating
3: Reject: For instance, a paper with technical flaws, weak evaluation, inadequate reproducibility and incompletely addressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The authors have adequately addressed the limitations and potential negative societal impact of their work.