Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit fc918b5

Browse files
author
Isaac Poulton
authored
Update README.md
1 parent f4a46c3 commit fc918b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ Note: The Gym server and client aren't very well optimized, especially when it c
4242

4343
## Building
4444
CMake is used for the build system.
45-
The only required library not included as a submodule is Libtorch. That has to be [installed seperately](https://pytorch.org/cppdocs/installing.html).
45+
Most dependencies are included as submodules (run `git submodule update --init --recursive` to get them).
46+
Libtorch has to be [installed seperately](https://pytorch.org/cppdocs/installing.html).
47+
The OpenAI Gym client also uses [Zmpqpp](https://github.com/zeromq/zmqpp), which can be installed with `sudo apt-get install libzmqpp-dev`.
4648
```bash
4749
cd pytorch-cpp-rl
4850
mkdir build && cd build
4951
cmake ..
5052
make -j4
5153
```
5254

55+
Windows build instructions coming soon.
56+
5357
## Testing
5458
You can run the tests with `build/cpprl_tests`.

0 commit comments

Comments
 (0)