Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 6
---
layout:tactile
title: Bimatrix Games
---Bimatrix games is library of games useful for testing game theoretic algorithms. The library was built as an extension to the currently existing GAMUT library of games due to its lack of games which were hard to solve for approximate algorithms. With that in mind, we built this library as a test suite for approximation algorithms. There are currently two projects hosted :
- Algorithms http://bimatrix-games.github.io/eps-nash-algos : This contains implementations of various algorithms for the approximation of Nash equibrium. The algorithms implemented consist of DMP, BBM1, BBM2, TS and KS.
- Game Library http://bimatrix-games.github.io/bimatrix-generators : This contains the implementations of several classes of games which were introduced to study their properties with regards to approximation.