Skip to content
Snippets Groups Projects
Unverified Commit ca01b58e authored by Vidushi Gupta's avatar Vidushi Gupta Committed by GitHub
Browse files

Updated formula

Changed the gif formula to an image
parent 6631596d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment