Skip to content

jdermont/QtYavalath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QtYavalath

Yavalath application written in QT

Stub implementation of AI

MCTS AI for Yavalath. From "vanilla" MCTS it differs:

  • it uses MCTS solver
  • it avoid losing moves if possible (move selection as well in rollouts/simulations)
  • it uses winning moves if possible (move selection as well in rollouts/simulations)

Those simple things greatly enhance the strength. More enchancement incoming after GUI complete, i.e. exploration tuning, opening books, RAVE, some heuristics for progressive bias, pattern matching.

About

Yavalath application written in QT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published