- Install anaconda
- Run following command to create conda environment and required installation:
- conda create --name py36 python=3.6 anaconda
- conda activate py36
- pip install gym
- pip install box2d box2d-kengz
for Linux/Windows
- conda install pytorch-cpu torchvision-cpu -c pytorch
for Mac
- conda install pytorch torchvision -c pytorch
jupyter notebook LunarLander-v2.ipynb