Skip to content

Commit

Permalink
Merge pull request #493 from S-N-O-R-L-A-X/patch-1
Browse files Browse the repository at this point in the history
fix error in quiz2.mdx
  • Loading branch information
simoninithomas authored Mar 5, 2024
2 parents df5ffa3 + 5e5ea78 commit 0e55db0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions units/en/unit2/quiz2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]}
/>
Expand Down

0 comments on commit 0e55db0

Please sign in to comment.