Skip to content

Commit

Permalink
equation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fwiebe committed Jun 7, 2024
1 parent 322195e commit c562389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions leaderboards/acrobot_simulation_performance_leaderboard_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ These criteria are used to calculate the overall Real AI Score with the formula
$$
\begin{equation}
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)
\sum_{i \in \{ 'time', 'energy', '\tau, cost', '\tau, smooth', 'vel, cost' \}}
\tanh \left(\frac{c_{i}}{n_{i}}\right)\right)
\end{equation}
$$

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ These criteria are used to calculate the overall Real AI Score with the formula
$$
\begin{equation}
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)
\sum_{i \in \{ 'time', 'energy', '\tau, cost', '\tau, smooth', 'vel, cost' \}}
\tanh \left(\frac{c_{i}}{n_{i}}\right)\right)
\end{equation}
$$

Expand Down

0 comments on commit c562389

Please sign in to comment.