Improve agent agression

This commit is contained in:
Andras Schmelczer 2023-05-27 20:44:05 +01:00
parent f7d24a22b6
commit a95a5f83a3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
8 changed files with 66 additions and 92 deletions

View file

@ -12,7 +12,8 @@ export const settings: { [key: string]: number } & GameLoopSettings &
RenderSettings = persist({
agentCount: 1_000_000,
aggressionFactor: 3,
currentGenerationAggression: 0.1,
nextGenerationAggression: 10,
moveSpeed: 80,
turnSpeed: 550,