Final project for 40.316 Game Theory
For this project, our team analysed a hypothetical card game, which is inspired by 2 frequency played poker card games: Bridge and Hearts. For the purpose of evaluating our model and strategies, we simulate the game and its players, and observe the results of these simulations.
python3 -m pip install -r requirements.txt
cd sim
python3 main.py
See ./sim/evaluation.ipynb to observe the results of our various simulation.