forked from TorchCraft/TorchCraftAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.03 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[submodule "pytorch"]
path = 3rdparty/pytorch
url = https://github.com/ebetica/pytorch
[submodule "torchcraft"]
path = 3rdparty/torchcraft
url = https://github.com/TorchCraft/TorchCraft
[submodule "openbw/openbw"]
path = 3rdparty/openbw/openbw
url = https://github.com/openbw/openbw
[submodule "openbw/bwapi"]
path = 3rdparty/openbw/bwapi
url = https://github.com/openbw/bwapi
[submodule "deps/gflags"]
path = 3rdparty/gflags
url = https://github.com/gflags/gflags
[submodule "deps/glog"]
path = 3rdparty/glog
url = https://github.com/google/glog
[submodule "3rdparty/cnpy"]
path = 3rdparty/cnpy
url = https://github.com/rogersce/cnpy.git
[submodule "3rdparty/fmt"]
path = 3rdparty/fmt
url = https://github.com/fmtlib/fmt
[submodule "3rdparty/prettyprint"]
path = 3rdparty/prettyprint
url = https://github.com/louisdx/cxx-prettyprint
[submodule "3rdparty/range-v3"]
path = 3rdparty/range-v3
url = https://github.com/ericniebler/range-v3
[submodule "3rdparty/cereal"]
path = 3rdparty/cereal
url = https://github.com/USCiLab/cereal