mirror of
https://github.com/wassname/retro-baselines.git
synced 2026-09-09 11:33:10 +08:00
lock to baselines version
This commit is contained in:
+1
-1
@@ -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 .
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user