Skip to content

Commit aaaf481

Browse files
committed
amend
1 parent d35c4cb commit aaaf481

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

vmas/scenarios/football.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,15 +2372,13 @@ def nPr(cls, n, r):
23722372
if __name__ == "__main__":
23732373
render_interactively(
23742374
__file__,
2375-
control_two_agents=False,
2375+
control_two_agents=True,
23762376
n_blue_agents=5,
23772377
n_red_agents=5,
23782378
ai_blue_agents=False,
23792379
ai_red_agents=True,
2380-
dense_reward=True,
2381-
ai_strength=(1.0, 1.0),
2382-
ai_decision_strength=(1.0, 0.5),
2383-
ai_precision_strength=(1.0, 1.0),
2384-
enable_shooting=False,
2380+
ai_strength=1.0,
2381+
ai_decision_strength=1.0,
2382+
ai_precision_strength=1.0,
23852383
n_traj_points=8,
23862384
)

0 commit comments

Comments
 (0)