MichalisPanayides / AmbulanceDecisionGame

This repository presents an attemt to solve the Ambulance Decision Game.
MIT License
0 stars 0 forks source link

Tests Issues MIT License DOI

Ambulance Decision Game: A python library that attempts to explore a game theoretic approach to the EMS - ED interface

Table of Contents
  1. About The Project
  2. Installation
  3. Tests
  4. Roadmap
  5. License
  6. Contact

About The Project

This project revolves around modelling the interaction between the Emergency Medical Service (EMS) and Emergency Departments.

The ambulance_game library is used to model:

Installation

Install a development version of this library with the command:

$ python -m pip install flit
$ python -m flit install --symlink

Tests

Run all tests developed by first installing and then running tox:

$ python -m pip install tox
$ python -m tox

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @Michalis_Pan - PanayidesM@cardiff.ac.uk

Project Link: AmbulanceDecisionGame