This evolutionary algorithm and simulation of the Wie is de Mol?-app was used in the Bachelor thesis 'Reversed Betting Games'. I wrote both the code and the thesis.
- Create a virtual environment.
- Run
pip install -r requirements.txtto install all required packages. - Run
python evolve.pyto start evolution. You can change the hyperparameters in the .env file. - Run
python testData.pyto further test and analyze the strategies found through evolution. Some example data is already present.
Last updated: 25/6/19:35