1 | <negotiation_template number_of_sessions="1">
|
---|
2 | <agent class="agents.UIAgent" name="you" utility_space="party_FL_utility.xml">
|
---|
3 | </agent>
|
---|
4 | <agent class="agents.BayesianAgent" name="opponent" utility_space="party_NN_utility.xml">
|
---|
5 | </agent>
|
---|
6 | <utility_space number_of_issues="0">
|
---|
7 | <objective index="0" etype="objective" type="objective" description="" name="Party">
|
---|
8 | <issue index="1" etype="discrete" type="discrete" vtype="discrete" name="Food">
|
---|
9 | <item index="1" value="Chips and Nuts" description="Buy bags of chips and party nuts for all guests." cost="100">
|
---|
10 | </item>
|
---|
11 | <item index="2" value="Finger-Food" description="Diced cheese, sliced sausage, deep fried stuff. More tasty than chips and nuts, but more expensive." cost="170">
|
---|
12 | </item>
|
---|
13 | <item index="3" value="Handmade Food" cost="120" description="Custom snacks, hours d’oeuvres etc. Less expansive than finger-food, but more work.">
|
---|
14 | </item>
|
---|
15 | <item index="4" value="Catering" cost="250" description="Outsource the food, if you will. The least work, the
|
---|
16 | highest cost.">
|
---|
17 | </item>
|
---|
18 | </issue>
|
---|
19 | <issue index="2" etype="discrete" type="discrete" vtype="discrete" name="Drinks">
|
---|
20 | <item index="1" value="Non-Alcoholic" cost="75" description="Soda’s, ice water, etc.">
|
---|
21 | </item>
|
---|
22 | <item index="2" value="Beer Only" cost="300" description="More than enough beers for everybody. It has alcohol, but is more expensive.">
|
---|
23 | </item>
|
---|
24 | <item index="3" value="Handmade Cocktails" cost="200" description="Mix your own drinks. More work, but less expensive than a trainload of beer.">
|
---|
25 | </item>
|
---|
26 | <item index="4" value="Catering" cost="450" description="Let some company do the drinks. Least work, highest cost.">
|
---|
27 | </item>
|
---|
28 | </issue>
|
---|
29 | <issue index="3" etype="discrete" type="discrete" vtype="discrete" name="Location">
|
---|
30 | <item index="1" value="Party Tent" cost="200" description="A tent on some field somewhere. Roomy, but outdoors.">
|
---|
31 | </item>
|
---|
32 | <item index="2" value="Your Dorm" cost="100" description="Give the party in your dormitory. It’s home, but there is less room.">
|
---|
33 | </item>
|
---|
34 | <item index="3" value="Party Room" cost="400" description="Hire a standard party room. Enough room, no outdoor problems. It costs more, though.">
|
---|
35 | </item>
|
---|
36 | <item index="4" value="Ballroom" cost="600" description="The fanciest option. A beautifully decorated ballroom with everything you need.">
|
---|
37 | </item>
|
---|
38 | </issue>
|
---|
39 | <issue index="4" etype="discrete" type="discrete" vtype="discrete" name="Invitations">
|
---|
40 | <item index="1" value="Plain" cost="25" description="Write the address on pieces of paper and hand those out.">
|
---|
41 | </item>
|
---|
42 | <item index="2" value="Photo" cost="75" description="Take a nice picture of something, or buy one in the store, and write on the back of that. More expensive, but prettier.">
|
---|
43 | </item>
|
---|
44 | <item index="3" value="Custom, Handmade" cost="50" description="Custom shape card. More work, a tad less expensive than the photo option.">
|
---|
45 | </item>
|
---|
46 | <item index="4" value="Custom, Printed" cost="150" description="Design the card, then let somebody else print it. You pay a lot, but do the least.">
|
---|
47 | </item>
|
---|
48 | </issue>
|
---|
49 | <issue index="5" etype="discrete" type="discrete" vtype="discrete" name="Music">
|
---|
50 | <item index="1" value="MP3" cost="100" description="Plug some boxes into your computer and run off your MP3 collection. More work, the wiring costs money.">
|
---|
51 | </item>
|
---|
52 | <item index="2" value="DJ" cost="250" description="Hire a DJ to play off his MP3 collection. No work for you during the party, but more expensive.">
|
---|
53 | </item>
|
---|
54 | <item index="3" value="Band" cost="350" description="Hire a party band for live music. The most expensive, but it is live music.">
|
---|
55 | </item>
|
---|
56 | </issue>
|
---|
57 | <issue index="6" etype="discrete" type="discrete" vtype="discrete" name="Cleanup">
|
---|
58 | <item index="1" value="Water and Soap" cost="20" description="This will take a lot of scrubbing. It is cheap, but by far the most work.">
|
---|
59 | </item>
|
---|
60 | <item index="2" value="Specialized Materials" cost="60" description="Specialized materials will help cleaning a lot, but it is more expensive.">
|
---|
61 | </item>
|
---|
62 | <item index="3" value="Special Equiment" cost="150" description="Rent a CleanMaster 3000 and see those stains disappear in no time. Yet less work, yet more mone">
|
---|
63 | </item>
|
---|
64 | <item index="4" value="Hired Help" cost="200" description="Hire somebody else to do your dirty work. No work,but pricey.">
|
---|
65 | </item>
|
---|
66 | </issue>
|
---|
67 | </objective>
|
---|
68 | </utility_space>
|
---|
69 | </negotiation_template>
|
---|