Improve agent agression
This commit is contained in:
parent
f7d24a22b6
commit
a95a5f83a3
8 changed files with 66 additions and 92 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue