You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -81,23 +81,25 @@ To set up your python environment to run the code in this repository, follow the
81
81
activate drlnd
82
82
```
83
83
84
-
2. Follow the instructions in [this repository](https://github.com/openai/gym) to perform a minimal install of OpenAI gym.
84
+
2. If running in **Windows**, ensure you have the "Build Tools for Visual Studio 2019" installed from this [site](https://visualstudio.microsoft.com/downloads/). This [article](https://towardsdatascience.com/how-to-install-openai-gym-in-a-windows-environment-338969e24d30) may also be very helpful. This was confirmed to work in Windows 10 Home.
85
+
86
+
3. Follow the instructions in [this repository](https://github.com/openai/gym) to perform a minimal install of OpenAI gym.
85
87
- Next, install the **classic control** environment group by following the instructions [here](https://github.com/openai/gym#classic-control).
86
88
- Then, install the **box2d** environment group by following the instructions [here](https://github.com/openai/gym#box2d).
87
89
88
-
3. Clone the repository (if you haven't already!), and navigate to the `python/` folder. Then, install several dependencies.
0 commit comments