From 3a05363d39eb66e88ee891af5e7eb311eb12b7ea Mon Sep 17 00:00:00 2001 From: Nikita Melkozerov Date: Wed, 15 Jun 2022 12:10:36 +0200 Subject: [PATCH] Fix a mistake in unit 3 quiz.md --- unit3/quiz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit3/quiz.md b/unit3/quiz.md index 881b746..9a4ca79 100644 --- a/unit3/quiz.md +++ b/unit3/quiz.md @@ -16,7 +16,7 @@ The best way to learn and [avoid the illusion of competence](https://fr.coursera -### Q2: Why we can use a classical Q-Learning to solve an Atari Game? +### Q2: Why we can't use a classical Q-Learning to solve an Atari Game?
Solution