parent
a98e2c3c1e
commit
b20848daf6
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
import agents
|
||||
import agents.ur_heuristic
|
||||
|
||||
from pyserver import PyServer
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ def main() -> int:
|
|||
:return: Exit code
|
||||
:rtype: int
|
||||
"""
|
||||
player = PyServer(agents.AgentOfChaos())
|
||||
player = PyServer(agents.ur_heuristic.UrHeuristic())
|
||||
|
||||
# Start listening for games
|
||||
player.start(
|
||||
|
|
|
|||
Loading…
Reference in New Issue