iternash
iternash
is an iterative Nash equilibrium finder for simulating continuous games in Python/Coconut. iternash
is built to make it as easy as possible to simulate and search for equilibria in any multi-agent game.
Installation
To install iternash
, just
pip install iternash
Documentation
For information on how to use iternash
, see:
-
agent.coco
for documentation on the various different ways of defining agents, -
game.coco
for documentation on creating and simulating a game, and -
absent_minded_driver.coco
for an example ofiternash
in action.