Commit Graph

60 Commits

Author SHA1 Message Date
e4fa09bac3 added base classes for mcts and strategy 2024-01-26 18:01:11 +01:00
62410d239f added lichess bot 2024-01-25 23:11:25 +01:00
35d3f456e9 added __pycache__ to .gitignore 2024-01-25 11:34:15 +01:00
10fbeb0b04 Merge branch 'mcts' into 'main'
Mcts

See merge request tu-wien/prob-prog!1
2024-01-25 10:30:18 +00:00
9a287fe648 added probabilistic stockfish simulation to engine 2024-01-25 11:29:29 +01:00
7011a9a6e8 tweaked mcts score evaluation: considered steps when scoring the board 2024-01-24 18:12:32 +01:00
5645657fdd added initial mcts 2024-01-24 11:57:25 +01:00
16d7c538d6 fixed eval.py end_game function 2024-01-23 20:11:59 +01:00
b386a41b4b added endgame check for evaluation 2024-01-23 19:53:06 +01:00
db8dcee339 initial commit 2024-01-23 19:03:16 +01:00