Examples of DistributionRollout4


Examples of org.cspoker.ai.bots.bot.gametree.rollout.DistributionRollout4

  public final int stackSize;
 
  public MCTSShowdownRollOutNode(GameState gameState, InnerNode parent, ProbabilityAction probAction) {
    super(parent, probAction);
    this.rollout = new DistributionRollout4(gameState,parent.bot);
    this.stackSize = rollout.botState.getStack();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.