What happens when end episode is called when one agent is training and another is using inference?

I’m training two agents in cycles where one will be using inference and the other will be training. If the inferring agent calls EndEpisode while the other is training, will this end the episode for the training agent?

Episodes are local to the agent, so calling EndEpisode on one agent should not affect others.

1 Like