udacity / deep-reinforcement-learning

Repo for the Deep Reinforcement Learning Nanodegree program

Home Page:https://www.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWIG required on windows for box2d

ivenzor opened this issue · comments

When installing Box2d it seems SWIG is a requirement on Windows.

After downloading SWIG and change windows path enviromental variable, Box2d was successfully installed.

Thanks! I believe that OpenAI gym only officially supports Linux + Mac OSX (swig is listed as a requirement for those), so Windows users will find the instructions are a bit incomplete. I'm really glad it worked for you without too much hassle. You might also like to post your fix on this thread: openai/gym#11

Thanks for the reference. I have just posted there what I did for Box2D.

I'm going to close this issue now.