Closed TheCrazyT closed 5 years ago
Currently there is a problem. Looks like pip on windows only installs version "0.9.4" of gym. Guess people need to wait till there exist an updated version on pip.
Adding this link just for reference: https://github.com/openai/gym/issues/11
nvm i'm stupid. just need to do
python -m pip install -U gym
"-U" was important
Hello,I am so cute
Currently there is a problem. Looks like pip on windows only installs version "0.9.4" of gym. Guess people need to wait till there exist an updated version on pip.