From a36fade9358d7bf5954eb838c6390a14ea0cd9bb Mon Sep 17 00:00:00 2001 From: Niclas Dobbertin Date: Fri, 20 Sep 2024 11:34:59 +0200 Subject: example production table --- paper2/thesis.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'paper2/thesis.tex') 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, ...} -- cgit v1.2.3