From c54bb4605e81d01b1b59c5dc3e437d83abb6ac2a Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 12 Dec 2022 20:38:45 +0100 Subject: [PATCH] Updated Bellman equation (latex not working) --- units/en/unit2/mid-way-quiz.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/units/en/unit2/mid-way-quiz.mdx b/units/en/unit2/mid-way-quiz.mdx index ded2617..c00a726 100644 --- a/units/en/unit2/mid-way-quiz.mdx +++ b/units/en/unit2/mid-way-quiz.mdx @@ -37,7 +37,8 @@ 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)))\\ +Bellman equation quiz + The immediate reward + the discounted value of the state that follows