source: src/main/resources/genius/templates/ANAC2015/group1-university/University_util5.xml@ 126

Last change on this file since 126 was 126, checked in by Aron Hammond, 6 years ago

Added function to calculate opposition to MultiLateralAnalysis.java

Moved code to add RLBOA listeners to RLBOAUtils is misc package

Added input for strategyParameters to SessionPanel (gui)

!! close SessionInfo after tournament; this caused /tmp/ to fill up with GeniusData files

Our own package:

  • Added opponents and strategies that are mentioned in the report
  • Change class hierarchy, agents can now extend from RLBOAagentBilateral to inherit RL functionality.
  • States extend from AbstractState
File size: 2.3 KB
Line 
1<utility_space>
2<objective name="University" index="0" description="" etype="objective" type="objective">
3<issue vtype="discrete" name="Study" index="1" etype="discrete" type="discrete">
4<item evaluation="1" index="1" value="TI">
5</item>
6<item evaluation="2" index="2" value="TW">
7</item>
8<item evaluation="1" index="3" value="EE">
9</item>
10<item evaluation="2" index="4" value="TBM">
11</item>
12<item evaluation="3" index="5" value="WB">
13</item>
14</issue>
15<issue vtype="discrete" name="Faculty" index="2" etype="discrete" type="discrete">
16<item evaluation="3" index="1" value="EWI">
17</item>
18<item evaluation="2" index="2" value="3ME">
19</item>
20<item evaluation="1" index="3" value="TPM">
21</item>
22</issue>
23<issue vtype="discrete" name="Job Prospect" index="3" etype="discrete" type="discrete">
24<item evaluation="1" index="1" value="Manager">
25</item>
26<item evaluation="2" index="2" value="Developer">
27</item>
28<item evaluation="3" index="3" value="Jobless">
29</item>
30<item evaluation="1" index="4" value="Engineer">
31</item>
32<item evaluation="2" index="5" value="CEO">
33</item>
34</issue>
35<issue vtype="discrete" name="Housing" index="4" etype="discrete" type="discrete">
36<item evaluation="5" index="1" value="House">
37</item>
38<item evaluation="4" index="2" value="Under the bridge">
39</item>
40<item evaluation="10" index="3" value="Single Room">
41</item>
42<item evaluation="2" index="4" value="Studio">
43</item>
44<item evaluation="3" index="5" value="Parents">
45</item>
46<item evaluation="1" index="6" value="Cave">
47</item>
48</issue>
49<issue vtype="discrete" name="Partime Job" index="5" etype="discrete" type="discrete">
50<item evaluation="1" index="1" value="None">
51</item>
52<item evaluation="2" index="2" value="Supermarket">
53</item>
54<item evaluation="1" index="3" value="Catering">
55</item>
56<item evaluation="2" index="4" value="Fastfood Restaurant">
57</item>
58<item evaluation="3" index="5" value="Restaurant">
59</item>
60</issue>
61<weight index="1" value="0.24252931156123175">
62</weight>
63<weight index="2" value="0.18526914663333346">
64</weight>
65<weight index="3" value="0.12201382070292838">
66</weight>
67<weight index="4" value="0.19615552872688272">
68</weight>
69<weight index="5" value="0.25403219237562363">
70</weight>
71</objective>
72<discount_factor value="1.0">
73</discount_factor>
74<reservation value="0.0">
75</reservation>
76</utility_space>
Note: See TracBrowser for help on using the repository browser.