requirements are wrong ?
Narsil opened this issue · 2 comments
Narsil commented
Installing the requirements with pip install -r requirements.txt
makes the environment incorrect (apparently a bug in box2d which is fixed by installing gym[all] which contains a forked version of box2d.).
ctallec commented
I've changed gym to gym[all] in the requirements. It should work out of the box now.
Narsil commented
Let's close this issue, this is how I solved it manually