Refactored

This commit is contained in:
2024-06-10 21:08:41 +02:00
parent 3064a8f0b2
commit 73f59f25fc
+1
View File
@@ -3,6 +3,7 @@ from a_player import APlayer
from numpy.random import uniform
from state import get_potential_moves
class MachinePlayer(APlayer):
class Params:
def __init__(self, p_explore, alpha):