affective agents perceiving each other’s actions

12
Affective Agents perceiving each other’s actions Matthijs Pontier Ghazanfar F. Siddiqui

Upload: matthijs-pontier

Post on 12-Jul-2015

140 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Affective agents perceiving each other’s actions

Affective Agents perceiving each other’s actions

Matthijs PontierGhazanfar F. Siddiqui

Page 2: Affective agents perceiving each other’s actions

Overview of this presentation

● Goal of this study● About the model● Simulation experiments● Conclusions● Future research

Page 3: Affective agents perceiving each other’s actions

Goal of this study

● Ultimately, we want to build a robot that can interact with humans in an emotionally natural (human-like) way

● This study: Improve affective decision making model:

− Emotions change according to performed actions− Perceptions change according to performed actions− Changed perceptions affect decisions

Page 4: Affective agents perceiving each other’s actions

I-PEFiCADM

Page 5: Affective agents perceiving each other’s actions

Effect of actions on perceived ethics

● new_bias(good) = pgood * old_bias(good) +

(1-pgood) * v(agent, action, good)

VGoodAction

0.75Avoid

1.25Criticize

0.5Fight

1.5Comfort

VBadAction

1.25Avoid

1.25Criticize

1.5Fight

0.5Comfort

Page 6: Affective agents perceiving each other’s actions

Effects of actions on beliefs

● if beliefchange ≥ 0:new_belief = old_belief + belief_adaptation *beliefchange * ((1 - old_belief) / 2)

● if beliefchange < 0:new_belief = old_belief + belief_adaptation *beliefchange * ((1 + old_belief) / 2)

Page 7: Affective agents perceiving each other’s actions

Effects of actions on emotions

● new_anger = panger / n * old_anger +

(1- panger / n) * Σ(changed_anger) / n

● panger = persistency factor for anger● changed_anger = value attached to action● n = number of changed_anger values taken

into account

Page 8: Affective agents perceiving each other’s actions

Simulation experiments

● In the simulation experiments, three agents (Harry, Barry and Gary) followed a (fictitious) anger management therapy

● A baseline experiment was performed, with all features set to 0.5, and all beliefs set to 0.

● This resulted in all agents avoiding one other agent

Page 9: Affective agents perceiving each other’s actions

Experiment 1: Baseline

Page 10: Affective agents perceiving each other’s actions

Conclusions

Page 11: Affective agents perceiving each other’s actions

Future research

Page 12: Affective agents perceiving each other’s actions

Questions?