haive.games.fox_and_geese.example ================================= .. py:module:: haive.games.fox_and_geese.example .. autoapi-nested-parse:: Simple runner for Fox and Geese game. Functions --------- .. autoapisummary:: haive.games.fox_and_geese.example.run_fox_and_geese_game haive.games.fox_and_geese.example.run_fox_and_geese_with_ui Module Contents --------------- .. py:function:: run_fox_and_geese_game(agent, thread_id = None) Run a Fox and Geese game using agent.run(). .. py:function:: run_fox_and_geese_with_ui(agent, delay = 2.0) Run a Fox and Geese game with UI visualization.