Fixed new method name for MC
This commit is contained in:
@@ -13,5 +13,5 @@ public enum Rank {
|
||||
JACK,
|
||||
QUEEN,
|
||||
KING,
|
||||
ACE;
|
||||
ACE
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user