You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,24 @@
2
2
3
3
# Delphi
4
4
5
-
Delphi is a framework for executing causal analysis graphs (CAGs) for DARPA's
6
-
World Modelers program. Here is an example of what it looks like:
5
+
Delphi is a framework for assembling, exporting and executing executable DBN (dynamic Bayesian Network) models built for the DARPA World Modelers Program.
6
+
7
+
The followng instructions describe how to install, following by usage information.
8
+
9
+
The general use case involves the following
10
+
11
+
1. Create a model from a set of INDRA statements. Use the
12
+
`--create_model` flag to create the model. Optionally combine this
13
+
with the `--indra_statements` input parameter to specify the path to
14
+
the INDRA statements. By default, create_model will load a provided
15
+
set of INDRA statements included as a pickled python file in
16
+
`data/sample_indra_statements.pkl`. This generates the model; by
17
+
default this generates the `dbn_model/` directory and files, as
0 commit comments