Skip to content

Commit

Permalink
decisions.json more options updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kcunningham20 committed Apr 24, 2018
1 parent 6ba19cf commit 45c025d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 12 deletions.
6 changes: 1 addition & 5 deletions virtupet/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion virtupet/.idea/virtupet.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 47 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,51 @@
"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_cake", "values":
{"attachment": 0.1,
"humor": 0.1,
"enjoyment": 0.9,
"excitement": 0.9,
"confidence": 0.1,
"contentment": 0.7,
"entertainment": 0.5,
"vitality": -0.7,
"mental_energy": -0.5,
"physical_energy": 0.3
}
},
{"name": "sleep", "values":
{"attachment": 0.1,
"humor": 0.1,
"enjoyment": 0.1,
"excitement": 0.1,
"confidence": 0.1,
"contentment": 0.1,
"entertainment": 0.1,
"vitality": 0.8,
"mental_energy": 0.5,
"physical_energy": 0.5
}
},
{
"name": "reading",
"values": {
"attachment": 0.1,
"humor": 0.5,
"enjoyment": 0.9,
"excitement": 0.4,
"confidence": 0.3,
"contentment": 0.7,
"entertainment": 0.7,
"vitality": -0.1,
"mental_energy": -0.5,
"physical_energy": -0.1
}
}
]
}

0 comments on commit 45c025d

Please sign in to comment.