formaliztaion of rewards and adding definitions

This commit is contained in:
2025-12-14 17:17:40 +01:00
parent bfc8cc8648
commit b5461b9277
3 changed files with 21 additions and 7 deletions

View File

@@ -36,10 +36,6 @@ The primary objective of this thesis is to develop and validate pricing heuristi
\maketitle
\begin{acks}
Eugene Bykovets, PhD - ETH for helping with problem formulation \\
Research supported with Cloud TPUs from Googles TPU Research Cloud (TRC).
\end{acks}
\input{chapters/01-intro}
\input{chapters/02-literature-review}
@@ -49,11 +45,21 @@ The primary objective of this thesis is to develop and validate pricing heuristi
\input{chapters/06-conclusion}
\begin{acks}
Eugene Bykovets, PhD - ETH for helping with problem formulation \\
Research supported with Cloud TPUs from Googles TPU Research Cloud (TRC).
\end{acks}
\printbibliography
\clearpage
\onecolumn
\appendix
\section{Terminology}
\begin{description}
\item[Agent $a$] An actor of non-human nature, powered by an LLM.
\item[Human $h$] An individual human with some job to be done.
\end{description}
\input{../build/concatenated_code}
\end{document}