default food prod prob set to 5 from 4
This commit is contained in:
@@ -5,8 +5,7 @@ const Hyperparams = {
|
|||||||
this.headless = false;
|
this.headless = false;
|
||||||
|
|
||||||
this.lifespanMultiplier = 100;
|
this.lifespanMultiplier = 100;
|
||||||
this.foodProdProb = 4;
|
this.foodProdProb = 5;
|
||||||
this.foodProdProbScalar = 4;
|
|
||||||
this.killableNeighbors = Neighbors.adjacent;
|
this.killableNeighbors = Neighbors.adjacent;
|
||||||
this.edibleNeighbors = Neighbors.adjacent;
|
this.edibleNeighbors = Neighbors.adjacent;
|
||||||
this.growableNeighbors = Neighbors.adjacent;
|
this.growableNeighbors = Neighbors.adjacent;
|
||||||
|
|||||||
Reference in New Issue
Block a user