Skip to content

Commit

Permalink
Update stable-baselines to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Jan 17, 2019
1 parent c6ce4ba commit 2874d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ RUN \
mkdir $CODE_DIR && \
cd $CODE_DIR && \
pip install --upgrade pip && \
pip install tensorflow-gpu==1.8.0 && \
pip install pytest==3.5.1 && \
pip install pytest-cov && \
pip install pyyaml && \
pip install box2d-py==2.3.5 && \
pip install stable-baselines==2.4.0 && \
pip install tensorflow-gpu==1.8.0 && \
pip install pybullet==2.1.0 && \
pip install pytablewriter==0.36.0

Expand Down
3 changes: 0 additions & 3 deletions tests/test_enjoy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ def _assert_eq(left, right):
@pytest.mark.parametrize("trained_model", trained_models.keys())
def test_enjoy(trained_model):
algo, env_id = trained_models[trained_model]
# Temp fix waiting for new stable-baselines version
if algo == "sac":
return
args = [
'-n', str(N_STEPS),
'-f', FOLDER,
Expand Down

0 comments on commit 2874d24

Please sign in to comment.