![]() |
how does Ludii AI do tree search? - Printable Version +- Ludii Forum (https://ludii.games/forums) +-- Forum: Questions (https://ludii.games/forums/forumdisplay.php?fid=13) +--- Forum: About Ludii (https://ludii.games/forums/forumdisplay.php?fid=14) +--- Thread: how does Ludii AI do tree search? (/showthread.php?tid=199) |
how does Ludii AI do tree search? - AlekErickson - 10-05-2020 Could somebody point me to a description of how Ludii AI assesses the game state while doing tree search? RE: how does Ludii AI do tree search? - DennisSoemers - 10-05-2020 There are some technical details on the various built-in AIs in Appendix B of our User Guide (https://ludii.games/downloads/LudiiUserGuide.pdf). Source code for the built-in AIs is also available at https://github.com/Ludeme/LudiiAI Does that help, or were you looking for something else? RE: how does Ludii AI do tree search? - AlekErickson - 10-05-2020 Thanks! |