Summary
The paper studies the reward-free exploration problem for low-rank MDPs. The approach is based on the combination of the barycentric spanner and a model-free representation module. The authors provide a theoretical analysis of the algorithm for both the reward-free exploration task and the downstream reward-based task.
Strengths
The writing is clear and easy to follow. Both the representation learning problem and the reward-free exploration problem are important in RL literature. The result is significant, which applies to more general settings compared to existing works, and also has a comparable theoretical guarantee. The idea of combining barycentric spanner with representation learning is novel.
Weaknesses
1. While the paper studies the exploration problem of low-rank MDPs, its contribution mainly lies in the planning phase. The paper has limited contribution on the representation learning part, which simply reuses the algorithm and theoretical guarantee from existing RL papers.
2. The main theorem provides a guarantee on the total number of episodes. It might make the result more clear if the number of samples / trajectories can also be stated, just as the theorems in previous papers. Since the algorithm repeatedly collects samples in each episode, some being hidden in the RobustSpanner module, it is not easy to figure out the sample complexity at first look.
3. The reward-based downstream task is slightly different from existing reward-free framework. A typical reward-free exploration algorithm would only collect data in the exploration phase, and only use these collected data to construct a good policy for an arbitrary reward function. In the setting of this paper, the planning phase relies on the PSPD module, which seems to need additional interaction with the environment because the module itself (Algo 3, line 4-5) needs to sample data and construct a separate dataset. It's not clear whether this additional interaction is avoidable.
Questions
1. Since the representation learning part is used as a plug-in module of the algorithm, one may wonder what the theoretical guarantee will be like when the true state-action feature is given. Furthermore, how does this result compare with the existing literature for known state-action features?
2. The paper proposes a new reachability notion. While sufficient comparison has been given between it and existing notions, will this notion reduce to a more familiar concept when considering simple MDP settings, such as tabular MDP or block MDP?
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
The paper addressed some of its limitations and proposed some open questions for future work.