mirror of
https://github.com/simtactics/servo.git
synced 2025-03-15 00:21:20 +00:00
Grammer fixes to motive engine notebook
This commit is contained in:
parent
9d74a1690e
commit
5e93fe9def
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
|||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"From [Under the Hood of The Sims](https://users.cs.northwestern.edu/~forbus/c95-gd/lectures/The_Sims_Under_the_Hood_files/v3_document.htm)\n",
|
||||
"The Motive Engine is based on opposing weights. An object signals it's presence if the Sim's need is low. The need is the motive and that drives a Sims' decision. All games in the franchise are based on this dynamic at it's core. For example, if hunger is low then the fridge's presence is high and vice versa. A Sim's mood is the sum of the current state of their motives. They will only choose the fridge if it increases it's overall mood. The ML portion comes in deciding which has the priority.\n",
|
||||
"\n",
|
||||
"The Motive Engine is based on opposing weights. An object signals it's presence if the Sims' need is low. The need is the motive and that drives a Sims' decision. All games in the franchise are based on this dynamic at it's core. For example, if hunger is low then the fridge's presence is high and vice versa. The sum of all the Sims' needs is it's mood. A Sim will only choose the fridge if it increases it's overall mood. The sum of all the Sims' needs is it's mood. A Sim will only choose the fridge if it increases it's overall mood. The ML portion comes in deciding which has the priority."
|
||||
"A Sim's motives decrease in increments and independently of each other during game play. They are randomized for this experiment. "
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue