Summary
This paper presents an approach that aims to enhance visual model-based RL by learning state representations that filter out irrelevant information while retaining task-specific information. The proposed method achieves this by maximizing the mutual information (MI) between the current representation and future rewards, while simultaneously minimizing the MI between the representation and observations. In order to facilitate the transfer of the learned representation to new environments with distribution shifts, this paper introduces a support constraint regularization technique. This technique ensures that a specific set of "calibration" states, paired across training and testing domains, share the same encoding. The empirical results obtained demonstrate the effectiveness of the proposed method.
Strengths
1. This paper addresses an important open problem in RL and is very well motivated.
2. The logic flow of the paper is good, and the presentation is clear and coherent making it a pleasant read.
3. Test-time adaptation is a reasonable and interesting topic in this field.
4. Empirical studies show the performance gain of the proposed method.
Weaknesses
1. The MDP setting in this paper bears strong resemblance to the exogenous distractors setting discussed in [1, 2, 3], as well as the denoised MDP setting introduced in [4]. It is important to include a discussion of these works in the related work section. Additionally, it is worth noting that the denoised MDP approach presented in [4] also offers a model-based method for learning state representations, which should be considered as a baseline method in the experiments conducted.
2. Utilizing the recurrent state-space model (RSSM) to parameterize both p and q is a reasonable choice. However, understanding Assumption A.1 is challenging. While $z_t$ can represent past latents and past actions, it raises questions about whether $z_t$ can effectively incorporate the information from $a_t$, given that the RSSM does not explicitly model their corresponding relationship.
Typos:
1. Equation 4.1 is a bit strange. Seems the equation in Appendix A.1 is more reasonable.
2. Line 192 "parametrize" -> "parameterize"
[1]: Yonathan Efroni, Dylan J. Foster, Dipendra Misra, Akshay Krishnamurthy, John Langford: Sample-Efficient Reinforcement Learning in the Presence of Exogenous Information. COLT 2022: 5062-5127
[2]: Yonathan Efroni, Dipendra Misra, Akshay Krishnamurthy, Alekh Agarwal, John Langford: Provable RL with Exogenous Distractors via Multistep Inverse Dynamics. CoRR abs/2110.08847 (2021)
[3]: George Trimponias, Thomas G. Dietterich: Reinforcement Learning with Exogenous States and Rewards. CoRR abs/2303.12957 (2023)
[4]: Tongzhou Wang, Simon S. Du, Antonio Torralba, Phillip Isola, Amy Zhang, Yuandong Tian: Denoised MDPs: Learning World Models Better Than the World Itself. ICML 2022: 22591-22612
Questions
Most important questions are presented in above.
Furthermore, what are the theoretical advantages of RePo over bisimulation-based methods? It appears that the proposed method necessitates test-time calibration to adapt to changes in distractors, whereas bisimulation-based methods can transfer their representations directly without any additional modifications. Notably, certain bisimulation approaches [1, 2] have demonstrated impressive performance not only in standard settings but also in distractor settings.
[1]: Pablo Samuel Castro, Tyler Kastner, Prakash Panangaden, Mark Rowland: MICo: Improved representations via sampling-based state similarity for Markov decision processes. NeurIPS 2021: 30113-30126
[2]: Hongyu Zang, Xin Li, Mingzhong Wang: SimSR: Simple Distance-Based State Representations for Deep Reinforcement Learning. AAAI 2022: 8997-9005
Rating
5: Borderline accept: Technically solid paper where reasons to accept outweigh reasons to reject, e.g., limited evaluation. Please use sparingly.
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 method necessitates test-time adaptation instead of direct transfer. This requirement for additional calibration time may increase computational complexity during the evaluation stage.