Stefan Pranger
|
763eb7f76f
|
bumped c++ version im CMakeLists
|
2 weeks ago |
Stefan Pranger
|
ff921b2768
|
Merge branch 'main' of git.pranger.xyz:TEMPEST/tempest-devel
|
4 months ago |
Stefan Pranger
|
676ead0475
|
Merge pull request 'TempestPY Updates' (#62) from tempestpy_adaptions into main
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/62
|
4 months ago |
Stefan Pranger
|
48bd2cd9c2
|
Merge pull request 'Feature: Implementing Sound Versions of Reachability and LRA for SMGs' (#60) from sound_game_vi into tempestpy_adaptions
Reviewed-on: https://git.pranger.xyz/TEMPEST/tempest-devel/pulls/60
|
4 months ago |
Fabian Russold
|
7e5867252d
|
SoundGameViHelper: cleaned up
|
4 months ago |
Fabian Russold
|
54f36dd369
|
SparseSmgLraHelper: cleaned up
|
4 months ago |
Fabian Russold
|
8846a976f2
|
Game LRA Sound algorithm fully debugged
|
4 months ago |
Fabian Russold
|
c8acbc6834
|
WIP: LRA fully implemented, scheduler and shield still to be debugged
|
4 months ago |
Fabian Russold
|
5453d910c3
|
reach/safety fully implemented
|
4 months ago |
Fabian Russold
|
bb72102e50
|
produceShield: small fix, produceScheduler: implemented
|
4 months ago |
Fabian Russold
|
8f187f46f1
|
debug: Sound Game VI now fully debugged (fixed Find_MSEC), WIP: produce scheduler
|
5 months ago |
Fabian Russold
|
621e9f6794
|
optimization: WIP relevant states for game VI
|
5 months ago |
Fabian Russold
|
26094b08ce
|
WIP Sound LRA for games
|
5 months ago |
Fabian Russold
|
5107b5904c
|
optimization: searching for MSECs only if policy changed
|
5 months ago |
Fabian Russold
|
470fd302aa
|
getting optimization direction via CheckTask
|
6 months ago |
Fabian Russold
|
81c0dbc50f
|
removed all std::cout
|
6 months ago |
Fabian Russold
|
3b0eeb1e88
|
SmgRpatlModelCheckerTest.cpp: google tests for MSECs
|
6 months ago |
Fabian Russold
|
1e40b9e5a3
|
SmgRpatlModelCheckerTest.cpp: added test for deflate method of SoundGameViHelper.cpp
|
6 months ago |
Fabian Russold
|
986d1183aa
|
bug fixes and optimizations
|
7 months ago |
Fabian Russold
|
877067cdcc
|
SparseSmgRpatlHelper.cpp added return value
|
7 months ago |
Fabian Russold
|
de9a5646b0
|
small performance fix in deflate()
|
7 months ago |
Fabian Russold
|
2de38edbff
|
basic implementation done
|
7 months ago |
Fabian Russold
|
9a41444217
|
finding MSECs done, in progress: deflating the MSECs
|
7 months ago |
Fabian Russold
|
61b59e64fc
|
reducedMinimizerActions BitVec
|
7 months ago |
Stefan Pranger
|
4c514cecdd
|
L(S) and G(S) (from paper)
|
4 months ago |
Stefan Pranger
|
6a79986980
|
introduce bounded globally mc for MDPs
|
4 months ago |
Stefan Pranger
|
0d60b468e1
|
refactored shield export
|
4 months ago |
Stefan Pranger
|
d93d184d5d
|
updated readme
|
5 months ago |
Stefan Pranger
|
efde0aeba3
|
removed github workflows for now
|
1 year 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
|
2 years ago |
Thomas Knoll
|
43f8511678
|
prettified post/pre scheduler json export
|
2 years ago |
Thomas Knoll
|
3a3dd67232
|
removed filename form shield classes
|
2 years ago |
Thomas Knoll
|
f4ad399b32
|
added export shield iosetting
|
2 years ago |
Thomas Knoll
|
de2243b095
|
addded post scheduler json export
removed workaround in pre scheduler json
|
2 years ago |
Thomas Knoll
|
e001d8dbcb
|
changed json export in pre scheduler
|
2 years ago |
Thomas Knoll
|
110b6a3308
|
added print to json for shields
added filename to export shield
|
2 years ago |
Thomas Knoll
|
80eaf7c05a
|
refactored shield handling method names
|
2 years ago |
Thomas Knoll
|
256cb82157
|
added functions for querying choice map in shields
|
2 years ago |
Thomas Knoll
|
e561545e1a
|
added second get shield
|
2 years ago |
Thomas Knoll
|
a38728d683
|
changed rest of create shield function calls
|
2 years ago |
Thomas Knoll
|
83c3a75ecf
|
added create shield for quantitative shield
|
2 years ago |
Thomas Knoll
|
021b2036e6
|
changed print to stream to be pure virtual
|
2 years ago |
Thomas Knoll
|
9e9767ceeb
|
changed shield export handling
|
2 years 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 |