}
private void resetStateAndStartPlay() {
logger.info("Experiment " + expName + "-" + currentExperiment + " ("
+ nbGamesPerConfrontation + " deals) starting...");
gameLimiter = new GameLimitingBotListener(this, nbGamesPerConfrontation);
speedMonitor = new SpeedTestBotListener(reportInterval, this);
csvLogger = new CSVLogListener(reportInterval,this, expName+"-"+currentExperiment++);
playOnNewtable();
}