- Install Anaconda (Python 3.7)
- Clone the base environment
conda create --clone base --name acex
conda activate acex
git clone https://github.com/openai/gym.git
cd gym
pip install -e .[atari,box2d,classic_control]
cd ~/code/ace_zero_core
pip install -e .
Now to install pytorch:
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
conda install nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager
sudo apt get htop
conda install pyopengl