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¶
|
Run all benchmarks based on command line arguments. |
Run benchmark tests for the Monopoly agent. |
|
Run benchmark tests for the Poker agent. |
Module Contents¶
- games.benchmark.main()¶
Run all benchmarks based on command line arguments.
- games.benchmark.run_monopoly_benchmark()¶
Run benchmark tests for the Monopoly agent.
- games.benchmark.run_poker_benchmark()¶
Run benchmark tests for the Poker agent.