JuliaPOMDP / POMDPModelTools.jl

Useful extensions of the POMDPs.jl interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove DiscreteValueIteration from the tests

MaximeBouton opened this issue · comments

The tests for FullyObservablePOMDP and UnderlyingMDP require DiscreteValueIteration.
It would be better to write actual unit tests for those and not use DiscreteValueIteration.