Skip to content

Instantly share code, notes, and snippets.

@aolufisayo
Last active November 13, 2021 12:19
Show Gist options
  • Save aolufisayo/afeccc2ec148dd65d4f9e2ea50a5f5d7 to your computer and use it in GitHub Desktop.
Save aolufisayo/afeccc2ec148dd65d4f9e2ea50a5f5d7 to your computer and use it in GitHub Desktop.
Description of how to setup open ai gym on windows using anaconda

To run open ai gym on windows 10 with anaconda installed

create a new environment in anaconda, install 'command prompt' and follow the steps below

install pytorch

conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts

install stablebaselines3 package

pip install stable-baselines3[extra]

install gym with all the dependencies

pip install gym[all]

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