Fixed new method name for MC

This commit is contained in:
2020-03-02 23:19:54 +01:00
parent 33f896ff40
commit 6613e23c7c
6 changed files with 34 additions and 4 deletions
@@ -13,5 +13,5 @@ public enum Rank {
JACK,
QUEEN,
KING,
ACE;
ACE
}
+1 -1
View File
@@ -13,7 +13,7 @@ public class BlackJack {
RLController<PlayerAction> rl = new RLControllerGUI<>(
new BlackJackTable(),
Method.MC_CONTROL_EGREEDY,
Method.MC_CONTROL_FIRST_VISIT,
PlayerAction.values());
rl.setDelay(1000);