Distributions.jl support

33 views
Skip to first unread message

Zachary Sunberg

unread,
Dec 28, 2016, 12:52:37 PM12/28/16
to julia-pomdp-users
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
Reply all
Reply to author
Forward
0 new messages