From 77956e94146f1509d43626cbeae713068a546419 Mon Sep 17 00:00:00 2001 From: Berk Idem <55372926+berkidem@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:49:46 -0400 Subject: [PATCH] fixed a typo algortihms --> algorithms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a4883..2019e46 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -A curated reading list for the adversarial perspective in deep reinforcement learning. The list covers topics ranging from adversarial attacks on deep reinforcement learning policies to adversarial training techniques and interpretability in deep reinforcement learning robustness to adversarial state detection algortihms for robust decision making. +A curated reading list for the adversarial perspective in deep reinforcement learning. The list covers topics ranging from adversarial attacks on deep reinforcement learning policies to adversarial training techniques and interpretability in deep reinforcement learning robustness to adversarial state detection algorithms for robust decision making. Delving Into Adversarial Attacks on Deep Policies. ICLR Workshop 2017. [[Link]](https://arxiv.org/abs/1705.06452)