This folder is extracted from the the supplementary material zip file and contains the following files.


1. README.txt: (this file)
2. requirements.yml: Specification of the python environment and list of dependencies used in the code files
3. fully_mixed_a.py: Simulations of fully mixed games 
4. fully_mixed_b.py: Simulations for estimating deviation from Nash equlibrium in fully mixed games
5. fully_mixed_games_utils.py: General functions for fully mixed games simulations
6. normal_form_games.py: Normal form game object and general functions
7. normal_form_game_agents.py: MW and FTPL agents implementation for 2x2 games
