forked from Bam4d/Griddly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 872 Bytes
/
.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
[submodule "libs/pybind11"]
path = libs/pybind11
url = https://github.com/pybind/pybind11.git
ignore = dirty
[submodule "libs/yaml-cpp"]
path = libs/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
ignore = dirty
[submodule "libs/glm"]
path = libs/glm
url = https://github.com/g-truc/glm.git
ignore = dirty
[submodule "python/examples/experiments/conditional-action-trees"]
path=python/examples/experiments/conditional-action-trees
url=https://github.com/Bam4d/conditional-action-trees
ignore = dirty
[submodule "python/examples/experiments/rts-self-play"]
path = python/examples/experiments/rts-self-play
url = https://github.com/Bam4d/rts-self-play
ignore = dirty
[submodule "python/examples/experiments/autoregressive-cats"]
path = python/examples/experiments/autoregressive-cats
url = https://github.com/Bam4d/autoregressive-cats
ignore = dirty