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:
743 bytes
|
Line | |
---|
1 | This domain is a slight variation of the laptop domain from the qualification rounds. Two parties, a seller and a buyer, are negotiating the specifications of a laptop. The domain has three issues:
|
---|
2 |
|
---|
3 | - The standard laptop brand
|
---|
4 | - The size of the hard disk
|
---|
5 | - The size of the external monitor
|
---|
6 |
|
---|
7 | Each issue has only three options, making it a very small domain of 27 possible bids.
|
---|
8 |
|
---|
9 | For example, in a negotiation about buying a laptop the buyer may prefer to have
|
---|
10 | a middle-sized screen but the seller may prefer to sell laptops with small
|
---|
11 | screens because s/he has more of those in stock. They could, however, agree on
|
---|
12 | the brand of laptop that they want to buy/sell. An outcome of a negotiation
|
---|
13 | reconciles such differences and results in a purchase. |
---|
Note:
See
TracBrowser
for help on using the repository browser.