示例#1
0
 //for this example we use a equaly distributed chance
 public Dynamic()
 {
     actions           = AgentAction.ReturnActions();
     currentPosition   = new Position();
     currentPosition.x = 0;
     currentPosition.y = 0;
     InitPolicy();
 }