-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing attribute 'RAND_LIMIT' in modules Box2D #250
Comments
This is documented in dockerfile/Dockerfile.ci. The solution is: conda activate garage
pip uninstall -y Box2D Box2D-kengz box2d-py
pip install Box2D See openai/gym#100 and pybox2d/pybox2d#82 |
Yes, I just noticed with |
ghost
closed this as completed
Aug 1, 2018
We should probably keep this open until gym/box2d fix the upstream bug. |
Okay, in the meantime, the patch has been implemented in #258 |
ref #319 |
This issue is fixed in #335 . Closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following traceback is produced when running
examples/tf/trpo_cartpole.py
:It seems the problem is solved by running:
pip install box2d-py
The text was updated successfully, but these errors were encountered: