diff options
author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-09-20 11:34:59 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-09-20 11:34:59 +0200 |
commit | a36fade9358d7bf5954eb838c6390a14ea0cd9bb (patch) | |
tree | 8be768a1b0169f2000edb710c173512787e53f8c /paper2/thesis.tex | |
parent | 656cee4e5c07d14acecaede031502db686accdf6 (diff) |
example production table
Diffstat (limited to 'paper2/thesis.tex')
-rw-r--r-- | paper2/thesis.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/paper2/thesis.tex b/paper2/thesis.tex index 1167354..0055337 100644 --- a/paper2/thesis.tex +++ b/paper2/thesis.tex @@ -65,6 +65,23 @@ Cognitive Architectures, modeling learning, production systems, ACT-R \todo[inline]{Productions are Rules with a condition and an action. Example production. can interact with various modules (memory, vision, motor)} +\begin{table}[hb] +\caption{Example Production} +\label{tab:exprod} +\begin{tabular}{lr} +\toprule +\textbf{IF} \\ + condition \\ +\midrule + \textbf{THEN} \\ + do stuff \\ +\bottomrule +\end{tabular} + +\bigskip +\small\textit{Note}. Example Production +\end{table}\todo{what is a good example production} + \subsection*{Learning} \todo[inline]{Retrieval(activation) strength, utility learning, production compilation, ...} |