Compare commits
2 Commits
1e2c94fefc
...
f7bd65ee15
Author | SHA1 | Date | |
---|---|---|---|
|
f7bd65ee15 | ||
|
43dc5237ba |
@ -132,5 +132,6 @@ def get_score(state: GameState, target: Player) -> Score:
|
||||
|
||||
if __name__ == "__main__":
|
||||
# TODO: "get best move"
|
||||
# TODO: rotational / reflectional board parity (for less total nodes)
|
||||
print(f"{START=}, {get_score(START, 'X')=}")
|
||||
print(f"{total_nodes=}") # 5478
|
||||
|
Loading…
Reference in New Issue
Block a user