Skip to content

Commit

Permalink
Updated formula
Browse files Browse the repository at this point in the history
Changed the gif formula to an image
  • Loading branch information
Vidushi-Gupta authored Jun 8, 2023
1 parent 6631596 commit ca01b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8-Reinforcement/1-QLearning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Suppose we are now at the state *s*, and we want to move to the next state *s'*.

This gives the **Bellman formula** for calculating the value of the Q-Table at state *s*, given action *a*:

<img src="images/bellmaneq.gif"/>
<img src="images/bellman-equation.png"/>

Here γ is the so-called **discount factor** that determines to which extent you should prefer the current reward over the future reward and vice versa.

Expand Down

0 comments on commit ca01b58

Please sign in to comment.