Open zsunberg opened 5 years ago
In the discretevalueiteration solver, we saw a 1-2 order of magnitude speedup from using builtin sparse matrices: https://github.com/JuliaPOMDP/DiscreteValueIteration.jl/blob/master/src/sparse.jl
It might also be possible to do this with FIB
I agree. If anyone wants to take a hack at it, go for it. I'm a bit occupied with other things at the moment.
In the discretevalueiteration solver, we saw a 1-2 order of magnitude speedup from using builtin sparse matrices: https://github.com/JuliaPOMDP/DiscreteValueIteration.jl/blob/master/src/sparse.jl
It might also be possible to do this with FIB