Change finite-support mju_sigmoid from a two-quadratic construction to a single quintic with zero 1st and 2nd derivatives at 0 and 1, the boundary of the smooth-support segment.
Note: this function is currently unused in the MuJoCo codebase. PiperOrigin-RevId: 529969804 Change-Id: I2bddc72916eff67625b806510935bc7f3ce5c770
This commit is contained in:
committed by
Copybara-Service
parent
26ff1fc4b5
commit
49efa9cc15
@@ -3160,7 +3160,7 @@ mju_sigmoid
|
||||
|
||||
.. mujoco-include:: mju_sigmoid
|
||||
|
||||
Sigmoid function over 0<=x<=1 constructed from half-quadratics.
|
||||
Sigmoid function over 0<=x<=1 using quintic polynomial.
|
||||
|
||||
.. _Derivatives-api:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user