Simulator for Causal Block Diagrams

rparedis e73af19b24 Fixed Hybrid Train 4 anni fa
doc 4a43609bee First trial pertaining Hybrid systems 4 anni fa
examples e73af19b24 Fixed Hybrid Train 4 anni fa
src e73af19b24 Fixed Hybrid Train 4 anni fa
.gitignore b0698b7d98 Extracted clock from simulation logic + docs 4 anni fa
README.md 7b7ecf2b8f Docs fixes 4 anni fa
requirements.txt 315973dc77 Added Seaborn to plotting 4 anni fa
test.sh ec562b52c7 Swapped src/CBD directory names to allow for setup.py 5 anni fa
whishlist.txt 8f3513219d Q learning other idea 4 anni fa

README.md

CBD Simulator Framework

 Copyright the Modelling, Simulation and Design Lab (MSDL)
           http://msdl.cs.mcgill.ca/

 Author(s): Marc Provost
            Hans Vangheluwe
            Joachim Denil
            Claudio Gomes
            Randy Paredis
  
 Purpose: simulates CBD models in Python.

 Requires Python version >= 2.7 or >= 3.2

Installation

The simulator can easily be installed with the following commands.

cd src
python setup.py install --user

Documentation

Take a look at the documentation (in the doc/ folder) for more details on this framework. This includes detailed API descriptions, use cases and examples (both simple and complex).

The HTML-version of the documentation can be built from within the doc/ folder with the make html command.