Update Bellman Latex equation quiz

This commit is contained in:
Thomas Simonini
2022-12-12 20:53:14 +01:00
parent 746b3e0a2d
commit 35088e1f59

View File

@@ -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
</details>