Skip to content

Commit

Permalink
unset don on any
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLuisC99 committed Oct 9, 2024
1 parent 76d911d commit 8d397ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarl/environments/magent/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def get_env_fun(
env=self.__get_env(),
return_state=True,
seed=seed,
done_on_any=True,
done_on_any=False,
use_mask=True,
device=device
)

Expand Down

0 comments on commit 8d397ff

Please sign in to comment.