stratega.Agent
- class stratega.Agent
Abstract class from which all agents should inherit.
- __init__(self: stratega.Agent, name: str = 'PythonAgent') None
Methods
__init__(self[, name])computeAction(self, arg0, arg1, arg2)Function for deciding the next action to execute.
get_player_id(self)init(self, arg0, arg1, arg2)Function for initializing the agent.