-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Contribution OpportunityThis would be something that would be very useful to the community and a good modular addition.This would be something that would be very useful to the community and a good modular addition.
Description
We should add a way to make a product of two independent distributions to POMDPTools, i.e.
d1 = SparseCat([1,2], [0.5, 0.5])
d2 = SparseCat([:a, :b], [0.9, 0.1])
d3 = IndependentProduct(d1, d2, combine=tuple)
rand(d3) # might return (1, :a)
First we should consult Distributions.jl to see if there is already something like it.
Metadata
Metadata
Assignees
Labels
Contribution OpportunityThis would be something that would be very useful to the community and a good modular addition.This would be something that would be very useful to the community and a good modular addition.