Serve UrHeuristic agent

bram/ur-heuristic agent/ur-heuristic-1.0.0
Bram van den Heuvel 2026-07-05 09:01:43 +02:00
parent a98e2c3c1e
commit b20848daf6
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
from __future__ import annotations from __future__ import annotations
import agents import agents.ur_heuristic
from pyserver import PyServer from pyserver import PyServer
@ -15,7 +15,7 @@ def main() -> int:
:return: Exit code :return: Exit code
:rtype: int :rtype: int
""" """
player = PyServer(agents.AgentOfChaos()) player = PyServer(agents.ur_heuristic.UrHeuristic())
# Start listening for games # Start listening for games
player.start( player.start(