Skip to content

Commit

Permalink
equation update
Browse files Browse the repository at this point in the history
  • Loading branch information
fwiebe committed Jun 7, 2024
1 parent b3c05b6 commit 0bd91b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
11 changes: 3 additions & 8 deletions leaderboards/acrobot_simulation_performance_leaderboard_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,9 @@ These criteria are used to calculate the overall Real AI Score with the formula

$$
\begin{equation}
S = c_{success} \left( 1 - \frac{1}{N}\left( \frac{c_{time}}{n_{time}} +
\tanh(\frac{c_{energy}}{n_{energy}}) +
\tanh(\frac{c_{\tau, max}}{n_{\tau, max}}) +
\tanh(\frac{c_{\tau, integ}}{n_{\tau, integ}}) +
\tanh(\frac{c_{\tau, cost}}{n_{\tau, cost}}) +
\tanh(\frac{c_{\tau, smooth}}{n_{\tau, smooth}}) +
\tanh(\frac{c_{vel, cost}}{n_{vel, cost}})
\right) \right)
S = c_{success} \left( 1 -
\sum_{i \in \{ "time", "energy", "\tau, cost", "\tau, smooth", "vel, cost" \}}
\tanh \left(\frac{c_{i}}{n_[i}}\right)\right)
\end{equation}
$$

Expand Down
12 changes: 4 additions & 8 deletions leaderboards/pendubot_simulation_performance_leaderboard_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,10 @@ These criteria are used to calculate the overall Real AI Score with the formula

$$
\begin{equation}
S = c_{success} \left( 1 - \frac{1}{N}\left( \frac{c_{time}}{n_{time}} +
\tanh(\frac{c_{energy}}{n_{energy}}) +
\tanh(\frac{c_{\tau, max}}{n_{\tau, max}}) +
\tanh(\frac{c_{\tau, integ}}{n_{\tau, integ}}) +
\tanh(\frac{c_{\tau, cost}}{n_{\tau, cost}}) +
\tanh(\frac{c_{\tau, smooth}}{n_{\tau, smooth}}) +
\tanh(\frac{c_{vel, cost}}{n_{vel, cost}})
\right) \right)
S = c_{success} \left( 1 -
\sum_{i \in \{ "time", "energy", "\tau, cost", "\tau, smooth", "vel, cost" \}}
\tanh \left(\frac{c_{i}}{n_[i}}\right)\right)
\end{equation}
$$

The normalizations coefficients are:
Expand Down

0 comments on commit 0bd91b1

Please sign in to comment.