We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5885a53 commit d25054eCopy full SHA for d25054e
README.md
@@ -37,13 +37,16 @@ We designed this library to be flexible and extensible. Plugging in novel resear
37
## Installation
38
From docker:
39
* [docker instructions](./docker/)
40
+
41
From source:
42
* Follow instructions for [PyTorch](https://pytorch.org/)
43
* (Optional) Follow instructions for [StarCraft 2](https://github.com/Blizzard/s2client-proto#downloads)
44
45
```
46
+git clone https://github.com/heronsystems/adeptRL
47
+cd adeptRL
48
# Remove mpi, sc2, profiler if you don't plan on using these features:
-pip install adeptRL[mpi,sc2,profiler]
49
+pip install .[mpi,sc2,profiler]
50
51
52
## Performance
0 commit comments