harfang3d / dogfight-sandbox-hg2

Air to air combat sandbox, created in Python 3 using the HARFANG 3D 2 framework.
GNU General Public License v3.0
161 stars 47 forks source link

How to realize multi-process? #63

Closed cjmdd closed 1 year ago

cjmdd commented 1 year ago

Multi-process and multiple doglight simulation starts are not feasible, because even if multiple dogEnv instances are created, they all import the same client, that is, the data received and sent from the same doglight simulation platform. How to realize multi-process?