shanive / bgu-ailab-bandits

bandits expiriment
6 stars 0 forks source link

print sampling/playing statistics for a single game session #40

Closed dtolpin closed 13 years ago

dtolpin commented 13 years ago

@shanive, i want to see statistics for sampling and playing for a single game, for each of the two players: modify/extend play.py for this.

for each move, I want to see how many times each of the remaining stones was sampled by the agent, and which stone was chosen. nice text output is enough, but if you can do this graphically, even nicer.

shanive commented 13 years ago

should I make a ploy for every simulation of every player? or sum all sampling in one game?