Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 856 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 856 Bytes

BridgeHand2Vec

Code behind "BridgeHand2Vec Bridge Hand Representation" by Anna Sztyber-Betley, Filip Kołodziej, Jan Betley and Piotr Duszak (article accepted for ECAI-23, not published yet).

Installation

We used python3.8.10, other popular python versions should work as well.

pip3 install -r requirements.txt

Repository contents

Training

Run training on a small subset of the training data:

python3 train.py

This should take few minutes, run tensorboard --logdir runs/vectors/ to watch the progress.

To train on the full dataset, unzip data/vectorsnet_train.zip file (e.g. unzip data/vectorsnet_train.zip) and change filenames in train.py script.