shanive / bgu-ailab-bandits

bandits expiriment
6 stars 0 forks source link

sos.Agent, others should implement #27

Closed dtolpin closed 13 years ago

dtolpin commented 13 years ago

I've added an Agent abstraction to sos, class Agent. Particular agents should implement the abstraction (in particular, the method selectMove). The game playing loop should use selectMove of the method.

Please do the changes.

We don't need a class for everything, this is not Java. But for me, this way seems more natural.