Skip to content

Commit 0e55db0

Browse files
Merge pull request #493 from S-N-O-R-L-A-X/patch-1
fix error in quiz2.mdx
2 parents df5ffa3 + 5e5ea78 commit 0e55db0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

units/en/unit2/quiz2.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ The best way to learn and [to avoid the illusion of competence](https://www.cour
1919
},
2020
{
2121
text: "An algorithm that determines the value of being at a particular state and taking a specific action at that state",
22-
explain: "",
23-
correct: true
22+
explain: "Q-function is the function that determines the value of being at a particular state and taking a specific action at that state.",
2423
},
2524
{
2625
text: "A table",
27-
explain: "Q-function is not a Q-table. The Q-function is the algorithm that will feed the Q-table."
26+
explain: "Q-learning is not a Q-table. The Q-function is the algorithm that will feed the Q-table."
2827
}
2928
]}
3029
/>

0 commit comments

Comments
 (0)