We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5ffa3 + 5e5ea78 commit 0e55db0Copy full SHA for 0e55db0
units/en/unit2/quiz2.mdx
@@ -19,12 +19,11 @@ The best way to learn and [to avoid the illusion of competence](https://www.cour
19
},
20
{
21
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
+ explain: "Q-function is the function that determines the value of being at a particular state and taking a specific action at that state.",
24
25
26
text: "A table",
27
- 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."
28
}
29
]}
30
/>
0 commit comments