Stefan Pranger
6a79986980
introduce bounded globally mc for MDPs
2 weeks ago
Stefan Pranger
0d60b468e1
refactored shield export
2 weeks ago
Stefan Pranger
d93d184d5d
updated readme
2 months ago
Thomas Knoll
c9529e6a1e
changed maybe states argument
1 year ago
Stefan Pranger
878670cd4b
Merge pull request 'Fixed Incorrect Handling of Choice Values in SparseMdpPrctlHelper' ( #57 ) from bugfix_sparse_mdp_until_shielding into tempestpy_adaptions
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/57
1 year ago
Stefan Pranger
a9f0377948
fixed incorrect handling of choiceValues in helper
1 year ago
Thomas Knoll
1a1d46ceda
fixed tests because of shield export change
1 year ago
Thomas Knoll
43f8511678
prettified post/pre scheduler json export
1 year ago
Thomas Knoll
3a3dd67232
removed filename form shield classes
1 year ago
Thomas Knoll
f4ad399b32
added export shield iosetting
1 year ago
Thomas Knoll
de2243b095
addded post scheduler json export
removed workaround in pre scheduler json
1 year ago
Thomas Knoll
e001d8dbcb
changed json export in pre scheduler
1 year ago
Thomas Knoll
110b6a3308
added print to json for shields
added filename to export shield
1 year ago
Thomas Knoll
80eaf7c05a
refactored shield handling method names
1 year ago
Thomas Knoll
256cb82157
added functions for querying choice map in shields
1 year ago
Thomas Knoll
e561545e1a
added second get shield
1 year ago
Thomas Knoll
a38728d683
changed rest of create shield function calls
1 year ago
Thomas Knoll
83c3a75ecf
added create shield for quantitative shield
1 year ago
Thomas Knoll
021b2036e6
changed print to stream to be pure virtual
1 year ago
Thomas Knoll
9e9767ceeb
changed shield export handling
1 year ago
Stefan Pranger
8da3234353
Merge pull request 'fix: conversion from unsigned long to uint_64 when using clang' ( #51 ) from bug_conversion_unsignedlong_to_uint64 into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/51
3 years ago
Stefan Pranger
7937117e8d
Merge pull request 'fix: assign nullptr to default argument on clang' ( #50 ) from bug_assign_nullptr_to_defaultarg into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/50
3 years ago
Marco Herzl
086fa978e6
fix: assign nullptr to default argument on clang
3 years ago
Marco Herzl
d67579cdb4
fix: conversion from unsigned long to uint_64 when using clang
3 years ago
Stefan Pranger
6f8944f333
Merge pull request 'Reenable Bounded Globally' ( #49 ) from fix_bounded_globally into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/49
3 years ago
Stefan Pranger
81b2377bba
removed commented line
3 years ago
Stefan Pranger
91abc29c66
reenabled bounded globally formulas
3 years ago
Stefan Pranger
037343ba97
Merge pull request 'Refactoring Shields Choices and Scheduler' ( #48 ) from shield_refactoring into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/48
3 years ago
Stefan Pranger
50cf8d8e7f
updated smg shield tests
3 years ago
Stefan Pranger
d4ae043601
adapted shield testing output to new changes
3 years ago
Stefan Pranger
2c22a1e90a
fixed some issues with testing
3 years ago
Stefan Pranger
449d5b31b9
changed some output for shield creation
3 years ago
Stefan Pranger
4fbd2dd413
SMG LRA can now be used for Optimal Shields
3 years ago
Stefan Pranger
a88aae44d3
fixed some shield construction calls
3 years ago
Stefan Pranger
454bffe03f
major changes to shield handling
- Introduced OptimalPre and OptimalPost shields
- Renamed *Safety to PreShield and PostShield
- Introduced min case for shields
- fixed coalition states in shield handling
3 years ago
Stefan Pranger
01335948d4
LraViHelper now also computes all choiceValues
3 years ago
Stefan Pranger
7f5f6eeee0
adapted to changes for Multiplier::reduce
3 years ago
Stefan Pranger
e406b00c02
infinite horizon helper now store information
about shielding tasks and whether to compute all choice values
3 years ago
Stefan Pranger
5bf552a43a
multiplier reduce also returns choices
3 years ago
Stefan Pranger
48d37ccc50
fixed intending
3 years ago
Stefan Pranger
8c09a4d441
refactored safety shield choices and scheduler
3 years ago
Stefan Pranger
eb15fccfd2
Merge pull request 'Introducing Unit Tests for SMG Extensions' ( #46 ) from smg_unit_tests into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/46
```
...
100% tests passed, 0 tests failed out of 31
Total Test time (real) = 1144.27 sec
```
3 years ago
Stefan Pranger
7550934b2e
fixed scheduler print after large merge
3 years ago
Stefan Pranger
4fd16ff45f
removed conflict marker
3 years ago
Stefan Pranger
564cb6b9b1
removed some test cases
for now we do not support bounded globally formulas explicitely, as well
as `multi()`-formulae for SMGs
3 years ago
Stefan Pranger
776dd502ac
Prism NSG correctly sets player indices of unsynced actions
3 years ago
Stefan Pranger
d1f81a7c93
adapted reference shields after change in model
cf. 76bf1049ee (diff-dc46d467dffbe6500791e92e7daf53e87d0905cad845a393b0d4e1182fae24af)
3 years ago
Stefan Pranger
3732cef1ac
reintroduced shields to formula parser
3 years ago
Lukas Posch
82ffb9b7c0
fixed typo - updateStatesOfCoalition
3 years ago
Lukas Posch
27bf04ac5b
added testcase RobotCircle to SmgRpatlModelCheckerTest.cpp and the test file robotCircle.nm
3 years ago