Skip to content

fredrikofstad/stratpy

Repository files navigation

stratpy logo

Stratpy - A python library for Game Theory written in rust

Read the documentation here!

Motivation:

  • Create an easy to use python package for game theory catering to alternate disciplines like polisci.
  • Backend created in rust offering a modern fast and memory-safe language, while python allows for an easy api for the scientific community.

Features:

  • Normal form and Extensive form games (including incomplete information)
  • Solve games using user-ordered preferences (unknown but orderable variables)
  • Easily export games to latex and other formats

Installation

$ pip install stratpy

Usage

>>> from stratpy import *
>>> 
>>> game1 = Game("Title")

Read more about how to use the library here!

About

Python library for Game Theory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published