Skip to content

Instantly share code, notes, and snippets.

@mikepsn
Last active June 30, 2020 15:45
Show Gist options
  • Save mikepsn/58f5f9b7e65be61d358f1a843af2fda9 to your computer and use it in GitHub Desktop.
Save mikepsn/58f5f9b7e65be61d358f1a843af2fda9 to your computer and use it in GitHub Desktop.
Kubuntu 20.04 Configuration

Kubuntu 20.04 Configuration

  • 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

For JupyterLab

conda install nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager

Additional Installs

sudo apt get htop

Install PyOpenGL

conda install pyopengl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment