Zetawar / zetawar

Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
MIT License
169 stars 14 forks source link

Create AI training system #72

Open djwhitt opened 7 years ago

djwhitt commented 7 years ago

Add a way for AIs to repeatedly play each other and use that experience to train themselves. This will require adding some mechanism for preserving some AI state across multiple turns and games.

djwhitt commented 7 years ago

I'll probably work on this soon. I see it as important for evaluating rule changes and it should help drive testing and performance too.