haive.games.debate_v2.example_with_judges¶

Example usage of AI judge system for gamified debates.

This example demonstrates how to use AI judge panels for sophisticated winner determination in debate tournaments.

Functions¶

example_academic_judges()

Example 2: Debate with academic judge panel.

example_basic_judged_debate()

Example 1: Basic debate with tournament judge panel.

example_custom_judge_panel()

Example 3: Custom judge panel for specialized topics.

example_judge_comparison()

Example 4: Compare different judge panel types.

main()

Run all judge system examples.

Module Contents¶

async haive.games.debate_v2.example_with_judges.example_academic_judges()[source]¶

Example 2: Debate with academic judge panel.

async haive.games.debate_v2.example_with_judges.example_basic_judged_debate()[source]¶

Example 1: Basic debate with tournament judge panel.

async haive.games.debate_v2.example_with_judges.example_custom_judge_panel()[source]¶

Example 3: Custom judge panel for specialized topics.

async haive.games.debate_v2.example_with_judges.example_judge_comparison()[source]¶

Example 4: Compare different judge panel types.

async haive.games.debate_v2.example_with_judges.main()[source]¶

Run all judge system examples.