-
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
Box2D breaks in fresh installation on Ubuntu #334
Comments
naeioi
added a commit
that referenced
this issue
Oct 8, 2018
naeioi
added a commit
that referenced
this issue
Oct 8, 2018
Before box2d-py 2.3.4, box2d-py works on Linux but breaks on OSX, and Box2D-kengz works on OSX but breaks on Linux. box2d-py 2.3.4 fixes issue on OSX and now works on both platforms, and is actively by OpenAI. See openai/gym#1120.
naeioi
added a commit
that referenced
this issue
Oct 9, 2018
Remove pip box2d-py in - setup_linux.sh - setup_osx.sh - Dockerfile.ci
naeioi
added a commit
that referenced
this issue
Oct 15, 2018
Before box2d-py 2.3.4, box2d-py works on Linux but breaks on OSX, and Box2D-kengz works on OSX but breaks on Linux. box2d-py 2.3.4 fixes issue on OSX and now works on both platforms, and is actively by OpenAI. See openai/gym#1120.
naeioi
added a commit
that referenced
this issue
Oct 15, 2018
Remove pip box2d-py in - setup_linux.sh - setup_osx.sh - Dockerfile.ci
naeioi
added a commit
that referenced
this issue
Oct 17, 2018
Before box2d-py 2.3.4, box2d-py works on Linux but breaks on OSX, and Box2D-kengz works on OSX but breaks on Linux. box2d-py 2.3.4 fixes issue on OSX and now works on both platforms, and is actively by OpenAI. See openai/gym#1120.
naeioi
added a commit
that referenced
this issue
Oct 17, 2018
Remove pip box2d-py in - setup_linux.sh - setup_osx.sh - Dockerfile.ci
ryanjulian
pushed a commit
that referenced
this issue
Oct 21, 2018
Before box2d-py 2.3.4, box2d-py works on Linux but breaks on OSX, and Box2D-kengz works on OSX but breaks on Linux. box2d-py 2.3.4 fixes issue on OSX and now works on both platforms, and is actively by OpenAI. See openai/gym#1120.
ryanjulian
pushed a commit
that referenced
this issue
Oct 21, 2018
Remove pip box2d-py in - setup_linux.sh - setup_osx.sh - Dockerfile.ci
ryanjulian
pushed a commit
that referenced
this issue
Oct 21, 2018
naeioi
added a commit
that referenced
this issue
Oct 23, 2018
Before box2d-py 2.3.4, box2d-py works on Linux but breaks on OSX, and Box2D-kengz works on OSX but breaks on Linux. box2d-py 2.3.4 fixes issue on OSX and now works on both platforms, and is actively by OpenAI. See openai/gym#1120.
naeioi
added a commit
that referenced
this issue
Oct 23, 2018
Remove pip box2d-py in - setup_linux.sh - setup_osx.sh - Dockerfile.ci
naeioi
added a commit
that referenced
this issue
Oct 25, 2018
* Fix Box2D in fresh install (#334) Before box2d-py 2.3.4, box2d-py works on Linux but breaks on OSX, and Box2D-kengz works on OSX but breaks on Linux. box2d-py 2.3.4 fixes issue on OSX and now works on both platforms, and is actively by OpenAI. See openai/gym#1120. * Cleanup (#334) * Cleanup extra pip (#334) Remove pip box2d-py in - setup_linux.sh - setup_osx.sh - Dockerfile.ci * Upgrade gym to 0.10.8 (#334) * Remove assertion for Mujoco viewer close This problem is resolved in #340 * Close all env * Remove deadcode KNOWN_GYM_CLOSE_BROKEN
akumaraguru
pushed a commit
that referenced
this issue
Oct 26, 2018
* Fix Box2D in fresh install (#334) Before box2d-py 2.3.4, box2d-py works on Linux but breaks on OSX, and Box2D-kengz works on OSX but breaks on Linux. box2d-py 2.3.4 fixes issue on OSX and now works on both platforms, and is actively by OpenAI. See openai/gym#1120. * Cleanup (#334) * Cleanup extra pip (#334) Remove pip box2d-py in - setup_linux.sh - setup_osx.sh - Dockerfile.ci * Upgrade gym to 0.10.8 (#334) * Remove assertion for Mujoco viewer close This problem is resolved in #340 * Close all env * Remove deadcode KNOWN_GYM_CLOSE_BROKEN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Box2D breaks in freash installation on Ubuntu. Running
examples/tf/trpo_cartpole.py
triggers following traceback.This issue is mentioned in openai/gym#100 and resolved using openai/gym#100 (comment).
The text was updated successfully, but these errors were encountered: