deanyxu / opentestbed

Automatically exported from code.google.com/p/opentestbed
0 stars 0 forks source link

PlayerData.signalShowdown() is never called #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The PlayerData.signalShowdown() method is never called. 
Because of this, the showdownCount field is never incremented and the WtSD and 
opponentWtSD attributes of the Weka model are wrong.
These attributes are not used much in the default decision tree, so the bot's 
performance shouldn't be affected by this.

I think by now, other attributes might also have gone wrong since the default 
opponent model was learnt. Maybe we should have an automated way of relearning 
the default opponent model from a given FTP log using the latest version of the 
implementation.

Original issue reported on code.google.com by guy...@gmail.com on 3 Aug 2010 at 6:45