monestary updates

This commit is contained in:
2026-03-08 13:27:17 +01:00
parent ec880db444
commit 4b89b64674
6 changed files with 76 additions and 19 deletions

View File

@@ -45,6 +45,13 @@ These behavioral signals serve as inputs for a Distributionally Robust Reinforce
\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.
\item[Actor $\theta$] Defines a type of class which is either Agent or Human and has the capability to carry out actions on a web platform.
\item[Platform] Any web-based platform which serves an interface to a collection of items that can be purchased, each at some price $p_i$.
\item[Behavioral Model] A mathematical model predicting what action comes after a series of prior actions.
\item[LLM] Large Language Model served by some provider with the abstracted capability of tool calling.
\item[TPU] Tensor Processing Unit which is a unique kind of chip architecture developed by Google.
\item[Trajectory] Defined as a series of unspecified length, collecting data on states of some object over time.
% TODO: maybe define other things in a similar succient manner
\end{description}
% \input{../build/concatenated_code}