{
    "cli": "chessai.chess.bin",
    "arguments": [
        "--seed", "3",
        "--ui", "null",
        "--max-moves", "50",
        "--white-team", "agent-minimax",
        "--agent-arg", "white::ply_count=4"
    ]
}
---
<LOG_PREFIX> -- Average Score: 0.50
<LOG_PREFIX> -- Scores:        0.5
<LOG_PREFIX> -- Record:        Tie
<LOG_PREFIX> -- Average Moves: 50.0
<LOG_PREFIX> -- Move Counts:   50
