ctallec/world-models

requirements are wrong ?

Narsil opened this issue · 2 comments

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.).

openai/gym#647

I've changed gym to gym[all] in the requirements. It should work out of the box now.

Let's close this issue, this is how I solved it manually