-
Notifications
You must be signed in to change notification settings - Fork 0
cooneycw/AlphaChess
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# mcts debugging helpful hint [node.name, node.Qreward, node.Nvisit, node.player_to_move, [x.prior_prob for x in node.children], [y.game_over for y in node.children]] [self.tree.root.name, self.tree.root.Qreward, self.tree.root.Nvisit, self.tree.root.player_to_move, [x.prior_prob for x in self.tree.root.children], [y.game_over for y in self.tree.root.children]]
About
Attempt to build an AlphaZero chess agent.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published