Skip to content

Commit

Permalink
docs: fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jul 9, 2023
1 parent 99ecda6 commit 6d513ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable_gym/envs/mujoco/swimmer_cost/swimmer_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SwimmerCost(SwimmerEnv):
Modified cost:
.. math::
cost = w_{forward} \times (x_{speed} - x_{reference\_speed})^2 + w_{ctrl} \times c_{ctrl}
cost = w_{forward} \\times (x_{speed} - x_{reference\_speed})^2 + w_{ctrl} \\times c_{ctrl}
Solved Requirements:
Considered solved when the average cost is less than or equal to 50 over
Expand Down

0 comments on commit 6d513ab

Please sign in to comment.