crowdAI / marLo

Multi Agent Reinforcement Learning using MalmÖ
MIT License
244 stars 46 forks source link

Running multiple instances in parallel #56

Open jtwwang opened 5 years ago

jtwwang commented 5 years ago

When I launch multiple Minecraft instances at the same time (using the python launch script) and connect using a different port for each, the agents appear in the same exact universe/environment. I would like to run multiple workers in parallel and in environments independent from each other, but it is not possible with the current way we are launching Minecraft. Is there a workaround we can look into, or will you be updating the MarLo library to account for this in the future?

AndKram commented 5 years ago

The mission XML decides if agents are in the same world or not. So it's not related to how Minecraft is launched.