games.fox_and_geese.config¶
Configuration for the Fox and Geese game agent.
This module defines the configuration for the Fox and Geese game agent, which includes the game name, state schema, AugLLM configurations, enable_analysis, visualize, and max_turns.
Classes¶
Configuration for the Fox and Geese game agent. |
Module Contents¶
- class games.fox_and_geese.config.FoxAndGeeseConfig¶
Bases:
haive.games.framework.base.config.GameConfig
Configuration for the Fox and Geese game agent.
This class defines the configuration for the Fox and Geese game agent, which includes the game name, state schema, AugLLM configurations, enable_analysis, visualize, recursion_limit and max_turns.
- classmethod default_config()¶
Create a default configuration.