Added auto food generation

This commit is contained in:
Max Robinson
2021-02-03 16:39:51 -07:00
parent b906d14c91
commit 56b27c65b6
5 changed files with 29 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ const Hyperparams = {
this.instaKill = false;
this.lookRange = 20;
this.foodDropProb = 0;
},
balanceMutationProbs : function(choice) {