Skip to content

Commit

Permalink
Remove duplication in mc-vs-td.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Katz, Ilia (ik216a) committed Aug 4, 2023
1 parent 7401a3a commit 3fec5a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion units/en/unit2/mc-vs-td.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ For instance, if we train a state-value function using Monte Carlo:


- We have a list of state, action, rewards, next_state, **we need to calculate the return \\(G{t}\\)**
- \\(G_t = R_{t+1} + R_{t+2} + R_{t+3} ...\\)
- \\(G_t = R_{t+1} + R_{t+2} + R_{t+3}\\) (for simplicity we don’t discount the rewards).
- \\(G_t = 1 + 0 + 0 + 0+ 0 + 0 + 1 + 1 + 0 + 0\\)
- \\(G_t= 3\\)
Expand Down

0 comments on commit 3fec5a9

Please sign in to comment.