diff options
author | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-12-01 16:07:33 +0100 |
---|---|---|
committer | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-12-01 16:07:33 +0100 |
commit | c02c5aaa4b4085797a76ba835ac0dac8ba6d9ddc (patch) | |
tree | 182f5fca174d7f7b4728d8f2401f7a7b0e9d128d /docs/model.org | |
parent | 3eb78a1ddb0ac78c4306f4b6d2f81f62d097179a (diff) |
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: |