Any software to find mixed Nash equilibrium in multi-player simultaneous games?

Hello, does anyone know of an (preferably open source) implementation of an algorithm to find Nash equilibrium in multi-player simultaneous games when mixed strategies are allowed?

On one side nashpy works only with 2-players games, and on the other gambit multi-player algorithms doesn’t seem (I believe) to workwith mixed strategies…

Lemke-Howson-Algorithm with Smoothing this is an extension of the Lemke-Howson algorithm for finding Nash equilibria in games with more than two players.

Thank you.
In the meantime I implemented a couple of algorithms in a new library: StrategicGames.jl

1 Like