Skip to content

Commit 51156d3

Browse files
committed
Cleanup (#334)
1 parent 4709c24 commit 51156d3

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies:
1515
# Please keep alphabetized
1616
- awscli
1717
- boto3
18-
# box2d-py>=2.3.4 works both on Linux and OSX.
1918
- box2d-py>=2.3.4
2019
- cached_property
2120
- cloudpickle

scripts/setup_linux.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,7 @@ conda activate garage
215215
pip install "tensorflow-gpu<1.10,>=1.9.0"
216216
fi
217217

218-
# Fix Box2D install
219-
# box2d-py 2.3.4 works on both Linux & OSX and is
220-
# actively mantained by OpenAI.
221-
# Before that, box2d-py works only on Linux,
222-
# and Box2D-kengz works only on OSX.
223-
# See https://github.com/openai/gym/issues/100
224-
# See https://github.com/pybox2d/pybox2d/issues/82
225-
# See https://github.com/openai/gym/pull/1120 (fixed)
226-
pip uninstall -y Box2D Box2D-kengz box2d-py
218+
# box2d-py>=2.3.4 works on both Linux & OSX.
227219
pip install box2d-py
228220

229221
# We need a MuJoCo key to import mujoco_py

scripts/setup_osx.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,7 @@ conda activate garage
227227
# 'Install' garage as an editable package
228228
pip install -e .
229229

230-
# Fix Box2D install
231-
# box2d-py 2.3.4 works on both Linux & OSX and is
232-
# actively mantained by OpenAI.
233-
# Before that, box2d-py works only on Linux,
234-
# and Box2D-kengz works only on OSX.
235-
# See https://github.com/openai/gym/issues/100
236-
# See https://github.com/pybox2d/pybox2d/issues/82
237-
# See https://github.com/openai/gym/pull/1120 (fixed)
238-
pip uninstall -y Box2D Box2D-kengz box2d-py
230+
# box2d-py>=2.3.4 works on both Linux & OSX.
239231
pip install box2d-py
240232

241233
# We need a MuJoCo key to import mujoco_py

0 commit comments

Comments
 (0)