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).
We used python3.8.10, other popular python versions should work as well.
pip3 install -r requirements.txt
- BridgeHand2Vec model
- Notebook showing sample usage of the model
- Training script and (sample) training data
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.