8template<
typename ValueType>
27 void track(uint64_t action, uint64_t observation);
BeliefSupportTracker(storm::models::sparse::Pomdp< ValueType > const &pomdp)
Tracks the current belief support.
storm::storage::BitVector const & getCurrentBeliefSupport() const
The current belief support according to the tracker.
void track(uint64_t action, uint64_t observation)
Update current belief support state.
void reset()
Reset to initial state.
This class represents a partially observable Markov decision process.
A bit vector that is internally represented as a vector of 64-bit values.