73 Commits (16ad9d3a833dbd5b8287cae9c405b1f2416a6aa5)

Author SHA1 Message Date
Tim Quatmann 16ad9d3a83 fixed storm-pomdp output a little. 5 years ago
Tim Quatmann 43220759f4 Implemented a time limit for exploration. 5 years ago
Tim Quatmann c91c98f2de Pomdp: Fixing result output with exact numbers 5 years ago
Tim Quatmann fa624d2a20 Introduced new settings for controlling the refinement strategy and whether to produce only upper and/or lower bounds 5 years ago
Tim Quatmann 2d94e77f2a Only display the bound that was requested. 5 years ago
Tim Quatmann 6dd50575f9 New 'belief-exploration' setting (replaces gridapproximation setting) 5 years ago
Tim Quatmann 37490a8eca Started to integrate new refinement options. 5 years ago
Tim Quatmann 26764137f5 Fix for --unfold-belief-mdp setting 6 years ago
Tim Quatmann 03889958da Added a switch to control the size of the under-approximation via command line. 6 years ago
Tim Quatmann 37fa53c4d8 Added a command-line-switch to disable making a pomdp canonic (for prism compatibility) 6 years ago
Tim Quatmann b600498d0e Better output for checking the fully observable model. 6 years ago
Tim Quatmann 7f102c915b Improved some output 6 years ago
Tim Quatmann 54b912d350 storm-pomdp: better output. 6 years ago
Tim Quatmann 9d7b447b56 Storm-pomdp: Print if a result is not available. 6 years ago
Tim Quatmann 7d4e8cf213 POMDP: Print the statistics from the new statistics struct. 6 years ago
Tim Quatmann de483cd3c1 Added missing number conversion. 6 years ago
Tim Quatmann b3493b5888 Grid: Added cli setting to cache subsimplices. 6 years ago
Tim Quatmann 3aaea1eb0a Added new CLI settings for GridApproximation 6 years ago
Tim Quatmann bf7f84f796 Added --check-fully-observable option to easily check the underlying MDP 6 years ago
Tim Quatmann 12f498356a Fixed help message 6 years ago
Tim Quatmann 635fbc658a storm-pomdp: towards a more mature cli 6 years ago
Tim Quatmann 5c748254a6 Cleaning up the POMDP CLI code a bit. Now supports switching to exact arithmetic with the --exact switch. 6 years ago
Sebastian Junges 5c7a6b791a fixed (merge?) mistake that yielded errors for expected rewards 6 years ago
Tim Quatmann c6b984ca51 Do not perform the conversion from a prism program to a jani model twice. 6 years ago
Sebastian Junges b61775570b minor 6 years ago
Matthias Volk f6d6d952a6 Fixed warnings 6 years ago
Sebastian Junges 0f967409e6 post merge compile issues with double vs rationals in storm pomdp 6 years ago
Tim Quatmann c6c6f45483 Fixed compilation for storm-pars and storm-pomdp 6 years ago
Tim Quatmann d36cd93ae8 CLI: Split parsing and preprocessing of symbolic input into two steps. 6 years ago
Sebastian Junges 112973d02a adapt for hintsettings that have been added recently 6 years ago
Sebastian Junges d398d6643f enable logging 6 years ago
Sebastian Junges 09cf1902e0 added transformer to make pomdp canonic 6 years ago
Sebastian Junges 9469e9b088 added missing settings 6 years ago
Alexander Bork 0facf4a572 Preparation work for the implementation of the refinement procedure 6 years ago
Sebastian Junges bb0b14bfa2 oops. missed a brace 6 years ago
Sebastian Junges 5bbf54cb78 make everything compile again, add/fix method for memless strategy search (CCD16) and towards iterative search 6 years ago
Alexander Bork 94b93f013c Added option to stop approximation space exploration early if difference between over- and under-approximation is under a given threshold 6 years ago
Sebastian Junges 77c63f4c12 SAT based zerostate analysis: work in progress 6 years ago
Alexander Bork 21e417bdac Added on-the-fly belief grid generation to avoid computations for unreachable beliefs 6 years ago
Alexander Bork 11f89de9e8 Added preprocessing to reduce the POMDP state space before analysis 6 years ago
Alexander Bork 4b8664c521 Added reward under-approximation 6 years ago
Alexander Bork f119e3d4c7 Added reward over-approximation 6 years ago
Alexander Bork f6d9a6ac02 Changed datatype used in POMDP analysis from RationalNumber to double for better comparision of approximation speeds with PRISM 6 years ago
Alexander Bork 3bd910f42b Added timing and caching of subsimplex computation results 6 years ago
Alexander Bork d814942997 Working version of under-approximation 6 years ago
Alexander Bork 74cfecd011 Working version of over-approximation 6 years ago
Alexander Bork 7f9ad39d34 First version for the over-approximation of POMDP reachability 6 years ago
Sebastian Junges 9ad8209a65 clarify that a formula needs to be added to do anything in storm-pomdp 6 years ago
Matthias Volk 8b87d79c3e Removed copy-pasted references to DFTs 7 years ago
Matthias Volk 8332abab58 Removed unused variables 7 years ago