diff options
Diffstat (limited to 'docs/model.org')
-rw-r--r-- | docs/model.org | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/model.org b/docs/model.org new file mode 100644 index 0000000..329e202 --- /dev/null +++ b/docs/model.org @@ -0,0 +1,31 @@ +#+title: Model +#+PROPERTY: header-args:python :session *pyactr-python* +#+cite_export: biblatex apa,backend=biber,sortcites=true,sorting=nyt + +* Model +** Environment +#+begin_src emacs-lisp :results none +(conda-env-activate "pyactr") +#+end_src + +** Imports +#+begin_src python +import pyactr as actr + +env = actr.Environment() +"test" +#+end_src + +#+RESULTS: +: <pyactr.environment.Environment object at 0x75940dd9af00> + +[cite:@Taatgen2013] + + +[cite:@Frensch1991; @Elio1986; @fleming2017] + + + + + +#+print_bibliography: |