Farama-Foundation / MAgent2

An engine for high performance multi-agent environments with very large numbers of agents, along with a set of reference environments

Home Page:https://magent2.farama.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Early Termination

atstarke opened this issue · comments

Hello!

Is the combined arms scenario designed to terminate if all the agents of a certain "type" die? I am running a session where all the agents act randomly for 1000 cycles. Normally (not always), one of the two Armies will lose all their ranged agents. When this happens, the values for all the agents in the returned "termination" dictionary flip to true, essentially killing all the agents and ending the scenario. Is this by design?

Thanks!