From 746b3e0a2d03593610f44215d217fa9e994020b2 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 12 Dec 2022 20:44:55 +0100 Subject: [PATCH] Update Bellman Latex equation quiz --- units/en/unit2/mid-way-quiz.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/units/en/unit2/mid-way-quiz.mdx b/units/en/unit2/mid-way-quiz.mdx index c00a726..86584bf 100644 --- a/units/en/unit2/mid-way-quiz.mdx +++ b/units/en/unit2/mid-way-quiz.mdx @@ -37,9 +37,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: -Bellman equation quiz - - +Rt+1 + gamma * V(St+1) The immediate reward + the discounted value of the state that follows