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