harvitronix / reinforcement-learning-car

Using reinforcement learning to teach a car to avoid obstacles.
MIT License
488 stars 202 forks source link

Simulation won't run on OSX #27

Open ohnoah opened 5 years ago

ohnoah commented 5 years ago
image

Hi!

I am having trouble getting the simulation to run. I have pygame and pymunk properly installed and it seems to be working as I can run the exampels in both pymunk and pygame properly.

I am on OS X Mojave and am using a clean conda environment to run everything. Although it appears draw_screen is running, I am not seeing anything on the screen and the screen remains empty and I get a "spinning wheel" for loading and pygame doesn't respond. I have followed your installation guide to the dot. Any ideas?