shanive / bgu-ailab-bandits

bandits expiriment
6 stars 0 forks source link

tournament broken! #54

Closed dtolpin closed 12 years ago

dtolpin commented 13 years ago

Hi @shanive,

tournament.py stopped recognizing agent names, the default value is always used (two Random agents):

python tournament.py UCT ECT number of switches: 10 min samples per action: 10 max samples per action: 1000 sample step: 2.000000 switches order 0 repetitions: 1000 agents: Random Random score bonus: False cp: None profile: False

samples Random Random
10 0.000002 -0.000002 20 -0.002002 0.002002
40 -0.001998 0.001998
80 0.002002 -0.002002 160 -0.000000 0.000000
320 0.000002 -0.000002 640 -0.002000 0.002000

please check your code before you commit :-)