项目作者: gabrielwong159

项目描述 :
Final project for 40.316 Game Theory
高级语言: Jupyter Notebook
项目地址: git://github.com/gabrielwong159/game-theory-project.git
创建时间: 2019-08-15T13:26:02Z
项目社区:https://github.com/gabrielwong159/game-theory-project

开源协议:

下载


40.316 Game Theory Final Project

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.

Getting started

Prerequisites

  • Python 3.6+

Installation

  1. python3 -m pip install -r requirements.txt

Execution

  1. cd sim
  2. python3 main.py

Results

See ./sim/evaluation.ipynb to observe the results of our various simulation.