haive.games.benchmark ===================== .. py:module:: haive.games.benchmark .. autoapi-nested-parse:: Benchmark script for testing game agents. This script runs benchmarks for the Monopoly and Poker agents to test their performance and identify issues. Functions --------- .. autoapisummary:: haive.games.benchmark.main haive.games.benchmark.run_monopoly_benchmark haive.games.benchmark.run_poker_benchmark Module Contents --------------- .. py:function:: main() Run all benchmarks based on command line arguments. .. py:function:: run_monopoly_benchmark() Run benchmark tests for the Monopoly agent. .. py:function:: run_poker_benchmark() Run benchmark tests for the Poker agent.