mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-14 18:51:52 +01:00
small fix to _cooperative_robotics.tex
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
where:
|
||||
\begin{itemize}
|
||||
\item $\z = (\z_1, \dots, \z_N)$ with $\z_i \in \mathbb{R}^{n_i}$,
|
||||
\item $l_i: \mathbb{R}^{n_i} \rightarrow \mathbb{R}^d$ is the loss function of the agent $i$,
|
||||
\item $l_i: \mathbb{R}^{n_i} \times \mathbb{R}^d \rightarrow \mathbb{R}$ is the loss function of the agent $i$,
|
||||
\item $\sigma(\z)$ is an aggregation function generically defined as $\sigma(\z) = \frac{1}{N} \sum_{i=1}^{N} \phi_i(\z_i)$, for some $\phi_i: \mathbb{R}^{n_i} \rightarrow \mathbb{R}^d$
|
||||
\end{itemize}
|
||||
|
||||
@ -176,4 +176,4 @@
|
||||
\end{aligned}
|
||||
\]
|
||||
where $P_{Z_i^k}$ is the Euclidean projection and $\delta \in (0, 1)$ is a hyperparameter.
|
||||
\end{description}
|
||||
\end{description}
|
||||
|
||||
Reference in New Issue
Block a user