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
662 stars 100 forks source link

FAQ: What happens if I don't use the rng #374

Closed zsunberg closed 2 years ago

zsunberg commented 2 years ago

Was talking with some users (@mrussek, @jekyllstein) who were wrapping a problem that uses the global rng in a quickpomdp. There was some fear about what would happen since they didn't use the rng argument in gen. It should probably be documented somwhere that this will likely be ok. I guess the best way is with an FAQ.