modified: CTF/backend/mypolicy
This commit is contained in:
@@ -187,7 +187,6 @@ def plan_next_actions(req):
|
||||
else:
|
||||
continue
|
||||
|
||||
# Determine Obstacles: Avoid opponents if we are in enemy territory
|
||||
player_moves[p["name"]] = myMap.guideance(p["posX"],p["posY"],dest[0],dest[1])
|
||||
|
||||
return player_moves
|
||||
|
||||
Reference in New Issue
Block a user