1 | <Scenarios>
|
---|
2 |
|
---|
3 | <Scenario name="Remembering">
|
---|
4 | <WorldSimulator port="46874" scenery="AmyHouse" actionsFile="data/characters/minds/LIRECActions.xml"
|
---|
5 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
6 | userOptionsFile="LIRECOptions">
|
---|
7 | <Objects>
|
---|
8 | <Object name="Amy"/>
|
---|
9 | <Object name="apple"/>
|
---|
10 | <Object name="orange"/>
|
---|
11 | <Object name="banana"/>
|
---|
12 | <Object name="cake"/>
|
---|
13 | </Objects>
|
---|
14 |
|
---|
15 | </WorldSimulator>
|
---|
16 | <!--Agent name="Greta" displayName="Greta" role="Greta" platform="worldsim" host="localhost"
|
---|
17 | port="46874" displayMode="True" sex="F" actionsFile="LIRECActions"
|
---|
18 | goalsFile="LIRECGoalLibrary" cultureName="NoCulture">
|
---|
19 | <Properties>
|
---|
20 | <Property name="time" value="Morning"/>
|
---|
21 | <Property name="isPerson" value="True"/>
|
---|
22 | <Property name="location" value="LivingRoom"/>
|
---|
23 | </Properties-->
|
---|
24 | <Agent name="Greta" platform="worldsim" host="localhost" port="46874">
|
---|
25 | </Agent>
|
---|
26 | </Scenario>
|
---|
27 |
|
---|
28 | <Scenario name="Forgetting">
|
---|
29 | <WorldSimulator port="46874" scenery="Office" actionsFile="data/characters/minds/LIRECActions.xml"
|
---|
30 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
31 | userOptionsFile="LIRECOptions">
|
---|
32 | <Objects>
|
---|
33 | <Object name="John"/>
|
---|
34 | <Object name="Luke"/>
|
---|
35 | <Object name="Paulie"/>
|
---|
36 | </Objects>
|
---|
37 |
|
---|
38 | </WorldSimulator>
|
---|
39 | <Agent name="Sarah" displayName="Sarah" role="Sarah" platform="worldsim" host="localhost"
|
---|
40 | port="46874" displayMode="True" sex="F" actionsFile="LIRECActions"
|
---|
41 | goalsFile="LIRECGoalLibrary" cultureName="NoCulture">
|
---|
42 | <Properties>
|
---|
43 | <Property name="time" value="Morning"/>
|
---|
44 | <Property name="isPerson" value="True"/>
|
---|
45 | <Property name="location" value="LivingRoom"/>
|
---|
46 | </Properties>
|
---|
47 | </Agent>
|
---|
48 | </Scenario>
|
---|
49 |
|
---|
50 | <Scenario name="Meal">
|
---|
51 | <WorldSimulator port="46874" scenery="Forest" actionsFile="data/characters/minds/Actions.xml"
|
---|
52 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
53 | userOptionsFile="UserOptionsMeal.txt">
|
---|
54 |
|
---|
55 | <Objects>
|
---|
56 | <Object name="user"/>
|
---|
57 | <Object name="ground"/>
|
---|
58 | </Objects>
|
---|
59 |
|
---|
60 | </WorldSimulator>
|
---|
61 |
|
---|
62 | <Agent name="Abbuk" displayName="Abbuk" role="Abbuk" platform="worldsim" host="localhost"
|
---|
63 | port="46874" displayMode="True" sex="M" actionsFile="LIRECActions"
|
---|
64 | goalsFile="LIRECGoalLibrary" cultureName="NoCulture">
|
---|
65 |
|
---|
66 | <Properties>
|
---|
67 | <Property name="isPerson" value="True"/>
|
---|
68 | <Property name="location" value="LivingRoom"/>
|
---|
69 | </Properties>
|
---|
70 | </Agent>
|
---|
71 |
|
---|
72 | </Scenario>
|
---|
73 | </Scenarios> |
---|