Skip to content
Snippets Groups Projects
Commit fa35cdfd authored by Piers Williams's avatar Piers Williams
Browse files

Removed the sout

parent 2720d1f1
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ public class PiersMCTS implements BattleController {
// if(i % 100 == 0){
// root.printAllChildren();
// }
System.out.println("Rollouts achieved: " + i);
// System.out.println("Rollouts achieved: " + i);
// System.out.println("Best Action: " + root.getBestAction());
return root.getBestAction();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment