237 Commits (d2e36e9db35e853453b0fcc6f425075f3236562f)

Author SHA1 Message Date
Sebastian Junges d2e36e9db3 dense belief states 5 years ago
Sebastian Junges a7c6b39f19 Added state valuations in unfolding. 5 years ago
Sebastian Junges bf4a7fca3b Fixed tracker 5 years ago
Sebastian Junges 7f5f263d7b observation-trace-unfolder added 5 years ago
Sebastian Junges 1b73f15ff9 fix == operator 5 years ago
Sebastian Junges 9423d01631 observation valuations added 5 years ago
Sebastian Junges fa34f44989 keep state valuations in transformers on POMDPs 5 years ago
Sebastian Junges 3861c502b4 memory unfolder can label states with the memory state 5 years ago
Sebastian Junges fd00d495f7 first version of the nondeterministcbelieftracker 5 years ago
Sebastian Junges d6bfcb4818 refactoring: moving some code out of the util folder 5 years ago
Sebastian Junges 5722c1258c pipe all rf-variable creations through a single object file 5 years ago
Sebastian Junges 03e0b01ae2 Making POMDPs simple now does not introduce further initial states 5 years ago
Sebastian Junges d76bcc4d10 pPOMDP support 5 years ago
Sebastian Junges 62757e28f7 parametric pomdps? 5 years ago
Sebastian Junges b901a1b308 fix for the binary pomdp transformer: labels are now attached to auxiliary states as well 5 years ago
Sebastian Junges 0791fc723e renamed files 5 years ago
Tim Quatmann a7f847d4e1 KnownProbabilityTransformer: Removed output of model info to std::cout 5 years ago
Tim Quatmann 5076ff00c6 Removind debug output. 5 years ago
Tim Quatmann 2ed1813b39 Cleaner code and checks for GlobalPomdpSelfLoopEliminator 5 years ago
Tim Quatmann 31c39d1dc7 storm-pomdp: Cleaned up output of belief exploration. Use --verbose to restore it. 5 years ago
Tim Quatmann 08f82d44f1 Renamed ApproximatePOMDPModelchecker to BeliefExplorationPomdpModelChecker 5 years ago
Tim Quatmann 67bcafe5e1 storm-pomdp: Cleaned up includes of BeliefManager and BeliefMdpExplorer. 5 years ago
Alexander Bork 74c2f83110 Separated header and logic for struct in BeliefMdpExplorer 5 years ago
Alexander Bork 1cce958e12 Separated header and logic for BeliefMdpExplorer 5 years ago
Alexander Bork 8b7ab24d66 Moved struct functions to cpp-file 5 years ago
Alexander Bork 4f61ab422e Separated BeliefManager header and logic 5 years ago
Tim Quatmann 4f5d54c310 Fixed error message. 5 years ago
Tim Quatmann ae9360af03 Use the new MakeStateSetObservationClosed transformer for the belief-exploration based pomdp model checker 5 years ago
Tim Quatmann 8c38333dd1 Added transformer that can make a given set of states (e.g. goal states) observation closed. 5 years ago
Sebastian Junges c9ef222a7f somewhat improved counting of winning region sizes 5 years ago
Sebastian Junges 3a206784a3 better logging 5 years ago
Sebastian Junges 34a226a582 more mature storing and loading of winning regions 5 years ago
Sebastian Junges 4942e362db transformation preserve canonicity, and this is now set explicitly. (Opt-out rather than opt-in might be more convenient, but also more dangerous...) 5 years ago
Sebastian Junges cdfbe8d4bb from pomdp to pmc now preserves state valuations 5 years ago
Sebastian Junges a90a82d271 better performance when only looking for a winning policy 5 years ago
Sebastian Junges 498067816d fix stupid mistake that made subsequent searches mostly unsat by setting scheduler var to wrong value 5 years ago
Sebastian Junges 53800c2145 major improvements by introducing real-valued ranking and various related fixes 5 years ago
Sebastian Junges 34fce002cb compute size of winning region 5 years ago
Sebastian Junges eca148cee0 graph-based analysis improved, and cleaning outputs 5 years ago
Tim Quatmann dd7dc4b797 Towards allowing CLN numbers for RationalNumbers again. 5 years ago
Tim Quatmann e560c7f57c Added some INFO output to check why there is no refinement fixpoint. 5 years ago
Tim Quatmann ee350ca384 Use same precision as BeliefValueType when dealing with triangulation resolutions. 5 years ago
Tim Quatmann 92aa029bc5 Removed debug output 5 years ago
Tim Quatmann 55c4408c6a Storing the observation resolutions as a float so that we can increase the resolution more accurately with a non-integer factor 5 years ago
Tim Quatmann 2f2a007896 Implemented 'guessing' of initial pomdp schedulers for multiple guesses 5 years ago
Sebastian Junges 005e23d5d5 two fixes after encoding from non-empty winning regions 5 years ago
Sebastian Junges 972332810b cosmetic changes, better output, some assertions 5 years ago
Sebastian Junges 556a884e74 use target state to initialise winning region, better timers and slight improvements in partial scheduler extension 5 years ago
Sebastian Junges f00a208e9c validate whether a winning region is maximal 5 years ago
Sebastian Junges d3c593fe74 set validation level from command line 5 years ago