Update(targets) %% policy update start %% DBN_Mx_copy = DBN_Mx; for own_force = 1:own_forceNo for currEnemy = 1:enemyNo enemyPos = getPos(currEnemy); own_force_pos = getPos(own_force) enemyVel = getVelocity(fi); [DBN_Mx, policiesStruct] = getPolicy(DBN_Mx{own_force, currEnemy},enemyPos, own_force_pos, enemyVel); end; end; %% policy update end %% tasks = task_mangement(DBN_Mx_copy);
Description of different parameters that can be changed for different simultions and where they can be found.