haive.games.benchmark¶

Benchmark script for testing game agents.

This script runs benchmarks for the Monopoly and Poker agents to test their performance and identify issues.

Functions¶

main()

Run all benchmarks based on command line arguments.

run_monopoly_benchmark()

Run benchmark tests for the Monopoly agent.

run_poker_benchmark()

Run benchmark tests for the Poker agent.

Module Contents¶

haive.games.benchmark.main()¶

Run all benchmarks based on command line arguments.

haive.games.benchmark.run_monopoly_benchmark()¶

Run benchmark tests for the Monopoly agent.

haive.games.benchmark.run_poker_benchmark()¶

Run benchmark tests for the Poker agent.