gabrielgarza / openai-gym-policy-gradient

Reinforcement Learning using Policy Gradient to solve OpenAI Gym games
111 stars 32 forks source link

Box2D.b2 #1

Closed nancyhwr closed 6 years ago

nancyhwr commented 6 years ago

Thanks for sharing your code. I met an error "No module named 'Box2D.b2'" when I try the 'LunarLand-v2'. I installed Box2D but still no b2 this package found. Wondering if you met this problem before. Thank you very much!

nancyhwr commented 6 years ago

I figured out. I installed 'pybox2d' first instead of 'box2d-py'. Then install 'gym', everything works fine. Thanks!