Skip to content

Commit

Permalink
added decisions to .json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraham20 committed Apr 24, 2018
1 parent 646eb1b commit 07f85e5
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions virtupet/data/decisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"confidence": 0.2,
"contentment": 0.6,
"entertainment": 1,
"vitality": 0.1,
"mental_energy": 0.2,
"physical_energy": 0.2
"vitality": -0.1,
"mental_energy": -0.2,
"physical_energy": -0.2
}
},
{"name": "push_car", "values":
Expand All @@ -20,10 +20,34 @@
"confidence": 0.3,
"contentment": 0.6,
"entertainment": 1,
"vitality": 0.1,
"mental_energy": 0.2,
"physical_energy": 0.2
"vitality": -0.1,
"mental_energy": -0.2,
"physical_energy": -0.2
}
},
{ "name": "eat_veggies", "values":
{"attachment": 0.3,
"humor": 0.1,
"enjoyment": 0.1,
"excitement": 0.1,
"confidence": 0.4,
"contentment": 0.1,
"entertainment": 0.1,
"vitality": -0.1,
"mental_energy": 0.1,
"physical_energy": 0.1}
},
{"name": "meditate", "values":
{"attachment": 0.3,
"humor": 0.1,
"enjoyment": 0.2,
"excitement": 0.1,
"confidence": 0.6,
"contentment": 0.9,
"entertainment": 0.2,
"vitality": 0.1,
"mental_energy": 0.6,
"physical_energy": 0.3}
}
]
}

0 comments on commit 07f85e5

Please sign in to comment.