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 2: Debate with academic judge panel. |
|
Example 1: Basic debate with tournament judge panel. |
|
Example 3: Custom judge panel for specialized topics. |
|
Example 4: Compare different judge panel types. |
|
|
Run all judge system examples. |
Module Contents¶
- async games.debate_v2.example_with_judges.example_academic_judges()¶
Example 2: Debate with academic judge panel.
- async games.debate_v2.example_with_judges.example_basic_judged_debate()¶
Example 1: Basic debate with tournament judge panel.
- async games.debate_v2.example_with_judges.example_custom_judge_panel()¶
Example 3: Custom judge panel for specialized topics.
- async games.debate_v2.example_with_judges.example_judge_comparison()¶
Example 4: Compare different judge panel types.
- async games.debate_v2.example_with_judges.main()¶
Run all judge system examples.