Summary
The authors introduce a novel framework for backdoor poisoning RL agents, SleeperNets. SleeperNets assumes that adversaries can inject adversarial perturbations into the agent's observations during policy training within some total budget. Unlike in prior frameworks, the adversary implements its attacks post-hoc on full episode rollouts. The authors show that their attack manages to be successful, while retaining the performance of the optimal unpoisoned setting. The authors implement their novel framework on four different environments and show that it works favourably.
Strengths
The paper has a number of strengths. First of all, I believe that the threat model innovations are sensible; it seems natural that the adversary could manipulate whole episodes and not just single steps. Equivalently, interpreting stealth as retaining policy performance seems sensible.
The authors' insight that "dynamic" attacks can attain both success and performance while "static" attacks cannot is insightful. The empirical results seem to support the author's claims.
Weaknesses
* test-time defenders can still perform anomaly detection based on observations, actions or state transitions; I do think the authors should perform empirical investigations using out-of-distribution anomaly detection methods [2] to infer the information-theoretic detectability of their methods.
* The idea of condition of increasing the adversaries' attack context beyond single steps is not entirely novel within the adversarial attack literature, see e.g. [1] who devise adversarial attacks that condition on the entire action-observation history.
### minor weaknesses
line 264: "environment environment"
[1] Franzmeyer et al., Illusory Attacks, https://openreview.net/forum?id=F5dhGCdyYh, ICLR 2024
[2] Nasvytis et al., DEXTER, https://arxiv.org/abs/2404.07099, AAMAS 2024
Questions
* you are not referencing adversarial cheap talk [3] - can you compare and contrast their setting against yours?
* you are mentioning a adversarial perturbation budget - where does this budget come from, and why would a budget be justified in reality rather than say a constraint based on information-theoretic detectability as in [1]?
[3] Lu et al., Adversarial Cheap Talk, ICML 2023
Limitations
The authors do not further investigate defenses against their novel attack, although they state that securing the training environment as well as developing test-time anomaly detectors would be suitable avenues.
## Update in Response to the Rebuttal
The reviewer have successfully addressed my concerns, I therefore now recommend the paper for acceptance.