Update MJX SolverType docstring with Newton.

PiperOrigin-RevId: 684040839
Change-Id: I27bc87b387b6b405f5c76350438d1fdd6867450a
This commit is contained in:
Taylor Howell
2024-10-09 08:07:35 -07:00
committed by Copybara-Service
parent b1941708dd
commit 356d172f56
+1
View File
@@ -170,6 +170,7 @@ class SolverType(enum.IntEnum):
Members:
CG: Conjugate gradient (primal)
NEWTON: Newton (primal)
"""
# unsupported: PGS
CG = mujoco.mjtSolver.mjSOL_CG