games.mancala.config¶
Configuration for the Mancala game agent.
This module defines the configuration for the Mancala game agent, which includes the game name, state schema, engine configurations, enable_analysis, visualize, and stones_per_pit.
Classes¶
Configuration for the Mancala game agent. |
Module Contents¶
- class games.mancala.config.MancalaConfig¶
Bases:
haive.games.framework.base.config.GameConfig
Configuration for the Mancala game agent.
This class defines the configuration for the Mancala game agent, which includes the game name, state schema, engine configurations, enable_analysis, visualize, and stones_per_pit.
- classmethod default_config()¶
Create a default configuration.
- Returns:
Default configuration for the Mancala game.
- Return type: