forked from TorchCraft/TorchCraftAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.03 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.03 KB
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