-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken Box2D dependency in fresh install (#335)
* 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
- Loading branch information
Showing
2 changed files
with
1 addition
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters