Ambulance Decision Game: A python library that attempts to explore a game theoretic approach to the EMS - ED interface
Table of Contents
This project revolves around modelling the interaction between the Emergency Medical Service (EMS) and Emergency Departments.
The ambulance_game
library is used to model:
- a discrete event simulation model of a queueing system with two waiting spaces, where individuals can be blocked.
- the equivalent Markov chain model,
- a game theoretic model between 3 players; 2 queueing systems (EDs) and a distrbutor (EMS).
Install a development version of this library with the command:
$ python -m pip install flit
$ python -m flit install --symlink
Run all tests developed by first installing and then running tox
:
$ python -m pip install tox
$ python -m tox
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @Michalis_Pan - [email protected]
Project Link: AmbulanceDecisionGame