haive.games.fox_and_geese.example¶

Simple runner for Fox and Geese game.

Functions¶

run_fox_and_geese_game(agent[, thread_id])

Run a Fox and Geese game using agent.run().

run_fox_and_geese_with_ui(agent[, delay])

Run a Fox and Geese game with UI visualization.

Module Contents¶

haive.games.fox_and_geese.example.run_fox_and_geese_game(agent, thread_id=None)[source]¶

Run a Fox and Geese game using agent.run().

Parameters:
haive.games.fox_and_geese.example.run_fox_and_geese_with_ui(agent, delay=2.0)[source]¶

Run a Fox and Geese game with UI visualization.

Parameters: