jtapolczai / wumpus

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

Should the body-message be sent to the agent AFTER all previous agents have acted? #42

Closed jtapolczai closed 8 years ago

jtapolczai commented 8 years ago

Suppose we have 2 agents A and B. A has 1 health, B 0.5 If A attacks B and dies, then A is left with 0.5 health. Should A receive an MsgBody-message indicating that it has 1 health at the beginning of a round, or an MsgBody-message indicating that it has 0.5 after B's attack?

Probably the latter. This has to be incorporated. Todo:

jtapolczai commented 8 years ago

Turns out that this is already being done.