Open coreylowman opened 6 years ago
Perhaps from https://graphics.stanford.edu/~mdfisher/DominionAI.html
Maybe try an engine AI
https://github.com/mewhite/Dominion-AI/tree/master/code
https://medium.com/emergent-future/simple-reinforcement-learning-with-tensorflow-part-0-q-learning-with-tables-and-neural-networks-d195264329d0
http://web.stanford.edu/~surag/posts/alphazero.html
https://github.com/suragnair/alpha-zero-general
https://github.com/fomorians/td-gammon
https://applied-data.science/static/main/res/alpha_go_zero_cheat_sheet.png http://tim.hibal.org/blog/alpha-zero-how-and-why-it-works/
https://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188
https://github.com/AppliedDataSciencePartners/DeepReinforcementLearning
potentially could use coevolutionary GA
use novelty driven evolutionary algorithm... ideally should be able to find new strategies, and is focused on behavior
Perhaps from https://graphics.stanford.edu/~mdfisher/DominionAI.html
Maybe try an engine AI