Skip to content

Commit

Permalink
Update quick.md
Browse files Browse the repository at this point in the history
added gen keyword argument explicitly
  • Loading branch information
zsunberg authored Nov 19, 2024
1 parent c577b0c commit bc10340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using QuickPOMDPs
using POMDPTools: Deterministic
mountaincar = QuickMDP(
function (s, a, rng)
gen = function (s, a, rng)
x, v = s
vp = clamp(v + a*0.001 + cos(3*x)*-0.0025, -0.07, 0.07)
xp = x + vp
Expand Down

0 comments on commit bc10340

Please sign in to comment.