Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoeper/carcassonne-alpha-zero
https://github.com/shoeper/carcassonne-alpha-zero
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shoeper/carcassonne-alpha-zero
- Owner: shoeper
- License: mit
- Created: 2023-08-20T19:05:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T19:38:41.000Z (over 1 year ago)
- Last Synced: 2023-08-20T20:29:43.619Z (over 1 year ago)
- Language: Python
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# carcassonne-alpha-zero
TF2/Keras Implementation of AlphaZero on Carcassonne.## Training
```bash
python carcassonne_train.py with 'tag="test"'
```### From checkpoint
```bash
python carcassonne_train.py with 'tag="test"' 'load_checkpoint_path=""'
```# Nvidia with WSL
Requires cuda 11.8 - no other version
Extend path: fish_add_path -g /usr/local/cuda-11.8/bin/
https://developer.nvidia.com/cuda-11-8-0-download-archive