source: CSE3210/agent58/Constants.py

Last change on this file was 74, checked in by wouter, 21 months ago

#6 Added CSE3210 parties

File size: 263 bytes
Line 
1class Constants:
2 floor = 0.65
3 offer = 0.95
4
5 iso_bids_tolerance = 0.05
6
7 boulware_time_limit = 0.0
8 boulware_conceding_speed = 0.0045
9
10 acceptance_time_limit = 0.8
11
12 strategy_change_time = 0.2
13
14 opponent_model_offset = 1.5
Note: See TracBrowser for help on using the repository browser.