Skip to content

johny-b/BridgeHand2Vec

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published