I am currently investigating the cowzow AI, written by Dan Zou, so that we can have a third bot to play with. Looking at the leaderboards:
We're fortunate enough all of the top 3 bots on this leaderboard have donated their source code to WarLight: GreenTea, Wunderwaffe, and Cowzow. Wunderwaffe is the one already available in the framework.
I originally started working on the GreenTea bot, however I ran into some technical problems with it which led to me switching to Wunderwaffe.
So far, the results of Cowzow look promising. It placed higher than Wunderwaffe on the leaderboard, runs much more quickly, but best of all it has a much smaller code footprint. Wunderwaffe is over 10k lines of code, where Cowzow is under 3k. This makes it easier to work with. (GreenTea weighs in at a hefty 15k. The current production AI is simple, at under 1k).
Once I get it adapted to WarLight.AI I'll add it to the github repo.