lock to baselines version

This commit is contained in:
Alex Nichol
2018-05-25 11:55:33 -04:00
parent 89fb3595fd
commit 0867d1fcfb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update && \
# so we manually fetch the deps we need.
RUN . ~/venv/bin/activate && \
pip install scipy tqdm joblib zmq dill progressbar2 cloudpickle opencv-python && \
pip install --no-deps git+https://github.com/openai/baselines.git
pip install --no-deps git+https://github.com/openai/baselines.git@24fe3d6576dd8f4cdd5f017805be689d6fa6be8c
ADD ppo2_agent.py ./agent.py
ADD sonic_util.py .
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update && \
# so we manually fetch the deps we need.
RUN . ~/venv/bin/activate && \
pip install scipy tqdm joblib zmq dill progressbar2 cloudpickle opencv-python && \
pip install --no-deps git+https://github.com/openai/baselines.git
pip install --no-deps git+https://github.com/openai/baselines.git@24fe3d6576dd8f4cdd5f017805be689d6fa6be8c
# Use the anyrl open source RL framework.
RUN . ~/venv/bin/activate && \