Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 302 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 302 Bytes

kingdomino

Training models to play Kingdomino well.

About the Repository

This project is my way to practice creating game-playing models. I'll be using Python, and starting with a Monte Carlo Tree Search approach (suited for a game with large branching yet finite states).

December 2022 project.