Skip to content

Commit

Permalink
Alpha-Beta trials
Browse files Browse the repository at this point in the history
  • Loading branch information
ericp committed Oct 31, 2024
1 parent 7b37c98 commit cf7ac67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void main(final String[] args)
final int numPlayout = 100;
final int maxMove = 5000; // Constants.DEFAULT_MOVES_LIMIT;
final int thinkingTime = 1;
final String agentName = "UCT"; // Can be "UCT", "Alpha-Beta", "Alpha-Beta-UCT", "AB-Odd-Even", or "Random"
final String agentName = "Alpha-Beta"; // Can be "UCT", "Alpha-Beta", "Alpha-Beta-UCT", "AB-Odd-Even", or "Random"
final String clusterLogin = "epiette";
final String mainScriptName = "GenTrials.sh";
final int numRulesetsPerBatch = 8; // 48
Expand Down

0 comments on commit cf7ac67

Please sign in to comment.