MathiasHaudgaard / reflex_behaviour

An updated version of the code from https://github.com/naokishibuya/car-behavioral-cloning
7 stars 3 forks source link

Can't connect #4

Open nathan1050 opened 3 years ago

nathan1050 commented 3 years ago

Hi Mathias,

My Terminal keeps getting stuck at this point and nothing moves further: ''' (sd_car) n@n-MacBook-Pro reflex_behaviour-master % python drive.py models/model_50000 NOT RECORDING THIS RUN ... (66957) wsgi starting up on http://0.0.0.0:4567 ''' What could be the issue? I have the correct version of socket and have installed everything in your environment file. I have the simulator set to autonomous mode

Many thanks for your help

Screenshot 2021-08-02 at 8 55 50 PM

MathiasHaudgaard commented 3 years ago

Hi Nathan.

I could replicate the problem. However, I'm not really sure what causes the issue. I removed the environment and reinstalled it. After that, it worked again. Can you try that out?

nathan1050 commented 3 years ago

Hi Mathias,

Thank you for your reply.

It hasn't worked out for me still.

When using the mac, is there any specific location that the simulator.app has to be placed before opening it? Are there any other steps apart from just opening it and running on autonomous mode?

MathiasHaudgaard commented 3 years ago

When using the mac, is there any specific location that the simulator.app has to be placed before opening it?

I don't think so, but honestly idk. I'm using a windows pc and unfortunately, I don't own a mac.

Are there any other steps apart from just opening it and running on autonomous mode?

No, that basically what's needed. You could try to change the python-socketio version and see if that helps. Or maybe the mac is blocking the connection.

I'll look more into :shipit: 👍