LudiiExampleAI icon indicating copy to clipboard operation
LudiiExampleAI copied to clipboard

Project with examples for the implementation of third-party AI algorithms / agents for the Ludii general game system.

Results 1 LudiiExampleAI issues
Sort by recently updated
recently updated
newest added

Hi, ExampleUCT.java of LudiiExampleAI/src/mcts/ shows us how to call a build-in method to make a playout. Is it possible to override the playout method of the Game class to define...