haive.games.nim.config¶
Configuration for the Nim game.
This module defines the configuration for the Nim game, which includes the state schema, engines, enable_analysis, visualize, and pile_sizes.
Classes¶
Configuration for the Nim agent. |
Module Contents¶
- class haive.games.nim.config.NimConfig[source]¶
Bases:
haive.games.framework.base.config.GameConfig
Configuration for the Nim agent.
- engines¶
The engines for the Nim game.
- Type:
Dict[str, AugLLMConfig]