Skip to content

Commit

Permalink
disc -> d
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Feb 4, 2022
1 parent 990f272 commit 19b0806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The main simulation loop is shown below. Note again that the [`isterminal`](@ref

```julia
r_total = 0.0
disc = 1.0
d = 1.0
while !isterminal(mdp, s)
a = action(policy, s)
s, r = @gen(:sp,:r)(mdp, s, a)
Expand Down

0 comments on commit 19b0806

Please sign in to comment.