Skip to content

Limmen/optimal_stopping_pomdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimal Stopping POMDP

Basic implementation of an optimal stopping POMDP.

Get started

git clone https://github.com/Limmen/optimal_stopping_pomdp
cd optimal_stopping_pomdp
pip install -e .
cd examples
python hello_world.py
python ppo.py
python sondik_vi.py
python hsvi.py

Reference

If you make use of any code or models in this repository, please cite:

@misc{hammar2021intrusion,
      title={Intrusion Prevention through Optimal Stopping},
      author={Kim Hammar and Rolf Stadler},
      year={2021},
      eprint={2111.00289},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

Author & Maintainer

Kim Hammar kimham@kth.se

Copyright and license

LICENSE

Creative Commons

(C) 2022, Kim Hammar

About

Optimal Stopping POMDP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages