haive.games.mastermind.config ============================= .. py:module:: haive.games.mastermind.config .. autoapi-nested-parse:: Configuration for the Mastermind game agent. This module defines the configuration for the Mastermind game agent, including game state schema, engines, analysis settings, visualization, and game parameters. Classes ------- .. autoapisummary:: haive.games.mastermind.config.MastermindConfig Module Contents --------------- .. py:class:: MastermindConfig Bases: :py:obj:`haive.games.framework.base.config.GameConfig` Configuration for the Mastermind game agent. This class defines the configuration for the Mastermind game agent, including game state schema, engines, analysis settings, visualization, and game parameters. .. py:method:: default_config() :classmethod: Create a default configuration. :returns: Default configuration for Mastermind game. :rtype: MastermindConfig