ofxMSAmcts icon indicating copy to clipboard operation
ofxMSAmcts copied to clipboard

A very simple C++ MCTS (Monte Carlo Tree Search) implementation with examples for openFrameworks

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

Not sure if the following is a real issue. Given that: - each node has an associated score (`value`); - the score is from the POV of the active player...