23 Commits (c37e2bfe702d78711e58f4462073da5d61b0dc2b)

Author SHA1 Message Date
TimQu c37e2bfe70 Added INFO output when game solver is invoked. 6 years ago
TimQu 4dc234d635 silenced several 'unused parameter'-warnings 7 years ago
dehnert 21aabc5b05 fixing treatment of zero-states in game solver causing problems in policy iteration and non-unique solutions 7 years ago
dehnert a08cb4ac18 making game solver respect equation solver format 7 years ago
dehnert 386f0b2e47 fixing bug in scheduler improvement step of policy iteration for games 7 years ago
dehnert b0047a5a96 improving choices in game policy iteration depending on precision of underlying solver 7 years ago
dehnert 48f5608157 making policy iteration available for game-based abstraction (prototypical for now) 7 years ago
dehnert a13ed96966 first working version of sparse game-based abstraction refinement 7 years ago
dehnert c3e66f2dec more work on solving the abstractions explicitly 7 years ago
dehnert 3952b47d1b fix some compile issues 7 years ago
dehnert d557ef1075 started to make game solver flexible enough to also solve the (explicit) games of game-based abstraction 7 years ago
TimQu 66c5255d8c Using multiplier in game solver 7 years ago
TimQu 1cff0fcbbb improved interface of solver environment 7 years ago
TimQu e09cb86001 making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
dehnert 55c787e0d8 proper EC elimination in hybrid helper 8 years ago
dehnert ec61e110f2 introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 8 years ago
TimQu 2f49255db6 Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 8 years ago
TimQu a896c0df28 improved exact computations 8 years ago
TimQu d659d193bc Fixed game solver test and potential memory leaks 8 years ago
TimQu bb3c2bd556 Implemented policy iteration for game solver 8 years ago
TimQu 936293e318 Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 8 years ago