Summary
The paper extends the work of Huang et al (2022) on Tiered Reinforcement Learning (where the objective is to transfer knowledge from the low tier (risk-tolerant) source task to a high-tier (risk-averse) target task while solving the two two tasks in parallel) by relaxing the assumptions of identical reward and transition functions in the source and target tasks.
The paper first identifies ‘Optimal Value Dominance’ a necessary condition to keep the source algorithm near-optimal while achieving provable benefits for the regret in the high-tier algorithm when Low and High tier tasks are similar.
The paper then proposes algorithms for tiered multiarmed bandit and tiered reinforcement learning with regret lower bounds depending on the similarity between the low- and high-tier tasks, with an improved lower bound for the case when the tasks are the same compared to Huang et al (2022).
Finally, the paper also considers a case when there are multiple low-tier tasks, in which the most similar states to the high-tier task are chosen from any of the low tier tasks for an additional log W factor in regret.
Strengths
Originality
The paper extends the framework (multiple low-tier tasks) of and relaxes some of the assumptions (non-identical reward and transition function among the low- and high-tier tasks) of a previous paper on Tiered RL.
Quality
The paper is mostly well-written, clear and concise. The paper motivates the problem setting well in the introduction, and places it well in the literature. The concepts are introduced and explained in a logical order.
Clarity
The paper has a similar structure to Huang et al (2022). It is mostly clear and easy to follow, although certain parts do feel a bit rushed. (I will mention them in the Weaknesses part.)
Significance
The paper contributes a few findings in Tiered RL that could be useful to the community: it proves a tighter lower bound for the case when the lower and higher tier tasks are the same, and proves lower bounds for the case when the reward and transition functions differ depending on the difference in the gaps. It also introduces to setting when there are multiple low-tier tasks.
Weaknesses
The work in this paper results from a minor relaxation of certain assumption in Huang et al (2022), and a lot of possible extensions and improvements are left for future work.
The RL results depend on a hyperparameter, lambda that needs to be chosen wisely.
Minor typos/grammar/style issues that did not affect the rating of this paper:
Lines 37, 41 and 52: “In [13]” is considered bad style, either write Author et al (year) [13], or better yet just cite the claim.
Lines 62: conceptions -> findings
Lines 67-68, starting with while: that subsentence makes no sense, please rephrase
The sentence on lines 125-127 seems like it belongs to the Frequently Used Notations subsection, not to 2.1
Line 165: no need for ‘actually’
Line 166: ‘leave it to the future work’ -> ‘leave it for future work’
Line 176: remove ‘kind of’ or replace with ‘may [explain]’
Line 177 is -> are, literatures -> papers/works/publications
Questions
What do you mean by ‘back-propagation process of value iteration’ (line 255)? I am familiar with the concepts of backpropagation and value iteration individually, but their combination is rather ambiguous to me.
How would one go about choosing the lambda hyperparameter before beginning to solve the tasks?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, 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 authors are upfront about the limitations, such as the unique optimal policy assumption, and mention in the appendix that the avoidance of the lower bound knowledge about the minimal gap would be beneficial. Concerns for negative societal impact in this theoretical paper are not applicable.