Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added game support: Yoxii #319

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Olaf-007
Copy link

@Olaf-007 Olaf-007 commented Jun 6, 2024

This will add a subfolder "yoxii" with all files that are needed to

  1. Calculate the NN for Yoxii
  2. Play the game.
  • YoxiiGame.py (Subclass of Game in parent folder - dependent!)
  • YoxiiLogic.py (All the nessessary tools to manipulate the game state)
  • YoxiiPlayers.py (Human Player and Random Player)
  • mainForYoxii (an adapted main.py as in the parent folder for Yoxii)
  • pitForYoxii (script to test the NN using the Arena class of the parent folder)
  • pytorch/YoxiiNet (the NN architechture for training Yoxii games, almost the same as for Othello)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant