Added basic bayes-mcts using beta distribution

This commit is contained in:
Theo Haslinger
2024-01-28 15:18:13 +01:00
parent c667a263a7
commit 2662dbf53a
10 changed files with 428 additions and 119 deletions

View File

@@ -1,4 +1,6 @@
chess==1.10.0
numpy==1.26.3
stockfish==3.28.0
torch==2.1.2
pytest
aiohttp