haive.games.mancala.config ========================== .. py:module:: haive.games.mancala.config .. autoapi-nested-parse:: 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 ------- .. autoapisummary:: haive.games.mancala.config.MancalaConfig Module Contents --------------- .. py:class:: MancalaConfig Bases: :py:obj:`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. .. py:method:: default_config() :classmethod: Create a default configuration. :returns: Default configuration for the Mancala game. :rtype: MancalaConfig