Skip to content
anjalika-nande edited this page Dec 29, 2020 · 10 revisions

DyPy

DyPy is a package for simulating the evolutionary dynamics of matrix-form games. This wiki contains detailed documentation for each command. We also provide some examples that demonstrate the scope of this package. There is a Jupyter notebook in the main repository 'ExampleSimulations.ipynb' that contains example simulations involving a simple Prisoners' Dilemma game. In addition we provide examples in this white paper (https://www.dropbox.com/s/h4dp7irhraxo77j/MoreExamples.pdf?dl=0), for more complicated games - a Costly Signaling game, the Hawk Dove Bourgeois game, and the Envelope Game.

We suggest starting with the 'Game' tab followed by 'Dynamics', 'GameDynamicsWrapper' and 'VariedGame', while simultaneously going through the 'ExampleSimulations.ipynb' notebook. This will give a basic idea about the main elements needed to run the simulations.

The documentation of the original package along with the API can be found here.

Clone this wiki locally