This pull request introduces a new section for visualization settings in the Agents/config.yaml file, enhancing the configuration options for visual representation.
Visualization settings added:
Added canvas_size, padding, and background_color parameters to define the canvas properties.
Introduced max_animation_frames and animation_min_delay to control animation behavior.
Defined max_resource_amount, resource_colors, and resource_size for resource visualization.
Added parameters for agent visualization including agent_radius_scale, birth_radius_scale, death_mark_scale, and agent_colors.
Included text visualization settings such as min_font_size, font_scale_factor, font_family, death_mark_color, birth_mark_color, and metric_colors.
This pull request introduces a new section for visualization settings in the
Agents/config.yaml
file, enhancing the configuration options for visual representation.Visualization settings added:
canvas_size
,padding
, andbackground_color
parameters to define the canvas properties.max_animation_frames
andanimation_min_delay
to control animation behavior.max_resource_amount
,resource_colors
, andresource_size
for resource visualization.agent_radius_scale
,birth_radius_scale
,death_mark_scale
, andagent_colors
.min_font_size
,font_scale_factor
,font_family
,death_mark_color
,birth_mark_color
, andmetric_colors
.