openai / spinningup

An educational resource to help anyone learn deep reinforcement learning.
https://spinningup.openai.com/
MIT License
10.15k stars 2.23k forks source link

[doc] Instructions for installing on Windows 10 #215

Open canbooo opened 4 years ago

canbooo commented 4 years ago

I have successfully installed and tested spinningup on Windows 10 within an Anaconda environment. Because of the suggestion in the docs, I wanted to share my experience. Following steps were necessary to make it work:

After these steps, I am able to run the installation test example, plot the results and animate. I am now starting to fiddle around and so far, everything looks sweet. I did not attempt anything with MuJoCo though. Thanks for this repo.

k3KAW8Pnf7mkmdSMPHz27 commented 4 years ago

Some minor additions

k3KAW8Pnf7mkmdSMPHz27 commented 4 years ago

Also, same as https://github.com/openai/spinningup/issues/117 ?

k3KAW8Pnf7mkmdSMPHz27 commented 4 years ago

Perhaps someone can write up a nice and easy way of going about it?

There are also

etc. that describes how to get mujuco working as well.

I can't really try this on a pristine system until earliest next week (assuming I can get hold of a mujuco trial license).

canbooo commented 4 years ago

Also, same as #117 ?

Not exactly as i don't make use of WSL aka Windows subsystem for Linux.