In reply to chr_sue:
Each of the 4 sequences cannot be independent of each other since they have to grab a specific chunk of user data depending on what was driven on other 3 sequences. It’s of course easy to generate the complete user data in each of the 4 sequences and then decide which part to grab based on agent ID, but this wouldn’t be efficient since we would effectively waste 3/4 of data in each agent.
Isn’t there any way to pass information dynamically into existing sequence from the environment?