示例#1
0
 public List <AAction> DecideNextAction()
 {
     return(actionPlanner.GetBestDecision(agent.actions, currWorldState, goalWorldState));
 }