JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
http://juliapomdp.github.io/POMDPs.jl/latest/
Other
652 stars 99 forks source link

Use Random.default_rng() #503

Closed NeroBlackstone closed 1 year ago

NeroBlackstone commented 1 year ago

Related issue

Since the julia documentation noticed that "Across different versions of Julia, you should not expect the default RNG to be always the same", I add a compat for julia: julia = "1.3"

If it is wrong, please correct me. Thanks for your review.