This config.py
is pivotal in defining the parameters and behaviors of agents within the game environment. By modifying the settings outlined below, users can tailor the game mechanics, agent capabilities, environmental factors, and visualization aspects to suit specific requirements or preferences.
The configuration file is divided into four primary sections, each responsible for different aspects of the game setup.
This section defines the core rules and operational mechanics that govern the game's behavior. The available parameters are:
GAME_RULE
- str
MAX_TIME
- int
INTERACTION
- dict
PAYOFF
- dict
FLAG_POSITIONS
- list[int]
FLAG_WEIGHTS
- list[int]