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() instead of Random.GLOBAL_RNG #496

Closed zsunberg closed 1 year ago

zsunberg commented 1 year ago

I think in POMDPs and POMDPTools we use GLOBAL_RNG quite a bit as a default - if I understand the intention of default_rng(), we should use that instead.

zsunberg commented 1 year ago

This was fixed by @NeroBlackstone in #503