diff --git a/units/en/unit2/mid-way-quiz.mdx b/units/en/unit2/mid-way-quiz.mdx index 86584bf..abb4b8b 100644 --- a/units/en/unit2/mid-way-quiz.mdx +++ b/units/en/unit2/mid-way-quiz.mdx @@ -38,6 +38,7 @@ The best way to learn and [to avoid the illusion of competence](https://www.cour **The Bellman equation is a recursive equation** that works like this: instead of starting for each state from the beginning and calculating the return, we can consider the value of any state as: Rt+1 + gamma * V(St+1) + The immediate reward + the discounted value of the state that follows