jtapolczai / wumpus

Affective Wumpus world.
Apache License 2.0
1 stars 0 forks source link

Handle emotional reactions to stimuli from the previous round #33

Closed jtapolczai closed 9 years ago

jtapolczai commented 9 years ago

When the WS inserts a AMReceivedGold, for instance, it might be because of the belief generator. The PSBC of the next round must still receive this message, but it must be deleted after the PSBC got it, i.e. it must persist for one round exactly.

jtapolczai commented 9 years ago

Idea: ditch the PM component and give messages a TTL in N U {infinity} instead.