Set up predictor base
This commit is contained in:
@ -37,6 +37,7 @@ const MAX_SCORE = 50;
|
|||||||
|
|
||||||
function make_predictor() {
|
function make_predictor() {
|
||||||
return new Predictor({
|
return new Predictor({
|
||||||
|
base: 2,
|
||||||
daemons: [
|
daemons: [
|
||||||
{ human: 3, robot: 3 },
|
{ human: 3, robot: 3 },
|
||||||
{ human: 4, robot: 4 },
|
{ human: 4, robot: 4 },
|
||||||
|
Reference in New Issue
Block a user