Summary
This paper introduces the logical framework regarding rewards identification (up to potential shaping transformations, which can be achieved under entropy regularization) and rewards transferability (up to a constant, more difficult to achieve). The paper considers a practical scenario where only expert demonstrations are accessible, not the full expert policy, and analyzes $\epsilon$-transferability using the principal angles technique. Additionally, when only expert demonstrations are available, they analyze two cases: for two experts, transferring to an arbitrary transition law requires the two laws (from two experts) to be sufficiently different; for a single expert, transferring from the original to the target environment requires the transition laws to be closely related. Finally, they present a probably approximately correct (PAC) algorithm and an end-to-end analysis for learning transferable rewards from multiple expert demonstrations.
Strengths
1. I have particularly appreciated the logical framework regarding rewards identification (up to potential shaping transformations, which can be achieved under entropy regularization) and rewards transferability (up to a constant). I also value the introduction of two methods for attaining rewards transferability: first, by restricting the reward class, such as to state-only rewards, and second, by learning from multiple experts who share the same reward but have different transition laws, provided a specific rank condition is met.
2. The topic selection is meaningful, exemplifying that under the approximate optimality of experts, the learned reward can perform poorly in a new environment, even if the rank condition in Equation (5) is satisfied.
3. They consider a practical scenario where only expert demonstrations are accessible, not the full expert policy, and analyze $\epsilon$-transferability using the principal angles technique. This result encompasses the scenario where the full expert policy is accessible, recovering a reward r^ for which all experts are exactly optimal, with ϵ being 0 for all experts.
4. The comparison between single-expert transfer and multi-expert transfer is insightful.
Weaknesses
1. This work is mainly theoretical. I think experimental validation on real-world applications could provide valuable insight into the practical aspects and challenges of transferability (if possible).
2. I think the example used to describe the rank condition's insufficiency for reward transfer when $\epsilon$ is not exactly 0 (for all experts) is not effective. As $\beta$ tends to 0, the two transition laws become completely different, which is too extreme, despite being easy to follow and aligned with the main theorem. Maybe a toy demo with illustrations is better.
3. When $\epsilon$ is exactly 0 (recover a reward $\hat{r}$ for which all experts are exactly optimal), the work is already established, making the theoretical contribution slightly inferior. I believe a detailed discussion of this work's theoretical innovations and how it differs from the case when the expert policy can be achieved is necessary (from a theory aspect).
I will be inclined to increase my score if I appreciate your response.
Questions
1. As the authors mentioned in Section 2, the reward in $\mathcal{U}$ and $\mathcal{V}$ is defined on $\mathcal{S} \times \mathcal{A}$. According to Definition 3.7 (lines 237-239), how are the elements in $\mathcal{U}_{P}, \mathcal{U}_{P'} \in \mathbb{R}^{\mathcal{S} \times \mathcal{A}}$ processed for inner product and modulus operations (to be a constant)?
2. $\|[r]_{\mathcal{V}}-[r']_{\mathcal{V}}\|_{2}$ is small. How to define 'minus' and 'small' needs clarification, as I believe this involves the difference between two sets or two equivalence classes. A detailed explanation would be better.
3. The description of the lower and upper bounds in (6) is unsatisfactory. For the recovered reward, we need to consider both the lower bound (not optimal) and the upper bound (approximately optimal). Therefore, both the lower and upper bounds should be included.
4. I think the implications of Theorem 3.10 should be introduced separately according to single expert and multi experts due to the different meanings of transition law differences. For multiple-experts, the difference in transition laws pertains to the source environments. For single experts, it pertains to the difference between the source environment and the target environment.
Limitations
The authors have discussed the limitations and future work in Section 6.