Update MJX SolverType docstring with Newton.
PiperOrigin-RevId: 684040839 Change-Id: I27bc87b387b6b405f5c76350438d1fdd6867450a
This commit is contained in:
committed by
Copybara-Service
parent
b1941708dd
commit
356d172f56
@@ -170,6 +170,7 @@ class SolverType(enum.IntEnum):
|
||||
|
||||
Members:
|
||||
CG: Conjugate gradient (primal)
|
||||
NEWTON: Newton (primal)
|
||||
"""
|
||||
# unsupported: PGS
|
||||
CG = mujoco.mjtSolver.mjSOL_CG
|
||||
|
||||
Reference in New Issue
Block a user