Refactored
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user