POMDPs.jl
POMDPs.jl copied to clipboard
Make all POMDPTools distributions into Distributions.jl distributions
In #473 we decided it would make sense to make all distributions into Distributions.jl distributions. @WhiffleFish volunteered to do this - just making it an official issue. @WhiffleFish , when do you think you can have it done by?
I started implementing this, but it is quite unsatisfying. Distributions.jl is very focused on numerical distributions, for example, rand actually falls back to quantile in many cases and has a rigid parameter-centric type hierarchy. See also comments in #473