mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
constraining gym installation to version 0.9.4
This commit is contained in:
@@ -109,7 +109,7 @@ IN_VIRTUAL_ENV=`python3 -c 'import sys; print("%i" % hasattr(sys, "real_prefix")
|
||||
|
||||
# basic installations
|
||||
sudo -E apt-get install python3-pip cmake zlib1g-dev python3-tk python-opencv -y
|
||||
pip3 install --upgrade pip
|
||||
#pip3 install --upgrade pip
|
||||
|
||||
# if we are not in a virtual environment, we will create one with the appropriate python version and then activate it
|
||||
# if we are already in a virtual environment,
|
||||
@@ -165,7 +165,7 @@ if [ ${INSTALL_GYM} -eq 1 ]; then
|
||||
echo "Installing Gym support"
|
||||
sudo -E apt-get install libav-tools libsdl2-dev swig cmake -y
|
||||
pip3 install box2d # for bipedal walker etc.
|
||||
pip3 install gym
|
||||
pip3 install gym[all]==0.9.4
|
||||
fi
|
||||
|
||||
# NGraph and Neon
|
||||
|
||||
Reference in New Issue
Block a user