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