Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
yoninazarathy committed Jul 3, 2020
1 parent 768cb4c commit d46b53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 9_chapter/mdpValueIteration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ policyMap = zeros(L,length(kappaGrid))
for (i,kappa) in enumerate(kappaGrid)
policyMap[:,i] = valueIteration(kappa)
end

heatmap(policyMap, fill=cgrad([:blue, :red]),
xticks=(0:1:21, -0.1:0.1:2), yticks=(0:L, 0:L),
xlabel=L"\kappa", ylabel="State", colorbar_entry=false)

0 comments on commit d46b53a

Please sign in to comment.