Closed imankgoyal closed 5 years ago
Hi @imankgoyal, the bottleneck here is how many instance of Unity you can launch in one machine. We are also exploring this approach ourselves.
Hi @imankgoyal, Thanks for reaching out to us. We will keep you posted once this gets released.
This is a duplicate of #828 and something we're working on for the near future. I'm going to close this issue, but please feel free to continue any related discussion there.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi, I want to use python multi-processing to open up multiple unity environments. More specifically, I was thinking of modifying ml-agents/ml-agents/mlagents/envs/environment.py function to open up multiple processes with different instantiations of unity, and communicate accordingly. Do you think it is a good way to go? Is there any obvious limitation/bottleneck to this approach? I would very much appreciate any suggestions and advice.