formatierung verbessert

This commit is contained in:
2021-02-04 20:30:35 +01:00
parent 412f5005b3
commit 631f74c840
18 changed files with 112 additions and 56 deletions

View File

@@ -10,15 +10,15 @@
\section{Zielbasierter Agent}
\label{goal-based agent}
\includegraphics[width=\textwidth]{goal-based_agent.png}
\includegraphics[width=.9\textwidth]{goal-based_agent.png}
\section{Nutzenorientierter Agent}
\label{utility-oriented agent}
\includegraphics[width=\textwidth]{utility-oriented_agent.png}
\includegraphics[width=.9\textwidth]{utility-oriented_agent.png}
\section{Lernender Agent}
\label{learning agent}
\includegraphics[width=\textwidth]{learning_agent.png}
\includegraphics[width=.9\textwidth]{learning_agent.png}
\section{Softwarearchitekturen für Agentenprogramme}
\label{software architecture for agent programs}
@@ -33,11 +33,13 @@
\hline
\textbf{Vorteile} & \textbf{Nachteile}\\
\hline
\vspace{-5mm}
\begin{itemize}
\item Einfach (Schichten sind abgeschlossene Verhalten)
\item deterministisch (daher echtzeitfähig)
\item Parallelität in der Ausführung
\end{itemize} &
\vspace{-5mm}
\begin{itemize}
\item Verhalten fest implementiert und von Umgebung abhängig
\item Gesamtverhalten aufgrund von der dynamischen Aktionsauswahl schwer abschätzbar

View File

@@ -5,6 +5,7 @@
\section{\ac{PEAS} Beispiele}
\label{peas beispiele}
\includegraphics[width=\textwidth]{beispiele_PEAS.png}
\pagebreak
\section{Eigenschaften von Umgebungen}
\label{umgebungen: eigenschaften}