peteanderson80 / Matterport3DSimulator

AI Research Platform for Reinforcement Learning from Real Panoramic Images.
Other
484 stars 129 forks source link

Do the simulators run in parallel in batch mode? #41

Closed khanhptnk closed 5 years ago

khanhptnk commented 5 years ago

Do the simulators actually run in parallel in batch mode? If yes, is there any parameter to control the degree of parallelism?

peteanderson80 commented 5 years ago

Not really, each simulator is rendered and then the pixels read back sequentially, so it's kinda dumb. This could probably be re-written to allow the gpu more opportunity to execute rendering calls in parallel. However the major bottleneck is actually loading textures on to the gpu as the agents move around.