mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-13 17:09:45 +08:00
Update Bellman Latex equation quiz
This commit is contained in:
@@ -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:
|
||||
|
||||
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit3/bellman4.jpg" alt="Bellman equation quiz"/>
|
||||
|
||||
|
||||
Rt+1 + gamma * V(St+1)
|
||||
The immediate reward + the discounted value of the state that follows
|
||||
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user