From 1bd26ca0ebdecae633385b27a1c2907725b1af99 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Wed, 25 Dec 2024 13:44:06 +0100 Subject: [PATCH] add skeleton --- tex/main.tex | 10 +++++----- tex/sections/01_prolog.tex | 1 + tex/sections/02_agents.tex | 1 + tex/sections/03_problemsolving.tex | 1 + tex/sections/04_logic.tex | 1 + tex/sections/05_planning.tex | 1 + 6 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 tex/sections/01_prolog.tex create mode 100644 tex/sections/02_agents.tex create mode 100644 tex/sections/03_problemsolving.tex create mode 100644 tex/sections/04_logic.tex create mode 100644 tex/sections/05_planning.tex diff --git a/tex/main.tex b/tex/main.tex index fcd2755..5ea3d48 100644 --- a/tex/main.tex +++ b/tex/main.tex @@ -80,11 +80,11 @@ %% %% Contents -Hello world -% \include{sections/01_topräume} -% \include{sections/02_zusammenhang} -% \include{sections/03_konstruktion} -% \include{sections/04_kompaktheit} +\include{sections/01_prolog} +\include{sections/02_agents} +\include{sections/03_problemsolving} +\include{sections/04_logic} +\include{sections/05_planning} %% \appendix diff --git a/tex/sections/01_prolog.tex b/tex/sections/01_prolog.tex new file mode 100644 index 0000000..65792d3 --- /dev/null +++ b/tex/sections/01_prolog.tex @@ -0,0 +1 @@ +\chapter{Prolog} \ No newline at end of file diff --git a/tex/sections/02_agents.tex b/tex/sections/02_agents.tex new file mode 100644 index 0000000..777002b --- /dev/null +++ b/tex/sections/02_agents.tex @@ -0,0 +1 @@ +\chapter{Rational Agents} \ No newline at end of file diff --git a/tex/sections/03_problemsolving.tex b/tex/sections/03_problemsolving.tex new file mode 100644 index 0000000..102d0e0 --- /dev/null +++ b/tex/sections/03_problemsolving.tex @@ -0,0 +1 @@ +\chapter{General Problem Solving} \ No newline at end of file diff --git a/tex/sections/04_logic.tex b/tex/sections/04_logic.tex new file mode 100644 index 0000000..4bfea74 --- /dev/null +++ b/tex/sections/04_logic.tex @@ -0,0 +1 @@ +\chapter{Knowledge and Inference} \ No newline at end of file diff --git a/tex/sections/05_planning.tex b/tex/sections/05_planning.tex new file mode 100644 index 0000000..8e7fed9 --- /dev/null +++ b/tex/sections/05_planning.tex @@ -0,0 +1 @@ +\chapter{Planning and Acting} \ No newline at end of file