From 5e5ea78e639bb87d21fed668614f643d0a8d46fb Mon Sep 17 00:00:00 2001 From: SNORLAX Date: Sat, 24 Feb 2024 20:37:58 +0800 Subject: [PATCH] fix error in quiz2.mdx --- units/en/unit2/quiz2.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/units/en/unit2/quiz2.mdx b/units/en/unit2/quiz2.mdx index 961d477..3ab4f51 100644 --- a/units/en/unit2/quiz2.mdx +++ b/units/en/unit2/quiz2.mdx @@ -19,12 +19,11 @@ The best way to learn and [to avoid the illusion of competence](https://www.cour }, { text: "An algorithm that determines the value of being at a particular state and taking a specific action at that state", - explain: "", - correct: true + explain: "Q-function is the function that determines the value of being at a particular state and taking a specific action at that state.", }, { text: "A table", - explain: "Q-function is not a Q-table. The Q-function is the algorithm that will feed the Q-table." + explain: "Q-learning is not a Q-table. The Q-function is the algorithm that will feed the Q-table." } ]} />