Updated Bellman equation (latex not working)

This commit is contained in:
Thomas Simonini
2022-12-12 20:38:45 +01:00
parent cd23f6a725
commit c54bb4605e

View File

@@ -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)))\\
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit3/bellman4.jpg" alt="Bellman equation quiz"/>
The immediate reward + the discounted value of the state that follows