sgoodfriend's picture
PPO playing MicrortsDefeatCoacAIShaped-v3 from https://github.com/sgoodfriend/rl-algo-impls/tree/342013343b316412ba3aff97b0430343c69c8364
b05d1d6
raw
history blame contribute delete
307 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
sudo apt install -y default-jdk
python3 -m pip install --upgrade pip
pip install --upgrade torch torchvision torchaudio
python -m pip install --upgrade '.[test,procgen,microrts]'