pazusoba / core

Try to solve Puzzle & Dragons with C++
MIT License
15 stars 1 forks source link

Monte Carlo tree search #53

Closed HenryQuan closed 2 years ago

HenryQuan commented 2 years ago

This can be something interesting to do some research on. I really want to add some randomness in my algorithm. Currently, a smaller beam search can output a better result. This means that a larger width is not necessary a good thing.

HenryQuan commented 2 years ago

See #54