Skip to content

Commit

Permalink
docs: add missing \lambda (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
xujinming01 authored Jan 7, 2024
1 parent 6d31328 commit 51a2692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/saferl/lag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ Policy update
.. attention::
:class: warning

In practice, we often need to manually set the initial value of as well as the learning rate.
In practice, we often need to manually set the initial value of :math:`\lambda` as well as the learning rate :math:`\eta_\lambda`.
Unfortunately, Lagrange algorithms are algorithms that **are sensitive to hyperparameter selection**.

- If the initial value of :math:`\lambda` or learning rate is chosen to be large,
- If the initial value of :math:`\lambda` or learning rate :math:`\eta_\lambda` is chosen to be large,
the agent may suffer from a low reward.
- Else, it may violate the constraints.

Expand Down

0 comments on commit 51a2692

Please sign in to comment.