sgoodfriend's picture
PPO playing Acrobot-v1 from https://github.com/sgoodfriend/rl-algo-impls/tree/5598ebc4b03054f16eebe76792486ba7bcacfc5c
341188c
raw
history blame
293 Bytes
sudo apt update
sudo apt install -y python-opengl
sudo apt install -y ffmpeg
sudo apt install -y xvfb
sudo apt install -y swig
python3 -m pip install --upgrade pip
pip install --upgrade torch torchvision torchaudio
pip install --upgrade -r ~/rl-algo-impls/lambda_labs/lambda_requirements.txt