jangirrishabh / toyCarIRL

Implementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinforcement Learning Abbeel & Ng, 2004)
MIT License
176 stars 47 forks source link

want help to apply it on Windows #7

Closed Utkceb closed 5 years ago

Utkceb commented 5 years ago

Hello, jangirrishabh ! I am a novice who read your blog and I want to use your code on Windows, but I don't know how to install Pygame and Pymunk. I followed your actions but when I want to start the learning.py, it said as below: // Failed to load pymunk library.

This error usually means that you don't have a compiled version of chipmunk in the correct spot where pymunk can find it. // what's more, I don't know how to Install Pygame's dependencies on windows

so what should I do to solve those problem? Thanks for help,