Hi all,
FYI POMDPToolbox now includes support for using Distributions.jl distributions directly. For the Categorical distribution, I just went ahead and implemented rand(::AbstractRNG, ::Categorical). For other distributions, rand(rng, d) will just call rand(d), but it will also throw a warning the first time it is called (this is accomplished using a generated function).
This should make programming small simple problems significantly more convenient.
- Zach