Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 330 Bytes

File metadata and controls

14 lines (8 loc) · 330 Bytes

ConnectFour

Example code for PossibleProvenance inference, using the classic board game Connect Four

Installation

Create (and activate) the conda environment from the provided YAML file

$ conda env create -f environment.yml

$ conda activate connect-four

Then run and open with Jupyter Notebook:

$ jupyter notebook