POMDPs.jl icon indicating copy to clipboard operation
POMDPs.jl copied to clipboard

Make all POMDPTools distributions into Distributions.jl distributions

Open zsunberg opened this issue 2 years ago • 1 comments

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?

zsunberg avatar May 14 '23 02:05 zsunberg

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

zsunberg avatar May 23 '23 20:05 zsunberg