Merge pull request #493 from S-N-O-R-L-A-X/patch-1

fix error in quiz2.mdx
This commit is contained in:
Thomas Simonini
2024-03-05 10:33:06 +01:00
committed by GitHub

View File

@@ -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."
}
]}
/>