this.postCheckBetInstance = new PostCheckBetInstances("PostCheckBet",
"@attribute betProb real"+nl+
"@attribute action {check, bet}"+nl);
postCheckBetFile.write(postCheckBetInstance.toString());
this.preFoldCallRaiseInstance = new PreFoldCallRaiseInstances("PreFoldCallRaise",
"@attribute foldProb real"+nl+
"@attribute callProb real"+nl+
"@attribute raiseProb real"+nl+
"@attribute action {fold,call,raise}"+nl);
preFoldCallRaiseFile.write(preFoldCallRaiseInstance.toString());