Summary
This paper presents a method for tackling the distribution shift that arises between the policy distribution used for data collection and the current policy (distribution), building upon the work of Kolter (2011). The authors introduce a computationally more efficient approach based on Kolter's method that is applicable to deep reinforcement learning (RL) settings to some extent by projecting the policy and sampling distributions. The effectiveness of their method is evaluated through limited experiments conducted primarily in offline RL settings.
J Kolter. The fixed points of off-policy td. Advances in Neural Information Processing Systems, 24: 2169–2177, 2011.
Weaknesses
- Although this paper tackles an important problem in RL, the experimental results fail to demonstrate any advantages gained from employing this method in offline RL. Moreover, this method introduces more complexities compared to other offline RL methods and has more moving parts which further diminishes its appeal in light of the performance of other offline methods which outperform this method.
- While the distribution shift problem in offline RL is a very important issue like online RL, offline RL also deals with extrapolation problem and limited data availability which makes it an even harder problem than online-RL. As evidenced by the results of this paper, methods like the one proposed in this paper struggles to perform effectively in offline setting. It is likely that such methods would be better suited for online RL, particularly in off-policy setting. But the paper doesn't consider off-policy setting.
- The paper fails to adequately discuss relevant off-policy methods that deal with distribution mismatch such as [1,2] among many others. In particular, this paper should have discussed and compared with existing off-policy RL methods.
- The scope of experiments are very limited and it should contain more benchmarks ( from online RL) and baseline methods,
- (minor issue ) The paper conflates offline RL with off-policy RL in many places. For example, in page 3, "In the off-policy setting, we assume the agent cannot directly interact with the environment". There are examples like this in the paper. Note that in off-policy, the agent still interacts with the environment, but the policy that is being used to collect data differs from the policy being optimized. In contrast, offline-RL is the one in which no further interaction (beyond data collection phase) with the environment is allowed.
- Authors mentioned in page 3 that "One critical challenge with IS methods is that they do not address support mismatch and, thus, tend to perform poorly on larger scale problems." That is not entirely correct as the main objective of importance sampling is to alleviate distribution mismatch by learning unbiased estimators, albeit at the expense of increased variance.
Given the restricted results, experiments, and applicability of the proposed method, the paper requires major revision before being considered for publication at ICLR and it is not ready for ICLR. I'd recommend authors to consider the comments and resubmit the paper once it is ready.
[1] P3O: Policy-on Policy-off Policy Optimization (https://proceedings.mlr.press/v115/fakoor20a.html)
[2] Experience Replay with Likelihood-free Importance Weights (https://proceedings.mlr.press/v168/sinha22a.html)
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.