Return info about current state of agents
env.step()
function should return a list of agent states. We could fill it with their current malfunction value (time left in malfunction) If agents are ok, return a zero.
Other suggestions welcome.
Edited by Christian Eichenberger