xinleipan / py_TORCS

Open Source OpenAI gym compatible TORCS Driving Environment
GNU General Public License v3.0
5 stars 0 forks source link

Exception: ('Error', 'Lost connection to torcs'). #3

Open Tinamilee opened 5 years ago

Tinamilee commented 5 years ago

Hello, when i run this code, raise exception: ('Error', 'Lost connection to torcs'). May I ask how to fix?

xinleipan commented 5 years ago

@Tinamilee It usually is you use the same ID for the environment, make sure every time you start the environment you use a different ID. Let me know if you have any further questions