9template<
typename ValueType>
15template<
typename ValueType>
21 bool keepStateValuations =
false)
const;
24 struct TransformationData {
26 std::vector<uint32_t> simpleObservations;
27 std::vector<uint64_t> originalToSimpleChoiceMap;
28 std::vector<uint64_t> simpleStateToOriginalState;
35 TransformationData
const& data)
const;
This class manages the labeling of the choice space with a number of (atomic) labels.
This class represents a partially observable Markov decision process.
This class manages the labeling of the state space with a number of (atomic) labels.
A class that holds a possibly non-square matrix in the compressed row storage format.