3909 Commits (e2ac8ee84e4bd8b1810e8b67c311eef8f72ed7c8)
 

Author SHA1 Message Date
Dave Parker e2ac8ee84e More POMDP tests. 5 years ago
Dave Parker e594f2309b POMDP computation performed for any (single) state, not just the initial one. 5 years ago
Dave Parker 8a5b2f001d POMDP refactoring: new Belief constructors. 5 years ago
Dave Parker 90c7df8209 More refactoring in POMDP solution. 5 years ago
Dave Parker c8bde25ab4 Add support for checking probabilistic until for POMDPs. 5 years ago
Dave Parker 2359f3e881 Some simple MDP-as-POMDP tests. 5 years ago
Dave Parker bc23e4e354 Refactor and improve POMDP approximate value iteration. 5 years ago
Dave Parker 0c6e283f5d Refactor and improve construction of POMDP strategy model. 5 years ago
Dave Parker 1bf07ddbcf Tidying, refactoring and commenting in POMDP code. 5 years ago
Dave Parker 969d7a4caf Stricter check in POMDPSimple that actions match for observations. 5 years ago
Dave Parker 0ec7c39525 Utility function NondetModel.getAvailableActions(s). 5 years ago
Dave Parker 76a4b89855 Include observations in POMDP Dot model export. 5 years ago
Dave Parker d5e0fd4e66 Add convenience methods get(Un)ObservationAsState in PartiallyObservableModel. 5 years ago
Dave Parker 2e5a4bfd56 Implement (extended) .tra file export for POMDPs. 5 years ago
Dave Parker ae0b960922 Enable simulation of POMDPs in the GUI. 5 years ago
Dave Parker d78b627bf4 Enable simulation of POMDPs via SimulatorEngine. 5 years ago
Dave Parker e5ea762d80 Update some POMDP examples now that observables can be expressions. 5 years ago
Dave Parker 35f392ec5e POMDPs: Allow arbitrary expressions as observables, not just variables. 5 years ago
Dave Parker 4539ff4b86 CHANGELOG. 5 years ago
Dave Parker ed7a20c693 Attempt to fix GUI threading bug in GUI simulator "plot path" feature. 5 years ago
Dave Parker 1b1e41b384 Update PRISM editor to newer Swing drawing methods. 5 years ago
Dave Parker f0d68e1649 Releases now built to work with Java 9 and above. 5 years ago
Dave Parker 2228583a2f Add support for compiling on Arm-based 64-bit Macs. 5 years ago
Dave Parker 9c20bccbfc Compile fix for CUDD (finite -> isfinite). 5 years ago
Dave Parker a3452112d7 Bug fix in StateRewardsSimple. 5 years ago
Dave Parker c8fe2e0e67 Refactoring in GUI simulator path table. 5 years ago
Dave Parker 6206269aa4 Refactoring in GUI simulator path table. 5 years ago
Dave Parker 974e0300e7 GUI simulator fix: path table header now aligns on horizontal scroll. 5 years ago
Dave Parker e3eb07b92d Refactor/improve processing of quoted identifiers (labels/prop names) too. 5 years ago
Dave Parker 616dd47fb2 Refactor/improve processing of identifier usage in model/properties. 5 years ago
t-nojiri 2cea964adf Add support for compiling on aarch64 (64-bit ARM). 5 years ago
Dave Parker bbb07fa8b2 CHANGELOG update. 5 years ago
Dave Parker 2cedf62ad9 Array sup-norm methods in PrismUtils consistently check only over common elements. 5 years ago
Dave Parker 7cdfacab21 Comment fix. 5 years ago
Dave Parker 0fdcba76bc Comment fix. 5 years ago
Dave Parker 74fdd44b97 README (contributor list). 5 years ago
Dave Parker 293d4bb8ad Example property fix (firewire). 5 years ago
Dave Parker 22e5ad1799 POMDPs: Add belief state info to dot files generated by -exportadv. 5 years ago
Dave Parker a18e82a980 Better toString() for explicit.Belief. 5 years ago
Dave Parker d71eb6f554 Add check that POMDP states do not have duplicate actions. 5 years ago
Dave Parker add96619d0 Fix some examples/tests: duplicate actions not allowed in a state. 5 years ago
Dave Parker 55bb529f48 Add check that POMDP states with the same observation have the same actions. 5 years ago
Dave Parker 1a3812f69f Fix some examples/tests: states with same observation should have same actions. 5 years ago
Dave Parker c96c3d121b POMDP and POPTA examples. 5 years ago
Dave Parker 9baf365066 Move POMDP/POPTA tests to prism-tests. 5 years ago
Dave Parker ec76c26468 Add syntax checks on existence of observables...endobservables block. 5 years ago
Dave Parker c7cf09659c Model type auto-detection for partially observable models. 5 years ago
Dave Parker c4f5a5867f Improved accuracy reporting for POMDPs (individual bounds and final result). 5 years ago
Dave Parker b270d9b984 Add check that POMDP observables are valid variable references. 5 years ago
Dave Parker 778a6b97d0 Add check that POMDP property targets are observations. 5 years ago