Summary
This paper first addresses Reinforcement learning (RL) with function
approximation in the presence of heavy-tailed noises whose central moment is known. In
general, these online learning problems rely on the self-normalized inequality to construct a
confidence set of optimal parameter . However, the existing self-normalized inequalities
have a magnitude of noise term that is intractable with heavy-tailed noises. The authors
solve this problem by utilizing adaptive Huber regression and deriving a robust selfnormalized
inequality without the noise magnitude term. By using the proposed selfnormalized
inequality, they introduce two algorithms. The first algorithm, HEAVY-OFUL, is
designed for linear bandits and shown to be minimax optimal. Building upon HEAVYOFUL,
they presents HEAVY-LSI-UCB for linear MDPs, which has a better first-order
regret bound than previous works. Furthermore, they provide the minimax lower regret
bound in linear MDPs with heavy-tailed noises, which implies the minimax optimality of
HEAVY-LSI-UCB in the worst case.
Strengths
This paper is the first attempt to deal with heavy-tailed RL with function
approximation.
- (Optimality) The regret bound of HEAVY-OFUL, is minimax optimal in both stochastic and deterministic linear bandits with heavy-tailed rewards. In addition, the regret bound of HEAVY-LSVI-UCB, recovers the previous variance-aware regret in [1] and improves the existing instance-dependent regrets in linear MDPs [1, 2].
- (Originality) To address the heavy-tailed rewards, the novel robust self-normalized
inequality is established.
Weaknesses
- (Computational costs) The first concern is the practical usage of the proposed
algorithms. As the authors noted, the regret analyses of the algorithms inherently
depend on the robust self-normalized inequality (Theorem 3.3), which bounds the
deviation of estimated parameter and the optimal parameter . However, I believe
the fact that is obtained from adaptive Huber regression is problematic since it
requires iterative optimization steps due to the absence of a closed form for (Line 5
of Alg. 1). Indeed, the proposed algorithms (Alg. 2, 3) contain the additional iterative
algorithm (Alg. 1) to ensure their theoretical results, and thus share the intrinsic
drawback of Huber regression, which is the linear computational complexity per
iteration. In particular, HEAVY-LSVI-UCB utilizes the adaptive Huber regression in
order to optimize both rewards and central moments.
- (Absent experiments) There are no experiments supporting the theoretical results of
the proposed algorithms and addressing concerns about computational costs, even in
simple synthetic problems.
- (Assumption) The authors assumed that the central moment of rewards is known.
Questions
- Since the paper emphasizes the computational contributions of the proposed algorithms comparing with the existing ones, I think empirical results are needed. Can you provide experiments related to this?
- If possible, please discuss computational aspects of the proposed algorithms.
- In my understanding, the essential key in handling heavy-tailed noises is the robust self-normalized inequality (Theorem 3.3). However, it seems that the inequality involves the term, $b$, that requires prior information about central moment. While the closet work [1] suppose similar assumption, I think this is a strong condition. Can this be relaxed?
- In line 219, the authors claim when $\epsilon=1$ and $\nu=0$, $\forall t$, the regret upper bound of HEAVY-OFUL matches the lower bound of K-armed contextual bandit $\Omega(d)$ [3]. Can you reconsider this argument? To my knowledge, the regret bound proposed in
[3] is $\Omega(\sqrt{dT})$, not $\Omega(d)$. Moreover, the settings are different each other in that [3] addresses finite-armed bandits, while this work deals with (possibly) infinite-armed bandits.
[1]. Xiang Li and Qiang Sun. Variance-aware robust reinforcement learning with linear function approximation with heavy-tailed rewards. arXiv preprint arXiv:2303.05606, 2023
[2]. Andrew J Wagenmaker, Yifang Chen, Max Simchowitz, Simon Du, and Kevin Jamieson. First order regret in reinforcement learning with linear function approximation: A robust
estimation approach. In International Conference on Machine Learning, pages 22384–22429. PMLR, 2022.
[3]. Wei Chu, Lihong Li, Lev Reyzin, and Robert Schapire. Contextual bandits with linear payoff functions. In Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics, pages 208–214. JMLR Workshop and Conference Proceedings, 2011.
Rating
4: Borderline reject: Technically solid paper where reasons to reject, e.g., limited evaluation, outweigh reasons to accept, e.g., good evaluation. Please use sparingly.
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
There are no limitations discussed in the manuscript.