update directory structure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
class Agent:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def select_move(self, game_state):
|
||||
raise NotImplementedError()
|
||||
|
||||
def diagnostics(self):
|
||||
return {}
|
||||
Reference in New Issue
Block a user